Skip to content

Commit e14633c

Browse files
committed
Add maple_leaf icon
1 parent 1939112 commit e14633c

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
### New icons
88

9+
- <img src="https://pinhead.ink/v3/maple_leaf.svg" width="15px"/> Add `maple_leaf`
910
- <img src="https://pinhead.ink/v3/car_profile.svg" width="15px"/> Add `car_profile`
1011
- <img src="https://pinhead.ink/v3/mobile_phone_with_keypad_and_antenna_and_wifi.svg" width="15px"/> Add `mobile_phone_with_keypad_and_antenna_and_wifi`
1112
- <img src="https://pinhead.ink/v3/mobile_phone_with_touchscreen_and_antenna_and_wifi.svg" width="15px"/> Add `mobile_phone_with_touchscreen_and_antenna_and_wifi`

icons/plants/maple_leaf.svg

Lines changed: 3 additions & 0 deletions
Loading

migrations.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
{
7676
"new_id": "mobile_phone_with_touchscreen_and_antenna_and_wifi"
7777
},
78+
{
79+
"new_id": "maple_leaf"
80+
},
7881
{
7982
"old_id": "wifi",
8083
"new_id": "wifi",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@waysidemapping/pinhead",
33
"version": "3.0.0-dev",
4-
"versionIcon": "https://pinhead.ink/v3/car_profile.svg",
4+
"versionIcon": "https://pinhead.ink/v3/maple_leaf.svg",
55
"type": "module",
66
"description": "Quality public domain icons for your map pins",
77
"license": "CC0-1.0",

0 commit comments

Comments
 (0)