Skip to content

Commit 483a3f1

Browse files
colebemisCole Bemis
authored andcommitted
feat: Add more tags
1 parent 827d2be commit 483a3f1

1 file changed

Lines changed: 63 additions & 4 deletions

File tree

src/tags.json

Lines changed: 63 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,54 @@
88
"aperture": ["camera", "photo"],
99
"bell": ["alarm", "notification"],
1010
"bell-off": ["alarm", "notification"],
11-
"compass": ["navigation", "safari"],
12-
"disc": ["album"],
11+
"bluetooth": ["wireless"],
12+
"book-open": ["read"],
13+
"book": ["read"],
14+
"bookmark": ["read"],
15+
"briefcase": ["work"],
16+
"clipboard": ["copy"],
17+
"clock": ["time", "watch"],
18+
"cloud-drizzle": ["weather"],
19+
"cloud-lightning": ["weather"],
20+
"cloud-rain": ["weather"],
21+
"cloud-snow": ["weather"],
22+
"cloud": ["weather"],
23+
"codepen": ["logo"],
24+
"command": ["keyboard"],
25+
"compass": ["navigation", "safari", "travel"],
26+
"copy": ["clone", "duplicate"],
27+
"corner-down-left": ["arrow"],
28+
"corner-down-right": ["arrow"],
29+
"corner-left-down": ["arrow"],
30+
"corner-left-up": ["arrow"],
31+
"corner-right-down": ["arrow"],
32+
"corner-right-up": ["arrow"],
33+
"corner-up-left": ["arrow"],
34+
"corner-up-right": ["arrow"],
35+
"credit-card": ["purchase", "payment"],
36+
"crop": ["photo"],
37+
"crosshair": ["aim", "target"],
38+
"disc": ["album", "cd", "dvd", "music"],
39+
"dollar-sign": ["currency", "money", "payment"],
40+
"droplet": ["water"],
1341
"edit": ["pencil"],
1442
"edit-2": ["pencil"],
1543
"edit-3": ["pencil"],
1644
"eye": ["view", "watch"],
1745
"eye-off": ["view", "watch"],
1846
"external-link": ["outbound"],
47+
"facebook": ["logo"],
1948
"fast-forward": ["music"],
2049
"film": ["movie", "video"],
21-
"folder": ["directory"],
2250
"folder-minus": ["directory"],
2351
"folder-plus": ["directory"],
52+
"folder": ["directory"],
53+
"git-branch": ["code", "version control"],
54+
"git-commit": ["code", "version control"],
55+
"git-merge": ["code", "version control"],
56+
"git-pull-request": ["code", "version control"],
57+
"github": ["logo", "version control"],
58+
"gitlab": ["logo", "version control"],
2459
"global": ["world", "browser", "language", "translate"],
2560
"hard-drive": ["computer", "server"],
2661
"hash": ["hashtag", "number", "pound"],
@@ -29,7 +64,11 @@
2964
"help-circle": ["question mark"],
3065
"home": ["house"],
3166
"image": ["picture"],
67+
"inbox": ["email"],
68+
"instagram": ["logo", "camera"],
3269
"life-bouy": ["help", "life ring"],
70+
"linkedin": ["logo"],
71+
"lock": ["security", "password"],
3372
"log-in": ["sign in", "arrow"],
3473
"log-out": ["sign out", "arrow"],
3574
"mail": ["email"],
@@ -40,6 +79,8 @@
4079
"menu": ["bars", "navigation", "hamburger"],
4180
"message-circle": ["comment"],
4281
"message-square": ["comment"],
82+
"mic-off": ["record"],
83+
"mic": ["record"],
4384
"minimize": ["exit fullscreen"],
4485
"minimize-2": ["exit fullscreen", "arrows"],
4586
"monitor": ["tv"],
@@ -59,18 +100,24 @@
59100
"plus": ["add", "new"],
60101
"plus-circle": ["add", "new"],
61102
"plus-square": ["add", "new"],
103+
"pocket": ["logo", "save"],
104+
"power": ["on", "off"],
62105
"radio": ["signal"],
63106
"rewind": ["music"],
64107
"rss": ["feed"],
65108
"save": ["floppy disk"],
109+
"send": ["message", "mail", "paper airplane"],
66110
"settings": ["cog", "edit", "gear", "preferences"],
67111
"shield": ["security"],
68112
"shield-off": ["security"],
113+
"shopping-bag": ["ecommerce", "cart", "purchase", "store"],
114+
"shopping-cart": ["ecommerce", "cart", "purchase", "store"],
69115
"shuffle": ["music"],
70116
"skip-back": ["music"],
71117
"skip-forward": ["music"],
72118
"slash": ["ban", "no"],
73119
"sliders": ["settings", "controls"],
120+
"speaker": ["music"],
74121
"star": ["bookmark", "favorite", "like"],
75122
"sun": ["brightness", "weather", "light"],
76123
"sunrise": ["weather"],
@@ -80,14 +127,26 @@
80127
"terminal": ["code", "command line"],
81128
"thumbs-down": ["dislike"],
82129
"thumbs-up": ["like"],
130+
"toggle-left": ["on", "off", "switch"],
131+
"toggle-right": ["on", "off", "switch"],
83132
"trash": ["garbage", "delete", "remove"],
84133
"trash-2": ["garbage", "delete", "remove"],
134+
"triangle": ["delta"],
135+
"truck": ["delivery", "van", "shipping"],
136+
"twitter": ["logo"],
137+
"umbrella": ["rain", "weather"],
138+
"video-off": ["camera", "movie", "film"],
139+
"video": ["camera", "movie", "film"],
85140
"voicemail": ["phone"],
86141
"volume": ["music", "sound", "mute"],
87142
"volume-1": ["music", "sound"],
88143
"volume-2": ["music", "sound"],
89144
"volume-x": ["music", "sound", "mute"],
90145
"watch": ["clock", "time"],
91146
"wind": ["weather"],
92-
"x": ["cancel", "close", "delete", "remove"]
147+
"x-circle": ["cancel", "close", "delete", "remove", "times"],
148+
"x-square": ["cancel", "close", "delete", "remove", "times"],
149+
"x": ["cancel", "close", "delete", "remove", "times"],
150+
"zap-off": ["flash", "camera", "lightning"],
151+
"zap": ["flash", "camera", "lightning"]
93152
}

0 commit comments

Comments
 (0)