mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
feat: Add more tags
This commit is contained in:
parent
827d2be993
commit
483a3f1738
@ -8,19 +8,54 @@
|
||||
"aperture": ["camera", "photo"],
|
||||
"bell": ["alarm", "notification"],
|
||||
"bell-off": ["alarm", "notification"],
|
||||
"compass": ["navigation", "safari"],
|
||||
"disc": ["album"],
|
||||
"bluetooth": ["wireless"],
|
||||
"book-open": ["read"],
|
||||
"book": ["read"],
|
||||
"bookmark": ["read"],
|
||||
"briefcase": ["work"],
|
||||
"clipboard": ["copy"],
|
||||
"clock": ["time", "watch"],
|
||||
"cloud-drizzle": ["weather"],
|
||||
"cloud-lightning": ["weather"],
|
||||
"cloud-rain": ["weather"],
|
||||
"cloud-snow": ["weather"],
|
||||
"cloud": ["weather"],
|
||||
"codepen": ["logo"],
|
||||
"command": ["keyboard"],
|
||||
"compass": ["navigation", "safari", "travel"],
|
||||
"copy": ["clone", "duplicate"],
|
||||
"corner-down-left": ["arrow"],
|
||||
"corner-down-right": ["arrow"],
|
||||
"corner-left-down": ["arrow"],
|
||||
"corner-left-up": ["arrow"],
|
||||
"corner-right-down": ["arrow"],
|
||||
"corner-right-up": ["arrow"],
|
||||
"corner-up-left": ["arrow"],
|
||||
"corner-up-right": ["arrow"],
|
||||
"credit-card": ["purchase", "payment"],
|
||||
"crop": ["photo"],
|
||||
"crosshair": ["aim", "target"],
|
||||
"disc": ["album", "cd", "dvd", "music"],
|
||||
"dollar-sign": ["currency", "money", "payment"],
|
||||
"droplet": ["water"],
|
||||
"edit": ["pencil"],
|
||||
"edit-2": ["pencil"],
|
||||
"edit-3": ["pencil"],
|
||||
"eye": ["view", "watch"],
|
||||
"eye-off": ["view", "watch"],
|
||||
"external-link": ["outbound"],
|
||||
"facebook": ["logo"],
|
||||
"fast-forward": ["music"],
|
||||
"film": ["movie", "video"],
|
||||
"folder": ["directory"],
|
||||
"folder-minus": ["directory"],
|
||||
"folder-plus": ["directory"],
|
||||
"folder": ["directory"],
|
||||
"git-branch": ["code", "version control"],
|
||||
"git-commit": ["code", "version control"],
|
||||
"git-merge": ["code", "version control"],
|
||||
"git-pull-request": ["code", "version control"],
|
||||
"github": ["logo", "version control"],
|
||||
"gitlab": ["logo", "version control"],
|
||||
"global": ["world", "browser", "language", "translate"],
|
||||
"hard-drive": ["computer", "server"],
|
||||
"hash": ["hashtag", "number", "pound"],
|
||||
@ -29,7 +64,11 @@
|
||||
"help-circle": ["question mark"],
|
||||
"home": ["house"],
|
||||
"image": ["picture"],
|
||||
"inbox": ["email"],
|
||||
"instagram": ["logo", "camera"],
|
||||
"life-bouy": ["help", "life ring"],
|
||||
"linkedin": ["logo"],
|
||||
"lock": ["security", "password"],
|
||||
"log-in": ["sign in", "arrow"],
|
||||
"log-out": ["sign out", "arrow"],
|
||||
"mail": ["email"],
|
||||
@ -40,6 +79,8 @@
|
||||
"menu": ["bars", "navigation", "hamburger"],
|
||||
"message-circle": ["comment"],
|
||||
"message-square": ["comment"],
|
||||
"mic-off": ["record"],
|
||||
"mic": ["record"],
|
||||
"minimize": ["exit fullscreen"],
|
||||
"minimize-2": ["exit fullscreen", "arrows"],
|
||||
"monitor": ["tv"],
|
||||
@ -59,18 +100,24 @@
|
||||
"plus": ["add", "new"],
|
||||
"plus-circle": ["add", "new"],
|
||||
"plus-square": ["add", "new"],
|
||||
"pocket": ["logo", "save"],
|
||||
"power": ["on", "off"],
|
||||
"radio": ["signal"],
|
||||
"rewind": ["music"],
|
||||
"rss": ["feed"],
|
||||
"save": ["floppy disk"],
|
||||
"send": ["message", "mail", "paper airplane"],
|
||||
"settings": ["cog", "edit", "gear", "preferences"],
|
||||
"shield": ["security"],
|
||||
"shield-off": ["security"],
|
||||
"shopping-bag": ["ecommerce", "cart", "purchase", "store"],
|
||||
"shopping-cart": ["ecommerce", "cart", "purchase", "store"],
|
||||
"shuffle": ["music"],
|
||||
"skip-back": ["music"],
|
||||
"skip-forward": ["music"],
|
||||
"slash": ["ban", "no"],
|
||||
"sliders": ["settings", "controls"],
|
||||
"speaker": ["music"],
|
||||
"star": ["bookmark", "favorite", "like"],
|
||||
"sun": ["brightness", "weather", "light"],
|
||||
"sunrise": ["weather"],
|
||||
@ -80,8 +127,16 @@
|
||||
"terminal": ["code", "command line"],
|
||||
"thumbs-down": ["dislike"],
|
||||
"thumbs-up": ["like"],
|
||||
"toggle-left": ["on", "off", "switch"],
|
||||
"toggle-right": ["on", "off", "switch"],
|
||||
"trash": ["garbage", "delete", "remove"],
|
||||
"trash-2": ["garbage", "delete", "remove"],
|
||||
"triangle": ["delta"],
|
||||
"truck": ["delivery", "van", "shipping"],
|
||||
"twitter": ["logo"],
|
||||
"umbrella": ["rain", "weather"],
|
||||
"video-off": ["camera", "movie", "film"],
|
||||
"video": ["camera", "movie", "film"],
|
||||
"voicemail": ["phone"],
|
||||
"volume": ["music", "sound", "mute"],
|
||||
"volume-1": ["music", "sound"],
|
||||
@ -89,5 +144,9 @@
|
||||
"volume-x": ["music", "sound", "mute"],
|
||||
"watch": ["clock", "time"],
|
||||
"wind": ["weather"],
|
||||
"x": ["cancel", "close", "delete", "remove"]
|
||||
"x-circle": ["cancel", "close", "delete", "remove", "times"],
|
||||
"x-square": ["cancel", "close", "delete", "remove", "times"],
|
||||
"x": ["cancel", "close", "delete", "remove", "times"],
|
||||
"zap-off": ["flash", "camera", "lightning"],
|
||||
"zap": ["flash", "camera", "lightning"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user