@haiilo/catalyst-icons 0.1.0 → 0.1.3

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 (163) hide show
  1. package/README.md +7 -3
  2. package/dist/js/icons.constants.d.ts +235 -25
  3. package/dist/js/icons.constants.js +182 -32
  4. package/dist/js/icons.object.d.ts +2 -116
  5. package/dist/js/icons.object.js +42 -12
  6. package/dist/style/sprite.css.css +1314 -0
  7. package/dist/style/sprite.css.less +1314 -0
  8. package/dist/style/sprite.css.scss +1314 -0
  9. package/dist/style/sprite.view.css +1314 -0
  10. package/dist/style/sprite.view.less +1314 -0
  11. package/dist/style/sprite.view.scss +1314 -0
  12. package/dist/svg/sprite.css.svg +1 -1
  13. package/dist/svg/sprite.defs.svg +1 -1
  14. package/dist/svg/sprite.stack.svg +1 -1
  15. package/dist/svg/sprite.symbol.svg +1 -1
  16. package/dist/svg/sprite.view.svg +1 -1
  17. package/package.json +1 -1
  18. package/tmp/assets/16-chevron-down.svg +1 -0
  19. package/tmp/assets/16-chevron-left.svg +1 -0
  20. package/tmp/assets/16-chevron-right.svg +1 -0
  21. package/tmp/assets/16-chevron-up.svg +1 -0
  22. package/tmp/assets/apple-safari.svg +7 -0
  23. package/tmp/assets/arrow-down-outlined.svg +1 -0
  24. package/tmp/assets/arrow-left-outlined.svg +1 -0
  25. package/tmp/assets/arrow-right-outlined.svg +1 -0
  26. package/tmp/assets/arrow-up-outlined.svg +1 -0
  27. package/tmp/assets/article-filled.svg +1 -0
  28. package/tmp/assets/article-outlined.svg +1 -0
  29. package/tmp/assets/bar-chart-outlined.svg +1 -0
  30. package/tmp/assets/bell-check-outlined.svg +1 -0
  31. package/tmp/assets/bell-dot-filled.svg +1 -0
  32. package/tmp/assets/bell-dot-outlined.svg +1 -0
  33. package/tmp/assets/bell-filled.svg +1 -0
  34. package/tmp/assets/bell-outlined.svg +1 -0
  35. package/tmp/assets/bell-plus-outlined.svg +1 -0
  36. package/tmp/assets/bell-ringing-filled.svg +1 -0
  37. package/tmp/assets/bell-ringing-outlined.svg +1 -0
  38. package/tmp/assets/book-filled.svg +1 -0
  39. package/tmp/assets/book-outlined.svg +1 -0
  40. package/tmp/assets/bookmark-check-outlined.svg +1 -0
  41. package/tmp/assets/bookmark-filled.svg +1 -0
  42. package/tmp/assets/bookmark-outlined.svg +1 -0
  43. package/tmp/assets/bookmark-plus-outlined.svg +1 -0
  44. package/tmp/assets/chat-filled.svg +1 -0
  45. package/tmp/assets/chat-outlined.svg +1 -0
  46. package/tmp/assets/check-circle-filled.svg +1 -0
  47. package/tmp/assets/check-circle-outlined.svg +1 -0
  48. package/tmp/assets/check-outlined.svg +1 -0
  49. package/tmp/assets/chevron-down-outlined.svg +1 -0
  50. package/tmp/assets/chevron-left-outlined.svg +1 -0
  51. package/tmp/assets/chevron-right-outlined.svg +1 -0
  52. package/tmp/assets/chevron-up-outlined.svg +1 -0
  53. package/tmp/assets/clock-filled.svg +1 -0
  54. package/tmp/assets/clock-outlined.svg +1 -0
  55. package/tmp/assets/communities-filled.svg +1 -0
  56. package/tmp/assets/communities-outlined.svg +1 -0
  57. package/tmp/assets/content-filled.svg +1 -0
  58. package/tmp/assets/content-outlined.svg +1 -0
  59. package/tmp/assets/copy-outlined.svg +1 -0
  60. package/tmp/assets/cross-circle-filled.svg +1 -0
  61. package/tmp/assets/cross-circle-outlined.svg +1 -0
  62. package/tmp/assets/cross-outlined.svg +1 -0
  63. package/tmp/assets/cross-square-filled.svg +1 -0
  64. package/tmp/assets/cross-square-outlined.svg +1 -0
  65. package/tmp/assets/download-outlined.svg +1 -0
  66. package/tmp/assets/earth-outlined.svg +1 -0
  67. package/tmp/assets/events-filled.svg +1 -0
  68. package/tmp/assets/events-outlined.svg +1 -0
  69. package/tmp/assets/facebook.svg +4 -0
  70. package/tmp/assets/feed-filled.svg +1 -0
  71. package/tmp/assets/feed-outlined.svg +1 -0
  72. package/tmp/assets/folder-minus-outlined.svg +1 -0
  73. package/tmp/assets/folder-outlined.svg +1 -0
  74. package/tmp/assets/folder-plus-outlined.svg +1 -0
  75. package/tmp/assets/globe-outlined.svg +1 -0
  76. package/tmp/assets/google-calendar.svg +1 -0
  77. package/tmp/assets/google-chrome.svg +14 -0
  78. package/tmp/assets/google-drive.svg +13 -0
  79. package/tmp/assets/google-mail.svg +14 -0
  80. package/tmp/assets/google.svg +6 -0
  81. package/tmp/assets/group-outlined.svg +1 -0
  82. package/tmp/assets/haiilo-home.svg +1 -0
  83. package/tmp/assets/haiilo-insights.svg +1 -0
  84. package/tmp/assets/haiilo-share.svg +1 -0
  85. package/tmp/assets/haiilo-stories.svg +1 -0
  86. package/tmp/assets/hashtag-outlined.svg +1 -0
  87. package/tmp/assets/home-filled.svg +1 -0
  88. package/tmp/assets/home-outlined.svg +1 -0
  89. package/tmp/assets/instagram.svg +3 -0
  90. package/tmp/assets/layers-filled.svg +1 -0
  91. package/tmp/assets/layers-outlined.svg +1 -0
  92. package/tmp/assets/likes-circle-filled.svg +1 -0
  93. package/tmp/assets/link-outlined.svg +1 -0
  94. package/tmp/assets/linkedin.svg +3 -0
  95. package/tmp/assets/lock-filled.svg +1 -0
  96. package/tmp/assets/lock-open-filled.svg +1 -0
  97. package/tmp/assets/lock-open-outlined.svg +1 -0
  98. package/tmp/assets/lock-outlined.svg +1 -0
  99. package/tmp/assets/marketplace-filled.svg +1 -0
  100. package/tmp/assets/marketplace-outlined.svg +1 -0
  101. package/tmp/assets/megaphone-filled.svg +1 -0
  102. package/tmp/assets/megaphone-outlined.svg +1 -0
  103. package/tmp/assets/menu-outlined.svg +1 -0
  104. package/tmp/assets/microsoft-edge.svg +16 -0
  105. package/tmp/assets/microsoft-excel.svg +8 -0
  106. package/tmp/assets/microsoft-onenote.svg +8 -0
  107. package/tmp/assets/microsoft-outlook.svg +22 -0
  108. package/tmp/assets/microsoft-planner.svg +7 -0
  109. package/tmp/assets/microsoft-powerpoint.svg +7 -0
  110. package/tmp/assets/microsoft-sharepoint.svg +7 -0
  111. package/tmp/assets/microsoft-teams.svg +1 -0
  112. package/tmp/assets/microsoft-word.svg +8 -0
  113. package/tmp/assets/microsoft-yammer.svg +1 -0
  114. package/tmp/assets/microsoft.svg +6 -0
  115. package/tmp/assets/mozilla-firefox.svg +1 -0
  116. package/tmp/assets/paperclip-box-outlined.svg +1 -0
  117. package/tmp/assets/paperclip-outlined.svg +1 -0
  118. package/tmp/assets/photo-add-outlined.svg +1 -0
  119. package/tmp/assets/photo-filled.svg +1 -0
  120. package/tmp/assets/photo-outlined.svg +1 -0
  121. package/tmp/assets/photo-remove-outlined.svg +1 -0
  122. package/tmp/assets/plus-circle-filled.svg +1 -0
  123. package/tmp/assets/plus-circle-outlined.svg +1 -0
  124. package/tmp/assets/plus-outlined.svg +1 -0
  125. package/tmp/assets/plus-square-filled.svg +1 -0
  126. package/tmp/assets/plus-square-outlined.svg +1 -0
  127. package/tmp/assets/printer-filled.svg +1 -0
  128. package/tmp/assets/printer-outlined.svg +1 -0
  129. package/tmp/assets/profile-box-outlined.svg +1 -0
  130. package/tmp/assets/profiles-filled.svg +1 -0
  131. package/tmp/assets/profiles-outlined.svg +1 -0
  132. package/tmp/assets/reading-glasses-filled.svg +1 -0
  133. package/tmp/assets/reading-glasses-outlined.svg +1 -0
  134. package/tmp/assets/search-filled.svg +1 -0
  135. package/tmp/assets/search-outlined.svg +1 -0
  136. package/tmp/assets/settings-outlined.svg +1 -0
  137. package/tmp/assets/share-filled.svg +1 -0
  138. package/tmp/assets/share-outlined.svg +1 -0
  139. package/tmp/assets/sign-in-outlined.svg +1 -0
  140. package/tmp/assets/sign-out-outlined.svg +1 -0
  141. package/tmp/assets/signal-outlined.svg +1 -0
  142. package/tmp/assets/slack.svg +1 -0
  143. package/tmp/assets/smile.svg +1 -0
  144. package/tmp/assets/sparkle-filled.svg +1 -0
  145. package/tmp/assets/sparkle-outlined.svg +1 -0
  146. package/tmp/assets/star-circle-filled.svg +1 -0
  147. package/tmp/assets/star-circle-outlined.svg +1 -0
  148. package/tmp/assets/sticker-filled.svg +1 -0
  149. package/tmp/assets/sticker-outlined.svg +1 -0
  150. package/tmp/assets/stream-filled.svg +1 -0
  151. package/tmp/assets/stream-outlined.svg +1 -0
  152. package/tmp/assets/thumbs-up-filled.svg +1 -0
  153. package/tmp/assets/thumbs-up-outlined.svg +1 -0
  154. package/tmp/assets/translate-outlined.svg +1 -0
  155. package/tmp/assets/trash-filled.svg +1 -0
  156. package/tmp/assets/trash-outlined.svg +1 -0
  157. package/tmp/assets/twitter.svg +3 -0
  158. package/tmp/assets/upload-outlined.svg +1 -0
  159. package/tmp/assets/video-camera-filled.svg +1 -0
  160. package/tmp/assets/video-camera-outlined.svg +1 -0
  161. package/tmp/assets/wechat.svg +3 -0
  162. package/tmp/assets/write-outlined.svg +1 -0
  163. package/tmp/assets/xing.svg +3 -0
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Catalyst: Icons
2
2
 
