@haiilo/catalyst-icons 0.1.4 → 0.1.5
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/LICENSE +21 -0
- package/dist/js/icons.constants.d.ts +25 -284
- package/dist/js/icons.constants.js +32 -217
- package/dist/js/icons.object.d.ts +116 -2
- package/dist/js/icons.object.js +12 -49
- package/dist/style/sprite.css.css +139 -472
- package/dist/style/sprite.css.less +139 -472
- package/dist/style/sprite.css.scss +139 -472
- package/dist/style/sprite.view.css +139 -472
- package/dist/style/sprite.view.less +139 -472
- package/dist/style/sprite.view.scss +139 -472
- 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 +3 -2
- package/tmp/assets/{microsoft-edge.svg → edge.svg} +0 -0
- package/tmp/assets/firefox.svg +66 -0
- package/tmp/assets/google-calendar.svg +8 -1
- package/tmp/assets/google-mail.svg +48 -13
- package/tmp/assets/haiilo-home.svg +3 -1
- package/tmp/assets/haiilo-insights.svg +3 -1
- package/tmp/assets/haiilo-share.svg +3 -1
- package/tmp/assets/haiilo-stories.svg +3 -1
- package/tmp/assets/launch.svg +3 -0
- package/tmp/assets/pages.svg +3 -0
- package/tmp/assets/{microsoft-sharepoint.svg → sharepoint.svg} +0 -0
- package/tmp/assets/{stream-filled.svg → timeline-outlined.svg} +1 -1
- package/tmp/assets/copy-outlined.svg +0 -1
- package/tmp/assets/download-outlined.svg +0 -1
- package/tmp/assets/earth-outlined.svg +0 -1
- package/tmp/assets/feed-filled.svg +0 -1
- package/tmp/assets/feed-outlined.svg +0 -1
- package/tmp/assets/fingerprint-outlined.svg +0 -1
- package/tmp/assets/folder-minus-outlined.svg +0 -1
- package/tmp/assets/folder-plus-outlined.svg +0 -1
- package/tmp/assets/gift-outlined.svg +0 -1
- package/tmp/assets/globe-outlined.svg +0 -1
- package/tmp/assets/gradient-outlined.svg +0 -1
- package/tmp/assets/group-outlined.svg +0 -1
- package/tmp/assets/haiilo-outlined.svg +0 -1
- package/tmp/assets/likes-circle-filled.svg +0 -1
- package/tmp/assets/link-outlined.svg +0 -1
- package/tmp/assets/lock-filled.svg +0 -1
- package/tmp/assets/lock-open-filled.svg +0 -1
- package/tmp/assets/lock-open-outlined.svg +0 -1
- package/tmp/assets/lock-outlined.svg +0 -1
- package/tmp/assets/mail-open-outlined.svg +0 -1
- package/tmp/assets/mail-outlined.svg +0 -1
- package/tmp/assets/megaphone-filled.svg +0 -1
- package/tmp/assets/megaphone-outlined.svg +0 -1
- package/tmp/assets/microsoft-teams.svg +0 -1
- package/tmp/assets/microsoft-yammer.svg +0 -1
- package/tmp/assets/mozilla-firefox.svg +0 -1
- package/tmp/assets/paperclip-box-outlined.svg +0 -1
- package/tmp/assets/paperclip-outlined.svg +0 -1
- package/tmp/assets/photo-add-outlined.svg +0 -1
- package/tmp/assets/photo-remove-outlined.svg +0 -1
- package/tmp/assets/profile-box-outlined.svg +0 -1
- package/tmp/assets/profile-circle-outlined.svg +0 -1
- package/tmp/assets/slack.svg +0 -1
- package/tmp/assets/smile.svg +0 -1
- package/tmp/assets/star-circle-filled.svg +0 -1
- package/tmp/assets/star-circle-outlined.svg +0 -1
- package/tmp/assets/stream-outlined.svg +0 -1
- package/tmp/assets/translate-outlined.svg +0 -1
- package/tmp/assets/upload-outlined.svg +0 -1
- package/tmp/assets/write-outlined.svg +0 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2018
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -158,10 +158,6 @@ 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
|
-
};
|
|
165
161
|
export declare const ciCrossCircleFilled: {
|
|
166
162
|
name: 'cross-circle-filled';
|
|
167
163
|
data: string;
|
|
@@ -182,14 +178,6 @@ export declare const ciCrossSquareOutlined: {
|
|
|
182
178
|
name: 'cross-square-outlined';
|
|
183
179
|
data: string;
|
|
184
180
|
};
|
|
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
|
-
};
|
|
193
181
|
export declare const ciEventsFilled: {
|
|
194
182
|
name: 'events-filled';
|
|
195
183
|
data: string;
|
|
@@ -198,34 +186,10 @@ export declare const ciEventsOutlined: {
|
|
|
198
186
|
name: 'events-outlined';
|
|
199
187
|
data: string;
|
|
200
188
|
};
|
|
201
|
-
export declare const ciFolderMinusOutlined: {
|
|
202
|
-
name: 'folder-minus-outlined';
|
|
203
|
-
data: string;
|
|
204
|
-
};
|
|
205
189
|
export declare const ciFolderOutlined: {
|
|
206
190
|
name: 'folder-outlined';
|
|
207
191
|
data: string;
|
|
208
192
|
};
|
|
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
|
-
};
|
|
229
193
|
export declare const ciHashtagOutlined: {
|
|
230
194
|
name: 'hashtag-outlined';
|
|
231
195
|
data: string;
|
|
@@ -246,30 +210,6 @@ export declare const ciLayersOutlined: {
|
|
|
246
210
|
name: 'layers-outlined';
|
|
247
211
|
data: string;
|
|
248
212
|
};
|
|
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
|
-
};
|
|
273
213
|
export declare const ciMarketplaceFilled: {
|
|
274
214
|
name: 'marketplace-filled';
|
|
275
215
|
data: string;
|
|
@@ -278,38 +218,10 @@ export declare const ciMarketplaceOutlined: {
|
|
|
278
218
|
name: 'marketplace-outlined';
|
|
279
219
|
data: string;
|
|
280
220
|
};
|
|
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
|
-
};
|
|
289
221
|
export declare const ciMenuOutlined: {
|
|
290
222
|
name: 'menu-outlined';
|
|
291
223
|
data: string;
|
|
292
224
|
};
|
|
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
|
-
};
|
|
313
225
|
export declare const ciPhotoFilled: {
|
|
314
226
|
name: 'photo-filled';
|
|
315
227
|
data: string;
|
|
@@ -318,10 +230,6 @@ export declare const ciPhotoOutlined: {
|
|
|
318
230
|
name: 'photo-outlined';
|
|
319
231
|
data: string;
|
|
320
232
|
};
|
|
321
|
-
export declare const ciPhotoRemoveOutlined: {
|
|
322
|
-
name: 'photo-remove-outlined';
|
|
323
|
-
data: string;
|
|
324
|
-
};
|
|
325
233
|
export declare const ciPlusCircleFilled: {
|
|
326
234
|
name: 'plus-circle-filled';
|
|
327
235
|
data: string;
|
|
@@ -350,14 +258,6 @@ export declare const ciPrinterOutlined: {
|
|
|
350
258
|
name: 'printer-outlined';
|
|
351
259
|
data: string;
|
|
352
260
|
};
|
|
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
|
-
};
|
|
361
261
|
export declare const ciProfilesFilled: {
|
|
362
262
|
name: 'profiles-filled';
|
|
363
263
|
data: string;
|
|
@@ -406,14 +306,6 @@ export declare const ciSignalOutlined: {
|
|
|
406
306
|
name: 'signal-outlined';
|
|
407
307
|
data: string;
|
|
408
308
|
};
|
|
409
|
-
export declare const ciSlack: {
|
|
410
|
-
name: 'slack';
|
|
411
|
-
data: string;
|
|
412
|
-
};
|
|
413
|
-
export declare const ciSmile: {
|
|
414
|
-
name: 'smile';
|
|
415
|
-
data: string;
|
|
416
|
-
};
|
|
417
309
|
export declare const ciSparkleFilled: {
|
|
418
310
|
name: 'sparkle-filled';
|
|
419
311
|
data: string;
|
|
@@ -422,14 +314,6 @@ export declare const ciSparkleOutlined: {
|
|
|
422
314
|
name: 'sparkle-outlined';
|
|
423
315
|
data: string;
|
|
424
316
|
};
|
|
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
|
-
};
|
|
433
317
|
export declare const ciStickerFilled: {
|
|
434
318
|
name: 'sticker-filled';
|
|
435
319
|
data: string;
|
|
@@ -446,8 +330,8 @@ export declare const ciThumbsUpOutlined: {
|
|
|
446
330
|
name: 'thumbs-up-outlined';
|
|
447
331
|
data: string;
|
|
448
332
|
};
|
|
449
|
-
export declare const
|
|
450
|
-
name: '
|
|
333
|
+
export declare const ciTimelineOutlined: {
|
|
334
|
+
name: 'timeline-outlined';
|
|
451
335
|
data: string;
|
|
452
336
|
};
|
|
453
337
|
export declare const ciTrashFilled: {
|
|
@@ -458,10 +342,6 @@ export declare const ciTrashOutlined: {
|
|
|
458
342
|
name: 'trash-outlined';
|
|
459
343
|
data: string;
|
|
460
344
|
};
|
|
461
|
-
export declare const ciUploadOutlined: {
|
|
462
|
-
name: 'upload-outlined';
|
|
463
|
-
data: string;
|
|
464
|
-
};
|
|
465
345
|
export declare const ciVideoCameraFilled: {
|
|
466
346
|
name: 'video-camera-filled';
|
|
467
347
|
data: string;
|
|
@@ -470,28 +350,20 @@ export declare const ciVideoCameraOutlined: {
|
|
|
470
350
|
name: 'video-camera-outlined';
|
|
471
351
|
data: string;
|
|
472
352
|
};
|
|
473
|
-
export declare const ciWriteOutlined: {
|
|
474
|
-
name: 'write-outlined';
|
|
475
|
-
data: string;
|
|
476
|
-
};
|
|
477
353
|
export declare const ciAppleSafari: {
|
|
478
354
|
name: 'apple-safari';
|
|
479
355
|
data: string;
|
|
480
356
|
};
|
|
481
|
-
export declare const
|
|
482
|
-
name: '
|
|
483
|
-
data: string;
|
|
484
|
-
};
|
|
485
|
-
export declare const ciFeedFilled: {
|
|
486
|
-
name: 'feed-filled';
|
|
357
|
+
export declare const ciEdge: {
|
|
358
|
+
name: 'edge';
|
|
487
359
|
data: string;
|
|
488
360
|
};
|
|
489
|
-
export declare const
|
|
490
|
-
name: '
|
|
361
|
+
export declare const ciFacebook: {
|
|
362
|
+
name: 'facebook';
|
|
491
363
|
data: string;
|
|
492
364
|
};
|
|
493
|
-
export declare const
|
|
494
|
-
name: '
|
|
365
|
+
export declare const ciFirefox: {
|
|
366
|
+
name: 'firefox';
|
|
495
367
|
data: string;
|
|
496
368
|
};
|
|
497
369
|
export declare const ciGoogleCalendar: {
|
|
@@ -522,10 +394,6 @@ export declare const ciHaiiloInsights: {
|
|
|
522
394
|
name: 'haiilo-insights';
|
|
523
395
|
data: string;
|
|
524
396
|
};
|
|
525
|
-
export declare const ciHaiiloOutlined: {
|
|
526
|
-
name: 'haiilo-outlined';
|
|
527
|
-
data: string;
|
|
528
|
-
};
|
|
529
397
|
export declare const ciHaiiloShare: {
|
|
530
398
|
name: 'haiilo-share';
|
|
531
399
|
data: string;
|
|
@@ -538,20 +406,12 @@ export declare const ciInstagram: {
|
|
|
538
406
|
name: 'instagram';
|
|
539
407
|
data: string;
|
|
540
408
|
};
|
|
541
|
-
export declare const
|
|
542
|
-
name: '
|
|
543
|
-
data: string;
|
|
544
|
-
};
|
|
545
|
-
export declare const ciMailOpenOutlined: {
|
|
546
|
-
name: 'mail-open-outlined';
|
|
547
|
-
data: string;
|
|
548
|
-
};
|
|
549
|
-
export declare const ciMailOutlined: {
|
|
550
|
-
name: 'mail-outlined';
|
|
409
|
+
export declare const ciLaunch: {
|
|
410
|
+
name: 'launch';
|
|
551
411
|
data: string;
|
|
552
412
|
};
|
|
553
|
-
export declare const
|
|
554
|
-
name: '
|
|
413
|
+
export declare const ciLinkedin: {
|
|
414
|
+
name: 'linkedin';
|
|
555
415
|
data: string;
|
|
556
416
|
};
|
|
557
417
|
export declare const ciMicrosoftExcel: {
|
|
@@ -574,10 +434,6 @@ export declare const ciMicrosoftPowerpoint: {
|
|
|
574
434
|
name: 'microsoft-powerpoint';
|
|
575
435
|
data: string;
|
|
576
436
|
};
|
|
577
|
-
export declare const ciMicrosoftSharepoint: {
|
|
578
|
-
name: 'microsoft-sharepoint';
|
|
579
|
-
data: string;
|
|
580
|
-
};
|
|
581
437
|
export declare const ciMicrosoftWord: {
|
|
582
438
|
name: 'microsoft-word';
|
|
583
439
|
data: string;
|
|
@@ -586,16 +442,12 @@ export declare const ciMicrosoft: {
|
|
|
586
442
|
name: 'microsoft';
|
|
587
443
|
data: string;
|
|
588
444
|
};
|
|
589
|
-
export declare const
|
|
590
|
-
name: '
|
|
445
|
+
export declare const ciPages: {
|
|
446
|
+
name: 'pages';
|
|
591
447
|
data: string;
|
|
592
448
|
};
|
|
593
|
-
export declare const
|
|
594
|
-
name: '
|
|
595
|
-
data: string;
|
|
596
|
-
};
|
|
597
|
-
export declare const ciStreamOutlined: {
|
|
598
|
-
name: 'stream-outlined';
|
|
449
|
+
export declare const ciSharepoint: {
|
|
450
|
+
name: 'sharepoint';
|
|
599
451
|
data: string;
|
|
600
452
|
};
|
|
601
453
|
export declare const ciTwitter: {
|
|
@@ -610,7 +462,7 @@ export declare const ciXing: {
|
|
|
610
462
|
name: 'xing';
|
|
611
463
|
data: string;
|
|
612
464
|
};
|
|
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' | '
|
|
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';
|
|
614
466
|
export interface CoyoIcon {
|
|
615
467
|
name: coyoIcon;
|
|
616
468
|
data: string;
|
|
@@ -736,9 +588,6 @@ export declare const completeIconSet: ({
|
|
|
736
588
|
} | {
|
|
737
589
|
name: 'content-outlined';
|
|
738
590
|
data: string;
|
|
739
|
-
} | {
|
|
740
|
-
name: 'copy-outlined';
|
|
741
|
-
data: string;
|
|
742
591
|
} | {
|
|
743
592
|
name: 'cross-circle-filled';
|
|
744
593
|
data: string;
|
|
@@ -754,39 +603,15 @@ export declare const completeIconSet: ({
|
|
|
754
603
|
} | {
|
|
755
604
|
name: 'cross-square-outlined';
|
|
756
605
|
data: string;
|
|
757
|
-
} | {
|
|
758
|
-
name: 'download-outlined';
|
|
759
|
-
data: string;
|
|
760
|
-
} | {
|
|
761
|
-
name: 'earth-outlined';
|
|
762
|
-
data: string;
|
|
763
606
|
} | {
|
|
764
607
|
name: 'events-filled';
|
|
765
608
|
data: string;
|
|
766
609
|
} | {
|
|
767
610
|
name: 'events-outlined';
|
|
768
611
|
data: string;
|
|
769
|
-
} | {
|
|
770
|
-
name: 'folder-minus-outlined';
|
|
771
|
-
data: string;
|
|
772
612
|
} | {
|
|
773
613
|
name: 'folder-outlined';
|
|
774
614
|
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;
|
|
790
615
|
} | {
|
|
791
616
|
name: 'hashtag-outlined';
|
|
792
617
|
data: string;
|
|
@@ -802,63 +627,21 @@ export declare const completeIconSet: ({
|
|
|
802
627
|
} | {
|
|
803
628
|
name: 'layers-outlined';
|
|
804
629
|
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;
|
|
823
630
|
} | {
|
|
824
631
|
name: 'marketplace-filled';
|
|
825
632
|
data: string;
|
|
826
633
|
} | {
|
|
827
634
|
name: 'marketplace-outlined';
|
|
828
635
|
data: string;
|
|
829
|
-
} | {
|
|
830
|
-
name: 'megaphone-filled';
|
|
831
|
-
data: string;
|
|
832
|
-
} | {
|
|
833
|
-
name: 'megaphone-outlined';
|
|
834
|
-
data: string;
|
|
835
636
|
} | {
|
|
836
637
|
name: 'menu-outlined';
|
|
837
638
|
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;
|
|
853
639
|
} | {
|
|
854
640
|
name: 'photo-filled';
|
|
855
641
|
data: string;
|
|
856
642
|
} | {
|
|
857
643
|
name: 'photo-outlined';
|
|
858
644
|
data: string;
|
|
859
|
-
} | {
|
|
860
|
-
name: 'photo-remove-outlined';
|
|
861
|
-
data: string;
|
|
862
645
|
} | {
|
|
863
646
|
name: 'plus-circle-filled';
|
|
864
647
|
data: string;
|
|
@@ -880,12 +663,6 @@ export declare const completeIconSet: ({
|
|
|
880
663
|
} | {
|
|
881
664
|
name: 'printer-outlined';
|
|
882
665
|
data: string;
|
|
883
|
-
} | {
|
|
884
|
-
name: 'profile-box-outlined';
|
|
885
|
-
data: string;
|
|
886
|
-
} | {
|
|
887
|
-
name: 'profile-circle-outlined';
|
|
888
|
-
data: string;
|
|
889
666
|
} | {
|
|
890
667
|
name: 'profiles-filled';
|
|
891
668
|
data: string;
|
|
@@ -922,24 +699,12 @@ export declare const completeIconSet: ({
|
|
|
922
699
|
} | {
|
|
923
700
|
name: 'signal-outlined';
|
|
924
701
|
data: string;
|
|
925
|
-
} | {
|
|
926
|
-
name: 'slack';
|
|
927
|
-
data: string;
|
|
928
|
-
} | {
|
|
929
|
-
name: 'smile';
|
|
930
|
-
data: string;
|
|
931
702
|
} | {
|
|
932
703
|
name: 'sparkle-filled';
|
|
933
704
|
data: string;
|
|
934
705
|
} | {
|
|
935
706
|
name: 'sparkle-outlined';
|
|
936
707
|
data: string;
|
|
937
|
-
} | {
|
|
938
|
-
name: 'star-circle-filled';
|
|
939
|
-
data: string;
|
|
940
|
-
} | {
|
|
941
|
-
name: 'star-circle-outlined';
|
|
942
|
-
data: string;
|
|
943
708
|
} | {
|
|
944
709
|
name: 'sticker-filled';
|
|
945
710
|
data: string;
|
|
@@ -953,7 +718,7 @@ export declare const completeIconSet: ({
|
|
|
953
718
|
name: 'thumbs-up-outlined';
|
|
954
719
|
data: string;
|
|
955
720
|
} | {
|
|
956
|
-
name: '
|
|
721
|
+
name: 'timeline-outlined';
|
|
957
722
|
data: string;
|
|
958
723
|
} | {
|
|
959
724
|
name: 'trash-filled';
|
|
@@ -961,32 +726,23 @@ export declare const completeIconSet: ({
|
|
|
961
726
|
} | {
|
|
962
727
|
name: 'trash-outlined';
|
|
963
728
|
data: string;
|
|
964
|
-
} | {
|
|
965
|
-
name: 'upload-outlined';
|
|
966
|
-
data: string;
|
|
967
729
|
} | {
|
|
968
730
|
name: 'video-camera-filled';
|
|
969
731
|
data: string;
|
|
970
732
|
} | {
|
|
971
733
|
name: 'video-camera-outlined';
|
|
972
734
|
data: string;
|
|
973
|
-
} | {
|
|
974
|
-
name: 'write-outlined';
|
|
975
|
-
data: string;
|
|
976
735
|
} | {
|
|
977
736
|
name: 'apple-safari';
|
|
978
737
|
data: string;
|
|
979
738
|
} | {
|
|
980
|
-
name: '
|
|
981
|
-
data: string;
|
|
982
|
-
} | {
|
|
983
|
-
name: 'feed-filled';
|
|
739
|
+
name: 'edge';
|
|
984
740
|
data: string;
|
|
985
741
|
} | {
|
|
986
|
-
name: '
|
|
742
|
+
name: 'facebook';
|
|
987
743
|
data: string;
|
|
988
744
|
} | {
|
|
989
|
-
name: '
|
|
745
|
+
name: 'firefox';
|
|
990
746
|
data: string;
|
|
991
747
|
} | {
|
|
992
748
|
name: 'google-calendar';
|
|
@@ -1009,9 +765,6 @@ export declare const completeIconSet: ({
|
|
|
1009
765
|
} | {
|
|
1010
766
|
name: 'haiilo-insights';
|
|
1011
767
|
data: string;
|
|
1012
|
-
} | {
|
|
1013
|
-
name: 'haiilo-outlined';
|
|
1014
|
-
data: string;
|
|
1015
768
|
} | {
|
|
1016
769
|
name: 'haiilo-share';
|
|
1017
770
|
data: string;
|
|
@@ -1022,16 +775,10 @@ export declare const completeIconSet: ({
|
|
|
1022
775
|
name: 'instagram';
|
|
1023
776
|
data: string;
|
|
1024
777
|
} | {
|
|
1025
|
-
name: '
|
|
1026
|
-
data: string;
|
|
1027
|
-
} | {
|
|
1028
|
-
name: 'mail-open-outlined';
|
|
1029
|
-
data: string;
|
|
1030
|
-
} | {
|
|
1031
|
-
name: 'mail-outlined';
|
|
778
|
+
name: 'launch';
|
|
1032
779
|
data: string;
|
|
1033
780
|
} | {
|
|
1034
|
-
name: '
|
|
781
|
+
name: 'linkedin';
|
|
1035
782
|
data: string;
|
|
1036
783
|
} | {
|
|
1037
784
|
name: 'microsoft-excel';
|
|
@@ -1048,9 +795,6 @@ export declare const completeIconSet: ({
|
|
|
1048
795
|
} | {
|
|
1049
796
|
name: 'microsoft-powerpoint';
|
|
1050
797
|
data: string;
|
|
1051
|
-
} | {
|
|
1052
|
-
name: 'microsoft-sharepoint';
|
|
1053
|
-
data: string;
|
|
1054
798
|
} | {
|
|
1055
799
|
name: 'microsoft-word';
|
|
1056
800
|
data: string;
|
|
@@ -1058,13 +802,10 @@ export declare const completeIconSet: ({
|
|
|
1058
802
|
name: 'microsoft';
|
|
1059
803
|
data: string;
|
|
1060
804
|
} | {
|
|
1061
|
-
name: '
|
|
1062
|
-
data: string;
|
|
1063
|
-
} | {
|
|
1064
|
-
name: 'stream-filled';
|
|
805
|
+
name: 'pages';
|
|
1065
806
|
data: string;
|
|
1066
807
|
} | {
|
|
1067
|
-
name: '
|
|
808
|
+
name: 'sharepoint';
|
|
1068
809
|
data: string;
|
|
1069
810
|
} | {
|
|
1070
811
|
name: 'twitter';
|