@haiilo/catalyst-icons 0.1.2 → 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.
- package/dist/js/icons.constants.d.ts +204 -1
- package/dist/js/icons.constants.js +145 -0
- package/dist/js/icons.object.d.ts +2 -117
- package/dist/js/icons.object.js +29 -0
- package/dist/style/sprite.css.css +377 -116
- package/dist/style/sprite.css.less +377 -116
- package/dist/style/sprite.css.scss +377 -116
- package/dist/style/sprite.view.css +377 -116
- package/dist/style/sprite.view.less +377 -116
- package/dist/style/sprite.view.scss +377 -116
- package/dist/svg/sprite.css.svg +1 -1
- package/dist/svg/sprite.defs.svg +1 -1
- package/dist/svg/sprite.stack.svg +1 -1
- package/dist/svg/sprite.symbol.svg +1 -1
- package/dist/svg/sprite.view.svg +1 -1
- package/package.json +1 -1
- package/tmp/assets/copy-outlined.svg +1 -0
- package/tmp/assets/download-outlined.svg +1 -0
- package/tmp/assets/earth-outlined.svg +1 -0
- package/tmp/assets/folder-minus-outlined.svg +1 -0
- package/tmp/assets/folder-plus-outlined.svg +1 -0
- package/tmp/assets/globe-outlined.svg +1 -0
- package/tmp/assets/group-outlined.svg +1 -0
- package/tmp/assets/likes-circle-filled.svg +1 -0
- package/tmp/assets/link-outlined.svg +1 -0
- package/tmp/assets/lock-filled.svg +1 -0
- package/tmp/assets/lock-open-filled.svg +1 -0
- package/tmp/assets/lock-open-outlined.svg +1 -0
- package/tmp/assets/lock-outlined.svg +1 -0
- package/tmp/assets/megaphone-filled.svg +1 -0
- package/tmp/assets/megaphone-outlined.svg +1 -0
- package/tmp/assets/microsoft-teams.svg +1 -0
- package/tmp/assets/microsoft-yammer.svg +1 -0
- package/tmp/assets/paperclip-box-outlined.svg +1 -0
- package/tmp/assets/paperclip-outlined.svg +1 -0
- package/tmp/assets/photo-add-outlined.svg +1 -0
- package/tmp/assets/photo-remove-outlined.svg +1 -0
- package/tmp/assets/profile-box-outlined.svg +1 -0
- package/tmp/assets/slack.svg +1 -0
- package/tmp/assets/smile.svg +1 -0
- package/tmp/assets/star-circle-filled.svg +1 -0
- package/tmp/assets/star-circle-outlined.svg +1 -0
- package/tmp/assets/translate-outlined.svg +1 -0
- package/tmp/assets/upload-outlined.svg +1 -0
- package/tmp/assets/write-outlined.svg +1 -0
|
@@ -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,6 +434,10 @@ export declare const ciThumbsUpOutlined: {
|
|
|
330
434
|
name: 'thumbs-up-outlined';
|
|
331
435
|
data: string;
|
|
332
436
|
};
|
|
437
|
+
export declare const ciTranslateOutlined: {
|
|
438
|
+
name: 'translate-outlined';
|
|
439
|
+
data: string;
|
|
440
|
+
};
|
|
333
441
|
export declare const ciTrashFilled: {
|
|
334
442
|
name: 'trash-filled';
|
|
335
443
|
data: string;
|
|
@@ -338,6 +446,10 @@ export declare const ciTrashOutlined: {
|
|
|
338
446
|
name: 'trash-outlined';
|
|
339
447
|
data: string;
|
|
340
448
|
};
|
|
449
|
+
export declare const ciUploadOutlined: {
|
|
450
|
+
name: 'upload-outlined';
|
|
451
|
+
data: string;
|
|
452
|
+
};
|
|
341
453
|
export declare const ciVideoCameraFilled: {
|
|
342
454
|
name: 'video-camera-filled';
|
|
343
455
|
data: string;
|
|
@@ -346,6 +458,10 @@ export declare const ciVideoCameraOutlined: {
|
|
|
346
458
|
name: 'video-camera-outlined';
|
|
347
459
|
data: string;
|
|
348
460
|
};
|
|
461
|
+
export declare const ciWriteOutlined: {
|
|
462
|
+
name: 'write-outlined';
|
|
463
|
+
data: string;
|
|
464
|
+
};
|
|
349
465
|
export declare const ciAppleSafari: {
|
|
350
466
|
name: 'apple-safari';
|
|
351
467
|
data: string;
|
|
@@ -466,7 +582,7 @@ export declare const ciXing: {
|
|
|
466
582
|
name: 'xing';
|
|
467
583
|
data: string;
|
|
468
584
|
};
|
|
469
|
-
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' | 'trash-filled' | 'trash-outlined' | 'video-camera-filled' | 'video-camera-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';
|
|
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';
|
|
470
586
|
export interface CoyoIcon {
|
|
471
587
|
name: coyoIcon;
|
|
472
588
|
data: string;
|
|
@@ -592,6 +708,9 @@ export declare const completeIconSet: ({
|
|
|
592
708
|
} | {
|
|
593
709
|
name: 'content-outlined';
|
|
594
710
|
data: string;
|
|
711
|
+
} | {
|
|
712
|
+
name: 'copy-outlined';
|
|
713
|
+
data: string;
|
|
595
714
|
} | {
|
|
596
715
|
name: 'cross-circle-filled';
|
|
597
716
|
data: string;
|
|
@@ -607,15 +726,33 @@ export declare const completeIconSet: ({
|
|
|
607
726
|
} | {
|
|
608
727
|
name: 'cross-square-outlined';
|
|
609
728
|
data: string;
|
|
729
|
+
} | {
|
|
730
|
+
name: 'download-outlined';
|
|
731
|
+
data: string;
|
|
732
|
+
} | {
|
|
733
|
+
name: 'earth-outlined';
|
|
734
|
+
data: string;
|
|
610
735
|
} | {
|
|
611
736
|
name: 'events-filled';
|
|
612
737
|
data: string;
|
|
613
738
|
} | {
|
|
614
739
|
name: 'events-outlined';
|
|
615
740
|
data: string;
|
|
741
|
+
} | {
|
|
742
|
+
name: 'folder-minus-outlined';
|
|
743
|
+
data: string;
|
|
616
744
|
} | {
|
|
617
745
|
name: 'folder-outlined';
|
|
618
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;
|
|
619
756
|
} | {
|
|
620
757
|
name: 'hashtag-outlined';
|
|
621
758
|
data: string;
|
|
@@ -631,21 +768,63 @@ export declare const completeIconSet: ({
|
|
|
631
768
|
} | {
|
|
632
769
|
name: 'layers-outlined';
|
|
633
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;
|
|
634
789
|
} | {
|
|
635
790
|
name: 'marketplace-filled';
|
|
636
791
|
data: string;
|
|
637
792
|
} | {
|
|
638
793
|
name: 'marketplace-outlined';
|
|
639
794
|
data: string;
|
|
795
|
+
} | {
|
|
796
|
+
name: 'megaphone-filled';
|
|
797
|
+
data: string;
|
|
798
|
+
} | {
|
|
799
|
+
name: 'megaphone-outlined';
|
|
800
|
+
data: string;
|
|
640
801
|
} | {
|
|
641
802
|
name: 'menu-outlined';
|
|
642
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;
|
|
643
819
|
} | {
|
|
644
820
|
name: 'photo-filled';
|
|
645
821
|
data: string;
|
|
646
822
|
} | {
|
|
647
823
|
name: 'photo-outlined';
|
|
648
824
|
data: string;
|
|
825
|
+
} | {
|
|
826
|
+
name: 'photo-remove-outlined';
|
|
827
|
+
data: string;
|
|
649
828
|
} | {
|
|
650
829
|
name: 'plus-circle-filled';
|
|
651
830
|
data: string;
|
|
@@ -667,6 +846,9 @@ export declare const completeIconSet: ({
|
|
|
667
846
|
} | {
|
|
668
847
|
name: 'printer-outlined';
|
|
669
848
|
data: string;
|
|
849
|
+
} | {
|
|
850
|
+
name: 'profile-box-outlined';
|
|
851
|
+
data: string;
|
|
670
852
|
} | {
|
|
671
853
|
name: 'profiles-filled';
|
|
672
854
|
data: string;
|
|
@@ -703,12 +885,24 @@ export declare const completeIconSet: ({
|
|
|
703
885
|
} | {
|
|
704
886
|
name: 'signal-outlined';
|
|
705
887
|
data: string;
|
|
888
|
+
} | {
|
|
889
|
+
name: 'slack';
|
|
890
|
+
data: string;
|
|
891
|
+
} | {
|
|
892
|
+
name: 'smile';
|
|
893
|
+
data: string;
|
|
706
894
|
} | {
|
|
707
895
|
name: 'sparkle-filled';
|
|
708
896
|
data: string;
|
|
709
897
|
} | {
|
|
710
898
|
name: 'sparkle-outlined';
|
|
711
899
|
data: string;
|
|
900
|
+
} | {
|
|
901
|
+
name: 'star-circle-filled';
|
|
902
|
+
data: string;
|
|
903
|
+
} | {
|
|
904
|
+
name: 'star-circle-outlined';
|
|
905
|
+
data: string;
|
|
712
906
|
} | {
|
|
713
907
|
name: 'sticker-filled';
|
|
714
908
|
data: string;
|
|
@@ -721,18 +915,27 @@ export declare const completeIconSet: ({
|
|
|
721
915
|
} | {
|
|
722
916
|
name: 'thumbs-up-outlined';
|
|
723
917
|
data: string;
|
|
918
|
+
} | {
|
|
919
|
+
name: 'translate-outlined';
|
|
920
|
+
data: string;
|
|
724
921
|
} | {
|
|
725
922
|
name: 'trash-filled';
|
|
726
923
|
data: string;
|
|
727
924
|
} | {
|
|
728
925
|
name: 'trash-outlined';
|
|
729
926
|
data: string;
|
|
927
|
+
} | {
|
|
928
|
+
name: 'upload-outlined';
|
|
929
|
+
data: string;
|
|
730
930
|
} | {
|
|
731
931
|
name: 'video-camera-filled';
|
|
732
932
|
data: string;
|
|
733
933
|
} | {
|
|
734
934
|
name: 'video-camera-outlined';
|
|
735
935
|
data: string;
|
|
936
|
+
} | {
|
|
937
|
+
name: 'write-outlined';
|
|
938
|
+
data: string;
|
|
736
939
|
} | {
|
|
737
940
|
name: 'apple-safari';
|
|
738
941
|
data: string;
|