3
- This project contains all icons for the Catalyst custom SVG icon set.
3
+ [![Icons: build & test](https://github.com/haiilo/catalyst/actions/workflows/icons.yml/badge.svg)](https://github.com/haiilo/catalyst/actions/workflows/icons.yml)
4
+
5
+ This project contains all icons for the Catalyst design system custom SVG icon
6
+ set.
7
+
4
8
  ## Getting started
5
9
 
6
10
  Install `@haiilo/catalyst-icons` in your Node.js powered apps with the
@@ -16,7 +20,7 @@ npm install @haiilo/catalyst-icons
16
20
  and upload your new icon to the `src` directory. This can be done via the menu
17
21
  on the top right or simply by dragging your icon into the web browser.
18
22
  2. Navigate to [Actions > icons-release](https://github.com/haiilo/catalyst/actions/workflows/icons-release.yml) and trigger a manual CI release by clicking the `Run workflow`
19
- button (Branch: `main`).
23
+ button (Branch: `main` / Release level: `patch`).
20
24
 
21
25
  ## Contributing
22
26
 
@@ -67,4 +71,4 @@ automatically publish a new library version.
67
71
  ## License
68
72
 
69
73
  The license is available within the main repository in the
70
- [LICENSE](https://github.com/haiilo/catalyst/blob/main/LICENSE) file.
74
+ [LICENSE](https://github.com/haiilo/catalyst/blob/main/LICENSE) file.
@@ -158,6 +158,10 @@ export declare const ciContentOutlined: {
158
158
  name: 'content-outlined';
159
159
  data: string;
160
160
  };
161
+ export declare const ciCopyOutlined: {
162
+ name: 'copy-outlined';
163
+ data: string;
164
+ };
161
165
  export declare const ciCrossCircleFilled: {
162
166
  name: 'cross-circle-filled';
163
167
  data: string;
@@ -178,6 +182,14 @@ export declare const ciCrossSquareOutlined: {
178
182
  name: 'cross-square-outlined';
179
183
  data: string;
180
184
  };
185
+ export declare const ciDownloadOutlined: {
186
+ name: 'download-outlined';
187
+ data: string;
188
+ };
189
+ export declare const ciEarthOutlined: {
190
+ name: 'earth-outlined';
191
+ data: string;
192
+ };
181
193
  export declare const ciEventsFilled: {
182
194
  name: 'events-filled';
183
195
  data: string;
@@ -186,10 +198,26 @@ export declare const ciEventsOutlined: {
186
198
  name: 'events-outlined';
187
199
  data: string;
188
200
  };
201
+ export declare const ciFolderMinusOutlined: {
202
+ name: 'folder-minus-outlined';
203
+ data: string;
204
+ };
189
205
  export declare const ciFolderOutlined: {
190
206
  name: 'folder-outlined';
191
207
  data: string;
192
208
  };
209
+ export declare const ciFolderPlusOutlined: {
210
+ name: 'folder-plus-outlined';
211
+ data: string;
212
+ };
213
+ export declare const ciGlobeOutlined: {
214
+ name: 'globe-outlined';
215
+ data: string;
216
+ };
217
+ export declare const ciGroupOutlined: {
218
+ name: 'group-outlined';
219
+ data: string;
220
+ };
193
221
  export declare const ciHashtagOutlined: {
194
222
  name: 'hashtag-outlined';
195
223
  data: string;
@@ -210,6 +238,30 @@ export declare const ciLayersOutlined: {
210
238
  name: 'layers-outlined';
211
239
  data: string;
212
240
  };
241
+ export declare const ciLikesCircleFilled: {
242
+ name: 'likes-circle-filled';
243
+ data: string;
244
+ };
245
+ export declare const ciLinkOutlined: {
246
+ name: 'link-outlined';
247
+ data: string;
248
+ };
249
+ export declare const ciLockFilled: {
250
+ name: 'lock-filled';
251
+ data: string;
252
+ };
253
+ export declare const ciLockOpenFilled: {
254
+ name: 'lock-open-filled';
255
+ data: string;
256
+ };
257
+ export declare const ciLockOpenOutlined: {
258
+ name: 'lock-open-outlined';
259
+ data: string;
260
+ };
261
+ export declare const ciLockOutlined: {
262
+ name: 'lock-outlined';
263
+ data: string;
264
+ };
213
265
  export declare const ciMarketplaceFilled: {
214
266
  name: 'marketplace-filled';
215
267
  data: string;
@@ -218,10 +270,38 @@ export declare const ciMarketplaceOutlined: {
218
270
  name: 'marketplace-outlined';
219
271
  data: string;
220
272
  };
273
+ export declare const ciMegaphoneFilled: {
274
+ name: 'megaphone-filled';
275
+ data: string;
276
+ };
277
+ export declare const ciMegaphoneOutlined: {
278
+ name: 'megaphone-outlined';
279
+ data: string;
280
+ };
221
281
  export declare const ciMenuOutlined: {
222
282
  name: 'menu-outlined';
223
283
  data: string;
224
284
  };
285
+ export declare const ciMicrosoftTeams: {
286
+ name: 'microsoft-teams';
287
+ data: string;
288
+ };
289
+ export declare const ciMicrosoftYammer: {
290
+ name: 'microsoft-yammer';
291
+ data: string;
292
+ };
293
+ export declare const ciPaperclipBoxOutlined: {
294
+ name: 'paperclip-box-outlined';
295
+ data: string;
296
+ };
297
+ export declare const ciPaperclipOutlined: {
298
+ name: 'paperclip-outlined';
299
+ data: string;
300
+ };
301
+ export declare const ciPhotoAddOutlined: {
302
+ name: 'photo-add-outlined';
303
+ data: string;
304
+ };
225
305
  export declare const ciPhotoFilled: {
226
306
  name: 'photo-filled';
227
307
  data: string;
@@ -230,6 +310,10 @@ export declare const ciPhotoOutlined: {
230
310
  name: 'photo-outlined';
231
311
  data: string;
232
312
  };
313
+ export declare const ciPhotoRemoveOutlined: {
314
+ name: 'photo-remove-outlined';
315
+ data: string;
316
+ };
233
317
  export declare const ciPlusCircleFilled: {
234
318
  name: 'plus-circle-filled';
235
319
  data: string;
@@ -258,6 +342,10 @@ export declare const ciPrinterOutlined: {
258
342
  name: 'printer-outlined';
259
343
  data: string;
260
344
  };
345
+ export declare const ciProfileBoxOutlined: {
346
+ name: 'profile-box-outlined';
347
+ data: string;
348
+ };
261
349
  export declare const ciProfilesFilled: {
262
350
  name: 'profiles-filled';
263
351
  data: string;
@@ -306,6 +394,14 @@ export declare const ciSignalOutlined: {
306
394
  name: 'signal-outlined';
307
395
  data: string;
308
396
  };
397
+ export declare const ciSlack: {
398
+ name: 'slack';
399
+ data: string;
400
+ };
401
+ export declare const ciSmile: {
402
+ name: 'smile';
403
+ data: string;
404
+ };
309
405
  export declare const ciSparkleFilled: {
310
406
  name: 'sparkle-filled';
311
407
  data: string;
@@ -314,6 +410,14 @@ export declare const ciSparkleOutlined: {
314
410
  name: 'sparkle-outlined';
315
411
  data: string;
316
412
  };
413
+ export declare const ciStarCircleFilled: {
414
+ name: 'star-circle-filled';
415
+ data: string;
416
+ };
417
+ export declare const ciStarCircleOutlined: {
418
+ name: 'star-circle-outlined';
419
+ data: string;
420
+ };
317
421
  export declare const ciStickerFilled: {
318
422
  name: 'sticker-filled';
319
423
  data: string;
@@ -330,8 +434,8 @@ export declare const ciThumbsUpOutlined: {
330
434
  name: 'thumbs-up-outlined';
331
435
  data: string;
332
436
  };
333
- export declare const ciTimelineOutlined: {
334
- name: 'timeline-outlined';
437
+ export declare const ciTranslateOutlined: {
438
+ name: 'translate-outlined';
335
439
  data: string;
336
440
  };
337
441
  export declare const ciTrashFilled: {
@@ -342,6 +446,10 @@ export declare const ciTrashOutlined: {
342
446
  name: 'trash-outlined';
343
447
  data: string;
344
448
  };
449
+ export declare const ciUploadOutlined: {
450
+ name: 'upload-outlined';
451
+ data: string;
452
+ };
345
453
  export declare const ciVideoCameraFilled: {
346
454
  name: 'video-camera-filled';
347
455
  data: string;
@@ -350,20 +458,24 @@ export declare const ciVideoCameraOutlined: {
350
458
  name: 'video-camera-outlined';
351
459
  data: string;
352
460
  };
353
- export declare const ciAppleSafari: {
354
- name: 'apple-safari';
461
+ export declare const ciWriteOutlined: {
462
+ name: 'write-outlined';
355
463
  data: string;
356
464
  };
357
- export declare const ciEdge: {
358
- name: 'edge';
465
+ export declare const ciAppleSafari: {
466
+ name: 'apple-safari';
359
467
  data: string;
360
468
  };
361
469
  export declare const ciFacebook: {
362
470
  name: 'facebook';
363
471
  data: string;
364
472
  };
365
- export declare const ciFirefox: {
366
- name: 'firefox';
473
+ export declare const ciFeedFilled: {
474
+ name: 'feed-filled';
475
+ data: string;
476
+ };
477
+ export declare const ciFeedOutlined: {
478
+ name: 'feed-outlined';
367
479
  data: string;
368
480
  };
369
481
  export declare const ciGoogleCalendar: {
@@ -406,14 +518,14 @@ export declare const ciInstagram: {
406
518
  name: 'instagram';
407
519
  data: string;
408
520
  };
409
- export declare const ciLaunch: {
410
- name: 'launch';
411
- data: string;
412
- };
413
521
  export declare const ciLinkedin: {
414
522
  name: 'linkedin';
415
523
  data: string;
416
524
  };
525
+ export declare const ciMicrosoftEdge: {
526
+ name: 'microsoft-edge';
527
+ data: string;
528
+ };
417
529
  export declare const ciMicrosoftExcel: {
418
530
  name: 'microsoft-excel';
419
531
  data: string;
@@ -434,6 +546,10 @@ export declare const ciMicrosoftPowerpoint: {
434
546
  name: 'microsoft-powerpoint';
435
547
  data: string;
436
548
  };
549
+ export declare const ciMicrosoftSharepoint: {
550
+ name: 'microsoft-sharepoint';
551
+ data: string;
552
+ };
437
553
  export declare const ciMicrosoftWord: {
438
554
  name: 'microsoft-word';
439
555
  data: string;
@@ -442,12 +558,16 @@ export declare const ciMicrosoft: {
442
558
  name: 'microsoft';
443
559
  data: string;
444
560
  };
445
- export declare const ciPages: {
446
- name: 'pages';
561
+ export declare const ciMozillaFirefox: {
562
+ name: 'mozilla-firefox';
447
563
  data: string;
448
564
  };
449
- export declare const ciSharepoint: {
450
- name: 'sharepoint';
565
+ export declare const ciStreamFilled: {
566
+ name: 'stream-filled';
567
+ data: string;
568
+ };
569
+ export declare const ciStreamOutlined: {
570
+ name: 'stream-outlined';
451
571
  data: string;
452
572
  };
453
573
  export declare const ciTwitter: {
@@ -462,7 +582,7 @@ export declare const ciXing: {
462
582
  name: 'xing';
463
583
  data: string;
464
584
  };
465
- export declare type coyoIcon = '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'article-filled' | 'article-outlined' | 'bar-chart-outlined' | 'bell-check-outlined' | 'bell-dot-filled' | 'bell-dot-outlined' | 'bell-filled' | 'bell-outlined' | 'bell-plus-outlined' | 'bell-ringing-filled' | 'bell-ringing-outlined' | 'book-filled' | 'book-outlined' | 'bookmark-check-outlined' | 'bookmark-filled' | 'bookmark-outlined' | 'bookmark-plus-outlined' | 'chat-filled' | 'chat-outlined' | 'check-circle-filled' | 'check-circle-outlined' | 'check-outlined' | 'chevron-down-outlined' | 'chevron-left-outlined' | 'chevron-right-outlined' | 'chevron-up-outlined' | 'clock-filled' | 'clock-outlined' | 'communities-filled' | 'communities-outlined' | 'content-filled' | 'content-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'events-filled' | 'events-outlined' | 'folder-outlined' | 'hashtag-outlined' | 'home-filled' | 'home-outlined' | 'layers-filled' | 'layers-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'menu-outlined' | 'photo-filled' | 'photo-outlined' | 'plus-circle-filled' | 'plus-circle-outlined' | 'plus-outlined' | 'plus-square-filled' | 'plus-square-outlined' | 'printer-filled' | 'printer-outlined' | 'profiles-filled' | 'profiles-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'search-filled' | 'search-outlined' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'sparkle-filled' | 'sparkle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'timeline-outlined' | 'trash-filled' | 'trash-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'apple-safari' | 'edge' | 'facebook' | 'firefox' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-share' | 'haiilo-stories' | 'instagram' | 'launch' | 'linkedin' | 'microsoft-excel' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-word' | 'microsoft' | 'pages' | 'sharepoint' | 'twitter' | 'wechat' | 'xing';
585
+ export declare type coyoIcon = '16-chevron-down' | '16-chevron-left' | '16-chevron-right' | '16-chevron-up' | 'arrow-down-outlined' | 'arrow-left-outlined' | 'arrow-right-outlined' | 'arrow-up-outlined' | 'article-filled' | 'article-outlined' | 'bar-chart-outlined' | 'bell-check-outlined' | 'bell-dot-filled' | 'bell-dot-outlined' | 'bell-filled' | 'bell-outlined' | 'bell-plus-outlined' | 'bell-ringing-filled' | 'bell-ringing-outlined' | 'book-filled' | 'book-outlined' | 'bookmark-check-outlined' | 'bookmark-filled' | 'bookmark-outlined' | 'bookmark-plus-outlined' | 'chat-filled' | 'chat-outlined' | 'check-circle-filled' | 'check-circle-outlined' | 'check-outlined' | 'chevron-down-outlined' | 'chevron-left-outlined' | 'chevron-right-outlined' | 'chevron-up-outlined' | 'clock-filled' | 'clock-outlined' | 'communities-filled' | 'communities-outlined' | 'content-filled' | 'content-outlined' | 'copy-outlined' | 'cross-circle-filled' | 'cross-circle-outlined' | 'cross-outlined' | 'cross-square-filled' | 'cross-square-outlined' | 'download-outlined' | 'earth-outlined' | 'events-filled' | 'events-outlined' | 'folder-minus-outlined' | 'folder-outlined' | 'folder-plus-outlined' | 'globe-outlined' | 'group-outlined' | 'hashtag-outlined' | 'home-filled' | 'home-outlined' | 'layers-filled' | 'layers-outlined' | 'likes-circle-filled' | 'link-outlined' | 'lock-filled' | 'lock-open-filled' | 'lock-open-outlined' | 'lock-outlined' | 'marketplace-filled' | 'marketplace-outlined' | 'megaphone-filled' | 'megaphone-outlined' | 'menu-outlined' | 'microsoft-teams' | 'microsoft-yammer' | 'paperclip-box-outlined' | 'paperclip-outlined' | 'photo-add-outlined' | 'photo-filled' | 'photo-outlined' | 'photo-remove-outlined' | 'plus-circle-filled' | 'plus-circle-outlined' | 'plus-outlined' | 'plus-square-filled' | 'plus-square-outlined' | 'printer-filled' | 'printer-outlined' | 'profile-box-outlined' | 'profiles-filled' | 'profiles-outlined' | 'reading-glasses-filled' | 'reading-glasses-outlined' | 'search-filled' | 'search-outlined' | 'settings-outlined' | 'share-filled' | 'share-outlined' | 'sign-in-outlined' | 'sign-out-outlined' | 'signal-outlined' | 'slack' | 'smile' | 'sparkle-filled' | 'sparkle-outlined' | 'star-circle-filled' | 'star-circle-outlined' | 'sticker-filled' | 'sticker-outlined' | 'thumbs-up-filled' | 'thumbs-up-outlined' | 'translate-outlined' | 'trash-filled' | 'trash-outlined' | 'upload-outlined' | 'video-camera-filled' | 'video-camera-outlined' | 'write-outlined' | 'apple-safari' | 'facebook' | 'feed-filled' | 'feed-outlined' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-share' | 'haiilo-stories' | 'instagram' | 'linkedin' | 'microsoft-edge' | 'microsoft-excel' | 'microsoft-onenote' | 'microsoft-outlook' | 'microsoft-planner' | 'microsoft-powerpoint' | 'microsoft-sharepoint' | 'microsoft-word' | 'microsoft' | 'mozilla-firefox' | 'stream-filled' | 'stream-outlined' | 'twitter' | 'wechat' | 'xing';
466
586
  export interface CoyoIcon {
467
587
  name: coyoIcon;
468
588
  data: string;
@@ -588,6 +708,9 @@ export declare const completeIconSet: ({
588
708
  } | {
589
709
  name: 'content-outlined';
590
710
  data: string;
711
+ } | {
712
+ name: 'copy-outlined';
713
+ data: string;
591
714
  } | {
592
715
  name: 'cross-circle-filled';
593
716
  data: string;
@@ -603,15 +726,33 @@ export declare const completeIconSet: ({
603
726
  } | {
604
727
  name: 'cross-square-outlined';
605
728
  data: string;
729
+ } | {
730
+ name: 'download-outlined';
731
+ data: string;
732
+ } | {
733
+ name: 'earth-outlined';
734
+ data: string;
606
735
  } | {
607
736
  name: 'events-filled';
608
737
  data: string;
609
738
  } | {
610
739
  name: 'events-outlined';
611
740
  data: string;
741
+ } | {
742
+ name: 'folder-minus-outlined';
743
+ data: string;
612
744
  } | {
613
745
  name: 'folder-outlined';
614
746
  data: string;
747
+ } | {
748
+ name: 'folder-plus-outlined';
749
+ data: string;
750
+ } | {
751
+ name: 'globe-outlined';
752
+ data: string;
753
+ } | {
754
+ name: 'group-outlined';
755
+ data: string;
615
756
  } | {
616
757
  name: 'hashtag-outlined';
617
758
  data: string;
@@ -627,21 +768,63 @@ export declare const completeIconSet: ({
627
768
  } | {
628
769
  name: 'layers-outlined';
629
770
  data: string;
771
+ } | {
772
+ name: 'likes-circle-filled';
773
+ data: string;
774
+ } | {
775
+ name: 'link-outlined';
776
+ data: string;
777
+ } | {
778
+ name: 'lock-filled';
779
+ data: string;
780
+ } | {
781
+ name: 'lock-open-filled';
782
+ data: string;
783
+ } | {
784
+ name: 'lock-open-outlined';
785
+ data: string;
786
+ } | {
787
+ name: 'lock-outlined';
788
+ data: string;
630
789
  } | {
631
790
  name: 'marketplace-filled';
632
791
  data: string;
633
792
  } | {
634
793
  name: 'marketplace-outlined';
635
794
  data: string;
795
+ } | {
796
+ name: 'megaphone-filled';
797
+ data: string;
798
+ } | {
799
+ name: 'megaphone-outlined';
800
+ data: string;
636
801
  } | {
637
802
  name: 'menu-outlined';
638
803
  data: string;
804
+ } | {
805
+ name: 'microsoft-teams';
806
+ data: string;
807
+ } | {
808
+ name: 'microsoft-yammer';
809
+ data: string;
810
+ } | {
811
+ name: 'paperclip-box-outlined';
812
+ data: string;
813
+ } | {
814
+ name: 'paperclip-outlined';
815
+ data: string;
816
+ } | {
817
+ name: 'photo-add-outlined';
818
+ data: string;
639
819
  } | {
640
820
  name: 'photo-filled';
641
821
  data: string;
642
822
  } | {
643
823
  name: 'photo-outlined';
644
824
  data: string;
825
+ } | {
826
+ name: 'photo-remove-outlined';
827
+ data: string;
645
828
  } | {
646
829
  name: 'plus-circle-filled';
647
830
  data: string;
@@ -663,6 +846,9 @@ export declare const completeIconSet: ({
663
846
  } | {
664
847
  name: 'printer-outlined';
665
848
  data: string;
849
+ } | {
850
+ name: 'profile-box-outlined';
851
+ data: string;
666
852
  } | {
667
853
  name: 'profiles-filled';
668
854
  data: string;
@@ -699,12 +885,24 @@ export declare const completeIconSet: ({
699
885
  } | {
700
886
  name: 'signal-outlined';
701
887
  data: string;
888
+ } | {
889
+ name: 'slack';
890
+ data: string;
891
+ } | {
892
+ name: 'smile';
893
+ data: string;
702
894
  } | {
703
895
  name: 'sparkle-filled';
704
896
  data: string;
705
897
  } | {
706
898
  name: 'sparkle-outlined';
707
899
  data: string;
900
+ } | {
901
+ name: 'star-circle-filled';
902
+ data: string;
903
+ } | {
904
+ name: 'star-circle-outlined';
905
+ data: string;
708
906
  } | {
709
907
  name: 'sticker-filled';
710
908
  data: string;
@@ -718,7 +916,7 @@ export declare const completeIconSet: ({
718
916
  name: 'thumbs-up-outlined';
719
917
  data: string;
720
918
  } | {
721
- name: 'timeline-outlined';
919
+ name: 'translate-outlined';
722
920
  data: string;
723
921
  } | {
724
922
  name: 'trash-filled';
@@ -726,6 +924,9 @@ export declare const completeIconSet: ({
726
924
  } | {
727
925
  name: 'trash-outlined';
728
926
  data: string;
927
+ } | {
928
+ name: 'upload-outlined';
929
+ data: string;
729
930
  } | {
730
931
  name: 'video-camera-filled';
731
932
  data: string;
@@ -733,16 +934,19 @@ export declare const completeIconSet: ({
733
934
  name: 'video-camera-outlined';
734
935
  data: string;
735
936
  } | {
736
- name: 'apple-safari';
937
+ name: 'write-outlined';
737
938
  data: string;
738
939
  } | {
739
- name: 'edge';
940
+ name: 'apple-safari';
740
941
  data: string;
741
942
  } | {
742
943
  name: 'facebook';
743
944
  data: string;
744
945
  } | {
745
- name: 'firefox';
946
+ name: 'feed-filled';
947
+ data: string;
948
+ } | {
949
+ name: 'feed-outlined';
746
950
  data: string;
747
951
  } | {
748
952
  name: 'google-calendar';
@@ -775,10 +979,10 @@ export declare const completeIconSet: ({
775
979
  name: 'instagram';
776
980
  data: string;
777
981
  } | {
778
- name: 'launch';
982
+ name: 'linkedin';
779
983
  data: string;
780
984
  } | {
781
- name: 'linkedin';
985
+ name: 'microsoft-edge';
782
986
  data: string;
783
987
  } | {
784
988
  name: 'microsoft-excel';
@@ -795,6 +999,9 @@ export declare const completeIconSet: ({
795
999
  } | {
796
1000
  name: 'microsoft-powerpoint';
797
1001
  data: string;
1002
+ } | {
1003
+ name: 'microsoft-sharepoint';
1004
+ data: string;
798
1005
  } | {
799
1006
  name: 'microsoft-word';
800
1007
  data: string;
@@ -802,10 +1009,13 @@ export declare const completeIconSet: ({
802
1009
  name: 'microsoft';
803
1010
  data: string;
804
1011
  } | {
805
- name: 'pages';
1012
+ name: 'mozilla-firefox';
1013
+ data: string;
1014
+ } | {
1015
+ name: 'stream-filled';
806
1016
  data: string;
807
1017
  } | {
808
- name: 'sharepoint';
1018
+ name: 'stream-outlined';
809
1019
  data: string;
810
1020
  } | {
811
1021
  name: 'twitter';