@blueprintjs/icons 5.0.0-alpha.2 → 5.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/dist/icons.bundle.js +1 -1
  2. package/icons.json +4048 -0
  3. package/lib/cjs/generated/16px/blueprint-icons-16.d.ts +7 -2
  4. package/lib/cjs/generated/16px/blueprint-icons-16.js +10 -0
  5. package/lib/cjs/generated/16px/blueprint-icons-16.js.map +1 -1
  6. package/lib/cjs/generated/16px/paths/ammunition.d.ts +2 -0
  7. package/lib/cjs/generated/16px/paths/ammunition.js +4 -0
  8. package/lib/cjs/generated/16px/paths/ammunition.js.map +1 -0
  9. package/lib/cjs/generated/16px/paths/detection.d.ts +2 -0
  10. package/lib/cjs/generated/16px/paths/detection.js +4 -0
  11. package/lib/cjs/generated/16px/paths/detection.js.map +1 -0
  12. package/lib/cjs/generated/16px/paths/index.d.ts +5 -0
  13. package/lib/cjs/generated/16px/paths/index.js +22 -12
  14. package/lib/cjs/generated/16px/paths/index.js.map +1 -1
  15. package/lib/cjs/generated/16px/paths/lengthen-text.d.ts +2 -0
  16. package/lib/cjs/generated/16px/paths/lengthen-text.js +4 -0
  17. package/lib/cjs/generated/16px/paths/lengthen-text.js.map +1 -0
  18. package/lib/cjs/generated/16px/paths/shorten-text.d.ts +2 -0
  19. package/lib/cjs/generated/16px/paths/shorten-text.js +4 -0
  20. package/lib/cjs/generated/16px/paths/shorten-text.js.map +1 -0
  21. package/lib/cjs/generated/16px/paths/spell-check.d.ts +2 -0
  22. package/lib/cjs/generated/16px/paths/spell-check.js +4 -0
  23. package/lib/cjs/generated/16px/paths/spell-check.js.map +1 -0
  24. package/lib/cjs/generated/20px/blueprint-icons-20.d.ts +7 -2
  25. package/lib/cjs/generated/20px/blueprint-icons-20.js +10 -0
  26. package/lib/cjs/generated/20px/blueprint-icons-20.js.map +1 -1
  27. package/lib/cjs/generated/20px/paths/ammunition.d.ts +2 -0
  28. package/lib/cjs/generated/20px/paths/ammunition.js +4 -0
  29. package/lib/cjs/generated/20px/paths/ammunition.js.map +1 -0
  30. package/lib/cjs/generated/20px/paths/detection.d.ts +2 -0
  31. package/lib/cjs/generated/20px/paths/detection.js +4 -0
  32. package/lib/cjs/generated/20px/paths/detection.js.map +1 -0
  33. package/lib/cjs/generated/20px/paths/index.d.ts +5 -0
  34. package/lib/cjs/generated/20px/paths/index.js +22 -12
  35. package/lib/cjs/generated/20px/paths/index.js.map +1 -1
  36. package/lib/cjs/generated/20px/paths/lengthen-text.d.ts +2 -0
  37. package/lib/cjs/generated/20px/paths/lengthen-text.js +4 -0
  38. package/lib/cjs/generated/20px/paths/lengthen-text.js.map +1 -0
  39. package/lib/cjs/generated/20px/paths/shorten-text.d.ts +2 -0
  40. package/lib/cjs/generated/20px/paths/shorten-text.js +4 -0
  41. package/lib/cjs/generated/20px/paths/shorten-text.js.map +1 -0
  42. package/lib/cjs/generated/20px/paths/spell-check.d.ts +2 -0
  43. package/lib/cjs/generated/20px/paths/spell-check.js +4 -0
  44. package/lib/cjs/generated/20px/paths/spell-check.js.map +1 -0
  45. package/lib/cjs/generated/components/ammunition.d.ts +4 -0
  46. package/lib/cjs/generated/components/ammunition.js +46 -0
  47. package/lib/cjs/generated/components/ammunition.js.map +1 -0
  48. package/lib/cjs/generated/components/detection.d.ts +4 -0
  49. package/lib/cjs/generated/components/detection.js +46 -0
  50. package/lib/cjs/generated/components/detection.js.map +1 -0
  51. package/lib/cjs/generated/components/index.d.ts +5 -0
  52. package/lib/cjs/generated/components/index.js +22 -12
  53. package/lib/cjs/generated/components/index.js.map +1 -1
  54. package/lib/cjs/generated/components/lengthen-text.d.ts +4 -0
  55. package/lib/cjs/generated/components/lengthen-text.js +46 -0
  56. package/lib/cjs/generated/components/lengthen-text.js.map +1 -0
  57. package/lib/cjs/generated/components/shorten-text.d.ts +4 -0
  58. package/lib/cjs/generated/components/shorten-text.js +46 -0
  59. package/lib/cjs/generated/components/shorten-text.js.map +1 -0
  60. package/lib/cjs/generated/components/spell-check.d.ts +4 -0
  61. package/lib/cjs/generated/components/spell-check.js +46 -0
  62. package/lib/cjs/generated/components/spell-check.js.map +1 -0
  63. package/lib/cjs/generated/index.d.ts +5 -0
  64. package/lib/cjs/generated/index.js +22 -12
  65. package/lib/cjs/generated/index.js.map +1 -1
  66. package/lib/cjs/iconCodepoints.d.ts +5 -0
  67. package/lib/cjs/iconLoader.d.ts +1 -1
  68. package/lib/cjs/iconLoader.js +1 -5
  69. package/lib/cjs/iconLoader.js.map +1 -1
  70. package/lib/cjs/iconNames.d.ts +10 -0
  71. package/lib/cjs/index.d.ts +1 -0
  72. package/lib/cjs/index.js +5 -1
  73. package/lib/cjs/index.js.map +1 -1
  74. package/lib/css/blueprint-icons-16.eot +0 -0
  75. package/lib/css/blueprint-icons-16.svg +15 -0
  76. package/lib/css/blueprint-icons-16.ttf +0 -0
  77. package/lib/css/blueprint-icons-16.woff +0 -0
  78. package/lib/css/blueprint-icons-16.woff2 +0 -0
  79. package/lib/css/blueprint-icons-20.eot +0 -0
  80. package/lib/css/blueprint-icons-20.svg +15 -0
  81. package/lib/css/blueprint-icons-20.ttf +0 -0
  82. package/lib/css/blueprint-icons-20.woff +0 -0
  83. package/lib/css/blueprint-icons-20.woff2 +0 -0
  84. package/lib/css/blueprint-icons.css +2 -2
  85. package/lib/css/blueprint-icons.css.map +1 -1
  86. package/lib/esm/generated/16px/blueprint-icons-16.d.ts +7 -2
  87. package/lib/esm/generated/16px/blueprint-icons-16.js +10 -0
  88. package/lib/esm/generated/16px/blueprint-icons-16.js.map +1 -1
  89. package/lib/esm/generated/16px/paths/ammunition.d.ts +2 -0
  90. package/lib/esm/generated/16px/paths/ammunition.js +2 -0
  91. package/lib/esm/generated/16px/paths/ammunition.js.map +1 -0
  92. package/lib/esm/generated/16px/paths/detection.d.ts +2 -0
  93. package/lib/esm/generated/16px/paths/detection.js +2 -0
  94. package/lib/esm/generated/16px/paths/detection.js.map +1 -0
  95. package/lib/esm/generated/16px/paths/index.d.ts +5 -0
  96. package/lib/esm/generated/16px/paths/index.js +5 -0
  97. package/lib/esm/generated/16px/paths/index.js.map +1 -1
  98. package/lib/esm/generated/16px/paths/lengthen-text.d.ts +2 -0
  99. package/lib/esm/generated/16px/paths/lengthen-text.js +2 -0
  100. package/lib/esm/generated/16px/paths/lengthen-text.js.map +1 -0
  101. package/lib/esm/generated/16px/paths/shorten-text.d.ts +2 -0
  102. package/lib/esm/generated/16px/paths/shorten-text.js +2 -0
  103. package/lib/esm/generated/16px/paths/shorten-text.js.map +1 -0
  104. package/lib/esm/generated/16px/paths/spell-check.d.ts +2 -0
  105. package/lib/esm/generated/16px/paths/spell-check.js +2 -0
  106. package/lib/esm/generated/16px/paths/spell-check.js.map +1 -0
  107. package/lib/esm/generated/20px/blueprint-icons-20.d.ts +7 -2
  108. package/lib/esm/generated/20px/blueprint-icons-20.js +10 -0
  109. package/lib/esm/generated/20px/blueprint-icons-20.js.map +1 -1
  110. package/lib/esm/generated/20px/paths/ammunition.d.ts +2 -0
  111. package/lib/esm/generated/20px/paths/ammunition.js +2 -0
  112. package/lib/esm/generated/20px/paths/ammunition.js.map +1 -0
  113. package/lib/esm/generated/20px/paths/detection.d.ts +2 -0
  114. package/lib/esm/generated/20px/paths/detection.js +2 -0
  115. package/lib/esm/generated/20px/paths/detection.js.map +1 -0
  116. package/lib/esm/generated/20px/paths/index.d.ts +5 -0
  117. package/lib/esm/generated/20px/paths/index.js +5 -0
  118. package/lib/esm/generated/20px/paths/index.js.map +1 -1
  119. package/lib/esm/generated/20px/paths/lengthen-text.d.ts +2 -0
  120. package/lib/esm/generated/20px/paths/lengthen-text.js +2 -0
  121. package/lib/esm/generated/20px/paths/lengthen-text.js.map +1 -0
  122. package/lib/esm/generated/20px/paths/shorten-text.d.ts +2 -0
  123. package/lib/esm/generated/20px/paths/shorten-text.js +2 -0
  124. package/lib/esm/generated/20px/paths/shorten-text.js.map +1 -0
  125. package/lib/esm/generated/20px/paths/spell-check.d.ts +2 -0
  126. package/lib/esm/generated/20px/paths/spell-check.js +2 -0
  127. package/lib/esm/generated/20px/paths/spell-check.js.map +1 -0
  128. package/lib/esm/generated/components/ammunition.d.ts +4 -0
  129. package/lib/esm/generated/components/ammunition.js +43 -0
  130. package/lib/esm/generated/components/ammunition.js.map +1 -0
  131. package/lib/esm/generated/components/detection.d.ts +4 -0
  132. package/lib/esm/generated/components/detection.js +43 -0
  133. package/lib/esm/generated/components/detection.js.map +1 -0
  134. package/lib/esm/generated/components/index.d.ts +5 -0
  135. package/lib/esm/generated/components/index.js +5 -0
  136. package/lib/esm/generated/components/index.js.map +1 -1
  137. package/lib/esm/generated/components/lengthen-text.d.ts +4 -0
  138. package/lib/esm/generated/components/lengthen-text.js +43 -0
  139. package/lib/esm/generated/components/lengthen-text.js.map +1 -0
  140. package/lib/esm/generated/components/shorten-text.d.ts +4 -0
  141. package/lib/esm/generated/components/shorten-text.js +43 -0
  142. package/lib/esm/generated/components/shorten-text.js.map +1 -0
  143. package/lib/esm/generated/components/spell-check.d.ts +4 -0
  144. package/lib/esm/generated/components/spell-check.js +43 -0
  145. package/lib/esm/generated/components/spell-check.js.map +1 -0
  146. package/lib/esm/generated/index.d.ts +5 -0
  147. package/lib/esm/generated/index.js +5 -0
  148. package/lib/esm/generated/index.js.map +1 -1
  149. package/lib/esm/iconCodepoints.d.ts +5 -0
  150. package/lib/esm/iconLoader.d.ts +1 -1
  151. package/lib/esm/iconLoader.js +1 -5
  152. package/lib/esm/iconLoader.js.map +1 -1
  153. package/lib/esm/iconNames.d.ts +10 -0
  154. package/lib/esm/index.d.ts +1 -0
  155. package/lib/esm/index.js +1 -0
  156. package/lib/esm/index.js.map +1 -1
  157. package/lib/esnext/generated/16px/blueprint-icons-16.d.ts +7 -2
  158. package/lib/esnext/generated/16px/blueprint-icons-16.js +10 -0
  159. package/lib/esnext/generated/16px/blueprint-icons-16.js.map +1 -1
  160. package/lib/esnext/generated/16px/paths/ammunition.d.ts +2 -0
  161. package/lib/esnext/generated/16px/paths/ammunition.js +2 -0
  162. package/lib/esnext/generated/16px/paths/ammunition.js.map +1 -0
  163. package/lib/esnext/generated/16px/paths/detection.d.ts +2 -0
  164. package/lib/esnext/generated/16px/paths/detection.js +2 -0
  165. package/lib/esnext/generated/16px/paths/detection.js.map +1 -0
  166. package/lib/esnext/generated/16px/paths/index.d.ts +5 -0
  167. package/lib/esnext/generated/16px/paths/index.js +5 -0
  168. package/lib/esnext/generated/16px/paths/index.js.map +1 -1
  169. package/lib/esnext/generated/16px/paths/lengthen-text.d.ts +2 -0
  170. package/lib/esnext/generated/16px/paths/lengthen-text.js +2 -0
  171. package/lib/esnext/generated/16px/paths/lengthen-text.js.map +1 -0
  172. package/lib/esnext/generated/16px/paths/shorten-text.d.ts +2 -0
  173. package/lib/esnext/generated/16px/paths/shorten-text.js +2 -0
  174. package/lib/esnext/generated/16px/paths/shorten-text.js.map +1 -0
  175. package/lib/esnext/generated/16px/paths/spell-check.d.ts +2 -0
  176. package/lib/esnext/generated/16px/paths/spell-check.js +2 -0
  177. package/lib/esnext/generated/16px/paths/spell-check.js.map +1 -0
  178. package/lib/esnext/generated/20px/blueprint-icons-20.d.ts +7 -2
  179. package/lib/esnext/generated/20px/blueprint-icons-20.js +10 -0
  180. package/lib/esnext/generated/20px/blueprint-icons-20.js.map +1 -1
  181. package/lib/esnext/generated/20px/paths/ammunition.d.ts +2 -0
  182. package/lib/esnext/generated/20px/paths/ammunition.js +2 -0
  183. package/lib/esnext/generated/20px/paths/ammunition.js.map +1 -0
  184. package/lib/esnext/generated/20px/paths/detection.d.ts +2 -0
  185. package/lib/esnext/generated/20px/paths/detection.js +2 -0
  186. package/lib/esnext/generated/20px/paths/detection.js.map +1 -0
  187. package/lib/esnext/generated/20px/paths/index.d.ts +5 -0
  188. package/lib/esnext/generated/20px/paths/index.js +5 -0
  189. package/lib/esnext/generated/20px/paths/index.js.map +1 -1
  190. package/lib/esnext/generated/20px/paths/lengthen-text.d.ts +2 -0
  191. package/lib/esnext/generated/20px/paths/lengthen-text.js +2 -0
  192. package/lib/esnext/generated/20px/paths/lengthen-text.js.map +1 -0
  193. package/lib/esnext/generated/20px/paths/shorten-text.d.ts +2 -0
  194. package/lib/esnext/generated/20px/paths/shorten-text.js +2 -0
  195. package/lib/esnext/generated/20px/paths/shorten-text.js.map +1 -0
  196. package/lib/esnext/generated/20px/paths/spell-check.d.ts +2 -0
  197. package/lib/esnext/generated/20px/paths/spell-check.js +2 -0
  198. package/lib/esnext/generated/20px/paths/spell-check.js.map +1 -0
  199. package/lib/esnext/generated/components/ammunition.d.ts +4 -0
  200. package/lib/esnext/generated/components/ammunition.js +47 -0
  201. package/lib/esnext/generated/components/ammunition.js.map +1 -0
  202. package/lib/esnext/generated/components/detection.d.ts +4 -0
  203. package/lib/esnext/generated/components/detection.js +47 -0
  204. package/lib/esnext/generated/components/detection.js.map +1 -0
  205. package/lib/esnext/generated/components/index.d.ts +5 -0
  206. package/lib/esnext/generated/components/index.js +5 -0
  207. package/lib/esnext/generated/components/index.js.map +1 -1
  208. package/lib/esnext/generated/components/lengthen-text.d.ts +4 -0
  209. package/lib/esnext/generated/components/lengthen-text.js +47 -0
  210. package/lib/esnext/generated/components/lengthen-text.js.map +1 -0
  211. package/lib/esnext/generated/components/shorten-text.d.ts +4 -0
  212. package/lib/esnext/generated/components/shorten-text.js +47 -0
  213. package/lib/esnext/generated/components/shorten-text.js.map +1 -0
  214. package/lib/esnext/generated/components/spell-check.d.ts +4 -0
  215. package/lib/esnext/generated/components/spell-check.js +47 -0
  216. package/lib/esnext/generated/components/spell-check.js.map +1 -0
  217. package/lib/esnext/generated/index.d.ts +5 -0
  218. package/lib/esnext/generated/index.js +5 -0
  219. package/lib/esnext/generated/index.js.map +1 -1
  220. package/lib/esnext/iconCodepoints.d.ts +5 -0
  221. package/lib/esnext/iconLoader.d.ts +1 -1
  222. package/lib/esnext/iconLoader.js +1 -5
  223. package/lib/esnext/iconLoader.js.map +1 -1
  224. package/lib/esnext/iconNames.d.ts +10 -0
  225. package/lib/esnext/index.d.ts +1 -0
  226. package/lib/esnext/index.js +1 -0
  227. package/lib/esnext/index.js.map +1 -1
  228. package/lib/scss/blueprint-icons-16.scss +5 -0
  229. package/package.json +5 -4
  230. package/src/generated/16px/_icon-variables.scss +5 -0
  231. package/src/generated/16px/blueprint-icons-16.css +5 -5
  232. package/src/generated/16px/blueprint-icons-16.eot +0 -0
  233. package/src/generated/16px/blueprint-icons-16.svg +15 -0
  234. package/src/generated/16px/blueprint-icons-16.ts +20 -0
  235. package/src/generated/16px/blueprint-icons-16.ttf +0 -0
  236. package/src/generated/16px/blueprint-icons-16.woff +0 -0
  237. package/src/generated/16px/blueprint-icons-16.woff2 +0 -0
  238. package/src/generated/16px/paths/ammunition.ts +1 -0
  239. package/src/generated/16px/paths/detection.ts +1 -0
  240. package/src/generated/16px/paths/index.ts +5 -0
  241. package/src/generated/16px/paths/lengthen-text.ts +1 -0
  242. package/src/generated/16px/paths/shorten-text.ts +1 -0
  243. package/src/generated/16px/paths/spell-check.ts +1 -0
  244. package/src/generated/20px/blueprint-icons-20.css +5 -5
  245. package/src/generated/20px/blueprint-icons-20.eot +0 -0
  246. package/src/generated/20px/blueprint-icons-20.svg +15 -0
  247. package/src/generated/20px/blueprint-icons-20.ts +20 -0
  248. package/src/generated/20px/blueprint-icons-20.ttf +0 -0
  249. package/src/generated/20px/blueprint-icons-20.woff +0 -0
  250. package/src/generated/20px/blueprint-icons-20.woff2 +0 -0
  251. package/src/generated/20px/paths/ammunition.ts +1 -0
  252. package/src/generated/20px/paths/detection.ts +1 -0
  253. package/src/generated/20px/paths/index.ts +5 -0
  254. package/src/generated/20px/paths/lengthen-text.ts +1 -0
  255. package/src/generated/20px/paths/shorten-text.ts +1 -0
  256. package/src/generated/20px/paths/spell-check.ts +1 -0
  257. package/src/generated/components/ammunition.tsx +85 -0
  258. package/src/generated/components/detection.tsx +85 -0
  259. package/src/generated/components/index.ts +5 -0
  260. package/src/generated/components/lengthen-text.tsx +85 -0
  261. package/src/generated/components/shorten-text.tsx +85 -0
  262. package/src/generated/components/spell-check.tsx +85 -0
  263. package/src/generated/index.ts +5 -0
  264. package/src/iconLoader.ts +1 -4
  265. package/src/index.ts +1 -0
