@haiilo/catalyst-icons 0.1.1 → 0.1.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.
- package/dist/js/icons.constants.d.ts +277 -4
- package/dist/js/icons.constants.js +199 -4
- package/dist/js/icons.object.d.ts +2 -114
- package/dist/js/icons.object.js +40 -1
- package/dist/style/sprite.css.css +466 -115
- package/dist/style/sprite.css.less +466 -115
- package/dist/style/sprite.css.scss +466 -115
- package/dist/style/sprite.view.css +466 -115
- package/dist/style/sprite.view.less +466 -115
- package/dist/style/sprite.view.scss +466 -115
- 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/feed-filled.svg +1 -0
- package/tmp/assets/feed-outlined.svg +1 -0
- package/tmp/assets/fingerprint-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/gift-outlined.svg +1 -0
- package/tmp/assets/globe-outlined.svg +1 -0
- package/tmp/assets/gradient-outlined.svg +1 -0
- package/tmp/assets/group-outlined.svg +1 -0
- package/tmp/assets/haiilo-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/mail-open-outlined.svg +1 -0
- package/tmp/assets/mail-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/profile-circle-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/{timeline-outlined.svg → stream-filled.svg} +1 -1
- package/tmp/assets/stream-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,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
|
|
334
|
-
name: '
|
|
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,6 +470,10 @@ export declare const ciVideoCameraOutlined: {
|
|
|
350
470
|
name: 'video-camera-outlined';
|
|
351
471
|
data: string;
|
|
352
472
|
};
|
|
473
|
+
export declare const ciWriteOutlined: {
|
|
474
|
+
name: 'write-outlined';
|
|
475
|
+
data: string;
|
|
476
|
+
};
|
|
353
477
|
export declare const ciAppleSafari: {
|
|
354
478
|
name: 'apple-safari';
|
|
355
479
|
data: string;
|
|
@@ -358,6 +482,18 @@ export declare const ciFacebook: {
|
|
|
358
482
|
name: 'facebook';
|
|
359
483
|
data: string;
|
|
360
484
|
};
|
|
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';
|
|
495
|
+
data: string;
|
|
496
|
+
};
|
|
361
497
|
export declare const ciGoogleCalendar: {
|
|
362
498
|
name: 'google-calendar';
|
|
363
499
|
data: string;
|
|
@@ -386,6 +522,10 @@ export declare const ciHaiiloInsights: {
|
|
|
386
522
|
name: 'haiilo-insights';
|
|
387
523
|
data: string;
|
|
388
524
|
};
|
|
525
|
+
export declare const ciHaiiloOutlined: {
|
|
526
|
+
name: 'haiilo-outlined';
|
|
527
|
+
data: string;
|
|
528
|
+
};
|
|
389
529
|
export declare const ciHaiiloShare: {
|
|
390
530
|
name: 'haiilo-share';
|
|
391
531
|
data: string;
|
|
@@ -402,6 +542,14 @@ export declare const ciLinkedin: {
|
|
|
402
542
|
name: 'linkedin';
|
|
403
543
|
data: string;
|
|
404
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
|
+
};
|
|
405
553
|
export declare const ciMicrosoftEdge: {
|
|
406
554
|
name: 'microsoft-edge';
|
|
407
555
|
data: string;
|
|
@@ -442,6 +590,14 @@ export declare const ciMozillaFirefox: {
|
|
|
442
590
|
name: 'mozilla-firefox';
|
|
443
591
|
data: string;
|
|
444
592
|
};
|
|
593
|
+
export declare const ciStreamFilled: {
|
|
594
|
+
name: 'stream-filled';
|
|
595
|
+
data: string;
|
|
596
|
+
};
|
|
597
|
+
export declare const ciStreamOutlined: {
|
|
598
|
+
name: 'stream-outlined';
|
|
599
|
+
data: string;
|
|
600
|
+
};
|
|
445
601
|
export declare const ciTwitter: {
|
|
446
602
|
name: 'twitter';
|
|
447
603
|
data: string;
|
|
@@ -454,7 +610,7 @@ export declare const ciXing: {
|
|
|
454
610
|
name: 'xing';
|
|
455
611
|
data: string;
|
|
456
612
|
};
|
|
457
|
-
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' | '
|
|
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';
|
|
458
614
|
export interface CoyoIcon {
|
|
459
615
|
name: coyoIcon;
|
|
460
616
|
data: string;
|
|
@@ -580,6 +736,9 @@ export declare const completeIconSet: ({
|
|
|
580
736
|
} | {
|
|
581
737
|
name: 'content-outlined';
|
|
582
738
|
data: string;
|
|
739
|
+
} | {
|
|
740
|
+
name: 'copy-outlined';
|
|
741
|
+
data: string;
|
|
583
742
|
} | {
|
|
584
743
|
name: 'cross-circle-filled';
|
|
585
744
|
data: string;
|
|
@@ -595,15 +754,39 @@ export declare const completeIconSet: ({
|
|
|
595
754
|
} | {
|
|
596
755
|
name: 'cross-square-outlined';
|
|
597
756
|
data: string;
|
|
757
|
+
} | {
|
|
758
|
+
name: 'download-outlined';
|
|
759
|
+
data: string;
|
|
760
|
+
} | {
|
|
761
|
+
name: 'earth-outlined';
|
|
762
|
+
data: string;
|
|
598
763
|
} | {
|
|
599
764
|
name: 'events-filled';
|
|
600
765
|
data: string;
|
|
601
766
|
} | {
|
|
602
767
|
name: 'events-outlined';
|
|
603
768
|
data: string;
|
|
769
|
+
} | {
|
|
770
|
+
name: 'folder-minus-outlined';
|
|
771
|
+
data: string;
|
|
604
772
|
} | {
|
|
605
773
|
name: 'folder-outlined';
|
|
606
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;
|
|
607
790
|
} | {
|
|
608
791
|
name: 'hashtag-outlined';
|
|
609
792
|
data: string;
|
|
@@ -619,21 +802,63 @@ export declare const completeIconSet: ({
|
|
|
619
802
|
} | {
|
|
620
803
|
name: 'layers-outlined';
|
|
621
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;
|
|
622
823
|
} | {
|
|
623
824
|
name: 'marketplace-filled';
|
|
624
825
|
data: string;
|
|
625
826
|
} | {
|
|
626
827
|
name: 'marketplace-outlined';
|
|
627
828
|
data: string;
|
|
829
|
+
} | {
|
|
830
|
+
name: 'megaphone-filled';
|
|
831
|
+
data: string;
|
|
832
|
+
} | {
|
|
833
|
+
name: 'megaphone-outlined';
|
|
834
|
+
data: string;
|
|
628
835
|
} | {
|
|
629
836
|
name: 'menu-outlined';
|
|
630
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;
|
|
631
853
|
} | {
|
|
632
854
|
name: 'photo-filled';
|
|
633
855
|
data: string;
|
|
634
856
|
} | {
|
|
635
857
|
name: 'photo-outlined';
|
|
636
858
|
data: string;
|
|
859
|
+
} | {
|
|
860
|
+
name: 'photo-remove-outlined';
|
|
861
|
+
data: string;
|
|
637
862
|
} | {
|
|
638
863
|
name: 'plus-circle-filled';
|
|
639
864
|
data: string;
|
|
@@ -655,6 +880,12 @@ export declare const completeIconSet: ({
|
|
|
655
880
|
} | {
|
|
656
881
|
name: 'printer-outlined';
|
|
657
882
|
data: string;
|
|
883
|
+
} | {
|
|
884
|
+
name: 'profile-box-outlined';
|
|
885
|
+
data: string;
|
|
886
|
+
} | {
|
|
887
|
+
name: 'profile-circle-outlined';
|
|
888
|
+
data: string;
|
|
658
889
|
} | {
|
|
659
890
|
name: 'profiles-filled';
|
|
660
891
|
data: string;
|
|
@@ -691,12 +922,24 @@ export declare const completeIconSet: ({
|
|
|
691
922
|
} | {
|
|
692
923
|
name: 'signal-outlined';
|
|
693
924
|
data: string;
|
|
925
|
+
} | {
|
|
926
|
+
name: 'slack';
|
|
927
|
+
data: string;
|
|
928
|
+
} | {
|
|
929
|
+
name: 'smile';
|
|
930
|
+
data: string;
|
|
694
931
|
} | {
|
|
695
932
|
name: 'sparkle-filled';
|
|
696
933
|
data: string;
|
|
697
934
|
} | {
|
|
698
935
|
name: 'sparkle-outlined';
|
|
699
936
|
data: string;
|
|
937
|
+
} | {
|
|
938
|
+
name: 'star-circle-filled';
|
|
939
|
+
data: string;
|
|
940
|
+
} | {
|
|
941
|
+
name: 'star-circle-outlined';
|
|
942
|
+
data: string;
|
|
700
943
|
} | {
|
|
701
944
|
name: 'sticker-filled';
|
|
702
945
|
data: string;
|
|
@@ -710,7 +953,7 @@ export declare const completeIconSet: ({
|
|
|
710
953
|
name: 'thumbs-up-outlined';
|
|
711
954
|
data: string;
|
|
712
955
|
} | {
|
|
713
|
-
name: '
|
|
956
|
+
name: 'translate-outlined';
|
|
714
957
|
data: string;
|
|
715
958
|
} | {
|
|
716
959
|
name: 'trash-filled';
|
|
@@ -718,18 +961,33 @@ export declare const completeIconSet: ({
|
|
|
718
961
|
} | {
|
|
719
962
|
name: 'trash-outlined';
|
|
720
963
|
data: string;
|
|
964
|
+
} | {
|
|
965
|
+
name: 'upload-outlined';
|
|
966
|
+
data: string;
|
|
721
967
|
} | {
|
|
722
968
|
name: 'video-camera-filled';
|
|
723
969
|
data: string;
|
|
724
970
|
} | {
|
|
725
971
|
name: 'video-camera-outlined';
|
|
726
972
|
data: string;
|
|
973
|
+
} | {
|
|
974
|
+
name: 'write-outlined';
|
|
975
|
+
data: string;
|
|
727
976
|
} | {
|
|
728
977
|
name: 'apple-safari';
|
|
729
978
|
data: string;
|
|
730
979
|
} | {
|
|
731
980
|
name: 'facebook';
|
|
732
981
|
data: string;
|
|
982
|
+
} | {
|
|
983
|
+
name: 'feed-filled';
|
|
984
|
+
data: string;
|
|
985
|
+
} | {
|
|
986
|
+
name: 'feed-outlined';
|
|
987
|
+
data: string;
|
|
988
|
+
} | {
|
|
989
|
+
name: 'fingerprint-outlined';
|
|
990
|
+
data: string;
|
|
733
991
|
} | {
|
|
734
992
|
name: 'google-calendar';
|
|
735
993
|
data: string;
|
|
@@ -751,6 +1009,9 @@ export declare const completeIconSet: ({
|
|
|
751
1009
|
} | {
|
|
752
1010
|
name: 'haiilo-insights';
|
|
753
1011
|
data: string;
|
|
1012
|
+
} | {
|
|
1013
|
+
name: 'haiilo-outlined';
|
|
1014
|
+
data: string;
|
|
754
1015
|
} | {
|
|
755
1016
|
name: 'haiilo-share';
|
|
756
1017
|
data: string;
|
|
@@ -763,6 +1024,12 @@ export declare const completeIconSet: ({
|
|
|
763
1024
|
} | {
|
|
764
1025
|
name: 'linkedin';
|
|
765
1026
|
data: string;
|
|
1027
|
+
} | {
|
|
1028
|
+
name: 'mail-open-outlined';
|
|
1029
|
+
data: string;
|
|
1030
|
+
} | {
|
|
1031
|
+
name: 'mail-outlined';
|
|
1032
|
+
data: string;
|
|
766
1033
|
} | {
|
|
767
1034
|
name: 'microsoft-edge';
|
|
768
1035
|
data: string;
|
|
@@ -793,6 +1060,12 @@ export declare const completeIconSet: ({
|
|
|
793
1060
|
} | {
|
|
794
1061
|
name: 'mozilla-firefox';
|
|
795
1062
|
data: string;
|
|
1063
|
+
} | {
|
|
1064
|
+
name: 'stream-filled';
|
|
1065
|
+
data: string;
|
|
1066
|
+
} | {
|
|
1067
|
+
name: 'stream-outlined';
|
|
1068
|
+
data: string;
|
|
796
1069
|
} | {
|
|
797
1070
|
name: 'twitter';
|
|
798
1071
|
data: string;
|