@haiilo/catalyst-icons 0.1.5 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/dist/js/icons.constants.d.ts +284 -25
  4. package/dist/js/icons.constants.js +217 -32
  5. package/dist/js/icons.object.d.ts +2 -116
  6. package/dist/js/icons.object.js +49 -12
  7. package/dist/style/sprite.css.css +472 -139
  8. package/dist/style/sprite.css.less +472 -139
  9. package/dist/style/sprite.css.scss +472 -139
  10. package/dist/style/sprite.view.css +472 -139
  11. package/dist/style/sprite.view.less +472 -139
  12. package/dist/style/sprite.view.scss +472 -139
  13. package/dist/svg/sprite.css.svg +1 -1
  14. package/dist/svg/sprite.defs.svg +1 -1
  15. package/dist/svg/sprite.stack.svg +1 -1
  16. package/dist/svg/sprite.symbol.svg +1 -1
  17. package/dist/svg/sprite.view.svg +1 -1
  18. package/package.json +15 -8
  19. package/tmp/assets/copy-outlined.svg +1 -0
  20. package/tmp/assets/download-outlined.svg +1 -0
  21. package/tmp/assets/earth-outlined.svg +1 -0
  22. package/tmp/assets/feed-filled.svg +1 -0
  23. package/tmp/assets/feed-outlined.svg +1 -0
  24. package/tmp/assets/fingerprint-outlined.svg +1 -0
  25. package/tmp/assets/folder-minus-outlined.svg +1 -0
  26. package/tmp/assets/folder-plus-outlined.svg +1 -0
  27. package/tmp/assets/gift-outlined.svg +1 -0
  28. package/tmp/assets/globe-outlined.svg +1 -0
  29. package/tmp/assets/google-calendar.svg +1 -8
  30. package/tmp/assets/google-mail.svg +13 -48
  31. package/tmp/assets/gradient-outlined.svg +1 -0
  32. package/tmp/assets/group-outlined.svg +1 -0
  33. package/tmp/assets/haiilo-home.svg +1 -3
  34. package/tmp/assets/haiilo-insights.svg +1 -3
  35. package/tmp/assets/haiilo-outlined.svg +1 -0
  36. package/tmp/assets/haiilo-share.svg +1 -3
  37. package/tmp/assets/haiilo-stories.svg +1 -3
  38. package/tmp/assets/likes-circle-filled.svg +1 -0
  39. package/tmp/assets/link-outlined.svg +1 -0
  40. package/tmp/assets/lock-filled.svg +1 -0
  41. package/tmp/assets/lock-open-filled.svg +1 -0
  42. package/tmp/assets/lock-open-outlined.svg +1 -0
  43. package/tmp/assets/lock-outlined.svg +1 -0
  44. package/tmp/assets/mail-open-outlined.svg +1 -0
  45. package/tmp/assets/mail-outlined.svg +1 -0
  46. package/tmp/assets/megaphone-filled.svg +1 -0
  47. package/tmp/assets/megaphone-outlined.svg +1 -0
  48. package/tmp/assets/{edge.svg → microsoft-edge.svg} +0 -0
  49. package/tmp/assets/{sharepoint.svg → microsoft-sharepoint.svg} +0 -0
  50. package/tmp/assets/microsoft-teams.svg +1 -0
  51. package/tmp/assets/microsoft-yammer.svg +1 -0
  52. package/tmp/assets/mozilla-firefox.svg +1 -0
  53. package/tmp/assets/paperclip-box-outlined.svg +1 -0
  54. package/tmp/assets/paperclip-outlined.svg +1 -0
  55. package/tmp/assets/photo-add-outlined.svg +1 -0
  56. package/tmp/assets/photo-remove-outlined.svg +1 -0
  57. package/tmp/assets/profile-box-outlined.svg +1 -0
  58. package/tmp/assets/profile-circle-outlined.svg +1 -0
  59. package/tmp/assets/slack.svg +1 -0
  60. package/tmp/assets/smile.svg +1 -0
  61. package/tmp/assets/star-circle-filled.svg +1 -0
  62. package/tmp/assets/star-circle-outlined.svg +1 -0
  63. package/tmp/assets/{timeline-outlined.svg → stream-filled.svg} +1 -1
  64. package/tmp/assets/stream-outlined.svg +1 -0
  65. package/tmp/assets/translate-outlined.svg +1 -0
  66. package/tmp/assets/upload-outlined.svg +1 -0
  67. package/tmp/assets/write-outlined.svg +1 -0
  68. package/tmp/assets/firefox.svg +0 -66
  69. package/tmp/assets/launch.svg +0 -3
  70. package/tmp/assets/pages.svg +0 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2018
