Skip to content

Commit c3d3645

Browse files
committed
[#39] Add breakwater and dam icons
1 parent cf4039b commit c3d3645

File tree

8 files changed

+1100
-986
lines changed

8 files changed

+1100
-986
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
Add icons:
44
- `advertising_totem` ([#32](https://github.com/enzet/Roentgen/issues/32)),
5+
- `breakwater` ([#39](https://github.com/enzet/Roentgen/issues/39)),
6+
- `dam` ([#39](https://github.com/enzet/Roentgen/issues/39)),
57
- `dead_tree` ([#29](https://github.com/enzet/Roentgen/issues/29)),
6-
- `sinking_ship`([#34](https://github.com/enzet/Roentgen/issues/34)).
8+
- `sinking_ship` ([#34](https://github.com/enzet/Roentgen/issues/34)).
79

810
Redraw icons:
911
- `cocktail_glass_with_straw`,

data/config.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,6 +1305,16 @@
13051305
]
13061306
}
13071307
},
1308+
"__vegetable": {
1309+
"carrot": {
1310+
"categories": ["natural"],
1311+
"unicode": ["🥕"],
1312+
"keywords": ["food", "vegetable", "natural"],
1313+
"name": "carrot",
1314+
"shapes": [{"id": "carrot", "version": "v0"}],
1315+
"sketch": true
1316+
}
1317+
},
13081318
"bush": {
13091319
"categories": ["natural"],
13101320
"keywords": ["natural", "scrub", "shrub"],
@@ -2124,10 +2134,18 @@
21242134
"keywords": ["ship", "boat", "vessel", "sea", "ocean", "marine"],
21252135
"name": "anchor"
21262136
},
2137+
"breakwater": {
2138+
"keywords": ["sea", "water", "ocean", "coast", "harbor"],
2139+
"name": "breakwater"
2140+
},
21272141
"buoy": {
21282142
"keywords": ["sea", "water", "ocean", "lake", "marine"],
21292143
"name": "buoy"
21302144
},
2145+
"dam": {
2146+
"keywords": ["water", "river", "hydroelectric", "barrier"],
2147+
"name": "dam"
2148+
},
21312149
"sinking_ship": {
21322150
"keywords": [
21332151
"sea", "water", "ocean", "ship", "boat", "vessel", "disaster", "catastrophe", "marine"
@@ -2179,6 +2197,22 @@
21792197
}
21802198
},
21812199
"__sport": {
2200+
"baseball": {
2201+
"categories": ["sport"],
2202+
"unicode": [""],
2203+
"keywords": ["sport", "baseball", "ball"],
2204+
"name": "baseball",
2205+
"shapes": [{"id": "baseball", "version": "v0"}],
2206+
"sketch": true
2207+
},
2208+
"basketball": {
2209+
"categories": ["sport"],
2210+
"unicode": ["🏀"],
2211+
"keywords": ["sport", "basketball", "ball"],
2212+
"name": "basketball",
2213+
"shapes": [{"id": "basketball", "version": "v0"}],
2214+
"sketch": true
2215+
},
21822216
"bowling_ball": {
21832217
"categories": ["sport", "indoor"],
21842218
"unicode": ["🎳"],
@@ -2235,6 +2269,13 @@
22352269
"keywords": ["sport", "bench"],
22362270
"name": "incline bench"
22372271
},
2272+
"person_throwing_spear": {
2273+
"categories": ["sport"],
2274+
"keywords": ["sport", "athletics", "javelin", "spear"],
2275+
"name": "person throwing spear",
2276+
"shapes": [{"id": "person_throwing_spear", "version": "v0"}],
2277+
"sketch": true
2278+
},
22382279
"tower_climbing": {
22392280
"todo": "check version",
22402281
"keywords": ["sport"],
@@ -3547,7 +3588,8 @@
35473588
"keywords": ["devanagari", "religion", "hinduism"],
35483589
"name": "Om ligature in Devanagari script",
35493590
"shapes": [{"id": "om_ligature", "version": "v0"}],
3550-
"sketch": true
3591+
"sketch": true,
3592+
"unicode": ["🕉"]
35513593
},
35523594
"orthodox": {
35533595
"keywords": ["christian", "religion"],

data/icons.svg

Lines changed: 388 additions & 326 deletions
Loading

doc/grid_black.svg

Lines changed: 331 additions & 329 deletions
Loading

doc/grid_white.svg

Lines changed: 331 additions & 329 deletions
Loading

icons/breakwater.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/dam.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)