Skip to content

Commit 9e681f8

Browse files
committed
Add icon tags
1 parent 1f5bb6e commit 9e681f8

File tree

1 file changed

+28
-25
lines changed

1 file changed

+28
-25
lines changed

src/tags.json

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
{
2-
"activity": ["pulse", "health"],
3-
"airplay": ["stream", "cast"],
2+
"activity": ["pulse", "health", "action", "motion"],
3+
"airplay": ["stream", "cast", "mirroring"],
44
"alert-circle": ["warning"],
55
"alert-octagon": ["warning"],
66
"alert-triangle": ["warning"],
77
"at-sign": ["mention"],
8+
"award": ["achievement", "badge"],
89
"aperture": ["camera", "photo"],
910
"bell": ["alarm", "notification"],
10-
"bell-off": ["alarm", "notification"],
11+
"bell-off": ["alarm", "notification", "silent"],
1112
"bluetooth": ["wireless"],
1213
"book-open": ["read"],
13-
"book": ["read"],
14-
"bookmark": ["read"],
15-
"briefcase": ["work"],
14+
"book": ["read", "dictionary", "booklet", "magazine"],
15+
"bookmark": ["read", "clip", "marker", "tag"],
16+
"briefcase": ["work", "bag", "baggage", "folder"],
1617
"clipboard": ["copy"],
17-
"clock": ["time", "watch"],
18-
"cloud-drizzle": ["weather"],
19-
"cloud-lightning": ["weather"],
18+
"clock": ["time", "watch", "alarm"],
19+
"cloud-drizzle": ["weather", "shower"],
20+
"cloud-lightning": ["weather", "bolt"],
2021
"cloud-rain": ["weather"],
21-
"cloud-snow": ["weather"],
22+
"cloud-snow": ["weather", "blizzard"],
2223
"cloud": ["weather"],
2324
"codepen": ["logo"],
24-
"command": ["keyboard"],
25+
"command": ["keyboard", "cmd"],
2526
"compass": ["navigation", "safari", "travel"],
2627
"copy": ["clone", "duplicate"],
2728
"corner-down-left": ["arrow"],
@@ -32,15 +33,17 @@
3233
"corner-right-up": ["arrow"],
3334
"corner-up-left": ["arrow"],
3435
"corner-up-right": ["arrow"],
35-
"credit-card": ["purchase", "payment"],
36-
"crop": ["photo"],
36+
"credit-card": ["purchase", "payment", "cc"],
37+
"crop": ["photo", "image"],
3738
"crosshair": ["aim", "target"],
39+
"database": ["storage"],
40+
"delete": ["remove"],
3841
"disc": ["album", "cd", "dvd", "music"],
3942
"dollar-sign": ["currency", "money", "payment"],
4043
"droplet": ["water"],
41-
"edit": ["pencil"],
42-
"edit-2": ["pencil"],
43-
"edit-3": ["pencil"],
44+
"edit": ["pencil", "change"],
45+
"edit-2": ["pencil", "change"],
46+
"edit-3": ["pencil", "change"],
4447
"eye": ["view", "watch"],
4548
"eye-off": ["view", "watch"],
4649
"external-link": ["outbound"],
@@ -59,26 +62,26 @@
5962
"global": ["world", "browser", "language", "translate"],
6063
"hard-drive": ["computer", "server"],
6164
"hash": ["hashtag", "number", "pound"],
62-
"headphones": ["music"],
65+
"headphones": ["music", "audio"],
6366
"heart": ["like", "love"],
6467
"help-circle": ["question mark"],
6568
"home": ["house"],
6669
"image": ["picture"],
6770
"inbox": ["email"],
6871
"instagram": ["logo", "camera"],
69-
"life-bouy": ["help", "life ring"],
72+
"life-bouy": ["help", "life ring", "support"],
7073
"linkedin": ["logo"],
7174
"lock": ["security", "password"],
7275
"log-in": ["sign in", "arrow"],
7376
"log-out": ["sign out", "arrow"],
7477
"mail": ["email"],
75-
"map-pin": ["location", "navigation", "travel"],
78+
"map-pin": ["location", "navigation", "travel", "markep"],
7679
"map": ["location", "navigation", "travel"],
7780
"maximize": ["fullscreen"],
7881
"maximize-2": ["fullscreen", "arrows"],
7982
"menu": ["bars", "navigation", "hamburger"],
80-
"message-circle": ["comment"],
81-
"message-square": ["comment"],
83+
"message-circle": ["comment", "chat"],
84+
"message-square": ["comment", "chat"],
8285
"mic-off": ["record"],
8386
"mic": ["record"],
8487
"minimize": ["exit fullscreen"],
@@ -104,7 +107,7 @@
104107
"power": ["on", "off"],
105108
"radio": ["signal"],
106109
"rewind": ["music"],
107-
"rss": ["feed"],
110+
"rss": ["feed", "subscribe"],
108111
"save": ["floppy disk"],
109112
"send": ["message", "mail", "paper airplane"],
110113
"settings": ["cog", "edit", "gear", "preferences"],
@@ -125,8 +128,8 @@
125128
"tag": ["label"],
126129
"target": ["bullseye"],
127130
"terminal": ["code", "command line"],
128-
"thumbs-down": ["dislike"],
129-
"thumbs-up": ["like"],
131+
"thumbs-down": ["dislike", "bad"],
132+
"thumbs-up": ["like", "good"],
130133
"toggle-left": ["on", "off", "switch"],
131134
"toggle-right": ["on", "off", "switch"],
132135
"trash": ["garbage", "delete", "remove"],
@@ -143,7 +146,7 @@
143146
"volume-2": ["music", "sound"],
144147
"volume-x": ["music", "sound", "mute"],
145148
"watch": ["clock", "time"],
146-
"wind": ["weather"],
149+
"wind": ["weather", "air"],
147150
"x-circle": ["cancel", "close", "delete", "remove", "times"],
148151
"x-square": ["cancel", "close", "delete", "remove", "times"],
149152
"x": ["cancel", "close", "delete", "remove", "times"],

0 commit comments

Comments
 (0)