3
+ Copyright (c) 2022 Haiilo
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Catalyst: Icons
1
+ # Haiilo SVG Icons
2
2
 
3
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
4
 
@@ -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,34 @@ 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 ciGiftOutlined: {
214
+ name: 'gift-outlined';
215
+ data: string;
216
+ };
217
+ export declare const ciGlobeOutlined: {
218
+ name: 'globe-outlined';
219
+ data: string;
220
+ };
221
+ export declare const ciGradientOutlined: {
222
+ name: 'gradient-outlined';
223
+ data: string;
224
+ };
225
+ export declare const ciGroupOutlined: {
226
+ name: 'group-outlined';
227
+ data: string;
228
+ };
193
229
  export declare const ciHashtagOutlined: {
194
230
  name: 'hashtag-outlined';
195
231
  data: string;
@@ -210,6 +246,30 @@ export declare const ciLayersOutlined: {
210
246
  name: 'layers-outlined';
211
247
  data: string;
212
248
  };
249
+ export declare const ciLikesCircleFilled: {
250
+ name: 'likes-circle-filled';
251
+ data: string;
252
+ };
253
+ export declare const ciLinkOutlined: {
254
+ name: 'link-outlined';
255
+ data: string;
256
+ };
257
+ export declare const ciLockFilled: {
258
+ name: 'lock-filled';
259
+ data: string;
260
+ };
261
+ export declare const ciLockOpenFilled: {
262
+ name: 'lock-open-filled';
263
+ data: string;
264
+ };
265
+ export declare const ciLockOpenOutlined: {
266
+ name: 'lock-open-outlined';
267
+ data: string;
268
+ };
269
+ export declare const ciLockOutlined: {
270
+ name: 'lock-outlined';
271
+ data: string;
272
+ };
213
273
  export declare const ciMarketplaceFilled: {
214
274
  name: 'marketplace-filled';
215
275
  data: string;
@@ -218,10 +278,38 @@ export declare const ciMarketplaceOutlined: {
218
278
  name: 'marketplace-outlined';
219
279
  data: string;
220
280
  };
281
+ export declare const ciMegaphoneFilled: {
282
+ name: 'megaphone-filled';
283
+ data: string;
284
+ };
285
+ export declare const ciMegaphoneOutlined: {
286
+ name: 'megaphone-outlined';
287
+ data: string;
288
+ };
221
289
  export declare const ciMenuOutlined: {
222
290
  name: 'menu-outlined';
223
291
  data: string;
224
292
  };
293
+ export declare const ciMicrosoftTeams: {
294
+ name: 'microsoft-teams';
295
+ data: string;
296
+ };
297
+ export declare const ciMicrosoftYammer: {
298
+ name: 'microsoft-yammer';
299
+ data: string;
300
+ };
301
+ export declare const ciPaperclipBoxOutlined: {
302
+ name: 'paperclip-box-outlined';
303
+ data: string;
304
+ };
305
+ export declare const ciPaperclipOutlined: {
306
+ name: 'paperclip-outlined';
307
+ data: string;
308
+ };
309
+ export declare const ciPhotoAddOutlined: {
310
+ name: 'photo-add-outlined';
311
+ data: string;
312
+ };
225
313
  export declare const ciPhotoFilled: {
226
314
  name: 'photo-filled';
227
315
  data: string;
@@ -230,6 +318,10 @@ export declare const ciPhotoOutlined: {
230
318
  name: 'photo-outlined';
231
319
  data: string;
232
320
  };
321
+ export declare const ciPhotoRemoveOutlined: {
322
+ name: 'photo-remove-outlined';
323
+ data: string;
324
+ };
233
325
  export declare const ciPlusCircleFilled: {
234
326
  name: 'plus-circle-filled';
235
327
  data: string;
@@ -258,6 +350,14 @@ export declare const ciPrinterOutlined: {
258
350
  name: 'printer-outlined';
259
351
  data: string;
260
352
  };
353
+ export declare const ciProfileBoxOutlined: {
354
+ name: 'profile-box-outlined';
355
+ data: string;
356
+ };
357
+ export declare const ciProfileCircleOutlined: {
358
+ name: 'profile-circle-outlined';
359
+ data: string;
360
+ };
261
361
  export declare const ciProfilesFilled: {
262
362
  name: 'profiles-filled';
263
363
  data: string;
@@ -306,6 +406,14 @@ export declare const ciSignalOutlined: {
306
406
  name: 'signal-outlined';
307
407
  data: string;
308
408
  };
409
+ export declare const ciSlack: {
410
+ name: 'slack';
411
+ data: string;
412
+ };
413
+ export declare const ciSmile: {
414
+ name: 'smile';
415
+ data: string;
416
+ };
309
417
  export declare const ciSparkleFilled: {
310
418
  name: 'sparkle-filled';
311
419
  data: string;
@@ -314,6 +422,14 @@ export declare const ciSparkleOutlined: {
314
422
  name: 'sparkle-outlined';
315
423
  data: string;
316
424
  };
425
+ export declare const ciStarCircleFilled: {
426
+ name: 'star-circle-filled';
427
+ data: string;
428
+ };
429
+ export declare const ciStarCircleOutlined: {
430
+ name: 'star-circle-outlined';
431
+ data: string;
432
+ };
317
433
  export declare const ciStickerFilled: {
318
434
  name: 'sticker-filled';
319
435
  data: string;
@@ -330,8 +446,8 @@ export declare const ciThumbsUpOutlined: {
330
446
  name: 'thumbs-up-outlined';
331
447
  data: string;
332
448
  };
333
- export declare const ciTimelineOutlined: {
334
- name: 'timeline-outlined';
449
+ export declare const ciTranslateOutlined: {
450
+ name: 'translate-outlined';
335
451
  data: string;
336
452
  };
337
453
  export declare const ciTrashFilled: {
@@ -342,6 +458,10 @@ export declare const ciTrashOutlined: {
342
458
  name: 'trash-outlined';
343
459
  data: string;
344
460
  };
461
+ export declare const ciUploadOutlined: {
462
+ name: 'upload-outlined';
463
+ data: string;
464
+ };
345
465
  export declare const ciVideoCameraFilled: {
346
466
  name: 'video-camera-filled';
347
467
  data: string;
@@ -350,20 +470,28 @@ export declare const ciVideoCameraOutlined: {
350
470
  name: 'video-camera-outlined';
351
471
  data: string;
352
472
  };
353
- export declare const ciAppleSafari: {
354
- name: 'apple-safari';
473
+ export declare const ciWriteOutlined: {
474
+ name: 'write-outlined';
355
475
  data: string;
356
476
  };
357
- export declare const ciEdge: {
358
- name: 'edge';
477
+ export declare const ciAppleSafari: {
478
+ name: 'apple-safari';
359
479
  data: string;
360
480
  };
361
481
  export declare const ciFacebook: {
362
482
  name: 'facebook';
363
483
  data: string;
364
484
  };
365
- export declare const ciFirefox: {
366
- name: 'firefox';
485
+ export declare const ciFeedFilled: {
486
+ name: 'feed-filled';
487
+ data: string;
488
+ };
489
+ export declare const ciFeedOutlined: {
490
+ name: 'feed-outlined';
491
+ data: string;
492
+ };
493
+ export declare const ciFingerprintOutlined: {
494
+ name: 'fingerprint-outlined';
367
495
  data: string;
368
496
  };
369
497
  export declare const ciGoogleCalendar: {
@@ -394,6 +522,10 @@ export declare const ciHaiiloInsights: {
394
522
  name: 'haiilo-insights';
395
523
  data: string;
396
524
  };
525
+ export declare const ciHaiiloOutlined: {
526
+ name: 'haiilo-outlined';
527
+ data: string;
528
+ };
397
529
  export declare const ciHaiiloShare: {
398
530
  name: 'haiilo-share';
399
531
  data: string;
@@ -406,14 +538,22 @@ export declare const ciInstagram: {
406
538
  name: 'instagram';
407
539
  data: string;
408
540
  };
409
- export declare const ciLaunch: {
410
- name: 'launch';
411
- data: string;
412
- };
413
541
  export declare const ciLinkedin: {
414
542
  name: 'linkedin';
415
543
  data: string;
416
544
  };
545
+ export declare const ciMailOpenOutlined: {
546
+ name: 'mail-open-outlined';
547
+ data: string;
548
+ };
549
+ export declare const ciMailOutlined: {
550
+ name: 'mail-outlined';
551
+ data: string;
552
+ };
553
+ export declare const ciMicrosoftEdge: {
554
+ name: 'microsoft-edge';
555
+ data: string;
556
+ };
417
557
  export declare const ciMicrosoftExcel: {
418
558
  name: 'microsoft-excel';
419
559
  data: string;
@@ -434,6 +574,10 @@ export declare const ciMicrosoftPowerpoint: {
434
574
  name: 'microsoft-powerpoint';
435
575
  data: string;
436
576
  };
577
+ export declare const ciMicrosoftSharepoint: {
578
+ name: 'microsoft-sharepoint';
579
+ data: string;
580
+ };
437
581
  export declare const ciMicrosoftWord: {
438
582
  name: 'microsoft-word';
439
583
  data: string;
@@ -442,12 +586,16 @@ export declare const ciMicrosoft: {
442
586
  name: 'microsoft';
443
587
  data: string;
444
588
  };
445
- export declare const ciPages: {
446
- name: 'pages';
589
+ export declare const ciMozillaFirefox: {
590
+ name: 'mozilla-firefox';
447
591
  data: string;
448
592
  };
449
- export declare const ciSharepoint: {
450
- name: 'sharepoint';
593
+ export declare const ciStreamFilled: {
594
+ name: 'stream-filled';
595
+ data: string;
596
+ };
597
+ export declare const ciStreamOutlined: {
598
+ name: 'stream-outlined';
451
599
  data: string;
452
600
  };
453
601
  export declare const ciTwitter: {
@@ -462,7 +610,7 @@ export declare const ciXing: {
462
610
  name: 'xing';
463
611
  data: string;
464
612
  };
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';
613
+ 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' | 'gift-outlined' | 'globe-outlined' | 'gradient-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' | 'profile-circle-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' | 'fingerprint-outlined' | 'google-calendar' | 'google-chrome' | 'google-drive' | 'google-mail' | 'google' | 'haiilo-home' | 'haiilo-insights' | 'haiilo-outlined' | 'haiilo-share' | 'haiilo-stories' | 'instagram' | 'linkedin' | 'mail-open-outlined' | 'mail-outlined' | '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
614
  export interface CoyoIcon {
467
615
  name: coyoIcon;
468
616
  data: string;
@@ -588,6 +736,9 @@ export declare const completeIconSet: ({
588
736
  } | {
589
737
  name: 'content-outlined';
590
738
  data: string;
739
+ } | {
740
+ name: 'copy-outlined';
741
+ data: string;
591
742
  } | {
592
743
  name: 'cross-circle-filled';
593
744
  data: string;
@@ -603,15 +754,39 @@ export declare const completeIconSet: ({
603
754
  } | {
604
755
  name: 'cross-square-outlined';
605
756
  data: string;
757
+ } | {
758
+ name: 'download-outlined';
759
+ data: string;
760
+ } | {
761
+ name: 'earth-outlined';
762
+ data: string;
606
763
  } | {
607
764
  name: 'events-filled';
608
765
  data: string;
609
766
  } | {
610
767
  name: 'events-outlined';
611
768
  data: string;
769
+ } | {
770
+ name: 'folder-minus-outlined';
771
+ data: string;
612
772
  } | {
613
773
  name: 'folder-outlined';
614
774
  data: string;
775
+ } | {
776
+ name: 'folder-plus-outlined';
777
+ data: string;
778
+ } | {
779
+ name: 'gift-outlined';
780
+ data: string;
781
+ } | {
782
+ name: 'globe-outlined';
783
+ data: string;
784
+ } | {
785
+ name: 'gradient-outlined';
786
+ data: string;
787
+ } | {
788
+ name: 'group-outlined';
789
+ data: string;
615
790
  } | {
616
791
  name: 'hashtag-outlined';
617
792
  data: string;
@@ -627,21 +802,63 @@ export declare const completeIconSet: ({
627
802
  } | {
628
803
  name: 'layers-outlined';
629
804
  data: string;
805
+ } | {
806
+ name: 'likes-circle-filled';
807
+ data: string;
808
+ } | {
809
+ name: 'link-outlined';
810
+ data: string;
811
+ } | {
812
+ name: 'lock-filled';
813
+ data: string;
814
+ } | {
815
+ name: 'lock-open-filled';
816
+ data: string;
817
+ } | {
818
+ name: 'lock-open-outlined';
819
+ data: string;
820
+ } | {
821
+ name: 'lock-outlined';
822
+ data: string;
630
823
  } | {
631
824
  name: 'marketplace-filled';
632
825
  data: string;
633
826
  } | {
634
827
  name: 'marketplace-outlined';
635
828
  data: string;
829
+ } | {
830
+ name: 'megaphone-filled';
831
+ data: string;
832
+ } | {
833
+ name: 'megaphone-outlined';
834
+ data: string;
636
835
  } | {
637
836
  name: 'menu-outlined';
638
837
  data: string;
838
+ } | {
839
+ name: 'microsoft-teams';
840
+ data: string;
841
+ } | {
842
+ name: 'microsoft-yammer';
843
+ data: string;
844
+ } | {
845
+ name: 'paperclip-box-outlined';
846
+ data: string;
847
+ } | {
848
+ name: 'paperclip-outlined';
849
+ data: string;
850
+ } | {
851
+ name: 'photo-add-outlined';
852
+ data: string;
639
853
  } | {
640
854
  name: 'photo-filled';
641
855
  data: string;
642
856
  } | {
643
857
  name: 'photo-outlined';
644
858
  data: string;
859
+ } | {
860
+ name: 'photo-remove-outlined';
861
+ data: string;
645
862
  } | {
646
863
  name: 'plus-circle-filled';
647
864
  data: string;
@@ -663,6 +880,12 @@ export declare const completeIconSet: ({
663
880
  } | {
664
881
  name: 'printer-outlined';
665
882
  data: string;
883
+ } | {
884
+ name: 'profile-box-outlined';
885
+ data: string;
886
+ } | {
887
+ name: 'profile-circle-outlined';
888
+ data: string;
666
889
  } | {
667
890
  name: 'profiles-filled';
668
891
  data: string;
@@ -699,12 +922,24 @@ export declare const completeIconSet: ({
699
922
  } | {
700
923
  name: 'signal-outlined';
701
924
  data: string;
925
+ } | {
926
+ name: 'slack';
927
+ data: string;
928
+ } | {
929
+ name: 'smile';
930
+ data: string;
702
931
  } | {
703
932
  name: 'sparkle-filled';
704
933
  data: string;
705
934
  } | {
706
935
  name: 'sparkle-outlined';
707
936
  data: string;
937
+ } | {
938
+ name: 'star-circle-filled';
939
+ data: string;
940
+ } | {
941
+ name: 'star-circle-outlined';
942
+ data: string;
708
943
  } | {
709
944
  name: 'sticker-filled';
710
945
  data: string;
@@ -718,7 +953,7 @@ export declare const completeIconSet: ({
718
953
  name: 'thumbs-up-outlined';
719
954
  data: string;
720
955
  } | {
721
- name: 'timeline-outlined';
956
+ name: 'translate-outlined';
722
957
  data: string;
723
958
  } | {
724
959
  name: 'trash-filled';
@@ -726,6 +961,9 @@ export declare const completeIconSet: ({
726
961
  } | {
727
962
  name: 'trash-outlined';
728
963
  data: string;
964
+ } | {
965
+ name: 'upload-outlined';
966
+ data: string;
729
967
  } | {
730
968
  name: 'video-camera-filled';
731
969
  data: string;
@@ -733,16 +971,22 @@ export declare const completeIconSet: ({
733
971
  name: 'video-camera-outlined';
734
972
  data: string;
735
973
  } | {
736
- name: 'apple-safari';
974
+ name: 'write-outlined';
737
975
  data: string;
738
976
  } | {
739
- name: 'edge';
977
+ name: 'apple-safari';
740
978
  data: string;
741
979
  } | {
742
980
  name: 'facebook';
743
981
  data: string;
744
982
  } | {
745
- name: 'firefox';
983
+ name: 'feed-filled';
984
+ data: string;
985
+ } | {
986
+ name: 'feed-outlined';
987
+ data: string;
988
+ } | {
989
+ name: 'fingerprint-outlined';
746
990
  data: string;
747
991
  } | {
748
992
  name: 'google-calendar';
@@ -765,6 +1009,9 @@ export declare const completeIconSet: ({
765
1009
  } | {
766
1010
  name: 'haiilo-insights';
767
1011
  data: string;
1012
+ } | {
1013
+ name: 'haiilo-outlined';
1014
+ data: string;
768
1015
  } | {
769
1016
  name: 'haiilo-share';
770
1017
  data: string;
@@ -775,10 +1022,16 @@ export declare const completeIconSet: ({
775
1022
  name: 'instagram';
776
1023
  data: string;
777
1024
  } | {
778
- name: 'launch';
1025
+ name: 'linkedin';
779
1026
  data: string;
780
1027
  } | {
781
- name: 'linkedin';
1028
+ name: 'mail-open-outlined';
1029
+ data: string;
1030
+ } | {
1031
+ name: 'mail-outlined';
1032
+ data: string;
1033
+ } | {
1034
+ name: 'microsoft-edge';
782
1035
  data: string;
783
1036
  } | {
784
1037
  name: 'microsoft-excel';
@@ -795,6 +1048,9 @@ export declare const completeIconSet: ({
795
1048
  } | {
796
1049
  name: 'microsoft-powerpoint';
797
1050
  data: string;
1051
+ } | {
1052
+ name: 'microsoft-sharepoint';
1053
+ data: string;
798
1054
  } | {
799
1055
  name: 'microsoft-word';
800
1056
  data: string;
@@ -802,10 +1058,13 @@ export declare const completeIconSet: ({
802
1058
  name: 'microsoft';
803
1059
  data: string;
804
1060
  } | {
805
- name: 'pages';
1061
+ name: 'mozilla-firefox';
1062
+ data: string;
1063
+ } | {
1064
+ name: 'stream-filled';
806
1065
  data: string;
807
1066
  } | {
808
- name: 'sharepoint';
1067
+ name: 'stream-outlined';
809
1068
  data: string;
810
1069
  } | {
811
1070
  name: 'twitter';