@vibe/icons 0.0.1

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