package/icons.json ADDED
@@ -0,0 +1,4048 @@
1
+ [
2
+ {
3
+ "displayName": "Blank",
4
+ "iconName": "blank",
5
+ "tags": "empty, placeholder, nothing",
6
+ "group": "miscellaneous",
7
+ "codepoint": 61747
8
+ },
9
+ {
10
+ "displayName": "Style",
11
+ "iconName": "style",
12
+ "tags": "visual style, editor, paint, paintbrush, color, add color, compose, draw, canvas",
13
+ "group": "editor",
14
+ "codepoint": 62164
15
+ },
16
+ {
17
+ "displayName": "Align: left",
18
+ "iconName": "align-left",
19
+ "tags": "text flow, alignment, justification, range, flush left, rows, document",
20
+ "group": "editor",
21
+ "codepoint": 61709
22
+ },
23
+ {
24
+ "displayName": "Align: center",
25
+ "iconName": "align-center",
26
+ "tags": "text flow, alignment, justification, range, centered, text, lines",
27
+ "group": "editor",
28
+ "codepoint": 61707
29
+ },
30
+ {
31
+ "displayName": "Align: right",
32
+ "iconName": "align-right",
33
+ "tags": "text flow, alignment, justification, range, flush right",
34
+ "group": "editor",
35
+ "codepoint": 61710
36
+ },
37
+ {
38
+ "displayName": "Align: justify",
39
+ "iconName": "align-justify",
40
+ "tags": "text flow, alignment, justification, range, justified, lines, menu, stack, stack, settings, list",
41
+ "group": "editor",
42
+ "codepoint": 61708
43
+ },
44
+ {
45
+ "displayName": "Bold",
46
+ "iconName": "bold",
47
+ "tags": "typography, text, font style, weight",
48
+ "group": "editor",
49
+ "codepoint": 61749
50
+ },
51
+ {
52
+ "displayName": "Italic",
53
+ "iconName": "italic",
54
+ "tags": "typography, text, font style, cursive, italics, cursor",
55
+ "group": "editor",
56
+ "codepoint": 61962
57
+ },
58
+ {
59
+ "displayName": "Underline",
60
+ "iconName": "underline",
61
+ "tags": "typography, text, font style, underscore, a",
62
+ "group": "editor",
63
+ "codepoint": 62209
64
+ },
65
+ {
66
+ "displayName": "Search around",
67
+ "iconName": "search-around",
68
+ "tags": "search, exploration, information, area, graph, link, connection, dot, network, links, connections, connect",
69
+ "group": "action",
70
+ "codepoint": 62111
71
+ },
72
+ {
73
+ "displayName": "Remove from graph",
74
+ "iconName": "graph-remove",
75
+ "tags": "circle, remove, delete, clear, graph, unavailable, delete object, block",
76
+ "group": "action",
77
+ "codepoint": 61908
78
+ },
79
+ {
80
+ "displayName": "Group objects",
81
+ "iconName": "group-objects",
82
+ "tags": "group, alignment, organization, arrangement, classification, objects, toggle, toggle button, radio buttons, lights, poll, pig, radio button, switch, two dots, plug, snout, adapter",
83
+ "group": "action",
84
+ "codepoint": 61914
85
+ },
86
+ {
87
+ "displayName": "Merge into links",
88
+ "iconName": "merge-links",
89
+ "tags": "merge, combine, consolidate, jointment, links, switch, button, toggle, kayak, seating, battle droid, outlet, connector",
90
+ "group": "action",
91
+ "codepoint": 62018
92
+ },
93
+ {
94
+ "displayName": "Layout",
95
+ "iconName": "layout",
96
+ "tags": "presentation, arrangement, graph",
97
+ "group": "data",
98
+ "codepoint": 61989
99
+ },
100
+ {
101
+ "displayName": "Layout: auto",
102
+ "iconName": "layout-auto",
103
+ "tags": "layout, presentation, arrangement, auto, graph, grid, covid, link, network, snowflake, atom, connection",
104
+ "group": "data",
105
+ "codepoint": 61980
106
+ },
107
+ {
108
+ "displayName": "Layout: circle",
109
+ "iconName": "layout-circle",
110
+ "tags": "layout, presentation, arrangement, circle, graph, grid",
111
+ "group": "data",
112
+ "codepoint": 61982
113
+ },
114
+ {
115
+ "displayName": "Layout: hierarchy",
116
+ "iconName": "layout-hierarchy",
117
+ "tags": "layout, presentation, arrangement, hierarchy, order, graph, grid, network, links, connector, integration, lineage, tree",
118
+ "group": "data",
119
+ "codepoint": 61985
120
+ },
121
+ {
122
+ "displayName": "Layout: grid",
123
+ "iconName": "layout-grid",
124
+ "tags": "layout, presentation, arrangement, grid, graph, grid, module, app, arrange",
125
+ "group": "data",
126
+ "codepoint": 61983
127
+ },
128
+ {
129
+ "displayName": "Layout: group by",
130
+ "iconName": "layout-group-by",
131
+ "tags": "layout, presentation, arrangement, group by, graph, grid, scatter, dots",
132
+ "group": "data",
133
+ "codepoint": 61984
134
+ },
135
+ {
136
+ "displayName": "Layout: skew grid",
137
+ "iconName": "layout-skew-grid",
138
+ "tags": "layout, presentation, arrangement, skew, graph, grid, eight, dots, nodes, pot holes",
139
+ "group": "data",
140
+ "codepoint": 61987
141
+ },
142
+ {
143
+ "displayName": "Geosearch",
144
+ "iconName": "geosearch",
145
+ "tags": "search, exploration, topography, geography, location, area, magnifying glass, globe",
146
+ "group": "action",
147
+ "codepoint": 61897
148
+ },
149
+ {
150
+ "displayName": "Heatmap",
151
+ "iconName": "heatmap",
152
+ "tags": "hierarchy, matrix, heat map, bubbles, circles, graph, splash, blob, ideas",
153
+ "group": "data",
154
+ "codepoint": 61930
155
+ },
156
+ {
157
+ "displayName": "Drive time",
158
+ "iconName": "drive-time",
159
+ "tags": "car, automobile, vehicle, van, drive, ride, distance, navigation, directions",
160
+ "group": "interface",
161
+ "codepoint": 61842
162
+ },
163
+ {
164
+ "displayName": "Select",
165
+ "iconName": "select",
166
+ "tags": "selection, arrow, cursor, area, range, draw, drag, click, open, expand, minimize, manipulate, check box, crop",
167
+ "group": "action",
168
+ "codepoint": 62116
169
+ },
170
+ {
171
+ "displayName": "Predictive analysis",
172
+ "iconName": "predictive-analysis",
173
+ "tags": "analysis, investigation, search, study, test, brain, it\u2019s a brain, definitely a brain, could mean anything, but, yep, still a brain",
174
+ "group": "action",
175
+ "codepoint": 62076
176
+ },
177
+ {
178
+ "displayName": "Layers",
179
+ "iconName": "layers",
180
+ "tags": "levels, stack, cards",
181
+ "group": "interface",
182
+ "codepoint": 61979
183
+ },
184
+ {
185
+ "displayName": "Locate",
186
+ "iconName": "locate",
187
+ "tags": "target, location, destination, mark, map, area, zoom, identify, crosshairs",
188
+ "group": "action",
189
+ "codepoint": 62001
190
+ },
191
+ {
192
+ "displayName": "Bookmark",
193
+ "iconName": "bookmark",
194
+ "tags": "marker, holder, section, identifier, favorites, tag, save",
195
+ "group": "action",
196
+ "codepoint": 61751
197
+ },
198
+ {
199
+ "displayName": "Citation",
200
+ "iconName": "citation",
201
+ "tags": "quotation, marks, excerpt, quote, end quote, grammar, punctuation",
202
+ "group": "editor",
203
+ "codepoint": 61780
204
+ },
205
+ {
206
+ "displayName": "Tag",
207
+ "iconName": "tag",
208
+ "tags": "label, badge, identification",
209
+ "group": "action",
210
+ "codepoint": 62175
211
+ },
212
+ {
213
+ "displayName": "Clipboard",
214
+ "iconName": "clipboard",
215
+ "tags": "notepad, notebook, copy, paste, transfer, storage, note",
216
+ "group": "action",
217
+ "codepoint": 61783
218
+ },
219
+ {
220
+ "displayName": "Selection",
221
+ "iconName": "selection",
222
+ "tags": "collection, circle, ring",
223
+ "group": "action",
224
+ "codepoint": 62117
225
+ },
226
+ {
227
+ "displayName": "Events",
228
+ "iconName": "timeline-events",
229
+ "tags": "calendar, timeframe, agenda, diary, day, week, month, schedule",
230
+ "group": "interface",
231
+ "codepoint": 62195
232
+ },
233
+ {
234
+ "displayName": "Line chart",
235
+ "iconName": "timeline-line-chart",
236
+ "tags": "graph, line, chart, line chart, upward trend, time series, line graph",
237
+ "group": "data",
238
+ "codepoint": 62196
239
+ },
240
+ {
241
+ "displayName": "Bar chart",
242
+ "iconName": "timeline-bar-chart",
243
+ "tags": "graph, bar, chart, histogram",
244
+ "group": "data",
245
+ "codepoint": 62194
246
+ },
247
+ {
248
+ "displayName": "Applications",
249
+ "iconName": "applications",
250
+ "tags": "application, browser, windows, platforms, pages, duplicate, copy, page, website",
251
+ "group": "interface",
252
+ "codepoint": 61721
253
+ },
254
+ {
255
+ "displayName": "Projects",
256
+ "iconName": "projects",
257
+ "tags": "drawer, sections, files, open, directory, folder, filing",
258
+ "group": "interface",
259
+ "codepoint": 62080
260
+ },
261
+ {
262
+ "displayName": "Changes",
263
+ "iconName": "changes",
264
+ "tags": "arrows, direction, switch, exchange, upload, download, sync",
265
+ "group": "action",
266
+ "codepoint": 61766
267
+ },
268
+ {
269
+ "displayName": "Notifications",
270
+ "iconName": "notifications",
271
+ "tags": "bell, alarm, notice, warning, alert",
272
+ "group": "interface",
273
+ "codepoint": 62046
274
+ },
275
+ {
276
+ "displayName": "Lock",
277
+ "iconName": "lock",
278
+ "tags": "engage, connect, join, close",
279
+ "group": "action",
280
+ "codepoint": 62002
281
+ },
282
+ {
283
+ "displayName": "Unlock",
284
+ "iconName": "unlock",
285
+ "tags": "disengage, disconnect, separate, open, unlocked, plaintext, authenticated, open lock, unsafe, editing",
286
+ "group": "action",
287
+ "codepoint": 62213
288
+ },
289
+ {
290
+ "displayName": "User",
291
+ "iconName": "user",
292
+ "tags": "person, human, male, female, character, customer, individual, identity, profile",
293
+ "group": "interface",
294
+ "codepoint": 62218
295
+ },
296
+ {
297
+ "displayName": "Search template",
298
+ "iconName": "search-template",
299
+ "tags": "search, text, magnifying glass",
300
+ "group": "action",
301
+ "codepoint": 62112
302
+ },
303
+ {
304
+ "displayName": "Inbox",
305
+ "iconName": "inbox",
306
+ "tags": "folder, mail, file, message, drawer, container",
307
+ "group": "file",
308
+ "codepoint": 61951
309
+ },
310
+ {
311
+ "displayName": "More",
312
+ "iconName": "more",
313
+ "tags": "dots, three, extra, new, options, ellipses, break, pause, suspense, see more, loading",
314
+ "group": "interface",
315
+ "codepoint": 62026
316
+ },
317
+ {
318
+ "displayName": "Help",
319
+ "iconName": "help",
320
+ "tags": "question mark, aid, advice, circle, question",
321
+ "group": "action",
322
+ "codepoint": 61932
323
+ },
324
+ {
325
+ "displayName": "Calendar",
326
+ "iconName": "calendar",
327
+ "tags": "timeframe, agenda, diary, day, week, month",
328
+ "group": "interface",
329
+ "codepoint": 61758
330
+ },
331
+ {
332
+ "displayName": "Media",
333
+ "iconName": "media",
334
+ "tags": "audio, video, picture, image, drawing, illustration, landscape, photo",
335
+ "group": "media",
336
+ "codepoint": 62013
337
+ },
338
+ {
339
+ "displayName": "Link",
340
+ "iconName": "link",
341
+ "tags": "connection, network, chain, attach",
342
+ "group": "interface",
343
+ "codepoint": 61997
344
+ },
345
+ {
346
+ "displayName": "Share",
347
+ "iconName": "share",
348
+ "tags": "square, arrow, export, open, new page, link, new window, new tab",
349
+ "group": "action",
350
+ "codepoint": 62129
351
+ },
352
+ {
353
+ "displayName": "Download",
354
+ "iconName": "download",
355
+ "tags": "circle, arrow, down, downloading",
356
+ "group": "action",
357
+ "codepoint": 61834
358
+ },
359
+ {
360
+ "displayName": "Document",
361
+ "iconName": "document",
362
+ "tags": "paper, page, file",
363
+ "group": "file",
364
+ "codepoint": 61824
365
+ },
366
+ {
367
+ "displayName": "Properties",
368
+ "iconName": "properties",
369
+ "tags": "lines, dots, three, list",
370
+ "group": "interface",
371
+ "codepoint": 62081
372
+ },
373
+ {
374
+ "displayName": "Import",
375
+ "iconName": "import",
376
+ "tags": "arrow, down, importing, download",
377
+ "group": "action",
378
+ "codepoint": 61946
379
+ },
380
+ {
381
+ "displayName": "Export",
382
+ "iconName": "export",
383
+ "tags": "arrow, up, exporting, output, move out, upload, send",
384
+ "group": "action",
385
+ "codepoint": 61856
386
+ },
387
+ {
388
+ "displayName": "Minimize",
389
+ "iconName": "minimize",
390
+ "tags": "arrows, decrease, smaller, combine, shrink, compress, together, crash, resize, collision, close, connect, merge, conflict",
391
+ "group": "action",
392
+ "codepoint": 62019
393
+ },
394
+ {
395
+ "displayName": "Maximize",
396
+ "iconName": "maximize",
397
+ "tags": "arrows, increase, bigger, expand, opposite, diagonal, bidirectional",
398
+ "group": "action",
399
+ "codepoint": 62012
400
+ },
401
+ {
402
+ "displayName": "Tick",
403
+ "iconName": "tick",
404
+ "tags": "mark, sign, ok, approved, success, check, done, complete, confirm",
405
+ "group": "action",
406
+ "codepoint": 62191
407
+ },
408
+ {
409
+ "displayName": "Cross",
410
+ "iconName": "cross",
411
+ "tags": "cross mark, fail, delete, no, close, remove, not, available, unavailable, wrong, incorrect, cancel",
412
+ "group": "action",
413
+ "codepoint": 61801
414
+ },
415
+ {
416
+ "displayName": "Plus",
417
+ "iconName": "plus",
418
+ "tags": "sign, add, maximize, zoom in, append, enlarge, increase",
419
+ "group": "action",
420
+ "codepoint": 62073
421
+ },
422
+ {
423
+ "displayName": "Minus",
424
+ "iconName": "minus",
425
+ "tags": "sign, remove, minimize, zoom out, line, dash, space, hyphen, emdash, horizonal thin line",
426
+ "group": "action",
427
+ "codepoint": 62020
428
+ },
429
+ {
430
+ "displayName": "Arrow: left",
431
+ "iconName": "arrow-left",
432
+ "tags": "arrow, direction, left, backspace, back",
433
+ "group": "interface",
434
+ "codepoint": 61733
435
+ },
436
+ {
437
+ "displayName": "Arrow: right",
438
+ "iconName": "arrow-right",
439
+ "tags": "arrow, direction, right, next",
440
+ "group": "interface",
441
+ "codepoint": 61734
442
+ },
443
+ {
444
+ "displayName": "Exchange",
445
+ "iconName": "exchange",
446
+ "tags": "arrows, direction, network, swap, transfer, transaction, repeat, shuffle, cycle",
447
+ "group": "action",
448
+ "codepoint": 61853
449
+ },
450
+ {
451
+ "displayName": "Comparison",
452
+ "iconName": "comparison",
453
+ "tags": "analogy, layout, contrast, compare, check list, split",
454
+ "group": "action",
455
+ "codepoint": 61793
456
+ },
457
+ {
458
+ "displayName": "List",
459
+ "iconName": "list",
460
+ "tags": "agenda, four lines, table, rows, document, writing, block text, horizontal bars",
461
+ "group": "table",
462
+ "codepoint": 62000
463
+ },
464
+ {
465
+ "displayName": "Filter",
466
+ "iconName": "filter",
467
+ "tags": "filtering, funnel, tube, pipe",
468
+ "group": "action",
469
+ "codepoint": 61869
470
+ },
471
+ {
472
+ "displayName": "Confirm",
473
+ "iconName": "confirm",
474
+ "tags": "circle, tick, confirmation, acceptance, approval, authorization, submitted, done",
475
+ "group": "action",
476
+ "codepoint": 61796
477
+ },
478
+ {
479
+ "displayName": "Fork",
480
+ "iconName": "fork",
481
+ "tags": "divide, split, break, arrows, direction, branch",
482
+ "group": "action",
483
+ "codepoint": 61888
484
+ },
485
+ {
486
+ "displayName": "Trash",
487
+ "iconName": "trash",
488
+ "tags": "bin, rubbish, junk, remove, delete, garbage",
489
+ "group": "action",
490
+ "codepoint": 62202
491
+ },
492
+ {
493
+ "displayName": "Person",
494
+ "iconName": "person",
495
+ "tags": "human, male, female, character, customer, individual",
496
+ "group": "interface",
497
+ "codepoint": 62066
498
+ },
499
+ {
500
+ "displayName": "People",
501
+ "iconName": "people",
502
+ "tags": "humans, males, females, characters, customers, individuals",
503
+ "group": "interface",
504
+ "codepoint": 62064
505
+ },
506
+ {
507
+ "displayName": "Add",
508
+ "iconName": "add",
509
+ "tags": "circle, plus, symbol, join, medical, include, add item, new item",
510
+ "group": "action",
511
+ "codepoint": 61705
512
+ },
513
+ {
514
+ "displayName": "Remove",
515
+ "iconName": "remove",
516
+ "tags": "circle, minus, symbol, do not enter, negative, invalid, off, stop, blocked",
517
+ "group": "action",
518
+ "codepoint": 62096
519
+ },
520
+ {
521
+ "displayName": "Geolocation",
522
+ "iconName": "geolocation",
523
+ "tags": "geography, location, position, map, direction, arrow, cursor, pointer, mouse",
524
+ "group": "interface",
525
+ "codepoint": 61896
526
+ },
527
+ {
528
+ "displayName": "Zoom in",
529
+ "iconName": "zoom-in",
530
+ "tags": "search, magnifying glass, plus, find, new, zoom, magnify, enlarge",
531
+ "group": "action",
532
+ "codepoint": 62238
533
+ },
534
+ {
535
+ "displayName": "Zoom out",
536
+ "iconName": "zoom-out",
537
+ "tags": "search, magnifying glass, minus, remove",
538
+ "group": "action",
539
+ "codepoint": 62239
540
+ },
541
+ {
542
+ "displayName": "Refresh",
543
+ "iconName": "refresh",
544
+ "tags": "circle, arrows, rotation, redo, re-run",
545
+ "group": "action",
546
+ "codepoint": 62089
547
+ },
548
+ {
549
+ "displayName": "Delete",
550
+ "iconName": "delete",
551
+ "tags": "circle, remove, cross, close, no, dead end, cancel",
552
+ "group": "action",
553
+ "codepoint": 61813
554
+ },
555
+ {
556
+ "displayName": "Cog",
557
+ "iconName": "cog",
558
+ "tags": "settings, circle, wheel, mechanical, tools, gear",
559
+ "group": "interface",
560
+ "codepoint": 61789
561
+ },
562
+ {
563
+ "displayName": "Flag",
564
+ "iconName": "flag",
565
+ "tags": "map, position, country, nationality, pole",
566
+ "group": "interface",
567
+ "codepoint": 61870
568
+ },
569
+ {
570
+ "displayName": "Pin",
571
+ "iconName": "pin",
572
+ "tags": "map, position, safety pin, attach, thubtack, sharp, push pin, thumb tack",
573
+ "group": "action",
574
+ "codepoint": 62069
575
+ },
576
+ {
577
+ "displayName": "Warning sign",
578
+ "iconName": "warning-sign",
579
+ "tags": "notification, warning, triangle, exclamation mark, sign, alert, caution",
580
+ "group": "interface",
581
+ "codepoint": 62229
582
+ },
583
+ {
584
+ "displayName": "Error",
585
+ "iconName": "error",
586
+ "tags": "notification, failure, circle, exclamation mark, sign, warning, attention",
587
+ "group": "interface",
588
+ "codepoint": 61851
589
+ },
590
+ {
591
+ "displayName": "Info sign",
592
+ "iconName": "info-sign",
593
+ "tags": "notification, information, circle, message, sign, info, tooltip",
594
+ "group": "interface",
595
+ "codepoint": 61952
596
+ },
597
+ {
598
+ "displayName": "Credit card",
599
+ "iconName": "credit-card",
600
+ "tags": "payment, bank, transaction",
601
+ "group": "action",
602
+ "codepoint": 61800
603
+ },
604
+ {
605
+ "displayName": "Edit",
606
+ "iconName": "edit",
607
+ "tags": "annotate, pen, modify, draw, signature",
608
+ "group": "action",
609
+ "codepoint": 61844
610
+ },
611
+ {
612
+ "displayName": "History",
613
+ "iconName": "history",
614
+ "tags": "past, reverse, circle, arrow, out of date, refresh, clock, undo, rollback, rewind, revert, roll back, reverse time, counter",
615
+ "group": "action",
616
+ "codepoint": 61936
617
+ },
618
+ {
619
+ "displayName": "Search",
620
+ "iconName": "search",
621
+ "tags": "inspection, exploration, magnifying glass, find, help",
622
+ "group": "action",
623
+ "codepoint": 62114
624
+ },
625
+ {
626
+ "displayName": "Logout",
627
+ "iconName": "log-out",
628
+ "tags": "arrow, leave, next, exit, sign out, auth, authentication",
629
+ "group": "action",
630
+ "codepoint": 62004
631
+ },
632
+ {
633
+ "displayName": "Star",
634
+ "iconName": "star",
635
+ "tags": "shape, pin, mark, pro, new, favorite",
636
+ "group": "interface",
637
+ "codepoint": 62157
638
+ },
639
+ {
640
+ "displayName": "Star: empty",
641
+ "iconName": "star-empty",
642
+ "tags": "shape, unpin, mark, star, favorite, like, goal, accomplishment",
643
+ "group": "interface",
644
+ "codepoint": 62156
645
+ },
646
+ {
647
+ "displayName": "Sort: alphabetical",
648
+ "iconName": "sort-alphabetical",
649
+ "tags": "ascending, array, arrange, sort, alphabetize, alphabetical, string, compare",
650
+ "group": "action",
651
+ "codepoint": 62146
652
+ },
653
+ {
654
+ "displayName": "Sort: numerical",
655
+ "iconName": "sort-numerical",
656
+ "tags": "ascending, array, arrange, sort, numbers, range",
657
+ "group": "action",
658
+ "codepoint": 62150
659
+ },
660
+ {
661
+ "displayName": "Sort",
662
+ "iconName": "sort",
663
+ "tags": "ascending, array, arrange, sort, list, descending, scroll down, menu, scroll, decrease",
664
+ "group": "action",
665
+ "codepoint": 62151
666
+ },
667
+ {
668
+ "displayName": "Folder: opened",
669
+ "iconName": "folder-open",
670
+ "tags": "file, portfolio, case, files, folder",
671
+ "group": "file",
672
+ "codepoint": 61882
673
+ },
674
+ {
675
+ "displayName": "Folder: closed",
676
+ "iconName": "folder-close",
677
+ "tags": "file, portfolio, case, folder, directory, files",
678
+ "group": "file",
679
+ "codepoint": 61880
680
+ },
681
+ {
682
+ "displayName": "Folder: shared",
683
+ "iconName": "folder-shared",
684
+ "tags": "file, portfolio, case, email, upload, save, export, copy, folder",
685
+ "group": "file",
686
+ "codepoint": 61884
687
+ },
688
+ {
689
+ "displayName": "Caret: up",
690
+ "iconName": "caret-up",
691
+ "tags": "direction, order, up, chevron, triangle, arrow",
692
+ "group": "interface",
693
+ "codepoint": 61763
694
+ },
695
+ {
696
+ "displayName": "Caret: right",
697
+ "iconName": "caret-right",
698
+ "tags": "direction, order, right, triangle, arrow",
699
+ "group": "interface",
700
+ "codepoint": 61762
701
+ },
702
+ {
703
+ "displayName": "Caret: down",
704
+ "iconName": "caret-down",
705
+ "tags": "direction, order, down, triangle, arrow",
706
+ "group": "interface",
707
+ "codepoint": 61760
708
+ },
709
+ {
710
+ "displayName": "Caret: left",
711
+ "iconName": "caret-left",
712
+ "tags": "direction, order, left, back, rewind, tab back",
713
+ "group": "interface",
714
+ "codepoint": 61761
715
+ },
716
+ {
717
+ "displayName": "Menu: opened",
718
+ "iconName": "menu-open",
719
+ "tags": "show, navigation, menu, open, right, expand, indent",
720
+ "group": "interface",
721
+ "codepoint": 62015
722
+ },
723
+ {
724
+ "displayName": "Menu: closed",
725
+ "iconName": "menu-closed",
726
+ "tags": "hide, navigation, list, left, dedent",
727
+ "group": "interface",
728
+ "codepoint": 62014
729
+ },
730
+ {
731
+ "displayName": "Feed",
732
+ "iconName": "feed",
733
+ "tags": "rss, wifi, signal, radio, network",
734
+ "group": "interface",
735
+ "codepoint": 61863
736
+ },
737
+ {
738
+ "displayName": "Two columns",
739
+ "iconName": "two-columns",
740
+ "tags": "layout, columns, switch, change, two, forward, shift, open sidebar, move sidebar, sidebar",
741
+ "group": "action",
742
+ "codepoint": 62207
743
+ },
744
+ {
745
+ "displayName": "One column",
746
+ "iconName": "one-column",
747
+ "tags": "layout, columns, switch, change, one, left, exit, collapse",
748
+ "group": "action",
749
+ "codepoint": 62052
750
+ },
751
+ {
752
+ "displayName": "Dot",
753
+ "iconName": "dot",
754
+ "tags": "point, circle, small",
755
+ "group": "miscellaneous",
756
+ "codepoint": 61826
757
+ },
758
+ {
759
+ "displayName": "Property",
760
+ "iconName": "property",
761
+ "tags": "list, order, menu, filter, selection, selected item, highlighted list, focused element",
762
+ "group": "interface",
763
+ "codepoint": 62082
764
+ },
765
+ {
766
+ "displayName": "Time",
767
+ "iconName": "time",
768
+ "tags": "clock, day, hours, minutes, seconds",
769
+ "group": "interface",
770
+ "codepoint": 62192
771
+ },
772
+ {
773
+ "displayName": "Disable",
774
+ "iconName": "disable",
775
+ "tags": "off, circle, remove, do not enter, no, anti, cancel, exit, no selection",
776
+ "group": "action",
777
+ "codepoint": 61821
778
+ },
779
+ {
780
+ "displayName": "Unpin",
781
+ "iconName": "unpin",
782
+ "tags": "map, position, safety pin, detach, version, pushpin, pin, thumbtack",
783
+ "group": "action",
784
+ "codepoint": 62214
785
+ },
786
+ {
787
+ "displayName": "Flows",
788
+ "iconName": "flows",
789
+ "tags": "arrows, direction, links, proceed, link, leads to, flow, connection, processing, moving to, connect, pipeline",
790
+ "group": "data",
791
+ "codepoint": 61879
792
+ },
793
+ {
794
+ "displayName": "New text box",
795
+ "iconName": "new-text-box",
796
+ "tags": "text box, edit, new, create, new font",
797
+ "group": "action",
798
+ "codepoint": 62041
799
+ },
800
+ {
801
+ "displayName": "New link",
802
+ "iconName": "new-link",
803
+ "tags": "create, add, plus, link, chain, insert",
804
+ "group": "action",
805
+ "codepoint": 62037
806
+ },
807
+ {
808
+ "displayName": "New object",
809
+ "iconName": "new-object",
810
+ "tags": "create, add, plus, objects, circle, element, entity",
811
+ "group": "action",
812
+ "codepoint": 62038
813
+ },
814
+ {
815
+ "displayName": "Path search",
816
+ "iconName": "path-search",
817
+ "tags": "map, magnifying glass, position, location, locate",
818
+ "group": "action",
819
+ "codepoint": 62061
820
+ },
821
+ {
822
+ "displayName": "Automatic updates",
823
+ "iconName": "automatic-updates",
824
+ "tags": "circle, arrows, tick, amends, updates, recheck, reverify, refresh check, complete cycle, complete process, done, refresh, complete, checkpoint, saved state, backup, sync complete, check complete, ci check, passed",
825
+ "group": "action",
826
+ "codepoint": 61741
827
+ },
828
+ {
829
+ "displayName": "Page layout",
830
+ "iconName": "page-layout",
831
+ "tags": "browser, table, design, columns, module, application, layout, dashboard, web page sections, windows",
832
+ "group": "table",
833
+ "codepoint": 62056
834
+ },
835
+ {
836
+ "displayName": "Code",
837
+ "iconName": "code",
838
+ "tags": "markup, language, tag",
839
+ "group": "action",
840
+ "codepoint": 61788
841
+ },
842
+ {
843
+ "displayName": "Map",
844
+ "iconName": "map",
845
+ "tags": "location, position, geography, world",
846
+ "group": "interface",
847
+ "codepoint": 62011
848
+ },
849
+ {
850
+ "displayName": "Search text",
851
+ "iconName": "search-text",
852
+ "tags": "magnifying glass, exploration, see, zoom, finder, examine",
853
+ "group": "action",
854
+ "codepoint": 62113
855
+ },
856
+ {
857
+ "displayName": "Envelope",
858
+ "iconName": "envelope",
859
+ "tags": "post, mail, send, email",
860
+ "group": "interface",
861
+ "codepoint": 61848
862
+ },
863
+ {
864
+ "displayName": "Paperclip",
865
+ "iconName": "paperclip",
866
+ "tags": "attachment, add, paper clip, attach, clippy",
867
+ "group": "action",
868
+ "codepoint": 62059
869
+ },
870
+ {
871
+ "displayName": "Label",
872
+ "iconName": "label",
873
+ "tags": "text, tag, ticket, file, document, mail, print, paper",
874
+ "group": "interface",
875
+ "codepoint": 61976
876
+ },
877
+ {
878
+ "displayName": "Globe",
879
+ "iconName": "globe",
880
+ "tags": "planet, earth, map, location, geography, world",
881
+ "group": "miscellaneous",
882
+ "codepoint": 61907
883
+ },
884
+ {
885
+ "displayName": "Home",
886
+ "iconName": "home",
887
+ "tags": "house, building, destination",
888
+ "group": "miscellaneous",
889
+ "codepoint": 61937
890
+ },
891
+ {
892
+ "displayName": "Table",
893
+ "iconName": "th",
894
+ "tags": "index, rows, columns, agenda, list, spreadsheet, table, sheet, entry",
895
+ "group": "table",
896
+ "codepoint": 62186
897
+ },
898
+ {
899
+ "displayName": "Table: list",
900
+ "iconName": "th-list",
901
+ "tags": "index, rows, list, order, series, table",
902
+ "group": "table",
903
+ "codepoint": 62185
904
+ },
905
+ {
906
+ "displayName": "Table: derived",
907
+ "iconName": "th-derived",
908
+ "tags": "get, obtain, take, acquire, index, rows, columns, list, table, row, add to dataset, go to dataset, provenance",
909
+ "group": "table",
910
+ "codepoint": 62182
911
+ },
912
+ {
913
+ "displayName": "Circle",
914
+ "iconName": "circle",
915
+ "tags": "radial, empty, area, radius, selection",
916
+ "group": "action",
917
+ "codepoint": 61779
918
+ },
919
+ {
920
+ "displayName": "Draw",
921
+ "iconName": "draw",
922
+ "tags": "selection, area, highlight, sketch, ink, write, fountain pen, edit, pointer, dropper, pen",
923
+ "group": "action",
924
+ "codepoint": 61837
925
+ },
926
+ {
927
+ "displayName": "Insert",
928
+ "iconName": "insert",
929
+ "tags": "square, plus, add, embed, include, inject",
930
+ "group": "action",
931
+ "codepoint": 61956
932
+ },
933
+ {
934
+ "displayName": "Helper management",
935
+ "iconName": "helper-management",
936
+ "tags": "square, widget, graph, chart, data, document, blocks, spreadsheet, format, right bottom justify, loading, snake",
937
+ "group": "interface",
938
+ "codepoint": 61933
939
+ },
940
+ {
941
+ "displayName": "Send to",
942
+ "iconName": "send-to",
943
+ "tags": "circle, export, arrow, outside, external, pop out, open object, open item",
944
+ "group": "action",
945
+ "codepoint": 62121
946
+ },
947
+ {
948
+ "displayName": "Eye",
949
+ "iconName": "eye-open",
950
+ "tags": "show, visible, clear, view, vision, see, review, check",
951
+ "group": "interface",
952
+ "codepoint": 61859
953
+ },
954
+ {
955
+ "displayName": "Folder: shared open",
956
+ "iconName": "folder-shared-open",
957
+ "tags": "file, portfolio, case, open, browse, folder, export, open folder",
958
+ "group": "file",
959
+ "codepoint": 61883
960
+ },
961
+ {
962
+ "displayName": "Social media",
963
+ "iconName": "social-media",
964
+ "tags": "circle, rotate, share, harmony, tadpoles, circuit, in progress, run, loop, cycle",
965
+ "group": "action",
966
+ "codepoint": 62144
967
+ },
968
+ {
969
+ "displayName": "Arrow: up",
970
+ "iconName": "arrow-up",
971
+ "tags": "direction, north, upwards",
972
+ "group": "interface",
973
+ "codepoint": 61737
974
+ },
975
+ {
976
+ "displayName": "Arrow: down",
977
+ "iconName": "arrow-down",
978
+ "tags": "direction, south, see below, descend, scroll down",
979
+ "group": "interface",
980
+ "codepoint": 61732
981
+ },
982
+ {
983
+ "displayName": "Arrows: horizontal",
984
+ "iconName": "arrows-horizontal",
985
+ "tags": "direction, level, bidirectional, left-right, resize, move horizontally, swap, switch, link, reaction, alternate",
986
+ "group": "interface",
987
+ "codepoint": 61738
988
+ },
989
+ {
990
+ "displayName": "Arrows: vertical",
991
+ "iconName": "arrows-vertical",
992
+ "tags": "direction, level, two way, up down, drag up or down, expand, collapse, open",
993
+ "group": "interface",
994
+ "codepoint": 61739
995
+ },
996
+ {
997
+ "displayName": "Resolve",
998
+ "iconName": "resolve",
999
+ "tags": "circles, divide, split, intersection, overlap, venn diagram",
1000
+ "group": "action",
1001
+ "codepoint": 62099
1002
+ },
1003
+ {
1004
+ "displayName": "Graph",
1005
+ "iconName": "graph",
1006
+ "tags": "diagram, chemistry, molecule, directed graph, linked entities, relational elements",
1007
+ "group": "data",
1008
+ "codepoint": 61909
1009
+ },
1010
+ {
1011
+ "displayName": "Briefcase",
1012
+ "iconName": "briefcase",
1013
+ "tags": "suitcase, business, case, baggage, work, kit, toolbox",
1014
+ "group": "miscellaneous",
1015
+ "codepoint": 61753
1016
+ },
1017
+ {
1018
+ "displayName": "Dollar",
1019
+ "iconName": "dollar",
1020
+ "tags": "currency, money, dollar sign",
1021
+ "group": "miscellaneous",
1022
+ "codepoint": 61825
1023
+ },
1024
+ {
1025
+ "displayName": "Ninja",
1026
+ "iconName": "ninja",
1027
+ "tags": "star, fighter, symbol, vortex, shuriken, throwing star, ninja star",
1028
+ "group": "miscellaneous",
1029
+ "codepoint": 62042
1030
+ },
1031
+ {
1032
+ "displayName": "Delta",
1033
+ "iconName": "delta",
1034
+ "tags": "symbol, triangle, diff, change, formula, greek, alphabet",
1035
+ "group": "miscellaneous",
1036
+ "codepoint": 61814
1037
+ },
1038
+ {
1039
+ "displayName": "Barcode",
1040
+ "iconName": "barcode",
1041
+ "tags": "product, scan, identifier, code",
1042
+ "group": "miscellaneous",
1043
+ "codepoint": 61746
1044
+ },
1045
+ {
1046
+ "displayName": "Torch",
1047
+ "iconName": "torch",
1048
+ "tags": "light, flashlight, tool, hint, search, find",
1049
+ "group": "miscellaneous",
1050
+ "codepoint": 62198
1051
+ },
1052
+ {
1053
+ "displayName": "Widget",
1054
+ "iconName": "widget",
1055
+ "tags": "square, corners, text box, fence, highlight area, select area, draw rectangle, grid, connection",
1056
+ "group": "interface",
1057
+ "codepoint": 62235
1058
+ },
1059
+ {
1060
+ "displayName": "Unresolve",
1061
+ "iconName": "unresolve",
1062
+ "tags": "split, divide, disconnect, separate, sets, subtraction, pancakes, union, group, join, venn diagram, overlap, circles",
1063
+ "group": "action",
1064
+ "codepoint": 62215
1065
+ },
1066
+ {
1067
+ "displayName": "Offline",
1068
+ "iconName": "offline",
1069
+ "tags": "circle, lightning, disconnected, down, flash, quick, charger, download, electricity, power, voltage, lightning bolt, charging",
1070
+ "group": "interface",
1071
+ "codepoint": 62050
1072
+ },
1073
+ {
1074
+ "displayName": "Zoom to fit",
1075
+ "iconName": "zoom-to-fit",
1076
+ "tags": "fit, scale, resize, adjust, expand, zoom out, snapshot",
1077
+ "group": "action",
1078
+ "codepoint": 62240
1079
+ },
1080
+ {
1081
+ "displayName": "Add to artifact",
1082
+ "iconName": "add-to-artifact",
1083
+ "tags": "list, plus, text, add, create, add item, add to list, add section, add page",
1084
+ "group": "action",
1085
+ "codepoint": 61703
1086
+ },
1087
+ {
1088
+ "displayName": "Map marker",
1089
+ "iconName": "map-marker",
1090
+ "tags": "pin, map, location, position, geography, world, point",
1091
+ "group": "interface",
1092
+ "codepoint": 62010
1093
+ },
1094
+ {
1095
+ "displayName": "Chart",
1096
+ "iconName": "chart",
1097
+ "tags": "arrow, increase, up, line, bar, graph, trend, growth, increasing trend, trendline, upward",
1098
+ "group": "data",
1099
+ "codepoint": 61767
1100
+ },
1101
+ {
1102
+ "displayName": "Control",
1103
+ "iconName": "control",
1104
+ "tags": "squares, layout, filled layout, filled module, module, page, dashboard, workshop, modular, application, window, app, tile, tessellate, task view",
1105
+ "group": "interface",
1106
+ "codepoint": 61799
1107
+ },
1108
+ {
1109
+ "displayName": "Multi select",
1110
+ "iconName": "multi-select",
1111
+ "tags": "layers, selection, list, files, multiple windows, tabs",
1112
+ "group": "interface",
1113
+ "codepoint": 62030
1114
+ },
1115
+ {
1116
+ "displayName": "Direction: left",
1117
+ "iconName": "direction-left",
1118
+ "tags": "pointer, west, direction, arrow left, back, pointer left, aircraft, plane",
1119
+ "group": "interface",
1120
+ "codepoint": 61819
1121
+ },
1122
+ {
1123
+ "displayName": "Direction: right",
1124
+ "iconName": "direction-right",
1125
+ "tags": "pointer, east, arrow, bullet, tag, send, location, aircraft, plane",
1126
+ "group": "interface",
1127
+ "codepoint": 61820
1128
+ },
1129
+ {
1130
+ "displayName": "Database",
1131
+ "iconName": "database",
1132
+ "tags": "stack, storage, can, data, source, dataset, data source",
1133
+ "group": "data",
1134
+ "codepoint": 61812
1135
+ },
1136
+ {
1137
+ "displayName": "Pie chart",
1138
+ "iconName": "pie-chart",
1139
+ "tags": "circle, part, section, chart, visualization",
1140
+ "group": "data",
1141
+ "codepoint": 62068
1142
+ },
1143
+ {
1144
+ "displayName": "Full circle",
1145
+ "iconName": "full-circle",
1146
+ "tags": "dot, point, orb, filled",
1147
+ "group": "miscellaneous",
1148
+ "codepoint": 61890
1149
+ },
1150
+ {
1151
+ "displayName": "Square",
1152
+ "iconName": "square",
1153
+ "tags": "empty, outline",
1154
+ "group": "miscellaneous",
1155
+ "codepoint": 62153
1156
+ },
1157
+ {
1158
+ "displayName": "Print",
1159
+ "iconName": "print",
1160
+ "tags": "printer, paper, send to printer",
1161
+ "group": "action",
1162
+ "codepoint": 62079
1163
+ },
1164
+ {
1165
+ "displayName": "Presentation",
1166
+ "iconName": "presentation",
1167
+ "tags": "display, present, demo, show, canvas, dashboard",
1168
+ "group": "interface",
1169
+ "codepoint": 62078
1170
+ },
1171
+ {
1172
+ "displayName": "Ungroup objects",
1173
+ "iconName": "ungroup-objects",
1174
+ "tags": "split, divide, disconnect, separate, dots, more options, options",
1175
+ "group": "action",
1176
+ "codepoint": 62211
1177
+ },
1178
+ {
1179
+ "displayName": "Chat",
1180
+ "iconName": "chat",
1181
+ "tags": "speech, conversation, communication, talk, comments, dialogue, comment",
1182
+ "group": "action",
1183
+ "codepoint": 61768
1184
+ },
1185
+ {
1186
+ "displayName": "Comment",
1187
+ "iconName": "comment",
1188
+ "tags": "statement, discussion, opinion, view, chat, message, typing",
1189
+ "group": "action",
1190
+ "codepoint": 61792
1191
+ },
1192
+ {
1193
+ "displayName": "Circle arrow: right",
1194
+ "iconName": "circle-arrow-right",
1195
+ "tags": "direction, east, go, next, submit, right arrow",
1196
+ "group": "interface",
1197
+ "codepoint": 61777
1198
+ },
1199
+ {
1200
+ "displayName": "Circle arrow: left",
1201
+ "iconName": "circle-arrow-left",
1202
+ "tags": "direction, west, return, backspace, back, go left",
1203
+ "group": "interface",
1204
+ "codepoint": 61776
1205
+ },
1206
+ {
1207
+ "displayName": "Circle arrow: up",
1208
+ "iconName": "circle-arrow-up",
1209
+ "tags": "direction, north, upload, upward, above, push, promote, publish",
1210
+ "group": "interface",
1211
+ "codepoint": 61778
1212
+ },
1213
+ {
1214
+ "displayName": "Circle arrow: down",
1215
+ "iconName": "circle-arrow-down",
1216
+ "tags": "direction, south, below, download, save to device, keep offline, next",
1217
+ "group": "interface",
1218
+ "codepoint": 61775
1219
+ },
1220
+ {
1221
+ "displayName": "Upload",
1222
+ "iconName": "upload",
1223
+ "tags": "arrow, circle, up, transfer",
1224
+ "group": "action",
1225
+ "codepoint": 62217
1226
+ },
1227
+ {
1228
+ "displayName": "Asterisk",
1229
+ "iconName": "asterisk",
1230
+ "tags": "note, symbol, starred, marked, star",
1231
+ "group": "miscellaneous",
1232
+ "codepoint": 61740
1233
+ },
1234
+ {
1235
+ "displayName": "Cloud",
1236
+ "iconName": "cloud",
1237
+ "tags": "file, storage, weather, sky",
1238
+ "group": "file",
1239
+ "codepoint": 61786
1240
+ },
1241
+ {
1242
+ "displayName": "Cloud: download",
1243
+ "iconName": "cloud-download",
1244
+ "tags": "file, storage, transfer",
1245
+ "group": "file",
1246
+ "codepoint": 61784
1247
+ },
1248
+ {
1249
+ "displayName": "Cloud: upload",
1250
+ "iconName": "cloud-upload",
1251
+ "tags": "file, storage, transfer, export",
1252
+ "group": "file",
1253
+ "codepoint": 61785
1254
+ },
1255
+ {
1256
+ "displayName": "Repeat",
1257
+ "iconName": "repeat",
1258
+ "tags": "circle, arrow, reload, cycle, refresh, reuse, retry, reset, new, start again",
1259
+ "group": "action",
1260
+ "codepoint": 62097
1261
+ },
1262
+ {
1263
+ "displayName": "Move",
1264
+ "iconName": "move",
1265
+ "tags": "arrows, directions, position, location, drag, cursor",
1266
+ "group": "action",
1267
+ "codepoint": 62028
1268
+ },
1269
+ {
1270
+ "displayName": "Chevron: left",
1271
+ "iconName": "chevron-left",
1272
+ "tags": "arrow, direction, open angle bracket, open tag",
1273
+ "group": "interface",
1274
+ "codepoint": 61772
1275
+ },
1276
+ {
1277
+ "displayName": "Chevron: right",
1278
+ "iconName": "chevron-right",
1279
+ "tags": "arrow, direction, next, forward, close angle bracket, close tag",
1280
+ "group": "interface",
1281
+ "codepoint": 61773
1282
+ },
1283
+ {
1284
+ "displayName": "Chevron: up",
1285
+ "iconName": "chevron-up",
1286
+ "tags": "arrow, direction, collapse, see here, exponent",
1287
+ "group": "interface",
1288
+ "codepoint": 61774
1289
+ },
1290
+ {
1291
+ "displayName": "Chevron: down",
1292
+ "iconName": "chevron-down",
1293
+ "tags": "arrow, direction, below",
1294
+ "group": "interface",
1295
+ "codepoint": 61770
1296
+ },
1297
+ {
1298
+ "displayName": "Random",
1299
+ "iconName": "random",
1300
+ "tags": "arrows, aim, direction, change, shuffle, mix, swap",
1301
+ "group": "interface",
1302
+ "codepoint": 62086
1303
+ },
1304
+ {
1305
+ "displayName": "Fullscreen",
1306
+ "iconName": "fullscreen",
1307
+ "tags": "size, arrows, increase, proportion, width, height, full screen, expand",
1308
+ "group": "media",
1309
+ "codepoint": 61892
1310
+ },
1311
+ {
1312
+ "displayName": "Login",
1313
+ "iconName": "log-in",
1314
+ "tags": "arrow, sign in, auth, authentication",
1315
+ "group": "action",
1316
+ "codepoint": 62003
1317
+ },
1318
+ {
1319
+ "displayName": "Heart",
1320
+ "iconName": "heart",
1321
+ "tags": "love, like, organ, human, feelings",
1322
+ "group": "miscellaneous",
1323
+ "codepoint": 61928
1324
+ },
1325
+ {
1326
+ "displayName": "Office",
1327
+ "iconName": "office",
1328
+ "tags": "building, business, location, street",
1329
+ "group": "miscellaneous",
1330
+ "codepoint": 62049
1331
+ },
1332
+ {
1333
+ "displayName": "Duplicate",
1334
+ "iconName": "duplicate",
1335
+ "tags": "copy, square, two, copies, stack, photocopy, boxes, documents, multiple pages, square stack, depth order",
1336
+ "group": "action",
1337
+ "codepoint": 61843
1338
+ },
1339
+ {
1340
+ "displayName": "Ban circle",
1341
+ "iconName": "ban-circle",
1342
+ "tags": "circle, refusal, do not enter, inaccessible, screw head, flathead, slow, null, subtract, minus, delete",
1343
+ "group": "action",
1344
+ "codepoint": 61744
1345
+ },
1346
+ {
1347
+ "displayName": "Camera",
1348
+ "iconName": "camera",
1349
+ "tags": "photograph, picture, video, photo",
1350
+ "group": "media",
1351
+ "codepoint": 61759
1352
+ },
1353
+ {
1354
+ "displayName": "Mobile video",
1355
+ "iconName": "mobile-video",
1356
+ "tags": "film, broadcast, television, video, recording, video call, camera, camcorder",
1357
+ "group": "media",
1358
+ "codepoint": 62022
1359
+ },
1360
+ {
1361
+ "displayName": "Video",
1362
+ "iconName": "video",
1363
+ "tags": "film, broadcast, television, play, youtube",
1364
+ "group": "media",
1365
+ "codepoint": 62223
1366
+ },
1367
+ {
1368
+ "displayName": "Film",
1369
+ "iconName": "film",
1370
+ "tags": "movie, cinema, theatre, scroll, ladder",
1371
+ "group": "media",
1372
+ "codepoint": 61864
1373
+ },
1374
+ {
1375
+ "displayName": "Settings",
1376
+ "iconName": "settings",
1377
+ "tags": "controls, knobs",
1378
+ "group": "media",
1379
+ "codepoint": 62127
1380
+ },
1381
+ {
1382
+ "displayName": "Volume: off",
1383
+ "iconName": "volume-off",
1384
+ "tags": "audio, video, speaker, music, sound, low, mute, silence",
1385
+ "group": "media",
1386
+ "codepoint": 62226
1387
+ },
1388
+ {
1389
+ "displayName": "Volume: down",
1390
+ "iconName": "volume-down",
1391
+ "tags": "audio, video, speaker, music, sound, quiet, lower",
1392
+ "group": "media",
1393
+ "codepoint": 62225
1394
+ },
1395
+ {
1396
+ "displayName": "Volume: up",
1397
+ "iconName": "volume-up",
1398
+ "tags": "audio, video, speaker, music, sound, high, on, increase, loud",
1399
+ "group": "media",
1400
+ "codepoint": 62227
1401
+ },
1402
+ {
1403
+ "displayName": "Music",
1404
+ "iconName": "music",
1405
+ "tags": "audio, video, note, sound",
1406
+ "group": "media",
1407
+ "codepoint": 62031
1408
+ },
1409
+ {
1410
+ "displayName": "Step backward",
1411
+ "iconName": "step-backward",
1412
+ "tags": "player, media, controls, digital, analogue, film, audio, video, rewind, replay, back up, left, from start, backup, return",
1413
+ "group": "media",
1414
+ "codepoint": 62158
1415
+ },
1416
+ {
1417
+ "displayName": "Fast backward",
1418
+ "iconName": "fast-backward",
1419
+ "tags": "player, media, controls, digital, analogue, film, audio, video, rewind, back, reverse",
1420
+ "group": "media",
1421
+ "codepoint": 61860
1422
+ },
1423
+ {
1424
+ "displayName": "Pause",
1425
+ "iconName": "pause",
1426
+ "tags": "player, media, controls, digital, analogue, film, audio, video",
1427
+ "group": "media",
1428
+ "codepoint": 62063
1429
+ },
1430
+ {
1431
+ "displayName": "Stop",
1432
+ "iconName": "stop",
1433
+ "tags": "player, media, controls, digital, analogue, film, audio, video, box, square, error, not possible, blocked, shape, filled",
1434
+ "group": "media",
1435
+ "codepoint": 62161
1436
+ },
1437
+ {
1438
+ "displayName": "Play",
1439
+ "iconName": "play",
1440
+ "tags": "player, media, controls, digital, analogue, film, audio, video, triangle, right triangle, start",
1441
+ "group": "media",
1442
+ "codepoint": 62072
1443
+ },
1444
+ {
1445
+ "displayName": "Fast forward",
1446
+ "iconName": "fast-forward",
1447
+ "tags": "player, media, controls, digital, analogue, film, audio, video, ff, forward, double arrow",
1448
+ "group": "media",
1449
+ "codepoint": 61861
1450
+ },
1451
+ {
1452
+ "displayName": "Step forward",
1453
+ "iconName": "step-forward",
1454
+ "tags": "player, media, controls, digital, analogue, film, audio, video, play, fast forward, next, skip ahead, skip",
1455
+ "group": "media",
1456
+ "codepoint": 62160
1457
+ },
1458
+ {
1459
+ "displayName": "Eject",
1460
+ "iconName": "eject",
1461
+ "tags": "player, media, controls, digital, analogue, film, audio, video",
1462
+ "group": "media",
1463
+ "codepoint": 61845
1464
+ },
1465
+ {
1466
+ "displayName": "Record",
1467
+ "iconName": "record",
1468
+ "tags": "player, media, controls, digital, analogue, film, audio, video, circle, dot, filled circle",
1469
+ "group": "media",
1470
+ "codepoint": 62087
1471
+ },
1472
+ {
1473
+ "displayName": "Desktop",
1474
+ "iconName": "desktop",
1475
+ "tags": "screen, monitor, display, computer, computer screen",
1476
+ "group": "media",
1477
+ "codepoint": 61816
1478
+ },
1479
+ {
1480
+ "displayName": "Phone",
1481
+ "iconName": "phone",
1482
+ "tags": "telephone, call, ring",
1483
+ "group": "media",
1484
+ "codepoint": 62067
1485
+ },
1486
+ {
1487
+ "displayName": "Lightbulb",
1488
+ "iconName": "lightbulb",
1489
+ "tags": "idea, glow, lamp, light",
1490
+ "group": "miscellaneous",
1491
+ "codepoint": 61995
1492
+ },
1493
+ {
1494
+ "displayName": "Glass",
1495
+ "iconName": "glass",
1496
+ "tags": "glassware, drink, cheers, cup, wine, chalice, goblet",
1497
+ "group": "miscellaneous",
1498
+ "codepoint": 61905
1499
+ },
1500
+ {
1501
+ "displayName": "Tint",
1502
+ "iconName": "tint",
1503
+ "tags": "drop, color, coloration, hue, tear, rain, water, rain drop, droplet",
1504
+ "group": "media",
1505
+ "codepoint": 62197
1506
+ },
1507
+ {
1508
+ "displayName": "Flash",
1509
+ "iconName": "flash",
1510
+ "tags": "light, contrast, photograph, picture, sun, star, illuminate, examine, brighten, brightness, exposure",
1511
+ "group": "media",
1512
+ "codepoint": 61872
1513
+ },
1514
+ {
1515
+ "displayName": "Font",
1516
+ "iconName": "font",
1517
+ "tags": "scale, typography, size, letter, alphabet",
1518
+ "group": "editor",
1519
+ "codepoint": 61887
1520
+ },
1521
+ {
1522
+ "displayName": "Header",
1523
+ "iconName": "header",
1524
+ "tags": "typography, section, layout, intersections, letter h, track segment, hotel, helicopter, helipad, capital h, headline",
1525
+ "group": "editor",
1526
+ "codepoint": 61925
1527
+ },
1528
+ {
1529
+ "displayName": "Saved",
1530
+ "iconName": "saved",
1531
+ "tags": "document, check mark, tick, approval, checks complete, checklist, approved, verified, confirm, valid, save, finished, confirmation, validation, checked, approved, done, ready, completed, certificate",
1532
+ "group": "file",
1533
+ "codepoint": 62109
1534
+ },
1535
+ {
1536
+ "displayName": "Floppy disk",
1537
+ "iconName": "floppy-disk",
1538
+ "tags": "save, disk, save as, disk drive, disc drive",
1539
+ "group": "interface",
1540
+ "codepoint": 61873
1541
+ },
1542
+ {
1543
+ "displayName": "Book",
1544
+ "iconName": "book",
1545
+ "tags": "pages, album, brochure, manual, bookmark, notebook, journal, documentation, reading, instructions, file, cathedral",
1546
+ "group": "miscellaneous",
1547
+ "codepoint": 61750
1548
+ },
1549
+ {
1550
+ "displayName": "Hand: right",
1551
+ "iconName": "hand-right",
1552
+ "tags": "gesture, direction, point, pointer, pointing, finger, tip, attention",
1553
+ "group": "interface",
1554
+ "codepoint": 61918
1555
+ },
1556
+ {
1557
+ "displayName": "Hand: up",
1558
+ "iconName": "hand-up",
1559
+ "tags": "gesture, direction, point, pointer, pointing, finger, forefinger, click, cursor",
1560
+ "group": "interface",
1561
+ "codepoint": 61919
1562
+ },
1563
+ {
1564
+ "displayName": "Hand: down",
1565
+ "iconName": "hand-down",
1566
+ "tags": "gesture, direction, point, pointer, pointing, finger, select",
1567
+ "group": "interface",
1568
+ "codepoint": 61916
1569
+ },
1570
+ {
1571
+ "displayName": "Hand: left",
1572
+ "iconName": "hand-left",
1573
+ "tags": "gesture, direction, point, pointer, pointing, finger, this, here, click",
1574
+ "group": "interface",
1575
+ "codepoint": 61917
1576
+ },
1577
+ {
1578
+ "displayName": "Thumbs: up",
1579
+ "iconName": "thumbs-up",
1580
+ "tags": "hand, like, ok, good, okay",
1581
+ "group": "interface",
1582
+ "codepoint": 62189
1583
+ },
1584
+ {
1585
+ "displayName": "Thumbs: down",
1586
+ "iconName": "thumbs-down",
1587
+ "tags": "hand, dislike, bad",
1588
+ "group": "interface",
1589
+ "codepoint": 62188
1590
+ },
1591
+ {
1592
+ "displayName": "Box",
1593
+ "iconName": "box",
1594
+ "tags": "folder, carton, pack, archive, file, inbox, package, attachment",
1595
+ "group": "file",
1596
+ "codepoint": 61752
1597
+ },
1598
+ {
1599
+ "displayName": "Compressed",
1600
+ "iconName": "compressed",
1601
+ "tags": "folder, carton, pack, shrink, wrap, shorten, download, drop",
1602
+ "group": "file",
1603
+ "codepoint": 61795
1604
+ },
1605
+ {
1606
+ "displayName": "Shopping cart",
1607
+ "iconName": "shopping-cart",
1608
+ "tags": "trolley, mall, online, store, business",
1609
+ "group": "miscellaneous",
1610
+ "codepoint": 62134
1611
+ },
1612
+ {
1613
+ "displayName": "Shop",
1614
+ "iconName": "shop",
1615
+ "tags": "store, business, shopping",
1616
+ "group": "miscellaneous",
1617
+ "codepoint": 62133
1618
+ },
1619
+ {
1620
+ "displayName": "Layout: linear",
1621
+ "iconName": "layout-linear",
1622
+ "tags": "dot, three, dots, connection, line, pipeline, line of circles, beads, more, daisy, connect, graph",
1623
+ "group": "data",
1624
+ "codepoint": 61986
1625
+ },
1626
+ {
1627
+ "displayName": "Undo",
1628
+ "iconName": "undo",
1629
+ "tags": "back, cancel, reverse, revoke, rollback, revert",
1630
+ "group": "action",
1631
+ "codepoint": 62210
1632
+ },
1633
+ {
1634
+ "displayName": "Redo",
1635
+ "iconName": "redo",
1636
+ "tags": "forward, push, undo, revert, back, reverse",
1637
+ "group": "action",
1638
+ "codepoint": 62088
1639
+ },
1640
+ {
1641
+ "displayName": "Code block",
1642
+ "iconName": "code-block",
1643
+ "tags": "code, markup, language, tag, lego piece, game, code repositories, builder, lego",
1644
+ "group": "file",
1645
+ "codepoint": 61787
1646
+ },
1647
+ {
1648
+ "displayName": "Double caret: vertical",
1649
+ "iconName": "double-caret-vertical",
1650
+ "tags": "sort, arrow, list, elevator, scroll, navigate, expand, up, down, vertical, arrows",
1651
+ "group": "interface",
1652
+ "codepoint": 61828
1653
+ },
1654
+ {
1655
+ "displayName": "Double caret: horizontal",
1656
+ "iconName": "double-caret-horizontal",
1657
+ "tags": "sort, arrow, list, navigate, expand, slider, left, right, arrows",
1658
+ "group": "interface",
1659
+ "codepoint": 61827
1660
+ },
1661
+ {
1662
+ "displayName": "Sort: alphabetical descending",
1663
+ "iconName": "sort-alphabetical-desc",
1664
+ "tags": "order, list, array, arrange, sort descending, alphabet, ztoa",
1665
+ "group": "action",
1666
+ "codepoint": 62145
1667
+ },
1668
+ {
1669
+ "displayName": "Sort: numerical descending",
1670
+ "iconName": "sort-numerical-desc",
1671
+ "tags": "order, list, array, arrange, descending",
1672
+ "group": "action",
1673
+ "codepoint": 62149
1674
+ },
1675
+ {
1676
+ "displayName": "Take action",
1677
+ "iconName": "take-action",
1678
+ "tags": "case, court, deal, gavel, judge",
1679
+ "group": "action",
1680
+ "codepoint": 62176
1681
+ },
1682
+ {
1683
+ "displayName": "Contrast",
1684
+ "iconName": "contrast",
1685
+ "tags": "color, brightness, settings, light, dark, mode, theme, cog",
1686
+ "group": "media",
1687
+ "codepoint": 61798
1688
+ },
1689
+ {
1690
+ "displayName": "Eye: off",
1691
+ "iconName": "eye-off",
1692
+ "tags": "visibility, hide, unseen, hidden",
1693
+ "group": "interface",
1694
+ "codepoint": 61857
1695
+ },
1696
+ {
1697
+ "displayName": "Area chart",
1698
+ "iconName": "timeline-area-chart",
1699
+ "tags": "graph, line, diagram, trend up, growth, increasing",
1700
+ "group": "data",
1701
+ "codepoint": 62193
1702
+ },
1703
+ {
1704
+ "displayName": "Doughnut chart",
1705
+ "iconName": "doughnut-chart",
1706
+ "tags": "circle, section, part, graph, quarter, pie chart, storage space, usage, statistics, donut, visualization",
1707
+ "group": "data",
1708
+ "codepoint": 61833
1709
+ },
1710
+ {
1711
+ "displayName": "Layer",
1712
+ "iconName": "layer",
1713
+ "tags": "zone, level, diamond, point, link, connect",
1714
+ "group": "interface",
1715
+ "codepoint": 61978
1716
+ },
1717
+ {
1718
+ "displayName": "Grid",
1719
+ "iconName": "grid",
1720
+ "tags": "layout, arrangement, hashtag, pattern, patch",
1721
+ "group": "data",
1722
+ "codepoint": 61913
1723
+ },
1724
+ {
1725
+ "displayName": "Polygon filter",
1726
+ "iconName": "polygon-filter",
1727
+ "tags": "shape, form, graph, polygon, area, boundary",
1728
+ "group": "data",
1729
+ "codepoint": 62074
1730
+ },
1731
+ {
1732
+ "displayName": "Add to folder",
1733
+ "iconName": "add-to-folder",
1734
+ "tags": "file, portfolio, case, import, open",
1735
+ "group": "file",
1736
+ "codepoint": 61704
1737
+ },
1738
+ {
1739
+ "displayName": "Layout: balloon",
1740
+ "iconName": "layout-balloon",
1741
+ "tags": "layout, presentation, arrangement, graph",
1742
+ "group": "data",
1743
+ "codepoint": 61981
1744
+ },
1745
+ {
1746
+ "displayName": "Layout: sorted clusters",
1747
+ "iconName": "layout-sorted-clusters",
1748
+ "tags": "layout, presentation, arrangement, graph, grid, play button, data points, array, fleet, collection",
1749
+ "group": "data",
1750
+ "codepoint": 61988
1751
+ },
1752
+ {
1753
+ "displayName": "Sort: ascending",
1754
+ "iconName": "sort-asc",
1755
+ "tags": "order, list, array, arrange, ascending, increasing, histogram, queue",
1756
+ "group": "action",
1757
+ "codepoint": 62147
1758
+ },
1759
+ {
1760
+ "displayName": "Sort: descending",
1761
+ "iconName": "sort-desc",
1762
+ "tags": "order, list, array, arrange, descending, decreasing",
1763
+ "group": "action",
1764
+ "codepoint": 62148
1765
+ },
1766
+ {
1767
+ "displayName": "Small cross",
1768
+ "iconName": "small-cross",
1769
+ "tags": "cross mark, fail, delete, no, close, remove, x, cancel, exit",
1770
+ "group": "action",
1771
+ "codepoint": 62138
1772
+ },
1773
+ {
1774
+ "displayName": "Small tick",
1775
+ "iconName": "small-tick",
1776
+ "tags": "mark, sign, ok, approved, success, check, complete, agree, verify, yes, correct",
1777
+ "group": "action",
1778
+ "codepoint": 62142
1779
+ },
1780
+ {
1781
+ "displayName": "Power",
1782
+ "iconName": "power",
1783
+ "tags": "button, on, off, toggle",
1784
+ "group": "media",
1785
+ "codepoint": 62075
1786
+ },
1787
+ {
1788
+ "displayName": "Column layout",
1789
+ "iconName": "column-layout",
1790
+ "tags": "layout, arrangement, sidebar, side menu, side bar, panel, gui, table, section, columns, tables",
1791
+ "group": "table",
1792
+ "codepoint": 61791
1793
+ },
1794
+ {
1795
+ "displayName": "Arrow: top left",
1796
+ "iconName": "arrow-top-left",
1797
+ "tags": "direction, north west, cursor, up left",
1798
+ "group": "interface",
1799
+ "codepoint": 61735
1800
+ },
1801
+ {
1802
+ "displayName": "Arrow: top right",
1803
+ "iconName": "arrow-top-right",
1804
+ "tags": "direction, north east, top right, pointer, up, diagonal, open in new tab, corner",
1805
+ "group": "interface",
1806
+ "codepoint": 61736
1807
+ },
1808
+ {
1809
+ "displayName": "Arrow: bottom right",
1810
+ "iconName": "arrow-bottom-right",
1811
+ "tags": "direction, south east, diagonal, down right",
1812
+ "group": "interface",
1813
+ "codepoint": 61731
1814
+ },
1815
+ {
1816
+ "displayName": "Arrow: bottom left",
1817
+ "iconName": "arrow-bottom-left",
1818
+ "tags": "direction, south west, arrow, diagonal, down left",
1819
+ "group": "interface",
1820
+ "codepoint": 61730
1821
+ },
1822
+ {
1823
+ "displayName": "Mugshot",
1824
+ "iconName": "mugshot",
1825
+ "tags": "person, photograph, picture, portrait, profile, user",
1826
+ "group": "interface",
1827
+ "codepoint": 62029
1828
+ },
1829
+ {
1830
+ "displayName": "Headset",
1831
+ "iconName": "headset",
1832
+ "tags": "headphones, call, communication, audio",
1833
+ "group": "media",
1834
+ "codepoint": 61926
1835
+ },
1836
+ {
1837
+ "displayName": "Text highlight",
1838
+ "iconName": "text-highlight",
1839
+ "tags": "selector, content, type, input, insert, select, box, search, text area, textarea",
1840
+ "group": "editor",
1841
+ "codepoint": 62181
1842
+ },
1843
+ {
1844
+ "displayName": "Hand",
1845
+ "iconName": "hand",
1846
+ "tags": "gesture, fingers, raise hand",
1847
+ "group": "interface",
1848
+ "codepoint": 61920
1849
+ },
1850
+ {
1851
+ "displayName": "Chevron: backward",
1852
+ "iconName": "chevron-backward",
1853
+ "tags": "skip, direction, k",
1854
+ "group": "interface",
1855
+ "codepoint": 61769
1856
+ },
1857
+ {
1858
+ "displayName": "Chevron: forward",
1859
+ "iconName": "chevron-forward",
1860
+ "tags": "skip, direction, end",
1861
+ "group": "interface",
1862
+ "codepoint": 61771
1863
+ },
1864
+ {
1865
+ "displayName": "Rotate: document",
1866
+ "iconName": "rotate-document",
1867
+ "tags": "turn, anti clockwise, revert file, reset file, return file, change side, flip, undo",
1868
+ "group": "editor",
1869
+ "codepoint": 62105
1870
+ },
1871
+ {
1872
+ "displayName": "Rotate: page",
1873
+ "iconName": "rotate-page",
1874
+ "tags": "turn, anti clockwise, counterclockwise, left",
1875
+ "group": "editor",
1876
+ "codepoint": 62106
1877
+ },
1878
+ {
1879
+ "displayName": "Badge",
1880
+ "iconName": "badge",
1881
+ "tags": "emblem, symbol, identification, insignia, marker, protect, privacy, shield, law enforcement, police, sheriff, rule enforcement, security",
1882
+ "group": "miscellaneous",
1883
+ "codepoint": 61743
1884
+ },
1885
+ {
1886
+ "displayName": "Grid view",
1887
+ "iconName": "grid-view",
1888
+ "tags": "layout, arrangement, windows, boxes, squares, blocks, packing",
1889
+ "group": "editor",
1890
+ "codepoint": 61912
1891
+ },
1892
+ {
1893
+ "displayName": "Function",
1894
+ "iconName": "function",
1895
+ "tags": "math, calculation, logic, fx, formula, spreadsheet",
1896
+ "group": "table",
1897
+ "codepoint": 61893
1898
+ },
1899
+ {
1900
+ "displayName": "Waterfall chart",
1901
+ "iconName": "waterfall-chart",
1902
+ "tags": "graph, diagram, bar chart, yield",
1903
+ "group": "data",
1904
+ "codepoint": 62230
1905
+ },
1906
+ {
1907
+ "displayName": "Stacked chart",
1908
+ "iconName": "stacked-chart",
1909
+ "tags": "bar chart, graph, statistics, summary",
1910
+ "group": "data",
1911
+ "codepoint": 62154
1912
+ },
1913
+ {
1914
+ "displayName": "Pulse",
1915
+ "iconName": "pulse",
1916
+ "tags": "medical, life, heartbeat, hospital, heart, graph, stock, trend, heart beat, alert, health",
1917
+ "group": "miscellaneous",
1918
+ "codepoint": 62084
1919
+ },
1920
+ {
1921
+ "displayName": "New person",
1922
+ "iconName": "new-person",
1923
+ "tags": "person, human, male, female, character, customer, individual, add, user, additional",
1924
+ "group": "interface",
1925
+ "codepoint": 62039
1926
+ },
1927
+ {
1928
+ "displayName": "Exclude row",
1929
+ "iconName": "exclude-row",
1930
+ "tags": "delete, remove, table, not equal, x, remove line, end point",
1931
+ "group": "table",
1932
+ "codepoint": 61854
1933
+ },
1934
+ {
1935
+ "displayName": "Pivot table",
1936
+ "iconName": "pivot-table",
1937
+ "tags": "rotate, axis, hinge, corner, lift, open, lever",
1938
+ "group": "table",
1939
+ "codepoint": 62070
1940
+ },
1941
+ {
1942
+ "displayName": "Segmented control",
1943
+ "iconName": "segmented-control",
1944
+ "tags": "button, switch, option, toggle, progress bar, boolean, erase, half",
1945
+ "group": "interface",
1946
+ "codepoint": 62115
1947
+ },
1948
+ {
1949
+ "displayName": "Highlight",
1950
+ "iconName": "highlight",
1951
+ "tags": "select, text, marker, pen",
1952
+ "group": "action",
1953
+ "codepoint": 61935
1954
+ },
1955
+ {
1956
+ "displayName": "Filter: list",
1957
+ "iconName": "filter-list",
1958
+ "tags": "filtering, funnel, tube, pipe",
1959
+ "group": "action",
1960
+ "codepoint": 61866
1961
+ },
1962
+ {
1963
+ "displayName": "Cut",
1964
+ "iconName": "cut",
1965
+ "tags": "scissors",
1966
+ "group": "action",
1967
+ "codepoint": 61807
1968
+ },
1969
+ {
1970
+ "displayName": "Annotation",
1971
+ "iconName": "annotation",
1972
+ "tags": "note, comment, edit, write",
1973
+ "group": "editor",
1974
+ "codepoint": 61717
1975
+ },
1976
+ {
1977
+ "displayName": "Pivot",
1978
+ "iconName": "pivot",
1979
+ "tags": "rotate, axis, arrow bounce down right, add node, change direction, redirect, node, branch, graph",
1980
+ "group": "action",
1981
+ "codepoint": 62071
1982
+ },
1983
+ {
1984
+ "displayName": "Ring",
1985
+ "iconName": "ring",
1986
+ "tags": "empty, circle, selection, hollow, empty, hole, disc, donut",
1987
+ "group": "miscellaneous",
1988
+ "codepoint": 62102
1989
+ },
1990
+ {
1991
+ "displayName": "Heat grid",
1992
+ "iconName": "heat-grid",
1993
+ "tags": "chart, map, squares, black and white",
1994
+ "group": "data",
1995
+ "codepoint": 61929
1996
+ },
1997
+ {
1998
+ "displayName": "Gantt chart",
1999
+ "iconName": "gantt-chart",
2000
+ "tags": "bar chart, schedule, project, step chart, stairs, waterfall",
2001
+ "group": "data",
2002
+ "codepoint": 61894
2003
+ },
2004
+ {
2005
+ "displayName": "Variable",
2006
+ "iconName": "variable",
2007
+ "tags": "math, calculation, function, input, parentheses, parameter",
2008
+ "group": "table",
2009
+ "codepoint": 62219
2010
+ },
2011
+ {
2012
+ "displayName": "Manual",
2013
+ "iconName": "manual",
2014
+ "tags": "guide, instruction, documentation, docs, book, open",
2015
+ "group": "interface",
2016
+ "codepoint": 62005
2017
+ },
2018
+ {
2019
+ "displayName": "Add row: top",
2020
+ "iconName": "add-row-top",
2021
+ "tags": "table, attach, join",
2022
+ "group": "table",
2023
+ "codepoint": 61702
2024
+ },
2025
+ {
2026
+ "displayName": "Add row: bottom",
2027
+ "iconName": "add-row-bottom",
2028
+ "tags": "table, attach, join, widget",
2029
+ "group": "table",
2030
+ "codepoint": 61701
2031
+ },
2032
+ {
2033
+ "displayName": "Add column: left",
2034
+ "iconName": "add-column-left",
2035
+ "tags": "table, attach, join, tab, window, section",
2036
+ "group": "table",
2037
+ "codepoint": 61698
2038
+ },
2039
+ {
2040
+ "displayName": "Add column: right",
2041
+ "iconName": "add-column-right",
2042
+ "tags": "table, attach, join, tab, window, section",
2043
+ "group": "table",
2044
+ "codepoint": 61699
2045
+ },
2046
+ {
2047
+ "displayName": "Remove row: top",
2048
+ "iconName": "remove-row-top",
2049
+ "tags": "table, detach, delete, mail, cabinet, files, storage box",
2050
+ "group": "table",
2051
+ "codepoint": 62095
2052
+ },
2053
+ {
2054
+ "displayName": "Remove row: bottom",
2055
+ "iconName": "remove-row-bottom",
2056
+ "tags": "table, detach, delete, box, files, container, oven",
2057
+ "group": "table",
2058
+ "codepoint": 62094
2059
+ },
2060
+ {
2061
+ "displayName": "Remove column: left",
2062
+ "iconName": "remove-column-left",
2063
+ "tags": "table, detach, delete, sidebar, tab, window, section",
2064
+ "group": "table",
2065
+ "codepoint": 62091
2066
+ },
2067
+ {
2068
+ "displayName": "Remove column: right",
2069
+ "iconName": "remove-column-right",
2070
+ "tags": "table, detach, delete, sidebar, section, widget, panel",
2071
+ "group": "table",
2072
+ "codepoint": 62092
2073
+ },
2074
+ {
2075
+ "displayName": "Double chevron: left",
2076
+ "iconName": "double-chevron-left",
2077
+ "tags": "arrows, multiple, direction, expand, shift, go left, skip backward, quick reverse, move, open bracket, back",
2078
+ "group": "interface",
2079
+ "codepoint": 61830
2080
+ },
2081
+ {
2082
+ "displayName": "Double chevron: right",
2083
+ "iconName": "double-chevron-right",
2084
+ "tags": "arrows, multiple, direction, next, fast forward, advance, continue, go, end, double arrow",
2085
+ "group": "interface",
2086
+ "codepoint": 61831
2087
+ },
2088
+ {
2089
+ "displayName": "Double chevron: up",
2090
+ "iconName": "double-chevron-up",
2091
+ "tags": "arrows, multiple, direction, skip up, increase, power up, upload, swipe up, double, roof, collapse, upwards",
2092
+ "group": "interface",
2093
+ "codepoint": 61832
2094
+ },
2095
+ {
2096
+ "displayName": "Double chevron: down",
2097
+ "iconName": "double-chevron-down",
2098
+ "tags": "arrows, multiple, direction, downward, downgrade",
2099
+ "group": "interface",
2100
+ "codepoint": 61829
2101
+ },
2102
+ {
2103
+ "displayName": "Key: control",
2104
+ "iconName": "key-control",
2105
+ "tags": "interface, shortcuts, buttons, this, chevron-up, up, karat, caret, up arrow",
2106
+ "group": "media",
2107
+ "codepoint": 61966
2108
+ },
2109
+ {
2110
+ "displayName": "Key: command",
2111
+ "iconName": "key-command",
2112
+ "tags": "interface, shortcuts, buttons",
2113
+ "group": "media",
2114
+ "codepoint": 61965
2115
+ },
2116
+ {
2117
+ "displayName": "Key: shift",
2118
+ "iconName": "key-shift",
2119
+ "tags": "interface, shortcuts, buttons, look up, look at this",
2120
+ "group": "media",
2121
+ "codepoint": 61971
2122
+ },
2123
+ {
2124
+ "displayName": "Key: backspace",
2125
+ "iconName": "key-backspace",
2126
+ "tags": "interface, shortcuts, buttons, delete, back",
2127
+ "group": "media",
2128
+ "codepoint": 61964
2129
+ },
2130
+ {
2131
+ "displayName": "Key: delete",
2132
+ "iconName": "key-delete",
2133
+ "tags": "interface, shortcuts, buttons, backspace, close, remove",
2134
+ "group": "media",
2135
+ "codepoint": 61967
2136
+ },
2137
+ {
2138
+ "displayName": "Key: escape",
2139
+ "iconName": "key-escape",
2140
+ "tags": "interface, shortcuts, buttons, export, back, leave",
2141
+ "group": "media",
2142
+ "codepoint": 61969
2143
+ },
2144
+ {
2145
+ "displayName": "Key: enter",
2146
+ "iconName": "key-enter",
2147
+ "tags": "interface, shortcuts, buttons, turn, arrow, new line, return",
2148
+ "group": "media",
2149
+ "codepoint": 61968
2150
+ },
2151
+ {
2152
+ "displayName": "Calculator",
2153
+ "iconName": "calculator",
2154
+ "tags": "math, device, value, numbers, total",
2155
+ "group": "miscellaneous",
2156
+ "codepoint": 61757
2157
+ },
2158
+ {
2159
+ "displayName": "Horizontal bar chart",
2160
+ "iconName": "horizontal-bar-chart",
2161
+ "tags": "graph, diagram, histogram",
2162
+ "group": "data",
2163
+ "codepoint": 61940
2164
+ },
2165
+ {
2166
+ "displayName": "Small plus",
2167
+ "iconName": "small-plus",
2168
+ "tags": "sign, add, maximize, zoom in, cross, addition",
2169
+ "group": "action",
2170
+ "codepoint": 62140
2171
+ },
2172
+ {
2173
+ "displayName": "Small minus",
2174
+ "iconName": "small-minus",
2175
+ "tags": "sign, remove, minimize, zoom out, minus, dash, line",
2176
+ "group": "action",
2177
+ "codepoint": 62139
2178
+ },
2179
+ {
2180
+ "displayName": "Step chart",
2181
+ "iconName": "step-chart",
2182
+ "tags": "graph, diagram, stepwise, plot, data, trends, change, discrete, discontinuous",
2183
+ "group": "data",
2184
+ "codepoint": 62159
2185
+ },
2186
+ {
2187
+ "displayName": "Euro",
2188
+ "iconName": "euro",
2189
+ "tags": "currency, money",
2190
+ "group": "miscellaneous",
2191
+ "codepoint": 61852
2192
+ },
2193
+ {
2194
+ "displayName": "Drag handle: vertical",
2195
+ "iconName": "drag-handle-vertical",
2196
+ "tags": "move, pull, array, dots, spread",
2197
+ "group": "action",
2198
+ "codepoint": 61836
2199
+ },
2200
+ {
2201
+ "displayName": "Drag handle: horizontal",
2202
+ "iconName": "drag-handle-horizontal",
2203
+ "tags": "move, pull, set, multiple, handle, grab, dots",
2204
+ "group": "action",
2205
+ "codepoint": 61835
2206
+ },
2207
+ {
2208
+ "displayName": "Mobile phone",
2209
+ "iconName": "mobile-phone",
2210
+ "tags": "cellular, device, call, cell, tablet",
2211
+ "group": "media",
2212
+ "codepoint": 62021
2213
+ },
2214
+ {
2215
+ "displayName": "Sim card",
2216
+ "iconName": "sim-card",
2217
+ "tags": "phone, cellular, sim, memory card, memory, encrypted file, document",
2218
+ "group": "media",
2219
+ "codepoint": 62136
2220
+ },
2221
+ {
2222
+ "displayName": "Trending: up",
2223
+ "iconName": "trending-up",
2224
+ "tags": "growth, incline, progress, stocks, stonks, increase, rise",
2225
+ "group": "data",
2226
+ "codepoint": 62205
2227
+ },
2228
+ {
2229
+ "displayName": "Trending: down",
2230
+ "iconName": "trending-down",
2231
+ "tags": "decrease, decline, loss, downward, arrow down, crash, stock, stonks, down forecast",
2232
+ "group": "data",
2233
+ "codepoint": 62204
2234
+ },
2235
+ {
2236
+ "displayName": "Curved range chart",
2237
+ "iconName": "curved-range-chart",
2238
+ "tags": "graph, diagram, analysis, model, regression",
2239
+ "group": "data",
2240
+ "codepoint": 61806
2241
+ },
2242
+ {
2243
+ "displayName": "Vertical bar chart: descending",
2244
+ "iconName": "vertical-bar-chart-desc",
2245
+ "tags": "graph, histogram, decreasing, descending trend, decreasing trend, levels, chart, decrease, lower",
2246
+ "group": "data",
2247
+ "codepoint": 62221
2248
+ },
2249
+ {
2250
+ "displayName": "Horizontal bar chart: descending",
2251
+ "iconName": "horizontal-bar-chart-desc",
2252
+ "tags": "graph, histogram, increase, descending, sort, decreasing, list",
2253
+ "group": "data",
2254
+ "codepoint": 61939
2255
+ },
2256
+ {
2257
+ "displayName": "Document: open",
2258
+ "iconName": "document-open",
2259
+ "tags": "paper, access, arrow, file, import",
2260
+ "group": "file",
2261
+ "codepoint": 61822
2262
+ },
2263
+ {
2264
+ "displayName": "Document: share",
2265
+ "iconName": "document-share",
2266
+ "tags": "paper, send, link new, open in new tab, open in new window, paper with arrow, export",
2267
+ "group": "file",
2268
+ "codepoint": 61823
2269
+ },
2270
+ {
2271
+ "displayName": "Distribution: horizontal",
2272
+ "iconName": "horizontal-distribution",
2273
+ "tags": "alignment, layout, position, lane, absolute, center, vertical, corridor, road, vehicle",
2274
+ "group": "editor",
2275
+ "codepoint": 61941
2276
+ },
2277
+ {
2278
+ "displayName": "Distribution: vertical",
2279
+ "iconName": "vertical-distribution",
2280
+ "tags": "alignment, layout, position, focus, centered, focus mode, road",
2281
+ "group": "editor",
2282
+ "codepoint": 62222
2283
+ },
2284
+ {
2285
+ "displayName": "Alignment: left",
2286
+ "iconName": "alignment-left",
2287
+ "tags": "layout, position",
2288
+ "group": "editor",
2289
+ "codepoint": 61713
2290
+ },
2291
+ {
2292
+ "displayName": "Alignment: vertical center",
2293
+ "iconName": "alignment-vertical-center",
2294
+ "tags": "layout, position, bars, biplane",
2295
+ "group": "editor",
2296
+ "codepoint": 61716
2297
+ },
2298
+ {
2299
+ "displayName": "Alignment: right",
2300
+ "iconName": "alignment-right",
2301
+ "tags": "layout, position",
2302
+ "group": "editor",
2303
+ "codepoint": 61714
2304
+ },
2305
+ {
2306
+ "displayName": "Alignment: top",
2307
+ "iconName": "alignment-top",
2308
+ "tags": "layout, position",
2309
+ "group": "editor",
2310
+ "codepoint": 61715
2311
+ },
2312
+ {
2313
+ "displayName": "Alignment: horizontal center",
2314
+ "iconName": "alignment-horizontal-center",
2315
+ "tags": "layout, position, drone, airplane, satellite, statistics, shadow analysis",
2316
+ "group": "editor",
2317
+ "codepoint": 61712
2318
+ },
2319
+ {
2320
+ "displayName": "Alignment: bottom",
2321
+ "iconName": "alignment-bottom",
2322
+ "tags": "layout, position, bars",
2323
+ "group": "editor",
2324
+ "codepoint": 61711
2325
+ },
2326
+ {
2327
+ "displayName": "Git: pull",
2328
+ "iconName": "git-pull",
2329
+ "tags": "github, repository, code, command, pull request, branch, insert, version control, merge",
2330
+ "group": "action",
2331
+ "codepoint": 61902
2332
+ },
2333
+ {
2334
+ "displayName": "Git: merge",
2335
+ "iconName": "git-merge",
2336
+ "tags": "github, repository, code, command, branch, version control",
2337
+ "group": "action",
2338
+ "codepoint": 61900
2339
+ },
2340
+ {
2341
+ "displayName": "Git: branch",
2342
+ "iconName": "git-branch",
2343
+ "tags": "github, repository, code, command, version control, fork",
2344
+ "group": "action",
2345
+ "codepoint": 61898
2346
+ },
2347
+ {
2348
+ "displayName": "Git: commit",
2349
+ "iconName": "git-commit",
2350
+ "tags": "github, repository, code, command, node, link",
2351
+ "group": "action",
2352
+ "codepoint": 61899
2353
+ },
2354
+ {
2355
+ "displayName": "Git: push",
2356
+ "iconName": "git-push",
2357
+ "tags": "github, repository, code, command, upload, export",
2358
+ "group": "action",
2359
+ "codepoint": 61903
2360
+ },
2361
+ {
2362
+ "displayName": "Build",
2363
+ "iconName": "build",
2364
+ "tags": "hammer, tool, force, work",
2365
+ "group": "action",
2366
+ "codepoint": 61756
2367
+ },
2368
+ {
2369
+ "displayName": "Symbol: circle",
2370
+ "iconName": "symbol-circle",
2371
+ "tags": "shape, figure, dot, filled, period, spot",
2372
+ "group": "interface",
2373
+ "codepoint": 62168
2374
+ },
2375
+ {
2376
+ "displayName": "Symbol: square",
2377
+ "iconName": "symbol-square",
2378
+ "tags": "shape, figure, stop",
2379
+ "group": "interface",
2380
+ "codepoint": 62171
2381
+ },
2382
+ {
2383
+ "displayName": "Symbol: diamond",
2384
+ "iconName": "symbol-diamond",
2385
+ "tags": "shape, figure, rhombus",
2386
+ "group": "interface",
2387
+ "codepoint": 62170
2388
+ },
2389
+ {
2390
+ "displayName": "Symbol: cross",
2391
+ "iconName": "symbol-cross",
2392
+ "tags": "shape, figure, plus, health, first aid",
2393
+ "group": "interface",
2394
+ "codepoint": 62169
2395
+ },
2396
+ {
2397
+ "displayName": "Symbol: triangle up",
2398
+ "iconName": "symbol-triangle-up",
2399
+ "tags": "shape, figure, up, upvote, higher priority, arrow",
2400
+ "group": "interface",
2401
+ "codepoint": 62173
2402
+ },
2403
+ {
2404
+ "displayName": "Symbol: triangle down",
2405
+ "iconName": "symbol-triangle-down",
2406
+ "tags": "shape, figure, below, minimise, minimize, downward, arrow, dropdown indicator",
2407
+ "group": "interface",
2408
+ "codepoint": 62172
2409
+ },
2410
+ {
2411
+ "displayName": "Wrench",
2412
+ "iconName": "wrench",
2413
+ "tags": "tool, repair, spanner, work",
2414
+ "group": "miscellaneous",
2415
+ "codepoint": 62237
2416
+ },
2417
+ {
2418
+ "displayName": "Application",
2419
+ "iconName": "application",
2420
+ "tags": "browser, windows, platform, page, note, webpage, document, header",
2421
+ "group": "interface",
2422
+ "codepoint": 61720
2423
+ },
2424
+ {
2425
+ "displayName": "Send to graph",
2426
+ "iconName": "send-to-graph",
2427
+ "tags": "transfer, move, arrow, nodes, insert graph",
2428
+ "group": "action",
2429
+ "codepoint": 62119
2430
+ },
2431
+ {
2432
+ "displayName": "Send to map",
2433
+ "iconName": "send-to-map",
2434
+ "tags": "transfer, move, location, direction, brochure, pamphlet",
2435
+ "group": "action",
2436
+ "codepoint": 62120
2437
+ },
2438
+ {
2439
+ "displayName": "Join table",
2440
+ "iconName": "join-table",
2441
+ "tags": "combine, attach, connect, link, unite, merge data, excel, calendars, dataframe, tables, sheets, intersection",
2442
+ "group": "table",
2443
+ "codepoint": 61963
2444
+ },
2445
+ {
2446
+ "displayName": "Derive column",
2447
+ "iconName": "derive-column",
2448
+ "tags": "table, obtain, develop, function container, function in a box",
2449
+ "group": "action",
2450
+ "codepoint": 61815
2451
+ },
2452
+ {
2453
+ "displayName": "Rotate image: left",
2454
+ "iconName": "image-rotate-left",
2455
+ "tags": "picture, turn, alternate, media, landscape",
2456
+ "group": "media",
2457
+ "codepoint": 61944
2458
+ },
2459
+ {
2460
+ "displayName": "Rotate image: right",
2461
+ "iconName": "image-rotate-right",
2462
+ "tags": "picture, turn, alternate, media, landscape",
2463
+ "group": "media",
2464
+ "codepoint": 61945
2465
+ },
2466
+ {
2467
+ "displayName": "Known vehicle",
2468
+ "iconName": "known-vehicle",
2469
+ "tags": "car, automobile, van, drive, ride, distance, navigation, directions, approved, checked",
2470
+ "group": "interface",
2471
+ "codepoint": 61974
2472
+ },
2473
+ {
2474
+ "displayName": "Unknown vehicle",
2475
+ "iconName": "unknown-vehicle",
2476
+ "tags": "car, automobile, van, drive, ride, distance, navigation, directions, missing, mystery, question mark",
2477
+ "group": "interface",
2478
+ "codepoint": 62212
2479
+ },
2480
+ {
2481
+ "displayName": "Scatter plot",
2482
+ "iconName": "scatter-plot",
2483
+ "tags": "graph, diagram, data",
2484
+ "group": "data",
2485
+ "codepoint": 62110
2486
+ },
2487
+ {
2488
+ "displayName": "Oil field",
2489
+ "iconName": "oil-field",
2490
+ "tags": "fuel, petroleum, gas, well, drilling, pump, wheel, hammer, engineering, refinery",
2491
+ "group": "interface",
2492
+ "codepoint": 62051
2493
+ },
2494
+ {
2495
+ "displayName": "Rig",
2496
+ "iconName": "rig",
2497
+ "tags": "fuel, petroleum, gas, well, drilling, offshore, asset, flare, torch, oil, candle man",
2498
+ "group": "interface",
2499
+ "codepoint": 62100
2500
+ },
2501
+ {
2502
+ "displayName": "New map",
2503
+ "iconName": "map-create",
2504
+ "tags": "map, location, position, geography, world, new brochure, new pamphlet, navigation, travel, gps",
2505
+ "group": "interface",
2506
+ "codepoint": 62009
2507
+ },
2508
+ {
2509
+ "displayName": "Key: option",
2510
+ "iconName": "key-option",
2511
+ "tags": "interface, shortcuts, buttons, branch, fork, switch",
2512
+ "group": "media",
2513
+ "codepoint": 61970
2514
+ },
2515
+ {
2516
+ "displayName": "List: detail view",
2517
+ "iconName": "list-detail-view",
2518
+ "tags": "agenda, four lines, table, info, additional options, menu, compare",
2519
+ "group": "table",
2520
+ "codepoint": 61999
2521
+ },
2522
+ {
2523
+ "displayName": "Swap: vertical",
2524
+ "iconName": "swap-vertical",
2525
+ "tags": "direction, position, opposite, inverse, switch order, reverse order, back-and-forth, up, down, flow, filter, traffic, upload download, exchange",
2526
+ "group": "interface",
2527
+ "codepoint": 62166
2528
+ },
2529
+ {
2530
+ "displayName": "Swap: horizontal",
2531
+ "iconName": "swap-horizontal",
2532
+ "tags": "direction, position, opposite, inverse, two-way traffic, reverse, reversible, both ways, back-and-forth",
2533
+ "group": "interface",
2534
+ "codepoint": 62165
2535
+ },
2536
+ {
2537
+ "displayName": "Numbered list",
2538
+ "iconName": "numbered-list",
2539
+ "tags": "order, array, arrange, numeric, options, steps, to do",
2540
+ "group": "action",
2541
+ "codepoint": 62047
2542
+ },
2543
+ {
2544
+ "displayName": "New grid item",
2545
+ "iconName": "new-grid-item",
2546
+ "tags": "layout, arrangement, add, squares, target, microsoft, block, quadrant",
2547
+ "group": "editor",
2548
+ "codepoint": 62034
2549
+ },
2550
+ {
2551
+ "displayName": "Git: repo",
2552
+ "iconName": "git-repo",
2553
+ "tags": "github, repository, code, command, bookmark, saved page, notepad, book, dictionary, notebook, file, dossier",
2554
+ "group": "action",
2555
+ "codepoint": 61904
2556
+ },
2557
+ {
2558
+ "displayName": "Git: new branch",
2559
+ "iconName": "git-new-branch",
2560
+ "tags": "github, repository, code, command, pull request, pathway, branch, create, fork",
2561
+ "group": "action",
2562
+ "codepoint": 61901
2563
+ },
2564
+ {
2565
+ "displayName": "Manually entered data",
2566
+ "iconName": "manually-entered-data",
2567
+ "tags": "input, human, writer, paragraph, write, notebook, pencil, edit, text",
2568
+ "group": "editor",
2569
+ "codepoint": 62006
2570
+ },
2571
+ {
2572
+ "displayName": "Airplane",
2573
+ "iconName": "airplane",
2574
+ "tags": "flight, jet, travel, trip, transport, take off, fly, aircraft, aerospace, airport",
2575
+ "group": "interface",
2576
+ "codepoint": 61706
2577
+ },
2578
+ {
2579
+ "displayName": "Merge columns",
2580
+ "iconName": "merge-columns",
2581
+ "tags": "layout, change, two, combine, unite, conflict, union, box, closed, contract, join, close, reconcile",
2582
+ "group": "table",
2583
+ "codepoint": 62017
2584
+ },
2585
+ {
2586
+ "displayName": "Split columns",
2587
+ "iconName": "split-columns",
2588
+ "tags": "layout, change, two, break, divide, open, expand, bidirectional, arrows, rectangles, expanding, separate",
2589
+ "group": "table",
2590
+ "codepoint": 62152
2591
+ },
2592
+ {
2593
+ "displayName": "Dashboard",
2594
+ "iconName": "dashboard",
2595
+ "tags": "panel, control, gauge, instrument, meter, speedometer, speed, dial, indicator",
2596
+ "group": "interface",
2597
+ "codepoint": 61809
2598
+ },
2599
+ {
2600
+ "displayName": "Publish function",
2601
+ "iconName": "publish-function",
2602
+ "tags": "math, calculation, share",
2603
+ "group": "table",
2604
+ "codepoint": 62083
2605
+ },
2606
+ {
2607
+ "displayName": "Path",
2608
+ "iconName": "path",
2609
+ "tags": "hierarchy, trail, steps, sort, contour, ladder, zipper, drill down, hierarchy",
2610
+ "group": "interface",
2611
+ "codepoint": 62062
2612
+ },
2613
+ {
2614
+ "displayName": "Moon",
2615
+ "iconName": "moon",
2616
+ "tags": "night, sky, dark, sleep, do not disturb, night time, crescent",
2617
+ "group": "miscellaneous",
2618
+ "codepoint": 62025
2619
+ },
2620
+ {
2621
+ "displayName": "Remove column",
2622
+ "iconName": "remove-column",
2623
+ "tags": "table, detach, close sidebar, collapse, close, delete left",
2624
+ "group": "table",
2625
+ "codepoint": 62093
2626
+ },
2627
+ {
2628
+ "displayName": "Numerical",
2629
+ "iconName": "numerical",
2630
+ "tags": "numbers, order, sort, arrange, array, counting, data, integers",
2631
+ "group": "action",
2632
+ "codepoint": 62048
2633
+ },
2634
+ {
2635
+ "displayName": "Key: tab",
2636
+ "iconName": "key-tab",
2637
+ "tags": "interface, shortcuts, buttons, both ways, two way, push out",
2638
+ "group": "media",
2639
+ "codepoint": 61972
2640
+ },
2641
+ {
2642
+ "displayName": "Regression chart",
2643
+ "iconName": "regression-chart",
2644
+ "tags": "graph, line, chart, scatter, plot, trend, correlation, mean, average",
2645
+ "group": "data",
2646
+ "codepoint": 62090
2647
+ },
2648
+ {
2649
+ "displayName": "Translate",
2650
+ "iconName": "translate",
2651
+ "tags": "language, convert, character, mandarin, japanese, translation, conversion",
2652
+ "group": "action",
2653
+ "codepoint": 62201
2654
+ },
2655
+ {
2656
+ "displayName": "Eye: on",
2657
+ "iconName": "eye-on",
2658
+ "tags": "visibility, show, visible, check, verify, accept, accessibility, vision, verified, seen, viewed",
2659
+ "group": "interface",
2660
+ "codepoint": 61858
2661
+ },
2662
+ {
2663
+ "displayName": "Vertical bar chart: ascending",
2664
+ "iconName": "vertical-bar-chart-asc",
2665
+ "tags": "graph, histogram, increasing, upward trend, signal strength, inreasing",
2666
+ "group": "data",
2667
+ "codepoint": 62220
2668
+ },
2669
+ {
2670
+ "displayName": "Horizontal bar chart: ascending",
2671
+ "iconName": "horizontal-bar-chart-asc",
2672
+ "tags": "graph, histogram, sort, ranking, stats",
2673
+ "group": "data",
2674
+ "codepoint": 61938
2675
+ },
2676
+ {
2677
+ "displayName": "Grouped bar chart",
2678
+ "iconName": "grouped-bar-chart",
2679
+ "tags": "graph, plot",
2680
+ "group": "data",
2681
+ "codepoint": 61915
2682
+ },
2683
+ {
2684
+ "displayName": "Full stacked chart",
2685
+ "iconName": "full-stacked-chart",
2686
+ "tags": "graph, bar, cargo, inventory, bricks, wall, chimneys, shipping container, adjust, waterfall",
2687
+ "group": "data",
2688
+ "codepoint": 61891
2689
+ },
2690
+ {
2691
+ "displayName": "Endorsed",
2692
+ "iconName": "endorsed",
2693
+ "tags": "tick, mark, sign, ok, approved, success, complete, verified, stamp of approval, check, agree",
2694
+ "group": "action",
2695
+ "codepoint": 61847
2696
+ },
2697
+ {
2698
+ "displayName": "Follower",
2699
+ "iconName": "follower",
2700
+ "tags": "person, human, male, female, character, customer, individual, social, share, add, send, move, delegate, move person, next",
2701
+ "group": "interface",
2702
+ "codepoint": 61885
2703
+ },
2704
+ {
2705
+ "displayName": "Following",
2706
+ "iconName": "following",
2707
+ "tags": "person, human, male, female, character, customer, individual, social, receive, message, request",
2708
+ "group": "interface",
2709
+ "codepoint": 61886
2710
+ },
2711
+ {
2712
+ "displayName": "Menu",
2713
+ "iconName": "menu",
2714
+ "tags": "navigation, lines, list, stack, hamburger, paragraph, document, section",
2715
+ "group": "interface",
2716
+ "codepoint": 62016
2717
+ },
2718
+ {
2719
+ "displayName": "Collapse all",
2720
+ "iconName": "collapse-all",
2721
+ "tags": "arrows, chevron, reduce, smash, in between, up down",
2722
+ "group": "interface",
2723
+ "codepoint": 61790
2724
+ },
2725
+ {
2726
+ "displayName": "Expand all",
2727
+ "iconName": "expand-all",
2728
+ "tags": "arrows, chevron, enlarge, stretch, flex, volume",
2729
+ "group": "interface",
2730
+ "codepoint": 61855
2731
+ },
2732
+ {
2733
+ "displayName": "Intersection",
2734
+ "iconName": "intersection",
2735
+ "tags": "circles, combine, cross, venn diagram, overlap, link, intersect, union, inner join",
2736
+ "group": "action",
2737
+ "codepoint": 61957
2738
+ },
2739
+ {
2740
+ "displayName": "Blocked person",
2741
+ "iconName": "blocked-person",
2742
+ "tags": "human, male, female, character, customer, individual, social, banned, prohibited",
2743
+ "group": "interface",
2744
+ "codepoint": 61748
2745
+ },
2746
+ {
2747
+ "displayName": "Slash",
2748
+ "iconName": "slash",
2749
+ "tags": "divide, separate, backslash, or",
2750
+ "group": "action",
2751
+ "codepoint": 62137
2752
+ },
2753
+ {
2754
+ "displayName": "Percentage",
2755
+ "iconName": "percentage",
2756
+ "tags": "modulo, modulus, fraction, statistics",
2757
+ "group": "action",
2758
+ "codepoint": 62065
2759
+ },
2760
+ {
2761
+ "displayName": "Satellite",
2762
+ "iconName": "satellite",
2763
+ "tags": "communication, space, radar, sensor, airplane, wifi, data, gps, orbit, landing",
2764
+ "group": "miscellaneous",
2765
+ "codepoint": 62108
2766
+ },
2767
+ {
2768
+ "displayName": "Paragraph",
2769
+ "iconName": "paragraph",
2770
+ "tags": "text, chapter, division, part",
2771
+ "group": "editor",
2772
+ "codepoint": 62060
2773
+ },
2774
+ {
2775
+ "displayName": "Bank account",
2776
+ "iconName": "bank-account",
2777
+ "tags": "money, finance, funds, piggy bank",
2778
+ "group": "miscellaneous",
2779
+ "codepoint": 61745
2780
+ },
2781
+ {
2782
+ "displayName": "Cell tower",
2783
+ "iconName": "cell-tower",
2784
+ "tags": "signal, communication, radio, mast, connection, aerial, radar, connectivity, internet, data, transmission, broadcast",
2785
+ "group": "miscellaneous",
2786
+ "codepoint": 61765
2787
+ },
2788
+ {
2789
+ "displayName": "ID number",
2790
+ "iconName": "id-number",
2791
+ "tags": "identification, person, document, contact, business card, profile, identity, badge, credential, certification",
2792
+ "group": "miscellaneous",
2793
+ "codepoint": 61943
2794
+ },
2795
+ {
2796
+ "displayName": "IP address",
2797
+ "iconName": "ip-address",
2798
+ "tags": "internet, protocol, number, network, geolocation, local, intellectual property, isp, internet service provider",
2799
+ "group": "miscellaneous",
2800
+ "codepoint": 61958
2801
+ },
2802
+ {
2803
+ "displayName": "Eraser",
2804
+ "iconName": "eraser",
2805
+ "tags": "delete, remove",
2806
+ "group": "editor",
2807
+ "codepoint": 61850
2808
+ },
2809
+ {
2810
+ "displayName": "Issue",
2811
+ "iconName": "issue",
2812
+ "tags": "circle, notification, failure, exclamation mark, sign, problem, warning, danger, notice, error",
2813
+ "group": "interface",
2814
+ "codepoint": 61961
2815
+ },
2816
+ {
2817
+ "displayName": "Issue: new",
2818
+ "iconName": "issue-new",
2819
+ "tags": "circle, notification, failure, exclamation mark, sign, problem, report, malfunction, alert, info",
2820
+ "group": "interface",
2821
+ "codepoint": 61960
2822
+ },
2823
+ {
2824
+ "displayName": "Issue: closed",
2825
+ "iconName": "issue-closed",
2826
+ "tags": "circle, notification, failure, exclamation mark, sign, problem, alert, verified, acknowledged, completed, resolved, check, urgent, important, view warning",
2827
+ "group": "interface",
2828
+ "codepoint": 61959
2829
+ },
2830
+ {
2831
+ "displayName": "Panel: stats",
2832
+ "iconName": "panel-stats",
2833
+ "tags": "sidebar, layout, list, window, side bar, drawer, menu, website, dashboard, tablet, report, dataset preview",
2834
+ "group": "table",
2835
+ "codepoint": 62057
2836
+ },
2837
+ {
2838
+ "displayName": "Panel: table",
2839
+ "iconName": "panel-table",
2840
+ "tags": "sidebar, layout, spreadsheet, dataset view, grid, excel",
2841
+ "group": "table",
2842
+ "codepoint": 62058
2843
+ },
2844
+ {
2845
+ "displayName": "Tick circle",
2846
+ "iconName": "tick-circle",
2847
+ "tags": "mark, sign, ok, approved, success, check",
2848
+ "group": "action",
2849
+ "codepoint": 62190
2850
+ },
2851
+ {
2852
+ "displayName": "Prescription",
2853
+ "iconName": "prescription",
2854
+ "tags": "instruction, direction, medicine, drug, medication, mixture, reaction, pharmacy",
2855
+ "group": "miscellaneous",
2856
+ "codepoint": 62077
2857
+ },
2858
+ {
2859
+ "displayName": "Prescription: new",
2860
+ "iconName": "new-prescription",
2861
+ "tags": "instruction, direction, medicine, drug, medication, mixture, add, pharmacy",
2862
+ "group": "miscellaneous",
2863
+ "codepoint": 62040
2864
+ },
2865
+ {
2866
+ "displayName": "Filter: keep",
2867
+ "iconName": "filter-keep",
2868
+ "tags": "filtering, funnel, tube, pipe, retain, stay, complete, finished, applied",
2869
+ "group": "action",
2870
+ "codepoint": 61865
2871
+ },
2872
+ {
2873
+ "displayName": "Filter: remove",
2874
+ "iconName": "filter-remove",
2875
+ "tags": "filtering, funnel, tube, pipe, delete, detach, discard, dismiss, close drilldown",
2876
+ "group": "action",
2877
+ "codepoint": 61868
2878
+ },
2879
+ {
2880
+ "displayName": "Key",
2881
+ "iconName": "key",
2882
+ "tags": "lock, unlock, open, security, password, access",
2883
+ "group": "interface",
2884
+ "codepoint": 61973
2885
+ },
2886
+ {
2887
+ "displayName": "Feed: subscribed",
2888
+ "iconName": "feed-subscribed",
2889
+ "tags": "rss, tick, check, wifi, signal, connection",
2890
+ "group": "interface",
2891
+ "codepoint": 61862
2892
+ },
2893
+ {
2894
+ "displayName": "Widget: button",
2895
+ "iconName": "widget-button",
2896
+ "tags": "element, click, press, loading, more, details, options, breadcrumbs, additional, lego, dots",
2897
+ "group": "interface",
2898
+ "codepoint": 62232
2899
+ },
2900
+ {
2901
+ "displayName": "Widget: header",
2902
+ "iconName": "widget-header",
2903
+ "tags": "element, layout, top, refrigerator, fridge, section, div, container, split horizontal, tab, column",
2904
+ "group": "interface",
2905
+ "codepoint": 62234
2906
+ },
2907
+ {
2908
+ "displayName": "Widget: footer",
2909
+ "iconName": "widget-footer",
2910
+ "tags": "element, layout, bottom, window, section, div, container, guillotine",
2911
+ "group": "interface",
2912
+ "codepoint": 62233
2913
+ },
2914
+ {
2915
+ "displayName": "Header: one",
2916
+ "iconName": "header-one",
2917
+ "tags": "paragraph styling, formatting, hydrogen, heading",
2918
+ "group": "editor",
2919
+ "codepoint": 61922
2920
+ },
2921
+ {
2922
+ "displayName": "Header: two",
2923
+ "iconName": "header-two",
2924
+ "tags": "paragraph styling, formatting, hydrogen, chemistry, diatomic molecule, heading",
2925
+ "group": "editor",
2926
+ "codepoint": 61924
2927
+ },
2928
+ {
2929
+ "displayName": "Form",
2930
+ "iconName": "form",
2931
+ "tags": "response, fill, checklist, to do, tasks, checkbox",
2932
+ "group": "data",
2933
+ "codepoint": 61889
2934
+ },
2935
+ {
2936
+ "displayName": "Series: add",
2937
+ "iconName": "series-add",
2938
+ "tags": "timeseries, plot, line, data, chart, new, create, graph, upwards trend, plus",
2939
+ "group": "data",
2940
+ "codepoint": 62122
2941
+ },
2942
+ {
2943
+ "displayName": "Series: search",
2944
+ "iconName": "series-search",
2945
+ "tags": "timeseries, plot, line, data, chart, graph, find, investigate, inspect, finder, looker, trend, analyze",
2946
+ "group": "data",
2947
+ "codepoint": 62126
2948
+ },
2949
+ {
2950
+ "displayName": "Series: filtered",
2951
+ "iconName": "series-filtered",
2952
+ "tags": "timeseries, plot, line, data, chart, reduce, reduced, search, variable, graph, metrics",
2953
+ "group": "data",
2954
+ "codepoint": 62125
2955
+ },
2956
+ {
2957
+ "displayName": "Series: derived",
2958
+ "iconName": "series-derived",
2959
+ "tags": "timeseries, plot, line, data, chart, transform, transformed, compute, computed, modify, modified, altered, adjusted, trend, forecast, projection, prediction, expectation",
2960
+ "group": "data",
2961
+ "codepoint": 62124
2962
+ },
2963
+ {
2964
+ "displayName": "Series: configuration",
2965
+ "iconName": "series-configuration",
2966
+ "tags": "timeseries, plot, line, data, chart, edit, modify, customize, adjust, alter, transform, trendline, goal, mountain sun, settings, configure",
2967
+ "group": "data",
2968
+ "codepoint": 62123
2969
+ },
2970
+ {
2971
+ "displayName": "Console",
2972
+ "iconName": "console",
2973
+ "tags": "terminal, coding, code block, command line, input",
2974
+ "group": "interface",
2975
+ "codepoint": 61797
2976
+ },
2977
+ {
2978
+ "displayName": "Compass",
2979
+ "iconName": "compass",
2980
+ "tags": "map, direction, north south east west, magnetic poles, navigation",
2981
+ "group": "interface",
2982
+ "codepoint": 61794
2983
+ },
2984
+ {
2985
+ "displayName": "Walk",
2986
+ "iconName": "walk",
2987
+ "tags": "transportation, run, move, path, marching, going, person walking, march",
2988
+ "group": "interface",
2989
+ "codepoint": 62228
2990
+ },
2991
+ {
2992
+ "displayName": "Taxi",
2993
+ "iconName": "taxi",
2994
+ "tags": "transportation, car, move, police vehicle",
2995
+ "group": "interface",
2996
+ "codepoint": 62179
2997
+ },
2998
+ {
2999
+ "displayName": "Train",
3000
+ "iconName": "train",
3001
+ "tags": "transportation, public, move, rail, subway",
3002
+ "group": "interface",
3003
+ "codepoint": 62200
3004
+ },
3005
+ {
3006
+ "displayName": "Heart: broken",
3007
+ "iconName": "heart-broken",
3008
+ "tags": "love, like, organ, human, feelings, split, torn, failed, health, heartbreak, sadness, heart attack, unhealthy",
3009
+ "group": "miscellaneous",
3010
+ "codepoint": 61927
3011
+ },
3012
+ {
3013
+ "displayName": "Join: inner",
3014
+ "iconName": "inner-join",
3015
+ "tags": "circles, combine, connect, add, part, slice, cell, intersection, overlap, venn diagram",
3016
+ "group": "action",
3017
+ "codepoint": 61955
3018
+ },
3019
+ {
3020
+ "displayName": "Join: left",
3021
+ "iconName": "left-join",
3022
+ "tags": "circles, combine, connect, add, part, slice, intersection, venn diagram, pill, battery, worlds, intersect",
3023
+ "group": "action",
3024
+ "codepoint": 61991
3025
+ },
3026
+ {
3027
+ "displayName": "Join: right",
3028
+ "iconName": "right-join",
3029
+ "tags": "circles, combine, connect, add, part, slice, intersection, venn diagram",
3030
+ "group": "action",
3031
+ "codepoint": 62101
3032
+ },
3033
+ {
3034
+ "displayName": "Strikethrough",
3035
+ "iconName": "strikethrough",
3036
+ "tags": "typography, text, font-style, line, removed, letter",
3037
+ "group": "editor",
3038
+ "codepoint": 62163
3039
+ },
3040
+ {
3041
+ "displayName": "Updated",
3042
+ "iconName": "updated",
3043
+ "tags": "time, recent, reload, successful, process complete, loading, reviewed",
3044
+ "group": "interface",
3045
+ "codepoint": 62216
3046
+ },
3047
+ {
3048
+ "displayName": "Outdated",
3049
+ "iconName": "outdated",
3050
+ "tags": "time, error, warning, reminder, late",
3051
+ "group": "interface",
3052
+ "codepoint": 62055
3053
+ },
3054
+ {
3055
+ "displayName": "Flame",
3056
+ "iconName": "flame",
3057
+ "tags": "fire, trendy, hot, popular",
3058
+ "group": "miscellaneous",
3059
+ "codepoint": 61871
3060
+ },
3061
+ {
3062
+ "displayName": "Folder: new",
3063
+ "iconName": "folder-new",
3064
+ "tags": "create, group, organize, sort, add",
3065
+ "group": "file",
3066
+ "codepoint": 61881
3067
+ },
3068
+ {
3069
+ "displayName": "Mountain",
3070
+ "iconName": "mountain",
3071
+ "tags": "summit, climb, peak",
3072
+ "group": "miscellaneous",
3073
+ "codepoint": 62027
3074
+ },
3075
+ {
3076
+ "displayName": "Shield",
3077
+ "iconName": "shield",
3078
+ "tags": "protection, secure, security, safety, privacy, marking, control",
3079
+ "group": "miscellaneous",
3080
+ "codepoint": 62131
3081
+ },
3082
+ {
3083
+ "displayName": "Tree diagram",
3084
+ "iconName": "diagram-tree",
3085
+ "tags": "organization, chart, org, hierarchy, relationship, reference",
3086
+ "group": "data",
3087
+ "codepoint": 61818
3088
+ },
3089
+ {
3090
+ "displayName": "Crown",
3091
+ "iconName": "crown",
3092
+ "tags": "hat, role, level, permission, king, owner",
3093
+ "group": "miscellaneous",
3094
+ "codepoint": 61802
3095
+ },
3096
+ {
3097
+ "displayName": "Globe: network",
3098
+ "iconName": "globe-network",
3099
+ "tags": "planet, earth, map, world, internet, website",
3100
+ "group": "miscellaneous",
3101
+ "codepoint": 61906
3102
+ },
3103
+ {
3104
+ "displayName": "Snowflake",
3105
+ "iconName": "snowflake",
3106
+ "tags": "weather, winter, freeze, ice, snow",
3107
+ "group": "miscellaneous",
3108
+ "codepoint": 62143
3109
+ },
3110
+ {
3111
+ "displayName": "Tree",
3112
+ "iconName": "tree",
3113
+ "tags": "forest, wood, landmark, conifer",
3114
+ "group": "miscellaneous",
3115
+ "codepoint": 62203
3116
+ },
3117
+ {
3118
+ "displayName": "Notifications: updated",
3119
+ "iconName": "notifications-updated",
3120
+ "tags": "bell, alarm, alert, notice, warning, resolve, approve, confirm, check, clear, read, configured, acknowledge, ack",
3121
+ "group": "interface",
3122
+ "codepoint": 62045
3123
+ },
3124
+ {
3125
+ "displayName": "List: columns",
3126
+ "iconName": "list-columns",
3127
+ "tags": "layout, arrangement, four lines, table, two, article, data, grid",
3128
+ "group": "table",
3129
+ "codepoint": 61998
3130
+ },
3131
+ {
3132
+ "displayName": "Flow: linear",
3133
+ "iconName": "flow-linear",
3134
+ "tags": "workflow, edge, node, step, event, timeline, directed edge, right, advance, route, valve",
3135
+ "group": "data",
3136
+ "codepoint": 61876
3137
+ },
3138
+ {
3139
+ "displayName": "Flow: branch",
3140
+ "iconName": "flow-branch",
3141
+ "tags": "workflow, edge, node, fork, arrows, split, two-way, decision point, split path",
3142
+ "group": "data",
3143
+ "codepoint": 61874
3144
+ },
3145
+ {
3146
+ "displayName": "Flow: review",
3147
+ "iconName": "flow-review",
3148
+ "tags": "workflow, edge, node, reverse, expand, widen, tie fighter, split",
3149
+ "group": "data",
3150
+ "codepoint": 61878
3151
+ },
3152
+ {
3153
+ "displayName": "Flow: review branch",
3154
+ "iconName": "flow-review-branch",
3155
+ "tags": "workflow, edge, node, fork, axis, graph, outward, away, location, relationship, links, unknown, grappling hook",
3156
+ "group": "data",
3157
+ "codepoint": 61877
3158
+ },
3159
+ {
3160
+ "displayName": "Flow: end",
3161
+ "iconName": "flow-end",
3162
+ "tags": "workflow, edge, node, complete, finished, final, last, input, insert, relocate, right, endpoint, arrow, point, direction, destination, arrival, go to",
3163
+ "group": "data",
3164
+ "codepoint": 61875
3165
+ },
3166
+ {
3167
+ "displayName": "Clean",
3168
+ "iconName": "clean",
3169
+ "tags": "correct, cleanse, clear, purify, stars, sparkle, twinkle",
3170
+ "group": "action",
3171
+ "codepoint": 61781
3172
+ },
3173
+ {
3174
+ "displayName": "Table: filtered",
3175
+ "iconName": "th-filtered",
3176
+ "tags": "index, rows, columns, agenda, list, spreadsheet, funnel, spreadsheet, excel, sort",
3177
+ "group": "table",
3178
+ "codepoint": 62184
3179
+ },
3180
+ {
3181
+ "displayName": "Lifesaver",
3182
+ "iconName": "lifesaver",
3183
+ "tags": "help, support, aid, advice, poker, casino, chip, circle",
3184
+ "group": "miscellaneous",
3185
+ "codepoint": 61994
3186
+ },
3187
+ {
3188
+ "displayName": "Cube",
3189
+ "iconName": "cube",
3190
+ "tags": "shape, 3d, object, box, package, container",
3191
+ "group": "miscellaneous",
3192
+ "codepoint": 61805
3193
+ },
3194
+ {
3195
+ "displayName": "Cube: add",
3196
+ "iconName": "cube-add",
3197
+ "tags": "shape, 3d, object, box, create",
3198
+ "group": "miscellaneous",
3199
+ "codepoint": 61803
3200
+ },
3201
+ {
3202
+ "displayName": "Cube: remove",
3203
+ "iconName": "cube-remove",
3204
+ "tags": "shape, 3d, object, delete cube, delete object, minus, box, deselect, unselect",
3205
+ "group": "miscellaneous",
3206
+ "codepoint": 61804
3207
+ },
3208
+ {
3209
+ "displayName": "Inbox: filtered",
3210
+ "iconName": "inbox-filtered",
3211
+ "tags": "folder, mail, file, message, funnel, mailbox",
3212
+ "group": "file",
3213
+ "codepoint": 61947
3214
+ },
3215
+ {
3216
+ "displayName": "Inbox: geo",
3217
+ "iconName": "inbox-geo",
3218
+ "tags": "folder, mail, file, message, geography, location, area, globe, save map, save location, add location, international",
3219
+ "group": "file",
3220
+ "codepoint": 61948
3221
+ },
3222
+ {
3223
+ "displayName": "Inbox: search",
3224
+ "iconName": "inbox-search",
3225
+ "tags": "folder, mail, file, message, inspection, exploration, magnifying glass, files",
3226
+ "group": "file",
3227
+ "codepoint": 61949
3228
+ },
3229
+ {
3230
+ "displayName": "Inbox: update",
3231
+ "iconName": "inbox-update",
3232
+ "tags": "folder, mail, file, message, notifications, warning, new email",
3233
+ "group": "file",
3234
+ "codepoint": 61950
3235
+ },
3236
+ {
3237
+ "displayName": "Inheritance",
3238
+ "iconName": "inheritance",
3239
+ "tags": "arrows, derive, move, input, insert",
3240
+ "group": "action",
3241
+ "codepoint": 61953
3242
+ },
3243
+ {
3244
+ "displayName": "Reset",
3245
+ "iconName": "reset",
3246
+ "tags": "circle, arrow, refresh, rewind, counter-clockwise, loop, undo, retry, reload",
3247
+ "group": "action",
3248
+ "codepoint": 62098
3249
+ },
3250
+ {
3251
+ "displayName": "Filter: open",
3252
+ "iconName": "filter-open",
3253
+ "tags": "filtering, funnel, tube, pipe, expand output",
3254
+ "group": "action",
3255
+ "codepoint": 61867
3256
+ },
3257
+ {
3258
+ "displayName": "Table: disconnect",
3259
+ "iconName": "th-disconnect",
3260
+ "tags": "index, rows, columns, agenda, list, spreadsheet, unlink, detach, remove, delete, no storage",
3261
+ "group": "table",
3262
+ "codepoint": 62183
3263
+ },
3264
+ {
3265
+ "displayName": "Equals",
3266
+ "iconName": "equals",
3267
+ "tags": "mathematical, equations, expression, formula, fence, lines, parallel",
3268
+ "group": "action",
3269
+ "codepoint": 61849
3270
+ },
3271
+ {
3272
+ "displayName": "Not equal to",
3273
+ "iconName": "not-equal-to",
3274
+ "tags": "mathematical, equations, expression, formula, compare, comparison, neq",
3275
+ "group": "action",
3276
+ "codepoint": 62043
3277
+ },
3278
+ {
3279
+ "displayName": "Greater than",
3280
+ "iconName": "greater-than",
3281
+ "tags": "mathematical, equations, expression, formula, compare, comparison, gt",
3282
+ "group": "action",
3283
+ "codepoint": 61911
3284
+ },
3285
+ {
3286
+ "displayName": "Greater than or equal to",
3287
+ "iconName": "greater-than-or-equal-to",
3288
+ "tags": "mathematical, equations, expression, formula, compare, comparison, gte",
3289
+ "group": "action",
3290
+ "codepoint": 61910
3291
+ },
3292
+ {
3293
+ "displayName": "Less than",
3294
+ "iconName": "less-than",
3295
+ "tags": "mathematical, equations, expression, formula, compare, comparison, lt",
3296
+ "group": "action",
3297
+ "codepoint": 61993
3298
+ },
3299
+ {
3300
+ "displayName": "Less than or equal to",
3301
+ "iconName": "less-than-or-equal-to",
3302
+ "tags": "mathematical, equations, expression, formula, compare, comparison, lte",
3303
+ "group": "action",
3304
+ "codepoint": 61992
3305
+ },
3306
+ {
3307
+ "displayName": "Learning",
3308
+ "iconName": "learning",
3309
+ "tags": "tutorial, teach, graduate, cap, clothing, graduation, hat, degree, education, study",
3310
+ "group": "miscellaneous",
3311
+ "codepoint": 61990
3312
+ },
3313
+ {
3314
+ "displayName": "New layer",
3315
+ "iconName": "new-layer",
3316
+ "tags": "levels, stack, cards, diamond, add plane",
3317
+ "group": "interface",
3318
+ "codepoint": 62035
3319
+ },
3320
+ {
3321
+ "displayName": "New layers",
3322
+ "iconName": "new-layers",
3323
+ "tags": "levels, stack, cards, create, plus, add",
3324
+ "group": "interface",
3325
+ "codepoint": 62036
3326
+ },
3327
+ {
3328
+ "displayName": "Stopwatch",
3329
+ "iconName": "stopwatch",
3330
+ "tags": "clock, day, hours, minutes, seconds, timer, time",
3331
+ "group": "interface",
3332
+ "codepoint": 62162
3333
+ },
3334
+ {
3335
+ "displayName": "Archive",
3336
+ "iconName": "archive",
3337
+ "tags": "compress, compression, zip, bundle, download, file",
3338
+ "group": "action",
3339
+ "codepoint": 61722
3340
+ },
3341
+ {
3342
+ "displayName": "Unarchive",
3343
+ "iconName": "unarchive",
3344
+ "tags": "uncompress, unzip, unbundle, outbox, upload, save, store",
3345
+ "group": "action",
3346
+ "codepoint": 62208
3347
+ },
3348
+ {
3349
+ "displayName": "Data lineage",
3350
+ "iconName": "data-lineage",
3351
+ "tags": "flow, rectangle, graph, downstream, upstream, propagation, hierarchy, merge, unify, integrate, link, relationship, model",
3352
+ "group": "interface",
3353
+ "codepoint": 61811
3354
+ },
3355
+ {
3356
+ "displayName": "New drawing",
3357
+ "iconName": "new-drawing",
3358
+ "tags": "selection, area, highlight, sketch, entry, write, add pen, modify, writing",
3359
+ "group": "interface",
3360
+ "codepoint": 62033
3361
+ },
3362
+ {
3363
+ "displayName": "Signal search",
3364
+ "iconName": "signal-search",
3365
+ "tags": "communication, radio, mast, towers, find, telecom, broadcast",
3366
+ "group": "action",
3367
+ "codepoint": 62135
3368
+ },
3369
+ {
3370
+ "displayName": "Bring in data",
3371
+ "iconName": "bring-data",
3372
+ "tags": "copy, duplicate, add, download, decrease, reduce, down, rebase, land",
3373
+ "group": "action",
3374
+ "codepoint": 61754
3375
+ },
3376
+ {
3377
+ "displayName": "Tractor",
3378
+ "iconName": "tractor",
3379
+ "tags": "automobile, vehicle, farming, agriculture, plantation",
3380
+ "group": "interface",
3381
+ "codepoint": 62199
3382
+ },
3383
+ {
3384
+ "displayName": "Truck",
3385
+ "iconName": "truck",
3386
+ "tags": "automobile, vehicle, car, van, drive, ride, distance, navigation, directions",
3387
+ "group": "interface",
3388
+ "codepoint": 62206
3389
+ },
3390
+ {
3391
+ "displayName": "Diagnosis",
3392
+ "iconName": "diagnosis",
3393
+ "tags": "doctor, science, heart, stethoscope, medical, examination, medicine, hospital, treatment",
3394
+ "group": "interface",
3395
+ "codepoint": 61817
3396
+ },
3397
+ {
3398
+ "displayName": "Lab test",
3399
+ "iconName": "lab-test",
3400
+ "tags": "science, beaker, chemistry, mixing, scientist, test tube, flask, formula, drug",
3401
+ "group": "interface",
3402
+ "codepoint": 61975
3403
+ },
3404
+ {
3405
+ "displayName": "Virus",
3406
+ "iconName": "virus",
3407
+ "tags": "doctor, medical, examination, disease, pandemic, sick, germ, covid, planet, explosion, black star",
3408
+ "group": "interface",
3409
+ "codepoint": 62224
3410
+ },
3411
+ {
3412
+ "displayName": "Inherited group membership",
3413
+ "iconName": "inherited-group",
3414
+ "tags": "inheritance, membership, people, share",
3415
+ "group": "interface",
3416
+ "codepoint": 61954
3417
+ },
3418
+ {
3419
+ "displayName": "Hat",
3420
+ "iconName": "hat",
3421
+ "tags": "head, clothing, cap, fedora, role, level, permission, detective, inspector",
3422
+ "group": "miscellaneous",
3423
+ "codepoint": 61921
3424
+ },
3425
+ {
3426
+ "displayName": "Cycle",
3427
+ "iconName": "cycle",
3428
+ "tags": "bike, cyclist, biker, rider, transportation, crossing, pedestrian, bicyclist, cycling, motorcycle",
3429
+ "group": "interface",
3430
+ "codepoint": 61808
3431
+ },
3432
+ {
3433
+ "displayName": "Route",
3434
+ "iconName": "route",
3435
+ "tags": "destination, travel, journey, road, transportation, directions, maps, navigation",
3436
+ "group": "interface",
3437
+ "codepoint": 62107
3438
+ },
3439
+ {
3440
+ "displayName": "Modal",
3441
+ "iconName": "modal",
3442
+ "tags": "application, layout, user-interface, UI, browser, window, app, dialog",
3443
+ "group": "interface",
3444
+ "codepoint": 62024
3445
+ },
3446
+ {
3447
+ "displayName": "Modal filled",
3448
+ "iconName": "modal-filled",
3449
+ "tags": "application, layout, user-interface, UI, window, app, dialog",
3450
+ "group": "interface",
3451
+ "codepoint": 62023
3452
+ },
3453
+ {
3454
+ "displayName": "Drawer left",
3455
+ "iconName": "drawer-left",
3456
+ "tags": "application, layout, user-interface, UI, export, transform, move, sliding door, flow right block",
3457
+ "group": "interface",
3458
+ "codepoint": 61839
3459
+ },
3460
+ {
3461
+ "displayName": "Drawer left filled",
3462
+ "iconName": "drawer-left-filled",
3463
+ "tags": "application, layout, user-interface, UI, right, shift, close door, justify, drag, move, output, rectangle arrow",
3464
+ "group": "interface",
3465
+ "codepoint": 61838
3466
+ },
3467
+ {
3468
+ "displayName": "Drawer right",
3469
+ "iconName": "drawer-right",
3470
+ "tags": "application, layout, user-interface, UI, left, door, arrow, move, shift, back, close, collapse",
3471
+ "group": "interface",
3472
+ "codepoint": 61841
3473
+ },
3474
+ {
3475
+ "displayName": "Drawer right filled",
3476
+ "iconName": "drawer-right-filled",
3477
+ "tags": "application, layout, user-interface, UI, exit, leave, shift, left, enter, go back",
3478
+ "group": "interface",
3479
+ "codepoint": 61840
3480
+ },
3481
+ {
3482
+ "displayName": "Application header",
3483
+ "iconName": "app-header",
3484
+ "tags": "application, layout, user-interface, UI, helipad, letter h, help, health, medical, hospital",
3485
+ "group": "interface",
3486
+ "codepoint": 61719
3487
+ },
3488
+ {
3489
+ "displayName": "Send message",
3490
+ "iconName": "send-message",
3491
+ "tags": "deliver, paper-airplane, post, mail",
3492
+ "group": "action",
3493
+ "codepoint": 62118
3494
+ },
3495
+ {
3496
+ "displayName": "Backlink",
3497
+ "iconName": "backlink",
3498
+ "tags": "select, choose, point, extension, attach, add, chain",
3499
+ "group": "interface",
3500
+ "codepoint": 61742
3501
+ },
3502
+ {
3503
+ "displayName": "Geofence",
3504
+ "iconName": "geofence",
3505
+ "tags": "region, insert, pushback, click object, enter, focus, perimeter, area, polygon, shape",
3506
+ "group": "interface",
3507
+ "codepoint": 61895
3508
+ },
3509
+ {
3510
+ "displayName": "Data Connection",
3511
+ "iconName": "data-connection",
3512
+ "tags": "connectivity, database, status, health, blank",
3513
+ "group": "interface",
3514
+ "codepoint": 61810
3515
+ },
3516
+ {
3517
+ "displayName": "Switch",
3518
+ "iconName": "switch",
3519
+ "tags": "electrical, broken graph, off, disconnect, open, broken link, disconnected, circuit",
3520
+ "group": "miscellaneous",
3521
+ "codepoint": 62167
3522
+ },
3523
+ {
3524
+ "displayName": "Array",
3525
+ "iconName": "array",
3526
+ "tags": "data, type, list, ellipses, items, more, dots, details",
3527
+ "group": "miscellaneous",
3528
+ "codepoint": 61729
3529
+ },
3530
+ {
3531
+ "displayName": "Boolean Array",
3532
+ "iconName": "array-boolean",
3533
+ "tags": "data, type, list, toggle, true, false",
3534
+ "group": "miscellaneous",
3535
+ "codepoint": 61724
3536
+ },
3537
+ {
3538
+ "displayName": "Date Array",
3539
+ "iconName": "array-date",
3540
+ "tags": "data, type, list, date, time, datetime, calendar",
3541
+ "group": "miscellaneous",
3542
+ "codepoint": 61725
3543
+ },
3544
+ {
3545
+ "displayName": "Numeric Array",
3546
+ "iconName": "array-numeric",
3547
+ "tags": "data, type, list, numbers, digits, set, range, count, integer",
3548
+ "group": "miscellaneous",
3549
+ "codepoint": 61726
3550
+ },
3551
+ {
3552
+ "displayName": "String Array",
3553
+ "iconName": "array-string",
3554
+ "tags": "data, type, list, quotes, quote",
3555
+ "group": "miscellaneous",
3556
+ "codepoint": 61727
3557
+ },
3558
+ {
3559
+ "displayName": "Timestamp Array",
3560
+ "iconName": "array-timestamp",
3561
+ "tags": "data, type, list, date, time, datetime, clock, delay, timespan",
3562
+ "group": "miscellaneous",
3563
+ "codepoint": 61728
3564
+ },
3565
+ {
3566
+ "displayName": "Layer Outline",
3567
+ "iconName": "layer-outline",
3568
+ "tags": "zone, level, empty, sideways diamond",
3569
+ "group": "interface",
3570
+ "codepoint": 61977
3571
+ },
3572
+ {
3573
+ "displayName": "Notifications: snooze",
3574
+ "iconName": "notifications-snooze",
3575
+ "tags": "information, message, suppress",
3576
+ "group": "interface",
3577
+ "codepoint": 62044
3578
+ },
3579
+ {
3580
+ "displayName": "High Priority",
3581
+ "iconName": "high-priority",
3582
+ "tags": "notification, message, loud, stop, emergency, exclamation, alert, attention, exclamation mark, !, warning, error, exclamation point, bang",
3583
+ "group": "interface",
3584
+ "codepoint": 61934
3585
+ },
3586
+ {
3587
+ "displayName": "Emoji",
3588
+ "iconName": "emoji",
3589
+ "tags": "message, chat, reaction, happy, smile, grin, smiley, happy face, excitement",
3590
+ "group": "interface",
3591
+ "codepoint": 61846
3592
+ },
3593
+ {
3594
+ "displayName": "Add Location",
3595
+ "iconName": "add-location",
3596
+ "tags": "location, new, plus, object, node, circle",
3597
+ "group": "interface",
3598
+ "codepoint": 61700
3599
+ },
3600
+ {
3601
+ "displayName": "Shapes",
3602
+ "iconName": "shapes",
3603
+ "tags": "geometric, building blocks",
3604
+ "group": "interface",
3605
+ "codepoint": 62128
3606
+ },
3607
+ {
3608
+ "displayName": "Shared Filter",
3609
+ "iconName": "shared-filter",
3610
+ "tags": "notification, contacts, funnel, people",
3611
+ "group": "interface",
3612
+ "codepoint": 62130
3613
+ },
3614
+ {
3615
+ "displayName": "One to one",
3616
+ "iconName": "one-to-one",
3617
+ "tags": "object, relation, ontology, link, connect, join, edge, nodes",
3618
+ "group": "data",
3619
+ "codepoint": 62054
3620
+ },
3621
+ {
3622
+ "displayName": "One to many",
3623
+ "iconName": "one-to-many",
3624
+ "tags": "object, relation, ontology, branch, fork, split, usb, network, lineage",
3625
+ "group": "data",
3626
+ "codepoint": 62053
3627
+ },
3628
+ {
3629
+ "displayName": "Many to one",
3630
+ "iconName": "many-to-one",
3631
+ "tags": "object, relation, ontology, link, connect, share, merge, flow",
3632
+ "group": "data",
3633
+ "codepoint": 62008
3634
+ },
3635
+ {
3636
+ "displayName": "Many to many",
3637
+ "iconName": "many-to-many",
3638
+ "tags": "object, relation, ontology, graph, cross, nodes",
3639
+ "group": "data",
3640
+ "codepoint": 62007
3641
+ },
3642
+ {
3643
+ "displayName": "Geometry: Stadium",
3644
+ "iconName": "stadium-geometry",
3645
+ "tags": "shape, race track, ellipse, discorectangle, obround, round, oval, loop, track, home button",
3646
+ "group": "miscellaneous",
3647
+ "codepoint": 62155
3648
+ },
3649
+ {
3650
+ "displayName": "Area of interest",
3651
+ "iconName": "area-of-interest",
3652
+ "tags": "NAI, named area, marked, marker, location, region, geo, tag, locate, point, map",
3653
+ "group": "interface",
3654
+ "codepoint": 61723
3655
+ },
3656
+ {
3657
+ "displayName": "Buggy",
3658
+ "iconName": "buggy",
3659
+ "tags": "vehicle, car, transportation, dune, offroad",
3660
+ "group": "interface",
3661
+ "codepoint": 61755
3662
+ },
3663
+ {
3664
+ "displayName": "Antenna",
3665
+ "iconName": "antenna",
3666
+ "tags": "signal, communication, radar, cellular, tower, service, beacon, radio, network",
3667
+ "group": "miscellaneous",
3668
+ "codepoint": 61718
3669
+ },
3670
+ {
3671
+ "displayName": "Tank",
3672
+ "iconName": "tank",
3673
+ "tags": "automobile, vehicle, armored, military, army",
3674
+ "group": "interface",
3675
+ "codepoint": 62177
3676
+ },
3677
+ {
3678
+ "displayName": "Third Party",
3679
+ "iconName": "third-party",
3680
+ "tags": "external, organization, organisation, network, public, access, social website, globe, global, internet",
3681
+ "group": "interface",
3682
+ "codepoint": 62187
3683
+ },
3684
+ {
3685
+ "displayName": "Rocket",
3686
+ "iconName": "rocket",
3687
+ "tags": "fly, space, launch, get started, kick off",
3688
+ "group": "miscellaneous",
3689
+ "codepoint": 62104
3690
+ },
3691
+ {
3692
+ "displayName": "Rocket (slanted)",
3693
+ "iconName": "rocket-slant",
3694
+ "tags": "fly, space",
3695
+ "group": "miscellaneous",
3696
+ "codepoint": 62103
3697
+ },
3698
+ {
3699
+ "displayName": "Header: three",
3700
+ "iconName": "header-three",
3701
+ "tags": "paragraph styling, formatting, triatomic hydrogen, chemistry",
3702
+ "group": "editor",
3703
+ "codepoint": 61923
3704
+ },
3705
+ {
3706
+ "displayName": "Helicopter",
3707
+ "iconName": "helicopter",
3708
+ "tags": "chopper, fly, aircraft, evacuation, rescue",
3709
+ "group": "miscellaneous",
3710
+ "codepoint": 61931
3711
+ },
3712
+ {
3713
+ "displayName": "Syringe",
3714
+ "iconName": "syringe",
3715
+ "tags": "vaccine, medicine, medication, needle, hypodermic, vaccination, shots, injections",
3716
+ "group": "miscellaneous",
3717
+ "codepoint": 62174
3718
+ },
3719
+ {
3720
+ "displayName": "Temperature",
3721
+ "iconName": "temperature",
3722
+ "tags": "thermometer, climate, weather",
3723
+ "group": "miscellaneous",
3724
+ "codepoint": 62180
3725
+ },
3726
+ {
3727
+ "displayName": "Waves",
3728
+ "iconName": "waves",
3729
+ "tags": "sea, ocean, tide, grass, water",
3730
+ "group": "miscellaneous",
3731
+ "codepoint": 62231
3732
+ },
3733
+ {
3734
+ "displayName": "Rain",
3735
+ "iconName": "rain",
3736
+ "tags": "precipitation, storm, weather, forecast, cloud",
3737
+ "group": "miscellaneous",
3738
+ "codepoint": 62085
3739
+ },
3740
+ {
3741
+ "displayName": "Lightning",
3742
+ "iconName": "lightning",
3743
+ "tags": "thunder, bolt, strike, weather, forecast, quick, flash, immediate, electricity, power, high voltage, spark",
3744
+ "group": "miscellaneous",
3745
+ "codepoint": 61996
3746
+ },
3747
+ {
3748
+ "displayName": "Wind",
3749
+ "iconName": "wind",
3750
+ "tags": "air, breath, draft, weather, forecast, blowing, current",
3751
+ "group": "miscellaneous",
3752
+ "codepoint": 62236
3753
+ },
3754
+ {
3755
+ "displayName": "Hurricane",
3756
+ "iconName": "hurricane",
3757
+ "tags": "storm, cyclone, typhoon, tropical storm, weather, forecast, swirl, fast, razor, saw, spin, whirl pool",
3758
+ "group": "miscellaneous",
3759
+ "codepoint": 61942
3760
+ },
3761
+ {
3762
+ "displayName": "Nest",
3763
+ "iconName": "nest",
3764
+ "tags": "indent, down right, folder, click, next, forward, continue",
3765
+ "group": "interface",
3766
+ "codepoint": 62032
3767
+ },
3768
+ {
3769
+ "displayName": "Target",
3770
+ "iconName": "target",
3771
+ "tags": "location, pinpoint, scope, center",
3772
+ "group": "interface",
3773
+ "codepoint": 62178
3774
+ },
3775
+ {
3776
+ "displayName": "Small square",
3777
+ "iconName": "small-square",
3778
+ "tags": "square, pixel, outline, border",
3779
+ "group": "miscellaneous",
3780
+ "codepoint": 62141
3781
+ },
3782
+ {
3783
+ "displayName": "Ship",
3784
+ "iconName": "ship",
3785
+ "tags": "transportation, boat, cruise, yacht, supply, supply chain, trip, shipping, ferry, coast guard",
3786
+ "group": "interface",
3787
+ "codepoint": 62132
3788
+ },
3789
+ {
3790
+ "displayName": "Cargo Ship",
3791
+ "iconName": "cargo-ship",
3792
+ "tags": "transportation, freight, boat, cruise, yacht, supply, supply chain, container, shipping, carrier, container ship",
3793
+ "group": "interface",
3794
+ "codepoint": 61764
3795
+ },
3796
+ {
3797
+ "displayName": "Clip",
3798
+ "iconName": "clip",
3799
+ "tags": "screenshot, segment, edit, point, target, circle, bullet, pointer, square, center, expand, dot",
3800
+ "group": "interface",
3801
+ "codepoint": 61782
3802
+ },
3803
+ {
3804
+ "displayName": "Add clip",
3805
+ "iconName": "add-clip",
3806
+ "tags": "screenshot, segment, select, selector, drag, addition, new, expand, point, create, object, location, marker",
3807
+ "group": "interface",
3808
+ "codepoint": 61697
3809
+ },
3810
+ {
3811
+ "displayName": "Rectangle",
3812
+ "iconName": "rectangle",
3813
+ "tags": "block, area, shape",
3814
+ "group": "miscellaneous",
3815
+ "codepoint": 62241
3816
+ },
3817
+ {
3818
+ "displayName": "Symbol: rectangle",
3819
+ "iconName": "symbol-rectangle",
3820
+ "tags": "filled shape, box",
3821
+ "group": "interface",
3822
+ "codepoint": 62242
3823
+ },
3824
+ {
3825
+ "displayName": "Fuel",
3826
+ "iconName": "fuel",
3827
+ "tags": "gas, refuel, gasoline tank",
3828
+ "group": "interface",
3829
+ "codepoint": 62243
3830
+ },
3831
+ {
3832
+ "displayName": "Playbook",
3833
+ "iconName": "playbook",
3834
+ "tags": "strategy, play, plan, course of action, map, navigate",
3835
+ "group": "interface",
3836
+ "codepoint": 62244
3837
+ },
3838
+ {
3839
+ "displayName": "Rectangle height",
3840
+ "iconName": "rect-height",
3841
+ "tags": "card, expand, elevator buttons, switch, up, down, toggle, vertical movement, dropdown list, choose",
3842
+ "group": "interface",
3843
+ "codepoint": 62245
3844
+ },
3845
+ {
3846
+ "displayName": "Rectangle width",
3847
+ "iconName": "rect-width",
3848
+ "tags": "card, horizontal, expand, tag, arrows, triangle brackets",
3849
+ "group": "interface",
3850
+ "codepoint": 62246
3851
+ },
3852
+ {
3853
+ "displayName": "Divide",
3854
+ "iconName": "divide",
3855
+ "tags": "math, symbol, mathematical, equations, expression, formula, division sign",
3856
+ "group": "action",
3857
+ "codepoint": 62247
3858
+ },
3859
+ {
3860
+ "displayName": "Color fill",
3861
+ "iconName": "color-fill",
3862
+ "tags": "bucket, pour, drink",
3863
+ "group": "interface",
3864
+ "codepoint": 62248
3865
+ },
3866
+ {
3867
+ "displayName": "Horizontal space inbetween",
3868
+ "iconName": "horizontal-inbetween",
3869
+ "tags": "space, gap, in between, push out, expand, code, reformat, view source, divide, separate",
3870
+ "group": "interface",
3871
+ "codepoint": 62249
3872
+ },
3873
+ {
3874
+ "displayName": "Vertical space inbetween",
3875
+ "iconName": "vertical-inbetween",
3876
+ "tags": "space, vertical, gap, in between, expand, grow, elevator, expand line, lift",
3877
+ "group": "interface",
3878
+ "codepoint": 62250
3879
+ },
3880
+ {
3881
+ "displayName": "Open application",
3882
+ "iconName": "open-application",
3883
+ "tags": "new tab, external, click website, link to page, export to pdf, share, open in pop-up, upload, data, window, screen",
3884
+ "group": "interface",
3885
+ "codepoint": 62251
3886
+ },
3887
+ {
3888
+ "displayName": "Floating point number",
3889
+ "iconName": "floating-point",
3890
+ "tags": "number, double, decimal, version, first, original",
3891
+ "group": "miscellaneous",
3892
+ "codepoint": 62252
3893
+ },
3894
+ {
3895
+ "displayName": "Floating point array",
3896
+ "iconName": "array-floating-point",
3897
+ "tags": "data, type, list, number, numeric, float, double, decimal, format, version",
3898
+ "group": "miscellaneous",
3899
+ "codepoint": 62253
3900
+ },
3901
+ {
3902
+ "displayName": "Bug",
3903
+ "iconName": "bug",
3904
+ "tags": "issue, error, broken, insect, code, fail, software",
3905
+ "group": "miscellaneous",
3906
+ "codepoint": 62254
3907
+ },
3908
+ {
3909
+ "displayName": "Regex",
3910
+ "iconName": "regex",
3911
+ "tags": "syntax, code, string, parse, parsing, regular, expression",
3912
+ "group": "miscellaneous",
3913
+ "codepoint": 62255
3914
+ },
3915
+ {
3916
+ "displayName": "Anchor",
3917
+ "iconName": "anchor",
3918
+ "tags": "link, ship, navy, boat, sea, ocean, attach, sink",
3919
+ "group": "action",
3920
+ "codepoint": 62256
3921
+ },
3922
+ {
3923
+ "displayName": "At",
3924
+ "iconName": "at",
3925
+ "tags": "email, mention, tag, address, asperand, rate of",
3926
+ "group": "miscellaneous",
3927
+ "codepoint": 62257
3928
+ },
3929
+ {
3930
+ "displayName": "Low Voltage Pole",
3931
+ "iconName": "low-voltage-pole",
3932
+ "tags": "power pole, electricity, utilities",
3933
+ "group": "utilities",
3934
+ "codepoint": 62258
3935
+ },
3936
+ {
3937
+ "displayName": "High Voltage Pole",
3938
+ "iconName": "high-voltage-pole",
3939
+ "tags": "power pole, electricity, utilities",
3940
+ "group": "utilities",
3941
+ "codepoint": 62259
3942
+ },
3943
+ {
3944
+ "displayName": "Small info sign",
3945
+ "iconName": "small-info-sign",
3946
+ "tags": "notification, information, circle, message, sign, info, tooltip",
3947
+ "group": "interface",
3948
+ "codepoint": 62260
3949
+ },
3950
+ {
3951
+ "displayName": "Aimpoints target",
3952
+ "iconName": "aimpoints-target",
3953
+ "tags": "target, aim, point, crosshair, mark",
3954
+ "group": "interface",
3955
+ "codepoint": 62261
3956
+ },
3957
+ {
3958
+ "displayName": "Cross circle",
3959
+ "iconName": "cross-circle",
3960
+ "tags": "circle, cross mark, fail, delete, no, close, remove, not, available, unavailable, wrong, incorrect, cancel",
3961
+ "group": "action",
3962
+ "codepoint": 62262
3963
+ },
3964
+ {
3965
+ "displayName": "Intelligence",
3966
+ "iconName": "intelligence",
3967
+ "tags": "intelligence, intel, observe, watch, capture, humint",
3968
+ "group": "miscellaneous",
3969
+ "codepoint": 62263
3970
+ },
3971
+ {
3972
+ "displayName": "Axle",
3973
+ "iconName": "axle",
3974
+ "tags": "axle, shaft, rail, train, wheels",
3975
+ "group": "miscellaneous",
3976
+ "codepoint": 62264
3977
+ },
3978
+ {
3979
+ "displayName": "Subscript",
3980
+ "iconName": "subscript",
3981
+ "tags": "typography, text, font style",
3982
+ "group": "editor",
3983
+ "codepoint": 62265
3984
+ },
3985
+ {
3986
+ "displayName": "Superscript",
3987
+ "iconName": "superscript",
3988
+ "tags": "typography, text, font style",
3989
+ "group": "editor",
3990
+ "codepoint": 62266
3991
+ },
3992
+ {
3993
+ "displayName": "Locomotive",
3994
+ "iconName": "locomotive",
3995
+ "tags": "locomotive, loco, rail, train, engine, freight",
3996
+ "group": "miscellaneous",
3997
+ "codepoint": 62267
3998
+ },
3999
+ {
4000
+ "displayName": "Sensor",
4001
+ "iconName": "sensor",
4002
+ "tags": "sensor, detector, iot, wayside, alarm, device",
4003
+ "group": "miscellaneous",
4004
+ "codepoint": 62268
4005
+ },
4006
+ {
4007
+ "displayName": "Model",
4008
+ "iconName": "model",
4009
+ "tags": "model, ml",
4010
+ "group": "action",
4011
+ "codepoint": 62269
4012
+ },
4013
+ {
4014
+ "displayName": "Lengthen text",
4015
+ "iconName": "lengthen-text",
4016
+ "tags": "long, longer, more, words, symbols",
4017
+ "group": "editor",
4018
+ "codepoint": 62270
4019
+ },
4020
+ {
4021
+ "displayName": "Shorten text",
4022
+ "iconName": "shorten-text",
4023
+ "tags": "short, shorter, less, words, symbols",
4024
+ "group": "editor",
4025
+ "codepoint": 62271
4026
+ },
4027
+ {
4028
+ "displayName": "Spell check",
4029
+ "iconName": "spell-check",
4030
+ "tags": "check, spelling, verify, validate, words, dictionary, grammar, text, edit",
4031
+ "group": "editor",
4032
+ "codepoint": 62272
4033
+ },
4034
+ {
4035
+ "displayName": "Detection",
4036
+ "iconName": "detection",
4037
+ "tags": "model, ml, scan",
4038
+ "group": "miscellaneous",
4039
+ "codepoint": 62273
4040
+ },
4041
+ {
4042
+ "displayName": "Ammunition",
4043
+ "iconName": "ammunition",
4044
+ "tags": "bullets, munition, rockets",
4045
+ "group": "miscellaneous",
4046
+ "codepoint": 62274
4047
+ }
4048
+ ]