@heliux-org/ui-style 1.0.22

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 (365) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +111 -0
  3. package/dist/_functions.scss +8 -0
  4. package/dist/_mixins.scss +3 -0
  5. package/dist/colors.json +696 -0
  6. package/dist/functions/_camelize.scss +25 -0
  7. package/dist/functions/_capitalize.scss +11 -0
  8. package/dist/functions/_contain.scss +8 -0
  9. package/dist/functions/_extract-rgb.scss +8 -0
  10. package/dist/functions/_map-collect.scss +17 -0
  11. package/dist/functions/functions/_camelize.scss +25 -0
  12. package/dist/functions/functions/_capitalize.scss +11 -0
  13. package/dist/functions/functions/_contain.scss +8 -0
  14. package/dist/functions/functions/_extract-rgb.scss +8 -0
  15. package/dist/functions/functions/_map-collect.scss +17 -0
  16. package/dist/index.css +1289 -0
  17. package/dist/index.css.map +1 -0
  18. package/dist/index.min.css +1 -0
  19. package/dist/mixins/_common.scss +67 -0
  20. package/dist/mixins/_states.scss +48 -0
  21. package/dist/mixins/_typography.scss +24 -0
  22. package/dist/mixins/mixins/_common.scss +67 -0
  23. package/dist/mixins/mixins/_states.scss +48 -0
  24. package/dist/mixins/mixins/_typography.scss +24 -0
  25. package/package.json +67 -0
  26. package/src/Icons/API.svg +3 -0
  27. package/src/Icons/Academy.svg +3 -0
  28. package/src/Icons/Activity.svg +3 -0
  29. package/src/Icons/Add.svg +4 -0
  30. package/src/Icons/AddNewDoc.svg +13 -0
  31. package/src/Icons/AddSmall.svg +4 -0
  32. package/src/Icons/AddToTeam.svg +6 -0
  33. package/src/Icons/AddUpdate.svg +4 -0
  34. package/src/Icons/Alert.svg +3 -0
  35. package/src/Icons/Announcement.svg +3 -0
  36. package/src/Icons/Apps.svg +3 -0
  37. package/src/Icons/Archive.svg +3 -0
  38. package/src/Icons/Attach.svg +3 -0
  39. package/src/Icons/Basic.svg +5 -0
  40. package/src/Icons/Battery.svg +3 -0
  41. package/src/Icons/BlockQuote.svg +8 -0
  42. package/src/Icons/Board.svg +3 -0
  43. package/src/Icons/BoardPrivate.svg +5 -0
  44. package/src/Icons/BoardShareable.svg +5 -0
  45. package/src/Icons/BoardTemplate.svg +5 -0
  46. package/src/Icons/Bold.svg +11 -0
  47. package/src/Icons/Bolt.svg +3 -0
  48. package/src/Icons/Bookmark.svg +3 -0
  49. package/src/Icons/Broadcast.svg +3 -0
  50. package/src/Icons/Broom.svg +5 -0
  51. package/src/Icons/Bug.svg +3 -0
  52. package/src/Icons/Bullet.svg +3 -0
  53. package/src/Icons/Bullets.svg +15 -0
  54. package/src/Icons/Bulllet.svg +3 -0
  55. package/src/Icons/Calendar.svg +3 -0
  56. package/src/Icons/Chart.svg +3 -0
  57. package/src/Icons/Check.svg +4 -0
  58. package/src/Icons/CheckList.svg +7 -0
  59. package/src/Icons/Checkbox.svg +6 -0
  60. package/src/Icons/Clear.svg +3 -0
  61. package/src/Icons/Close.svg +3 -0
  62. package/src/Icons/CloseRound.svg +3 -0
  63. package/src/Icons/CloseSmall.svg +4 -0
  64. package/src/Icons/Code.svg +4 -0
  65. package/src/Icons/Collapse.svg +5 -0
  66. package/src/Icons/CollapseRound.svg +5 -0
  67. package/src/Icons/Column.svg +3 -0
  68. package/src/Icons/Comment.svg +3 -0
  69. package/src/Icons/Completed.svg +3 -0
  70. package/src/Icons/Connect.svg +4 -0
  71. package/src/Icons/ConnectedDoc.svg +11 -0
  72. package/src/Icons/ContentDirectory.svg +3 -0
  73. package/src/Icons/ConvertToItem.svg +3 -0
  74. package/src/Icons/ConvertToSubitem.svg +3 -0
  75. package/src/Icons/Counter.svg +12 -0
  76. package/src/Icons/Country.svg +3 -0
  77. package/src/Icons/CreditCard.svg +3 -0
  78. package/src/Icons/Custom.svg +5 -0
  79. package/src/Icons/Cut.svg +6 -0
  80. package/src/Icons/Dashboard.svg +3 -0
  81. package/src/Icons/DashboardPrivate.svg +5 -0
  82. package/src/Icons/Deactivate.svg +3 -0
  83. package/src/Icons/Delete.svg +3 -0
  84. package/src/Icons/Dependency.svg +3 -0
  85. package/src/Icons/Description.svg +6 -0
  86. package/src/Icons/DisabledUser.svg +11 -0
  87. package/src/Icons/Divider.svg +3 -0
  88. package/src/Icons/Doc.svg +5 -0
  89. package/src/Icons/DocPrivate.svg +6 -0
  90. package/src/Icons/DocShareable.svg +3 -0
  91. package/src/Icons/DocTemplate.svg +3 -0
  92. package/src/Icons/DoubleCheck.svg +3 -0
  93. package/src/Icons/Download.svg +3 -0
  94. package/src/Icons/Drag.svg +11 -0
  95. package/src/Icons/Dropdown.svg +3 -0
  96. package/src/Icons/DropdownChevronDown.svg +4 -0
  97. package/src/Icons/DropdownChevronLeft.svg +4 -0
  98. package/src/Icons/DropdownChevronRight.svg +4 -0
  99. package/src/Icons/DropdownChevronUp.svg +4 -0
  100. package/src/Icons/DueDate.svg +3 -0
  101. package/src/Icons/Duplicate.svg +3 -0
  102. package/src/Icons/Edit.svg +3 -0
  103. package/src/Icons/Education.svg +3 -0
  104. package/src/Icons/Email.svg +3 -0
  105. package/src/Icons/Embed.svg +3 -0
  106. package/src/Icons/Emoji.svg +6 -0
  107. package/src/Icons/Enter.svg +3 -0
  108. package/src/Icons/Erase.svg +3 -0
  109. package/src/Icons/Event.svg +4 -0
  110. package/src/Icons/Expand.svg +3 -0
  111. package/src/Icons/ExternalPage.svg +3 -0
  112. package/src/Icons/Favorite.svg +3 -0
  113. package/src/Icons/Featured.svg +3 -0
  114. package/src/Icons/Feedback.svg +3 -0
  115. package/src/Icons/File.svg +4 -0
  116. package/src/Icons/Filter.svg +5 -0
  117. package/src/Icons/Folder.svg +5 -0
  118. package/src/Icons/Form.svg +6 -0
  119. package/src/Icons/Formula.svg +4 -0
  120. package/src/Icons/Forum.svg +3 -0
  121. package/src/Icons/Fullscreen.svg +3 -0
  122. package/src/Icons/FullscreenClose.svg +3 -0
  123. package/src/Icons/Gallery.svg +6 -0
  124. package/src/Icons/Gantt.svg +5 -0
  125. package/src/Icons/Gif.svg +5 -0
  126. package/src/Icons/Globe.svg +5 -0
  127. package/src/Icons/Graph.svg +3 -0
  128. package/src/Icons/Group.svg +3 -0
  129. package/src/Icons/Guest.svg +3 -0
  130. package/src/Icons/Health.svg +3 -0
  131. package/src/Icons/Help.svg +5 -0
  132. package/src/Icons/Hide.svg +3 -0
  133. package/src/Icons/Highlight.svg +4 -0
  134. package/src/Icons/HighlightColorBucket.svg +3 -0
  135. package/src/Icons/Home.svg +3 -0
  136. package/src/Icons/IPRestrictions.svg +3 -0
  137. package/src/Icons/Idea.svg +3 -0
  138. package/src/Icons/Image.svg +5 -0
  139. package/src/Icons/Inbox.svg +4 -0
  140. package/src/Icons/Info.svg +3 -0
  141. package/src/Icons/Integrations.svg +3 -0
  142. package/src/Icons/Invite.svg +11 -0
  143. package/src/Icons/Italic.svg +9 -0
  144. package/src/Icons/Item.svg +3 -0
  145. package/src/Icons/ItemDefaultValues.svg +3 -0
  146. package/src/Icons/ItemHeightTriple.svg +8 -0
  147. package/src/Icons/Keyboard.svg +3 -0
  148. package/src/Icons/Labs.svg +3 -0
  149. package/src/Icons/Launch.svg +10 -0
  150. package/src/Icons/Layout.svg +3 -0
  151. package/src/Icons/LearnMore.svg +5 -0
  152. package/src/Icons/Lines.svg +5 -0
  153. package/src/Icons/Link.svg +3 -0
  154. package/src/Icons/Location.svg +3 -0
  155. package/src/Icons/Locked.svg +3 -0
  156. package/src/Icons/LogIn.svg +8 -0
  157. package/src/Icons/LogOut.svg +8 -0
  158. package/src/Icons/LongText.svg +3 -0
  159. package/src/Icons/Mention.svg +4 -0
  160. package/src/Icons/Menu.svg +6 -0
  161. package/src/Icons/Microphone.svg +3 -0
  162. package/src/Icons/Minimize.svg +4 -0
  163. package/src/Icons/Mirror.svg +3 -0
  164. package/src/Icons/Mobile.svg +3 -0
  165. package/src/Icons/MondayDoc.svg +3 -0
  166. package/src/Icons/MondayLogoOutline.svg +3 -0
  167. package/src/Icons/Moon.svg +3 -0
  168. package/src/Icons/MoreActions.svg +3 -0
  169. package/src/Icons/MoreBelow.svg +5 -0
  170. package/src/Icons/MoreBelowFilled.svg +3 -0
  171. package/src/Icons/MoveArrowDown.svg +4 -0
  172. package/src/Icons/MoveArrowLeft.svg +4 -0
  173. package/src/Icons/MoveArrowLeftDouble.svg +10 -0
  174. package/src/Icons/MoveArrowRight.svg +4 -0
  175. package/src/Icons/MoveArrowUp.svg +4 -0
  176. package/src/Icons/Mute.svg +4 -0
  177. package/src/Icons/MyWeek.svg +5 -0
  178. package/src/Icons/NavigationChevronDown.svg +4 -0
  179. package/src/Icons/NavigationChevronLeft.svg +4 -0
  180. package/src/Icons/NavigationChevronRight.svg +4 -0
  181. package/src/Icons/NavigationChevronUp.svg +4 -0
  182. package/src/Icons/NavigationDoubleChevronLeft.svg +4 -0
  183. package/src/Icons/NewTab.svg +3 -0
  184. package/src/Icons/Night.svg +5 -0
  185. package/src/Icons/NoColor.svg +5 -0
  186. package/src/Icons/Note.svg +3 -0
  187. package/src/Icons/Notifications.svg +4 -0
  188. package/src/Icons/NotificationsMuted.svg +4 -0
  189. package/src/Icons/Numbers.svg +8 -0
  190. package/src/Icons/Offline.svg +4 -0
  191. package/src/Icons/Open.svg +4 -0
  192. package/src/Icons/Page.svg +3 -0
  193. package/src/Icons/Paste.svg +7 -0
  194. package/src/Icons/Pause.svg +3 -0
  195. package/src/Icons/Person.svg +4 -0
  196. package/src/Icons/PersonRound.svg +4 -0
  197. package/src/Icons/Pin.svg +3 -0
  198. package/src/Icons/Placeholder.svg +3 -0
  199. package/src/Icons/Play.svg +3 -0
  200. package/src/Icons/Print.svg +3 -0
  201. package/src/Icons/PushNotification.svg +3 -0
  202. package/src/Icons/Quote.svg +6 -0
  203. package/src/Icons/Radio.svg +3 -0
  204. package/src/Icons/Recurring.svg +3 -0
  205. package/src/Icons/RecycleBin.svg +11 -0
  206. package/src/Icons/Redo.svg +4 -0
  207. package/src/Icons/Remove.svg +3 -0
  208. package/src/Icons/Replay.svg +3 -0
  209. package/src/Icons/Retry.svg +3 -0
  210. package/src/Icons/Robot.svg +3 -0
  211. package/src/Icons/Rotate.svg +3 -0
  212. package/src/Icons/Search.svg +3 -0
  213. package/src/Icons/Security.svg +3 -0
  214. package/src/Icons/Send.svg +3 -0
  215. package/src/Icons/Settings.svg +3 -0
  216. package/src/Icons/SettingsKnobs.svg +3 -0
  217. package/src/Icons/Share.svg +3 -0
  218. package/src/Icons/ShortText.svg +3 -0
  219. package/src/Icons/Show.svg +3 -0
  220. package/src/Icons/Shredder.svg +3 -0
  221. package/src/Icons/Sort.svg +4 -0
  222. package/src/Icons/SortAscending.svg +3 -0
  223. package/src/Icons/SortDescending.svg +3 -0
  224. package/src/Icons/Sound.svg +4 -0
  225. package/src/Icons/Status.svg +10 -0
  226. package/src/Icons/StrikethroughS.svg +12 -0
  227. package/src/Icons/StrikethroughT.svg +11 -0
  228. package/src/Icons/Subitems.svg +3 -0
  229. package/src/Icons/Sun.svg +3 -0
  230. package/src/Icons/Switch.svg +3 -0
  231. package/src/Icons/Switcher.svg +18 -0
  232. package/src/Icons/Table.svg +3 -0
  233. package/src/Icons/Tags.svg +3 -0
  234. package/src/Icons/Team.svg +3 -0
  235. package/src/Icons/Text.svg +3 -0
  236. package/src/Icons/TextBig.svg +3 -0
  237. package/src/Icons/TextColorIndicator.svg +26 -0
  238. package/src/Icons/TextCopy.svg +3 -0
  239. package/src/Icons/TextHuge.svg +3 -0
  240. package/src/Icons/TextMedium.svg +3 -0
  241. package/src/Icons/TextSmall.svg +3 -0
  242. package/src/Icons/Textcolor.svg +5 -0
  243. package/src/Icons/ThumbsUp.svg +3 -0
  244. package/src/Icons/Time.svg +3 -0
  245. package/src/Icons/Timeline.svg +5 -0
  246. package/src/Icons/Translation.svg +3 -0
  247. package/src/Icons/TurnInto.svg +6 -0
  248. package/src/Icons/Underline.svg +8 -0
  249. package/src/Icons/Undo.svg +4 -0
  250. package/src/Icons/Unlocked.svg +3 -0
  251. package/src/Icons/Update.svg +3 -0
  252. package/src/Icons/Upgrade.svg +3 -0
  253. package/src/Icons/Upload.svg +3 -0
  254. package/src/Icons/UserDomain.svg +4 -0
  255. package/src/Icons/UserStatus.svg +4 -0
  256. package/src/Icons/Versioning.svg +3 -0
  257. package/src/Icons/Video.svg +6 -0
  258. package/src/Icons/Wand.svg +3 -0
  259. package/src/Icons/Warning.svg +5 -0
  260. package/src/Icons/WhatsNew.svg +3 -0
  261. package/src/Icons/Widgets.svg +3 -0
  262. package/src/Icons/Work.svg +3 -0
  263. package/src/Icons/Workflow.svg +7 -0
  264. package/src/Icons/Workspace.svg +3 -0
  265. package/src/Icons/iconsMetaData.js +1801 -0
  266. package/src/Themes/_basic-theme.scss +26 -0
  267. package/src/Themes/_black-theme.scss +23 -0
  268. package/src/Themes/_dark-theme.scss +23 -0
  269. package/src/Themes/_hacker-theme.scss +23 -0
  270. package/src/Themes/basic/_basic-theme-legacy-settings.scss +4 -0
  271. package/src/Themes/basic/_basic-theme-settings.scss +4 -0
  272. package/src/Themes/basic/_content-colors.scss +239 -0
  273. package/src/Themes/black/_black-theme-content-colors.scss +240 -0
  274. package/src/Themes/black/_black-theme-legacy-settings.scss +4 -0
  275. package/src/Themes/black/_black-theme-settings.scss +4 -0
  276. package/src/Themes/dark/_dark-theme-content-colors.scss +240 -0
  277. package/src/Themes/dark/_dark-theme-legacy-settings.scss +4 -0
  278. package/src/Themes/dark/_dark-theme-settings.scss +4 -0
  279. package/src/Themes/hacker/_hacker-theme-content-colors.scss +240 -0
  280. package/src/Themes/hacker/_hacker-theme-legacy-settings.scss +4 -0
  281. package/src/Themes/hacker/_hacker-theme-settings.scss +4 -0
  282. package/src/_common.scss +9 -0
  283. package/src/_config.scss +17 -0
  284. package/src/_core.scss +12 -0
  285. package/src/_functions.scss +8 -0
  286. package/src/_internal-mixins.scss +5 -0
  287. package/src/_mixins.scss +3 -0
  288. package/src/_themes.scss +5 -0
  289. package/src/config/maps/_config-basic-theme-maps.scss +7 -0
  290. package/src/config/maps/_config-black-theme-maps.scss +4 -0
  291. package/src/config/maps/_config-core-maps.scss +12 -0
  292. package/src/config/maps/_config-dark-theme-maps.scss +4 -0
  293. package/src/config/maps/_config-hacker-theme-maps.scss +5 -0
  294. package/src/config/maps/core/_core-borders.scss +9 -0
  295. package/src/config/maps/core/_core-common-map.scss +9 -0
  296. package/src/config/maps/core/_core-fonts-map-deprecated.scss +37 -0
  297. package/src/config/maps/core/_core-motion-map.scss +17 -0
  298. package/src/config/maps/core/_core-radius-map.scss +10 -0
  299. package/src/config/maps/core/_core-shadows-map.scss +19 -0
  300. package/src/config/maps/core/_core-spacing-map.scss +14 -0
  301. package/src/config/maps/core/_core-typography-map-deprecated.scss +40 -0
  302. package/src/config/maps/core/_core-typography-map.scss +52 -0
  303. package/src/config/maps/themes/basic/keys/_keys.scss +71 -0
  304. package/src/config/maps/themes/basic/keys/legacy/_legacy-keys.scss +34 -0
  305. package/src/config/maps/themes/basic/palette/_palette.scss +157 -0
  306. package/src/config/maps/themes/basic/palette/legacy/_legacy-pallete.scss +82 -0
  307. package/src/config/maps/themes/black/keys/_black-theme-keys.scss +70 -0
  308. package/src/config/maps/themes/black/keys/legacy/_black-theme-legacy-keys.scss +33 -0
  309. package/src/config/maps/themes/dark/keys/_dark-theme-keys.scss +72 -0
  310. package/src/config/maps/themes/dark/keys/legacy/_dark-theme-legacy-keys.scss +33 -0
  311. package/src/config/maps/themes/hacker/keys/_hacker-theme-keys.scss +69 -0
  312. package/src/config/maps/themes/hacker/keys/legacy/_hacker-theme-legacy-keys.scss +33 -0
  313. package/src/config/maps/themes/hacker/palette/legacy/_hacker-theme-legacy-palette.scss +7 -0
  314. package/src/config/tokens/_config-basic-theme-tokens.scss +7 -0
  315. package/src/config/tokens/_config-black-theme-tokens.scss +6 -0
  316. package/src/config/tokens/_config-core-tokens.scss +16 -0
  317. package/src/config/tokens/_config-dark-theme-tokens.scss +6 -0
  318. package/src/config/tokens/_config-hacker-theme-tokens.scss +7 -0
  319. package/src/config/tokens/core/_core-border.scss +5 -0
  320. package/src/config/tokens/core/_core-common.scss +7 -0
  321. package/src/config/tokens/core/_core-fonts-deprecated.scss +37 -0
  322. package/src/config/tokens/core/_core-motion.scss +35 -0
  323. package/src/config/tokens/core/_core-opacity.scss +14 -0
  324. package/src/config/tokens/core/_core-radius.scss +6 -0
  325. package/src/config/tokens/core/_core-shadows.scss +7 -0
  326. package/src/config/tokens/core/_core-spacing.scss +10 -0
  327. package/src/config/tokens/core/_core-typography-deprecated.scss +55 -0
  328. package/src/config/tokens/core/_core-typography.scss +55 -0
  329. package/src/config/tokens/themes/basic/keys/_keys.scss +87 -0
  330. package/src/config/tokens/themes/basic/keys/legacy/_legacy-keys.scss +51 -0
  331. package/src/config/tokens/themes/basic/palette/_palette.scss +210 -0
  332. package/src/config/tokens/themes/basic/palette/legacy/_legacy-pallete.scss +102 -0
  333. package/src/config/tokens/themes/black/keys/_black-theme-keys.scss +79 -0
  334. package/src/config/tokens/themes/black/keys/legacy/_black-theme-legacy-keys.scss +50 -0
  335. package/src/config/tokens/themes/black/palette/_black-theme-palette.scss +19 -0
  336. package/src/config/tokens/themes/dark/keys/_dark-theme-keys.scss +82 -0
  337. package/src/config/tokens/themes/dark/keys/legacy/_dark-theme-legacy-keys.scss +49 -0
  338. package/src/config/tokens/themes/dark/palette/_dark-theme-palette.scss +47 -0
  339. package/src/config/tokens/themes/hacker/keys/_hacker-theme-keys.scss +78 -0
  340. package/src/config/tokens/themes/hacker/keys/legacy/hacker-theme-legacy-keys.scss +53 -0
  341. package/src/config/tokens/themes/hacker/palette/_hacker-theme-palette.scss +25 -0
  342. package/src/config/tokens/themes/hacker/palette/legacy/_hacker-theme-legacy-palette.scss +9 -0
  343. package/src/core/_core-settings.scss +20 -0
  344. package/src/files/colors.json +696 -0
  345. package/src/functions/_camelize.scss +25 -0
  346. package/src/functions/_capitalize.scss +11 -0
  347. package/src/functions/_contain.scss +8 -0
  348. package/src/functions/_extract-rgb.scss +8 -0
  349. package/src/functions/_map-collect.scss +17 -0
  350. package/src/index.scss +18 -0
  351. package/src/internal-mixins/_generate-custom-properties.scss +12 -0
  352. package/src/internal-mixins/_utilities.scss +76 -0
  353. package/src/loaders/monday.svg +0 -0
  354. package/src/mixins/_common.scss +67 -0
  355. package/src/mixins/_states.scss +48 -0
  356. package/src/mixins/_typography.scss +24 -0
  357. package/src/utilities/_utilities-maps.scss +33 -0
  358. package/stylelint-config/index.js +7 -0
  359. package/stylelint-config/rules/use-defined-css-var-when-available/__tests__/fixtures/contains-values-with-multiple-replacements.scss +4 -0
  360. package/stylelint-config/rules/use-defined-css-var-when-available/__tests__/fixtures/contains-values-with-single-replacement.scss +8 -0
  361. package/stylelint-config/rules/use-defined-css-var-when-available/__tests__/index.test.js +170 -0
  362. package/stylelint-config/rules/use-defined-css-var-when-available/__tests__/props-to-allowed-vars.test.js +122 -0
  363. package/stylelint-config/rules/use-defined-css-var-when-available/index.js +105 -0
  364. package/stylelint-config/rules/use-defined-css-var-when-available/parse-monday-css.js +115 -0
  365. package/stylelint-config/rules/use-defined-css-var-when-available/props-to-allowed-vars.js +161 -0
@@ -0,0 +1,1801 @@
1
+ const BASIC = "Basic";
2
+ const PLATFORM = "Platform";
3
+ const VIEW = "View";
4
+ export const iconsMetaData = [
5
+ // DO NOT REMOVE THIS FOLLOWING LINE!
6
+ // plop_marker:icon_metadata
7
+ {
8
+ name: "Placeholder",
9
+ file: "Placeholder.svg",
10
+ description: "Placeholder",
11
+ tags: "Resource management, Resource, Effort, Placeholder, Portfolio"
12
+ },
13
+
14
+ {
15
+ name: "Translation",
16
+ file: "Translation.svg",
17
+ description: "Translation",
18
+ tags: "Platform, Translation, Translate, Language, Localization"
19
+ },
20
+
21
+ {
22
+ name: "Warning",
23
+ file: "Warning.svg",
24
+ description: "Warning",
25
+ tags: "warning, caution"
26
+ },
27
+
28
+ {
29
+ name: "SortDescending",
30
+ file: "SortDescending.svg",
31
+ description: "Sort Descending",
32
+ tags: "sort,descending"
33
+ },
34
+
35
+ {
36
+ name: "SortAscending",
37
+ file: "SortAscending.svg",
38
+ description: "Sort Ascending",
39
+ tags: "sort,ascending"
40
+ },
41
+
42
+ {
43
+ name: "Erase",
44
+ file: "Erase.svg",
45
+ description: "Erase",
46
+ tags: "erase, clear"
47
+ },
48
+
49
+ {
50
+ name: "Workflow",
51
+ file: "Workflow.svg",
52
+ description: "worfkflow builder icon",
53
+ tags: "autopilot, automations, workflow, workflows"
54
+ },
55
+
56
+ {
57
+ name: "ContentDirectory",
58
+ file: "ContentDirectory.svg",
59
+ description: "Content Directory icon",
60
+ tags: ""
61
+ },
62
+
63
+ {
64
+ name: "Form",
65
+ file: "Form.svg",
66
+ description: "Form icon",
67
+ tags: "form,note,page,views"
68
+ },
69
+
70
+ {
71
+ name: "Launch",
72
+ file: "Launch.svg",
73
+ description: "Launch icon",
74
+ tags: "launch,ship,rocket,start,blast,space"
75
+ },
76
+
77
+ {
78
+ name: "NotificationsMuted",
79
+ file: "NotificationsMuted.svg",
80
+ description: "muted notifications",
81
+ tags: "notifications, bell, mute",
82
+ category: [PLATFORM]
83
+ },
84
+
85
+ {
86
+ name: "Connect",
87
+ file: "Connect.svg",
88
+ description: "Diagonal arrow from the left bottom to the right top",
89
+ tags: "diagonal,connect,arrow"
90
+ },
91
+
92
+ {
93
+ name: "Idea",
94
+ file: "Idea.svg",
95
+ description: "Lightbulb that is on",
96
+ tags: "light,bulb,on,flash,idea,electricty,platform"
97
+ },
98
+
99
+ {
100
+ name: "Forum",
101
+ file: "Forum.svg",
102
+ description: "Two overlapping chat bubbles facing each other",
103
+ tags: "chat,forum,community,message,talk"
104
+ },
105
+
106
+ {
107
+ name: "Education",
108
+ file: "Education.svg",
109
+ description: "Open book with empty pages",
110
+ tags: "book,page,pages,open,learn,education"
111
+ },
112
+
113
+ {
114
+ name: "Academy",
115
+ file: "Academy.svg",
116
+ description: "Graduation cap with tassle",
117
+ tags: "graduation,hat,cap,academy,tassle,learn"
118
+ },
119
+
120
+ {
121
+ name: "Offline",
122
+ file: "Offline.svg",
123
+ description: "Offline",
124
+ tags: "Offline,Cloud,Internet"
125
+ },
126
+
127
+ {
128
+ name: "Timeline",
129
+ file: "Timeline.svg",
130
+ description: "Timeline",
131
+ tags: "Timeline"
132
+ },
133
+
134
+ {
135
+ name: "Tags",
136
+ file: "Tags.svg",
137
+ description: "Tags",
138
+ tags: "Hash Tag Mention"
139
+ },
140
+
141
+ {
142
+ name: "Dropdown",
143
+ file: "Dropdown.svg",
144
+ description: "Dropdown",
145
+ tags: "Dropdown, column"
146
+ },
147
+
148
+ {
149
+ name: "Country",
150
+ file: "Country.svg",
151
+ description: "Country, Flag",
152
+ tags: "Country,flag"
153
+ },
154
+
155
+ {
156
+ name: "MondayDoc",
157
+ file: "MondayDoc.svg",
158
+ description: "Monday Doc",
159
+ tags: "Doc, Document"
160
+ },
161
+
162
+ {
163
+ name: "MoveArrowLeftDouble",
164
+ file: "MoveArrowLeftDouble.svg",
165
+ description: "Move Arrow Left Double",
166
+ tags: "move,arrow,left,double,back"
167
+ },
168
+
169
+ {
170
+ name: "Formula",
171
+ file: "Formula.svg",
172
+ description: "Formula",
173
+ tags: "formula,math,equation"
174
+ },
175
+
176
+ {
177
+ name: "ItemDefaultValues",
178
+ file: "ItemDefaultValues.svg",
179
+ description: "Item default values",
180
+ tags: "item,default,values,edit,value,pencil"
181
+ },
182
+
183
+ {
184
+ name: "ConnectedDoc",
185
+ file: "ConnectedDoc.svg",
186
+ description: "Connect existing doc",
187
+ tags: "doc,attach,connect,link"
188
+ },
189
+
190
+ {
191
+ name: "AddNewDoc",
192
+ file: "AddNewDoc.svg",
193
+ description: "Add new doc",
194
+ tags: "doc,new"
195
+ },
196
+
197
+ {
198
+ name: "Switcher",
199
+ file: "Switcher.svg",
200
+ description: "Switching between products",
201
+ tags: "Switcher,SidePanel,Product,Platform"
202
+ },
203
+
204
+ {
205
+ name: "Description",
206
+ file: "Description.svg",
207
+ description: "Description",
208
+ tags: "description"
209
+ },
210
+
211
+ {
212
+ name: "LearnMore",
213
+ file: "LearnMore.svg",
214
+ description: "Learn More",
215
+ tags: "LearnMore,Learn More,Question"
216
+ },
217
+
218
+ {
219
+ name: "ItemHeightTriple",
220
+ file: "ItemHeightTriple.svg",
221
+ description: "Item height triple",
222
+ tags: "height,item,line,triple"
223
+ },
224
+ {
225
+ name: "TextMedium",
226
+ file: "TextMedium.svg",
227
+ description: "Text Medium",
228
+ tags: "Medium,Text,Design,Font,Text Medium",
229
+ category: [BASIC]
230
+ },
231
+
232
+ {
233
+ name: "NavigationDoubleChevronLeft",
234
+ file: "NavigationDoubleChevronLeft.svg",
235
+ description: "Navigation double chevron left",
236
+ tags: "nagivation,double,chevron,left,history"
237
+ },
238
+
239
+ {
240
+ name: "Night",
241
+ file: "Night.svg",
242
+ description: "Night",
243
+ tags: "night, stars, Night mode"
244
+ },
245
+
246
+ {
247
+ name: "Mirror",
248
+ file: "Mirror.svg",
249
+ description: "mirror",
250
+ tags: "mirror,connect"
251
+ },
252
+
253
+ {
254
+ name: "Minimize",
255
+ file: "Minimize.svg",
256
+ description: "minimize",
257
+ tags: "minimize,close,collapse"
258
+ },
259
+
260
+ {
261
+ name: "Layout",
262
+ file: "Layout.svg",
263
+ description: "Layout",
264
+ tags: "Layout, Grid"
265
+ },
266
+
267
+ {
268
+ name: "DocTemplate",
269
+ file: "DocTemplate.svg",
270
+ description: "Template Doc",
271
+ tags: "Template, Doc"
272
+ },
273
+
274
+ {
275
+ name: "ConvertToItem",
276
+ file: "ConvertToItem.svg",
277
+ description: "ConvertToItem",
278
+ tags: "convert,item"
279
+ },
280
+
281
+ {
282
+ name: "TextCopy",
283
+ file: "TextCopy.svg",
284
+ description: "Copy Text",
285
+ tags: "copy,text,t"
286
+ },
287
+ {
288
+ name: "Open",
289
+ file: "Open.svg",
290
+ description: "Open",
291
+ tags: "open,maximize,expand"
292
+ },
293
+ {
294
+ name: "Expand",
295
+ file: "Expand.svg",
296
+ description: "Expand",
297
+ tags: "expand"
298
+ },
299
+ {
300
+ name: "ConvertToSubitem",
301
+ file: "ConvertToSubitem.svg",
302
+ description: "Convert To Subitem",
303
+ tags: "convert, subitem"
304
+ },
305
+ {
306
+ name: "Clear",
307
+ file: "Clear.svg",
308
+ description: "Clear",
309
+ tags: "clear"
310
+ },
311
+ {
312
+ name: "TextColorIndicator",
313
+ file: "TextColorIndicator.svg",
314
+ description: "",
315
+ tags: "text, A, font"
316
+ },
317
+
318
+ {
319
+ name: "Bug",
320
+ file: "Bug.svg",
321
+ description: "Bug",
322
+ tags: "Bug,Platform"
323
+ },
324
+
325
+ {
326
+ name: "Battery",
327
+ file: "Battery.svg",
328
+ description: "Battery",
329
+ tags: "battery"
330
+ },
331
+
332
+ {
333
+ name: "Status",
334
+ file: "Status.svg",
335
+ description: "Status icon",
336
+ tags: "status, done, status category"
337
+ },
338
+
339
+ {
340
+ name: "Subitems",
341
+ file: "Subitems.svg",
342
+ description: "Subitems icon",
343
+ tags: "subitems, subitems category"
344
+ },
345
+
346
+ {
347
+ name: "Gantt",
348
+ file: "Gantt.svg",
349
+ description: "Gantt icon",
350
+ tags: "Single Marketing Project,Gantt,Timeline,Views"
351
+ },
352
+
353
+ {
354
+ name: "Counter",
355
+ file: "Counter.svg",
356
+ description: "counter icon",
357
+ tags: "numbers, 123, counter, digits"
358
+ },
359
+
360
+ {
361
+ name: "Widgets",
362
+ file: "Widgets.svg",
363
+ description: "Widgets icon",
364
+ tags: "widget, graph"
365
+ },
366
+
367
+ {
368
+ name: "Recurring",
369
+ file: "Recurring.svg",
370
+ description: "Recurring icon",
371
+ tags: "recurring, time, timebased, every, automation, cron"
372
+ },
373
+
374
+ {
375
+ name: "Featured",
376
+ file: "Featured.svg",
377
+ description: "Featured category icon",
378
+ tags: "featured, category, highlights, automation, diamond"
379
+ },
380
+
381
+ {
382
+ name: "DueDate",
383
+ file: "DueDate.svg",
384
+ description: "DueDate icon",
385
+ tags: "duedate, date, deadline, automation, timebased, cron"
386
+ },
387
+
388
+ {
389
+ name: "Dependency",
390
+ file: "Dependency.svg",
391
+ description: "Dependencies icon",
392
+ tags: "dependency, category, dependencies, ensure, adjust, automations"
393
+ },
394
+
395
+ {
396
+ name: "Custom",
397
+ file: "Custom.svg",
398
+ description: "Custom categoty icon",
399
+ tags: "custom, recipe, automations, dynamic, builder"
400
+ },
401
+
402
+ {
403
+ name: "Basic",
404
+ file: "Basic.svg",
405
+ description: "Basic category icon",
406
+ tags: "basic, category, automations"
407
+ },
408
+
409
+ {
410
+ name: "Work",
411
+ file: "Work.svg",
412
+ description: "work",
413
+ tags: "Work,ProjectPortfolio,Suitcase,Business,Sales Materials,Platform"
414
+ },
415
+
416
+ {
417
+ name: "MoreBelowFilled",
418
+ file: "MoreBelowFilled.svg",
419
+ description: "More below filled",
420
+ tags: "more,below,filled",
421
+ ignore: true
422
+ },
423
+
424
+ {
425
+ name: "MoreBelow",
426
+ file: "MoreBelow.svg",
427
+ description: "more below",
428
+ tags: "more,below",
429
+ ignore: true
430
+ },
431
+
432
+ {
433
+ name: "CollapseRound",
434
+ file: "CollapseRound.svg",
435
+ description: "Collapse round",
436
+ tags: "collapse,round",
437
+ ignore: true
438
+ },
439
+
440
+ {
441
+ name: "CloseRound",
442
+ file: "CloseRound.svg",
443
+ description: "Close round",
444
+ tags: "close,round",
445
+ ignore: true
446
+ },
447
+
448
+ {
449
+ name: "Bulllet",
450
+ file: "Bulllet.svg",
451
+ description: "Bullet",
452
+ tags: "bullet",
453
+ ignore: true
454
+ },
455
+
456
+ {
457
+ name: "MoreActions",
458
+ file: "MoreActions.svg",
459
+ description: "Icons used for dropdown of more actions",
460
+ tags: "more,actions,dropdown,arrow"
461
+ },
462
+ {
463
+ name: "Apps",
464
+ file: "Apps.svg",
465
+ description: "Heliux apps section",
466
+ tags: "app,apps,apps marketplace,installed apps,puzzle,add",
467
+ category: [PLATFORM]
468
+ },
469
+ {
470
+ name: "Globe",
471
+ file: "Globe.svg",
472
+ description: "Globe",
473
+ tags: "Globe,earth,world,country"
474
+ },
475
+
476
+ {
477
+ name: "Radio",
478
+ file: "Radio.svg",
479
+ description: "RadioButton",
480
+ tags: "Radio,Radio button,select,single"
481
+ },
482
+
483
+ {
484
+ name: "LongText",
485
+ file: "LongText.svg",
486
+ description: "LongText",
487
+ tags: "text,long text,description,lines"
488
+ },
489
+
490
+ {
491
+ name: "ShortText",
492
+ file: "ShortText.svg",
493
+ description: "ShortText",
494
+ tags: "short text,text,title,line"
495
+ },
496
+
497
+ {
498
+ name: "Activity",
499
+ file: "Activity.svg",
500
+ description: "Activity",
501
+ tags: "Activity,Active,Platform,Up,Chart,Graph",
502
+ category: [PLATFORM]
503
+ },
504
+ {
505
+ name: "Add",
506
+ file: "Add.svg",
507
+ description: "Add",
508
+ tags: "Add, Plus",
509
+ category: [BASIC]
510
+ },
511
+ {
512
+ name: "AddSmall",
513
+ file: "AddSmall.svg",
514
+ description: "Add Small",
515
+ tags: "Add, Plus",
516
+ category: [BASIC]
517
+ },
518
+ {
519
+ name: "AddUpdate",
520
+ file: "AddUpdate.svg",
521
+ description: "Add Update",
522
+ tags: "Add, Plus, Update",
523
+ category: [PLATFORM]
524
+ },
525
+ {
526
+ name: "Alert",
527
+ file: "Alert.svg",
528
+ description: "Alert",
529
+ tags: "Alert, Warning, Danger",
530
+ category: [BASIC]
531
+ },
532
+ {
533
+ name: "Announcement",
534
+ file: "Announcement.svg",
535
+ description: "Announcement",
536
+ tags: "Announcement, New, Shout",
537
+ category: [PLATFORM]
538
+ },
539
+ {
540
+ name: "API",
541
+ file: "API.svg",
542
+ description: "API",
543
+ tags: "API",
544
+ category: [PLATFORM]
545
+ },
546
+ {
547
+ name: "Archive",
548
+ file: "Archive.svg",
549
+ description: "Archive",
550
+ tags: "Archive, Box",
551
+ category: [PLATFORM]
552
+ },
553
+ {
554
+ name: "Attach",
555
+ file: "Attach.svg",
556
+ description: "Attach",
557
+ tags: "Attach, Clip, Add Files",
558
+ category: [PLATFORM]
559
+ },
560
+ {
561
+ name: "BlockQuote",
562
+ file: "BlockQuote.svg",
563
+ description: "BlockQuote",
564
+ tags: "Blockquote, Block, Quote, Text, Design",
565
+ category: [PLATFORM]
566
+ },
567
+ {
568
+ name: "Board",
569
+ file: "Board.svg",
570
+ description: "Board",
571
+ tags: "Board",
572
+ category: [PLATFORM]
573
+ },
574
+ {
575
+ name: "BoardPrivate",
576
+ file: "BoardPrivate.svg",
577
+ description: "Private Board",
578
+ tags: "Board, Private",
579
+ category: [PLATFORM]
580
+ },
581
+ {
582
+ name: "BoardShareable",
583
+ file: "BoardShareable.svg",
584
+ description: "Shareable Board",
585
+ tags: "Board, Shareable, Share",
586
+ category: [PLATFORM]
587
+ },
588
+ {
589
+ name: "BoardTemplate",
590
+ file: "BoardTemplate.svg",
591
+ description: "Template Board",
592
+ tags: "Board, Template",
593
+ category: [PLATFORM]
594
+ },
595
+ {
596
+ name: "Bold",
597
+ file: "Bold.svg",
598
+ description: "Bold",
599
+ tags: "Bold, Text, Design",
600
+ category: [PLATFORM]
601
+ },
602
+ {
603
+ name: "Bolt",
604
+ file: "Bolt.svg",
605
+ description: "Bolt",
606
+ tags: "Bolt, Switch, Lightning, Fast",
607
+ category: [PLATFORM]
608
+ },
609
+
610
+ {
611
+ name: "Broadcast",
612
+ file: "Broadcast.svg",
613
+ description: "Broadcast",
614
+ tags: "Broadcast",
615
+ category: [PLATFORM]
616
+ },
617
+ {
618
+ name: "Broom",
619
+ file: "Broom.svg",
620
+ description: "Broom",
621
+ tags: "Broom, Brush, Clean, Spark",
622
+ category: [PLATFORM]
623
+ },
624
+ {
625
+ name: "Bullets",
626
+ file: "Bullets.svg",
627
+ description: "Bullets",
628
+ tags: "Bullets,List,Text,Design,Redactor",
629
+ category: [PLATFORM]
630
+ },
631
+
632
+ {
633
+ name: "Bullet",
634
+ file: "Bullet.svg",
635
+ description: "Bullet",
636
+ tags: "Bullet, List, Text, Design, Bullets",
637
+ category: [PLATFORM]
638
+ },
639
+
640
+ {
641
+ name: "Bookmark",
642
+ file: "Bookmark.svg",
643
+ description: "Bookmark",
644
+ tags: "Bookmark, Add, Favorite, Mark",
645
+ category: [PLATFORM]
646
+ },
647
+
648
+ {
649
+ name: "Calendar",
650
+ file: "Calendar.svg",
651
+ description: "Calendar",
652
+ tags: "Date,Content,Calendar,Event,Schedule,Week,Day,Campaign,Planning,Views,Columns",
653
+ category: [VIEW]
654
+ },
655
+ {
656
+ name: "Chart",
657
+ file: "Chart.svg",
658
+ description: "Chart",
659
+ tags: "Chart, Graph, Pie",
660
+ category: [VIEW]
661
+ },
662
+
663
+ {
664
+ name: "Check",
665
+ file: "Check.svg",
666
+ description: "Check",
667
+ tags: "Check, Done, V",
668
+ category: [BASIC]
669
+ },
670
+
671
+ {
672
+ name: "Checkbox",
673
+ file: "Checkbox.svg",
674
+ description: "Checkbox",
675
+ tags: "Design, Checkbox, Check",
676
+ category: [BASIC]
677
+ },
678
+ {
679
+ name: "CheckList",
680
+ file: "CheckList.svg",
681
+ description: "CheckList",
682
+ tags: "Check, Done, V, List, CheckList, My Work",
683
+ category: [BASIC]
684
+ },
685
+
686
+ {
687
+ name: "Close",
688
+ file: "Close.svg",
689
+ description: "Close",
690
+ tags: "Close, X, Cancel",
691
+ category: [BASIC]
692
+ },
693
+ {
694
+ name: "CloseSmall",
695
+ file: "CloseSmall.svg",
696
+ description: "Close Small",
697
+ tags: "Close, X, Cancel",
698
+ category: [BASIC]
699
+ },
700
+
701
+ {
702
+ name: "Code",
703
+ file: "Code.svg",
704
+ description: "Code",
705
+ tags: "Code, Design",
706
+ category: [BASIC]
707
+ },
708
+
709
+ {
710
+ name: "Collapse",
711
+ file: "Collapse.svg",
712
+ description: "Collapse Round",
713
+ tags: "Collapse, Round, Close",
714
+ category: [BASIC]
715
+ },
716
+ {
717
+ name: "Column",
718
+ file: "Column.svg",
719
+ description: "Column",
720
+ tags: "Column, Board",
721
+ category: [PLATFORM]
722
+ },
723
+ {
724
+ name: "Comment",
725
+ file: "Comment.svg",
726
+ description: "Comment",
727
+ tags: "Comment, Text, Design",
728
+ category: [PLATFORM]
729
+ },
730
+
731
+ {
732
+ name: "Completed",
733
+ file: "Completed.svg",
734
+ description: "Completed",
735
+ tags: "Completed, Done, Tick, V"
736
+ },
737
+ {
738
+ name: "CreditCard",
739
+ file: "CreditCard.svg",
740
+ description: "CreditCard",
741
+ tags: "Credit Card, Pay, Swipe",
742
+ category: [PLATFORM]
743
+ },
744
+
745
+ {
746
+ name: "Cut",
747
+ file: "Cut.svg",
748
+ description: "Cut",
749
+ tags: "Cut, Design",
750
+ category: [PLATFORM]
751
+ },
752
+
753
+ {
754
+ name: "Dashboard",
755
+ file: "Dashboard.svg",
756
+ description: "Dashboard",
757
+ tags: "Dashboard, Board",
758
+ category: [PLATFORM]
759
+ },
760
+
761
+ {
762
+ name: "DashboardPrivate",
763
+ file: "DashboardPrivate.svg",
764
+ description: "Private Dashboard",
765
+ tags: "Dashboard, Board, Private",
766
+ category: [PLATFORM]
767
+ },
768
+
769
+ {
770
+ name: "Delete",
771
+ file: "Delete.svg",
772
+ description: "Delete",
773
+ tags: "Delete, Remove, Trash, Bin",
774
+ category: [PLATFORM]
775
+ },
776
+ {
777
+ name: "DisabledUser",
778
+ file: "DisabledUser.svg",
779
+ description: "Disabled User",
780
+ tags: "Disabled User, Remove User",
781
+ category: [PLATFORM]
782
+ },
783
+ {
784
+ name: "Divider",
785
+ file: "Divider.svg",
786
+ description: "Divider",
787
+ tags: "Divider, Design, Separator",
788
+ category: [BASIC]
789
+ },
790
+
791
+ {
792
+ name: "Doc",
793
+ file: "Doc.svg",
794
+ description: "Doc",
795
+ tags: "Doc, Document",
796
+ category: [PLATFORM]
797
+ },
798
+
799
+ {
800
+ name: "DocPrivate",
801
+ file: "DocPrivate.svg",
802
+ description: "Private Doc",
803
+ tags: "Doc, Document, Private",
804
+ category: [PLATFORM]
805
+ },
806
+
807
+ {
808
+ name: "DocShareable",
809
+ file: "DocShareable.svg",
810
+ description: "Shareable Doc",
811
+ tags: "Doc, Document, Shareable, Share",
812
+ category: [PLATFORM]
813
+ },
814
+
815
+ {
816
+ name: "DoubleCheck",
817
+ file: "DoubleCheck.svg",
818
+ description: "Double Check",
819
+ tags: "Check, Done, Seen, Double",
820
+ category: [BASIC]
821
+ },
822
+
823
+ {
824
+ name: "Download",
825
+ file: "Download.svg",
826
+ description: "Download icon",
827
+ tags: "download, incoming, import",
828
+ category: [PLATFORM]
829
+ },
830
+
831
+ {
832
+ name: "Drag",
833
+ file: "Drag.svg",
834
+ description: "Drag",
835
+ tags: "Drag, Move",
836
+ category: [BASIC]
837
+ },
838
+
839
+ {
840
+ name: "DropdownChevronDown",
841
+ file: "DropdownChevronDown.svg",
842
+ description: "Chevron Down Arrow",
843
+ tags: "Chevron, Arrow, Down",
844
+ category: [BASIC]
845
+ },
846
+
847
+ {
848
+ name: "DropdownChevronLeft",
849
+ file: "DropdownChevronLeft.svg",
850
+ description: "Chevron Left Arrow",
851
+ tags: "Chevron, Arrow, Left",
852
+ category: [BASIC]
853
+ },
854
+
855
+ {
856
+ name: "DropdownChevronRight",
857
+ file: "DropdownChevronRight.svg",
858
+ description: "Chevron Right Arrow",
859
+ tags: "Chevron, Arrow, Right",
860
+ category: [BASIC]
861
+ },
862
+
863
+ {
864
+ name: "DropdownChevronUp",
865
+ file: "DropdownChevronUp.svg",
866
+ description: "Chevron Up Arrow",
867
+ tags: "Chevron, Arrow, Up",
868
+ category: [BASIC]
869
+ },
870
+ {
871
+ name: "Duplicate",
872
+ file: "Duplicate.svg",
873
+ description: "Duplicate",
874
+ tags: "Duplicate, Copy",
875
+ category: [PLATFORM]
876
+ },
877
+ {
878
+ name: "Edit",
879
+ file: "Edit.svg",
880
+ description: "Edit",
881
+ tags: "Edit, Change, Pencil",
882
+ category: [PLATFORM]
883
+ },
884
+
885
+ {
886
+ name: "Email",
887
+ file: "Email.svg",
888
+ description: "Email",
889
+ tags: "Email, Letter, Envelope",
890
+ category: [PLATFORM]
891
+ },
892
+ {
893
+ name: "Embed",
894
+ file: "Embed.svg",
895
+ description: "Embed",
896
+ tags: "Embed, Code",
897
+ category: [PLATFORM]
898
+ },
899
+ {
900
+ name: "Enter",
901
+ file: "Enter.svg",
902
+ description: "Enter",
903
+ tags: "Enter, Keyboard, Key",
904
+ category: [PLATFORM]
905
+ },
906
+
907
+ {
908
+ name: "Event",
909
+ file: "Event.svg",
910
+ description: "Event",
911
+ tags: "Event, Day, Calendar",
912
+ category: [PLATFORM]
913
+ },
914
+
915
+ {
916
+ name: "Emoji",
917
+ file: "Emoji.svg",
918
+ description: "Emoji",
919
+ tags: "Emoji, Smiley, Text, Design",
920
+ category: [PLATFORM]
921
+ },
922
+
923
+ {
924
+ name: "ExternalPage",
925
+ file: "ExternalPage.svg",
926
+ description: "External Page",
927
+ tags: "External, Page, New Tab, Open",
928
+ category: [PLATFORM]
929
+ },
930
+ {
931
+ name: "Favorite",
932
+ file: "Favorite.svg",
933
+ description: "Favorite",
934
+ tags: "Favorite, Star",
935
+ category: [PLATFORM]
936
+ },
937
+
938
+ {
939
+ name: "Feedback",
940
+ file: "Feedback.svg",
941
+ description: "Feedback",
942
+ tags: "Feedback",
943
+ category: [PLATFORM]
944
+ },
945
+
946
+ {
947
+ name: "File",
948
+ file: "File.svg",
949
+ description: "File",
950
+ tags: "File",
951
+ category: [PLATFORM]
952
+ },
953
+
954
+ {
955
+ name: "Filter",
956
+ file: "Filter.svg",
957
+ description: "Filter",
958
+ tags: "Filter, Funnel",
959
+ category: [PLATFORM]
960
+ },
961
+ {
962
+ name: "Folder",
963
+ file: "Folder.svg",
964
+ description: "Folder",
965
+ tags: "Folder",
966
+ category: [PLATFORM]
967
+ },
968
+ {
969
+ name: "Fullscreen",
970
+ file: "Fullscreen.svg",
971
+ description: "Fullscreen",
972
+ tags: "Fullscreen, Expand",
973
+ category: [PLATFORM]
974
+ },
975
+
976
+ {
977
+ name: "Graph",
978
+ file: "Graph.svg",
979
+ description: "Graph",
980
+ tags: "Graph, Change, Line, XY",
981
+ category: [PLATFORM]
982
+ },
983
+
984
+ {
985
+ name: "FullscreenClose",
986
+ file: "FullscreenClose.svg",
987
+ description: "FullscreenClose",
988
+ tags: "Fullscreen, Close",
989
+ category: [PLATFORM]
990
+ },
991
+ {
992
+ name: "Gallery",
993
+ file: "Gallery.svg",
994
+ description: "Gallery",
995
+ tags: "Gallery, Files, Image gallery",
996
+ category: [PLATFORM]
997
+ },
998
+ {
999
+ name: "GIF",
1000
+ file: "Gif.svg",
1001
+ description: "Gif",
1002
+ tags: "Gif",
1003
+ category: [PLATFORM]
1004
+ },
1005
+ {
1006
+ name: "Group",
1007
+ file: "Group.svg",
1008
+ description: "Group",
1009
+ tags: "Group, Board",
1010
+ category: [PLATFORM]
1011
+ },
1012
+
1013
+ {
1014
+ name: "Guest",
1015
+ file: "Guest.svg",
1016
+ description: "Guest",
1017
+ tags: "Guest,Activity,CampaignPerformance,Graph,Line,Change,XY,Platform",
1018
+ category: [PLATFORM]
1019
+ },
1020
+
1021
+ {
1022
+ name: "Help",
1023
+ file: "Help.svg",
1024
+ description: "Help",
1025
+ tags: "help, question"
1026
+ },
1027
+
1028
+ {
1029
+ name: "Health",
1030
+ file: "Health.svg",
1031
+ description: "Health",
1032
+ tags: "Health, Status, Heart",
1033
+ category: [PLATFORM]
1034
+ },
1035
+
1036
+ {
1037
+ name: "Hide",
1038
+ file: "Hide.svg",
1039
+ description: "Hide",
1040
+ tags: "Hide, Eye",
1041
+ category: [PLATFORM]
1042
+ },
1043
+
1044
+ {
1045
+ name: "Highlight",
1046
+ file: "Highlight.svg",
1047
+ description: "Highlight",
1048
+ tags: "Highlight, Text, Design",
1049
+ category: [PLATFORM]
1050
+ },
1051
+
1052
+ {
1053
+ name: "HighlightColorBucket",
1054
+ file: "HighlightColorBucket.svg",
1055
+ description: "Highlight",
1056
+ tags: "Highlight, Text, Design, Bucket",
1057
+ category: [PLATFORM]
1058
+ },
1059
+
1060
+ {
1061
+ name: "Home",
1062
+ file: "Home.svg",
1063
+ description: "Home",
1064
+ tags: "Home, Plate",
1065
+ category: [PLATFORM]
1066
+ },
1067
+
1068
+ {
1069
+ name: "Image",
1070
+ file: "Image.svg",
1071
+ description: "Image",
1072
+ tags: "Image, Picture",
1073
+ category: [PLATFORM]
1074
+ },
1075
+
1076
+ {
1077
+ name: "Inbox",
1078
+ file: "Inbox.svg",
1079
+ description: "Inbox",
1080
+ tags: "Inbox, Incoming",
1081
+ category: [PLATFORM]
1082
+ },
1083
+
1084
+ {
1085
+ name: "Info",
1086
+ file: "Info.svg",
1087
+ description: "Info",
1088
+ tags: "Info, Information",
1089
+ category: [PLATFORM]
1090
+ },
1091
+
1092
+ {
1093
+ name: "Integrations",
1094
+ file: "Integrations.svg",
1095
+ description: "Integrations",
1096
+ tags: "Integrations, Plugin, Plugins",
1097
+ category: [PLATFORM]
1098
+ },
1099
+
1100
+ {
1101
+ name: "Invite",
1102
+ file: "Invite.svg",
1103
+ description: "Invite",
1104
+ tags: "Invite, User, Add",
1105
+ category: [PLATFORM]
1106
+ },
1107
+
1108
+ {
1109
+ name: "IPRestrictions",
1110
+ file: "IPRestrictions.svg",
1111
+ description: "IP Restrictions",
1112
+ tags: "IP, Lock, Globe, Restrictions",
1113
+ category: [PLATFORM]
1114
+ },
1115
+
1116
+ {
1117
+ name: "Italic",
1118
+ file: "Italic.svg",
1119
+ description: "Italic",
1120
+ tags: "Italic, Text, Design",
1121
+ category: [PLATFORM]
1122
+ },
1123
+
1124
+ {
1125
+ name: "Item",
1126
+ file: "Item.svg",
1127
+ description: "Item",
1128
+ tags: "Item, Board",
1129
+ category: [PLATFORM]
1130
+ },
1131
+
1132
+ {
1133
+ name: "Keyboard",
1134
+ file: "Keyboard.svg",
1135
+ description: "Keyboard",
1136
+ tags: "Keyboard, Key",
1137
+ category: [PLATFORM]
1138
+ },
1139
+
1140
+ {
1141
+ name: "Labs",
1142
+ file: "Labs.svg",
1143
+ description: "Labs",
1144
+ tags: "Labs, Experiment, Tube",
1145
+ category: [PLATFORM]
1146
+ },
1147
+
1148
+ {
1149
+ name: "ic_lines_three_24",
1150
+ file: "ic_lines_three_24.svg",
1151
+ description: "ic_lines_three_24",
1152
+ tags: "Lines, Rows",
1153
+ category: [PLATFORM]
1154
+ },
1155
+
1156
+ {
1157
+ name: "Link",
1158
+ file: "Link.svg",
1159
+ description: "Link",
1160
+ tags: "Link, Chain",
1161
+ category: [PLATFORM]
1162
+ },
1163
+
1164
+ {
1165
+ name: "Location",
1166
+ file: "Location.svg",
1167
+ description: "Location",
1168
+ tags: "Location, Pin, Map",
1169
+ category: [PLATFORM]
1170
+ },
1171
+
1172
+ {
1173
+ name: "Locked",
1174
+ file: "Locked.svg",
1175
+ description: "Locked",
1176
+ tags: "Lock, Locked, Closed, Private",
1177
+ category: [PLATFORM]
1178
+ },
1179
+
1180
+ {
1181
+ name: "LogIn",
1182
+ file: "LogIn.svg",
1183
+ description: "Log In",
1184
+ tags: "LogIn",
1185
+ category: [PLATFORM]
1186
+ },
1187
+
1188
+ {
1189
+ name: "LogOut",
1190
+ file: "LogOut.svg",
1191
+ description: "Log Out",
1192
+ tags: "LogOut",
1193
+ category: [PLATFORM]
1194
+ },
1195
+
1196
+ {
1197
+ name: "Mention",
1198
+ file: "Mention.svg",
1199
+ description: "Mention",
1200
+ tags: "@, Mention, At, Tag",
1201
+ category: [PLATFORM]
1202
+ },
1203
+
1204
+ {
1205
+ name: "Menu",
1206
+ file: "Menu.svg",
1207
+ description: "Menu",
1208
+ tags: "Menu, 3 Dots, Dots",
1209
+ category: [BASIC]
1210
+ },
1211
+
1212
+ {
1213
+ name: "Microphone",
1214
+ file: "Microphone.svg",
1215
+ description: "Microphone",
1216
+ tags: "Microphone, voice, sound",
1217
+ category: [BASIC]
1218
+ },
1219
+
1220
+ {
1221
+ name: "Mobile",
1222
+ file: "Mobile.svg",
1223
+ description: "Mobile",
1224
+ tags: "Mobile, Phone, Touch",
1225
+ category: [PLATFORM]
1226
+ },
1227
+
1228
+ {
1229
+ name: "MondayLogoOutline",
1230
+ file: "MondayLogoOutline.svg",
1231
+ description: "MondayLogoOutline",
1232
+ tags: "Monday, Logo, Outline",
1233
+ category: [PLATFORM]
1234
+ },
1235
+
1236
+ {
1237
+ name: "Moon",
1238
+ file: "Moon.svg",
1239
+ description: "Moon",
1240
+ tags: "Moon, Dark Mode",
1241
+ category: [PLATFORM]
1242
+ },
1243
+
1244
+ {
1245
+ name: "MoveArrowDown",
1246
+ file: "MoveArrowDown.svg",
1247
+ description: "Move Arrow Down",
1248
+ tags: "Move, Arrow, Down",
1249
+ category: [BASIC]
1250
+ },
1251
+
1252
+ {
1253
+ name: "MoveArrowLeft",
1254
+ file: "MoveArrowLeft.svg",
1255
+ description: "Move Arrow Left",
1256
+ tags: "Move, Arrow, Left",
1257
+ category: [BASIC]
1258
+ },
1259
+ {
1260
+ name: "MoveArrowRight",
1261
+ file: "MoveArrowRight.svg",
1262
+ description: "Move Arrow Right",
1263
+ tags: "Move, Arrow, Right",
1264
+ category: [BASIC]
1265
+ },
1266
+ {
1267
+ name: "MoveArrowUp",
1268
+ file: "MoveArrowUp.svg",
1269
+ description: "Move Arrow Up",
1270
+ tags: "Move, Arrow, Up",
1271
+ category: [BASIC]
1272
+ },
1273
+
1274
+ {
1275
+ name: "Mute",
1276
+ file: "Mute.svg",
1277
+ description: "Mute",
1278
+ tags: "Mute",
1279
+ category: [PLATFORM]
1280
+ },
1281
+
1282
+ {
1283
+ name: "MyWeek",
1284
+ file: "MyWeek.svg",
1285
+ description: "My week",
1286
+ tags: "my week, week, calendar"
1287
+ },
1288
+
1289
+ {
1290
+ name: "NavigationChevronDown",
1291
+ file: "NavigationChevronDown.svg",
1292
+ description: "Navigation Chevron Down",
1293
+ tags: "Navigation, Arrow, Down",
1294
+ category: [BASIC]
1295
+ },
1296
+
1297
+ {
1298
+ name: "NavigationChevronLeft",
1299
+ file: "NavigationChevronLeft.svg",
1300
+ description: "Navigation Chevron Left",
1301
+ tags: "Navigation, Arrow, Left",
1302
+ category: [BASIC]
1303
+ },
1304
+ {
1305
+ name: "NavigationChevronRight",
1306
+ file: "NavigationChevronRight.svg",
1307
+ description: "Navigation Chevron Right",
1308
+ tags: "Navigation, Arrow, Right",
1309
+ category: [BASIC]
1310
+ },
1311
+ {
1312
+ name: "NavigationChevronUp",
1313
+ file: "NavigationChevronUp.svg",
1314
+ description: "Navigation Chevron Up",
1315
+ tags: "Navigation, Arrow, Up",
1316
+ category: [BASIC]
1317
+ },
1318
+
1319
+ {
1320
+ name: "NewTab",
1321
+ file: "NewTab.svg",
1322
+ description: "New Tab",
1323
+ tags: "New Tab, Open",
1324
+ category: [PLATFORM]
1325
+ },
1326
+
1327
+ {
1328
+ name: "NoColor",
1329
+ file: "NoColor.svg",
1330
+ description: "No Color",
1331
+ tags: "No Color, Drop",
1332
+ category: [PLATFORM]
1333
+ },
1334
+
1335
+ {
1336
+ name: "Note",
1337
+ file: "Note.svg",
1338
+ description: "Note",
1339
+ tags: "Note, Page",
1340
+ category: [PLATFORM]
1341
+ },
1342
+ {
1343
+ name: "ic_arrow_command_16",
1344
+ file: "ic_arrow_command_16.svg",
1345
+ description: "ic_arrow_command_16",
1346
+ tags: "Arrow, Terminal, Code",
1347
+ category: [PLATFORM]
1348
+ },
1349
+ {
1350
+ name: "ic_communication_bell_24",
1351
+ file: "ic_communication_bell_24.svg",
1352
+ description: "ic_communication_bell_24",
1353
+ tags: "Notifications, Bell",
1354
+ category: [PLATFORM]
1355
+ },
1356
+ {
1357
+ name: "Numbers",
1358
+ file: "Numbers.svg",
1359
+ description: "Numbers",
1360
+ tags: "Numbers, List, Design",
1361
+ category: [PLATFORM]
1362
+ },
1363
+
1364
+ {
1365
+ name: "Page",
1366
+ file: "Page.svg",
1367
+ description: "Page",
1368
+ tags: "Page,Single Page,Blank,Platform",
1369
+ category: [PLATFORM]
1370
+ },
1371
+
1372
+ {
1373
+ name: "Paste",
1374
+ file: "Paste.svg",
1375
+ description: "Paste",
1376
+ tags: "Paste, Design",
1377
+ category: [PLATFORM]
1378
+ },
1379
+
1380
+ {
1381
+ name: "Pause",
1382
+ file: "Pause.svg",
1383
+ description: "Pause",
1384
+ tags: "Pause, Hold",
1385
+ category: [PLATFORM]
1386
+ },
1387
+
1388
+ {
1389
+ name: "Person",
1390
+ file: "Person.svg",
1391
+ description: "Person",
1392
+ tags: "Person, People",
1393
+ category: [PLATFORM]
1394
+ },
1395
+
1396
+ {
1397
+ name: "Pin",
1398
+ file: "Pin.svg",
1399
+ description: "Pin",
1400
+ tags: "Pin",
1401
+ category: [PLATFORM]
1402
+ },
1403
+
1404
+ {
1405
+ name: "Play",
1406
+ file: "Play.svg",
1407
+ description: "Play",
1408
+ tags: "Play, Start",
1409
+ category: [PLATFORM]
1410
+ },
1411
+
1412
+ {
1413
+ name: "Print",
1414
+ file: "Print.svg",
1415
+ description: "Print",
1416
+ tags: "Print, Printer",
1417
+ category: [PLATFORM]
1418
+ },
1419
+
1420
+ {
1421
+ name: "PushNotification",
1422
+ file: "PushNotification.svg",
1423
+ description: "Push Notifications",
1424
+ tags: "Push, Notifications, Bar",
1425
+ category: [PLATFORM]
1426
+ },
1427
+
1428
+ {
1429
+ name: "Quote",
1430
+ file: "Quote.svg",
1431
+ description: "Quote",
1432
+ tags: "Quote",
1433
+ category: [PLATFORM]
1434
+ },
1435
+
1436
+ {
1437
+ name: "RecycleBin",
1438
+ file: "RecycleBin.svg",
1439
+ description: "Recycle bin",
1440
+ tags: "Recycle bin, Trash, Recycle, Bin"
1441
+ },
1442
+
1443
+ {
1444
+ name: "Redo",
1445
+ file: "Redo.svg",
1446
+ description: "Redo",
1447
+ tags: "Redo, Text, Design",
1448
+ category: [PLATFORM]
1449
+ },
1450
+
1451
+ {
1452
+ name: "Remove",
1453
+ file: "Remove.svg",
1454
+ description: "Remove",
1455
+ tags: "Remove, Line, Minus",
1456
+ category: [BASIC]
1457
+ },
1458
+
1459
+ {
1460
+ name: "Replay",
1461
+ file: "Replay.svg",
1462
+ description: "Replay",
1463
+ tags: "Replay, Message, Arrow",
1464
+ category: [PLATFORM]
1465
+ },
1466
+
1467
+ {
1468
+ name: "Retry",
1469
+ file: "Retry.svg",
1470
+ description: "Retry",
1471
+ tags: "Retry, Reload, Refresh",
1472
+ category: [PLATFORM]
1473
+ },
1474
+
1475
+ {
1476
+ name: "Robot",
1477
+ file: "Robot.svg",
1478
+ description: "Robot",
1479
+ tags: "Robot, Automations",
1480
+ category: [PLATFORM]
1481
+ },
1482
+
1483
+ {
1484
+ name: "Rotate",
1485
+ file: "Rotate.svg",
1486
+ description: "Rotate",
1487
+ tags: "Rotate, Clockwise retry, Clockwise reload, Clockwise refresh",
1488
+ category: [PLATFORM]
1489
+ },
1490
+
1491
+ {
1492
+ name: "Search",
1493
+ file: "Search.svg",
1494
+ description: "Search",
1495
+ tags: "Search, Find, Magnifying Glass",
1496
+ category: [PLATFORM]
1497
+ },
1498
+
1499
+ {
1500
+ name: "Security",
1501
+ file: "Security.svg",
1502
+ description: "Security",
1503
+ tags: "Security, Shield, Protect",
1504
+ category: [PLATFORM]
1505
+ },
1506
+
1507
+ {
1508
+ name: "Send",
1509
+ file: "Send.svg",
1510
+ description: "Send",
1511
+ tags: "Send, Message, Plane, Airplane, Paper",
1512
+ category: [PLATFORM]
1513
+ },
1514
+
1515
+ {
1516
+ name: "Settings",
1517
+ file: "Settings.svg",
1518
+ description: "Settings",
1519
+ tags: "Settings, Cog",
1520
+ category: [PLATFORM]
1521
+ },
1522
+ {
1523
+ name: "SettingsKnobs",
1524
+ file: "SettingsKnobs.svg",
1525
+ description: "Settings",
1526
+ tags: "Settings, Knobs",
1527
+ category: [PLATFORM]
1528
+ },
1529
+
1530
+ {
1531
+ name: "Share",
1532
+ file: "Share.svg",
1533
+ description: "Share",
1534
+ tags: "Share, Social",
1535
+ category: [PLATFORM]
1536
+ },
1537
+
1538
+ {
1539
+ name: "Show",
1540
+ file: "Show.svg",
1541
+ description: "Show",
1542
+ tags: "Show, Eye",
1543
+ category: [PLATFORM]
1544
+ },
1545
+
1546
+ {
1547
+ name: "Shredder",
1548
+ file: "Shredder.svg",
1549
+ description: "Shredder",
1550
+ tags: "Shredder, Paper, Recycle",
1551
+ category: [PLATFORM]
1552
+ },
1553
+
1554
+ {
1555
+ name: "Sort",
1556
+ file: "Sort.svg",
1557
+ description: "Sort",
1558
+ tags: "Sort",
1559
+ category: [PLATFORM]
1560
+ },
1561
+
1562
+ {
1563
+ name: "Sound",
1564
+ file: "Sound.svg",
1565
+ description: "Sound",
1566
+ tags: "Sound, Audio, Speaker",
1567
+ category: [PLATFORM]
1568
+ },
1569
+
1570
+ {
1571
+ name: "StrikethroughS",
1572
+ file: "StrikethroughS.svg",
1573
+ description: "Strike Through",
1574
+ tags: "Strike Through, Text, Design",
1575
+ category: [PLATFORM]
1576
+ },
1577
+
1578
+ {
1579
+ name: "StrikethroughT",
1580
+ file: "StrikethroughT.svg",
1581
+ description: "Strike Through",
1582
+ tags: "Strike Through, Text, Design",
1583
+ category: [PLATFORM]
1584
+ },
1585
+
1586
+ {
1587
+ name: "Sun",
1588
+ file: "Sun.svg",
1589
+ description: "Sun",
1590
+ tags: "Sun, Light Mode, Mode",
1591
+ category: [PLATFORM]
1592
+ },
1593
+
1594
+ {
1595
+ name: "Switch",
1596
+ file: "Switch.svg",
1597
+ description: "Switch",
1598
+ tags: "Switch, Arrow",
1599
+ category: [PLATFORM]
1600
+ },
1601
+
1602
+ {
1603
+ name: "Table",
1604
+ file: "Table.svg",
1605
+ description: "Table",
1606
+ tags: "Table, Grid",
1607
+ category: [VIEW]
1608
+ },
1609
+ {
1610
+ name: "Team",
1611
+ file: "Team.svg",
1612
+ description: "Team",
1613
+ tags: "Team, Person, People, User, Users",
1614
+ category: [BASIC]
1615
+ },
1616
+ {
1617
+ name: "Text",
1618
+ file: "Text.svg",
1619
+ description: "Text",
1620
+ tags: "Regular, Text, Design, Font",
1621
+ category: [BASIC]
1622
+ },
1623
+
1624
+ {
1625
+ name: "TextBig",
1626
+ file: "TextBig.svg",
1627
+ description: "Text Big",
1628
+ tags: "Big, Text, Design, Font, Text Big",
1629
+ category: [BASIC]
1630
+ },
1631
+
1632
+ {
1633
+ name: "Textcolor",
1634
+ file: "Textcolor.svg",
1635
+ description: "Text Color",
1636
+ tags: "Text Color, Color, Text, Design",
1637
+ category: [PLATFORM]
1638
+ },
1639
+
1640
+ {
1641
+ name: "TextHuge",
1642
+ file: "TextHuge.svg",
1643
+ description: "Text Huge",
1644
+ tags: "Huge, Text, Design, Font Text Huge",
1645
+ category: [BASIC]
1646
+ },
1647
+
1648
+ {
1649
+ name: "TextSmall",
1650
+ file: "TextSmall.svg",
1651
+ description: "Text Small",
1652
+ tags: "Small, Text, Design, Font, Text Small",
1653
+ category: [BASIC]
1654
+ },
1655
+
1656
+ {
1657
+ name: "ThumbsUp",
1658
+ file: "ThumbsUp.svg",
1659
+ description: "ThumbsUp",
1660
+ tags: "ThumbsUp, Like, Plus",
1661
+ category: [PLATFORM]
1662
+ },
1663
+
1664
+ {
1665
+ name: "Time",
1666
+ file: "Time.svg",
1667
+ description: "Time",
1668
+ tags: "Time, Clock",
1669
+ category: [PLATFORM]
1670
+ },
1671
+
1672
+ {
1673
+ name: "Underline",
1674
+ file: "Underline.svg",
1675
+ description: "Underline",
1676
+ tags: "Underline, Text, Design",
1677
+ category: [PLATFORM]
1678
+ },
1679
+
1680
+ {
1681
+ name: "TurnInto",
1682
+ file: "TurnInto.svg",
1683
+ description: "Turn Into",
1684
+ tags: "Turn Into, Switch",
1685
+ category: [PLATFORM]
1686
+ },
1687
+
1688
+ {
1689
+ name: "Undo",
1690
+ file: "Undo.svg",
1691
+ description: "Undo",
1692
+ tags: "Undo, Text, Design",
1693
+ category: [PLATFORM]
1694
+ },
1695
+
1696
+ {
1697
+ name: "Unlocked",
1698
+ file: "Unlocked.svg",
1699
+ description: "Unlock",
1700
+ tags: "Unlock, Unlocked, Open, Public",
1701
+ category: [PLATFORM]
1702
+ },
1703
+
1704
+ {
1705
+ name: "ic_communication_speech_bubble_24",
1706
+ file: "ic_communication_speech_bubble_24.svg",
1707
+ description: "Communication Speech Bubble",
1708
+ tags: "Bubble, Speech Bubble, Message, Talk",
1709
+ category: [PLATFORM]
1710
+ },
1711
+
1712
+ {
1713
+ name: "Upgrade",
1714
+ file: "Upgrade.svg",
1715
+ description: "Upgrade",
1716
+ tags: "Upgrade, Stars",
1717
+ category: [PLATFORM]
1718
+ },
1719
+
1720
+ {
1721
+ name: "Upload",
1722
+ file: "Upload.svg",
1723
+ description: "Upload",
1724
+ tags: "Upload, Up, File, Outgoing, Export",
1725
+ category: [PLATFORM]
1726
+ },
1727
+
1728
+ {
1729
+ name: "Versioning",
1730
+ file: "Versioning.svg",
1731
+ description: "Versioning",
1732
+ tags: "Retrospective,Recurring,Time,Time Based,Every,Automation,Cron,Version,History,Platform"
1733
+ },
1734
+
1735
+ {
1736
+ name: "Video",
1737
+ file: "Video.svg",
1738
+ description: "Video icon",
1739
+ tags: "video",
1740
+ category: [PLATFORM]
1741
+ },
1742
+
1743
+ {
1744
+ name: "Wand",
1745
+ file: "Wand.svg",
1746
+ description: "Wand",
1747
+ tags: "Wand, Star",
1748
+ category: [PLATFORM]
1749
+ },
1750
+
1751
+ {
1752
+ name: "WhatsNew",
1753
+ file: "WhatsNew.svg",
1754
+ description: "Whats New",
1755
+ tags: "WhatsNew, New",
1756
+ category: [PLATFORM]
1757
+ },
1758
+
1759
+ {
1760
+ name: "Workspace",
1761
+ file: "Workspace.svg",
1762
+ description: "Workspace",
1763
+ tags: "Workspace, Grid",
1764
+ category: [PLATFORM]
1765
+ },
1766
+
1767
+ {
1768
+ name: "Deactivate",
1769
+ file: "Deactivate.svg",
1770
+ description: "Deactivate",
1771
+ tags: "deactivate, active"
1772
+ },
1773
+
1774
+ {
1775
+ name: "AddToTeam",
1776
+ file: "AddToTeam.svg",
1777
+ description: "Add to team",
1778
+ tags: "user, users, team, add"
1779
+ },
1780
+
1781
+ {
1782
+ name: "PersonRound",
1783
+ file: "PersonRound.svg",
1784
+ description: "Person round",
1785
+ tags: "person, user"
1786
+ },
1787
+
1788
+ {
1789
+ name: "UserDomain",
1790
+ file: "UserDomain.svg",
1791
+ description: "User domain",
1792
+ tags: "user, domain, email"
1793
+ },
1794
+
1795
+ {
1796
+ name: "UserStatus",
1797
+ file: "UserStatus.svg",
1798
+ description: "User status",
1799
+ tags: "user, status"
1800
+ }
1801
+ ];