@mirohq/design-system-icons 0.3.1 → 0.5.0
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/main.js +2177 -262
- package/dist/main.js.map +1 -1
- package/dist/module.js +2105 -263
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +147 -1
- package/package.json +1 -1
- package/react/align-bottom.tsx +32 -0
- package/react/align-left.tsx +32 -0
- package/react/align-right.tsx +32 -0
- package/react/align-top.tsx +32 -0
- package/react/arrow-clockwise-down-right.tsx +33 -0
- package/react/arrow-clockwise-up-left.tsx +33 -0
- package/react/arrow-counter-clockwise-down-left.tsx +33 -0
- package/react/arrow-counter-clockwise-up-right.tsx +33 -0
- package/react/arrows-clockwise-x.tsx +33 -0
- package/react/arrows-clockwise-y.tsx +33 -0
- package/react/article.tsx +33 -0
- package/react/bell-slash.tsx +31 -0
- package/react/bell-tilt.tsx +32 -0
- package/react/bell.tsx +32 -0
- package/react/brackets-angle-slash.tsx +33 -0
- package/react/brackets-curly-circles-three.tsx +37 -0
- package/react/calendar-blank.tsx +35 -0
- package/react/camera.tsx +34 -0
- package/react/card-number-three.tsx +31 -0
- package/react/card.tsx +30 -0
- package/react/cards-poker.tsx +30 -0
- package/react/chart-bar-y-simple.tsx +33 -0
- package/react/chart-bar-y.tsx +33 -0
- package/react/circle-notch.tsx +33 -0
- package/react/circle.tsx +1 -5
- package/react/circles-connected.tsx +27 -0
- package/react/clock-counter-clockwise-simple.tsx +27 -0
- package/react/clock-counter-clockwise.tsx +27 -0
- package/react/clock-overtime.tsx +31 -0
- package/react/clock.tsx +33 -0
- package/react/cluster.tsx +27 -0
- package/react/clustered.tsx +30 -0
- package/react/credit-card.tsx +26 -0
- package/react/crop.tsx +31 -0
- package/react/cursor-filled.tsx +30 -0
- package/react/cursor.tsx +33 -0
- package/react/factory-house.tsx +33 -0
- package/react/factory.tsx +33 -0
- package/react/gauge.tsx +27 -0
- package/react/graduation-cap.tsx +35 -0
- package/react/hand-filled.tsx +26 -0
- package/react/hand.tsx +31 -0
- package/react/image.tsx +27 -0
- package/react/index.ts +73 -0
- package/react/kanban.tsx +33 -0
- package/react/key.tsx +31 -0
- package/react/keycap.tsx +27 -0
- package/react/laptop.tsx +26 -0
- package/react/lifesaver.tsx +34 -0
- package/react/lightning.tsx +35 -0
- package/react/magnet.tsx +34 -0
- package/react/map.tsx +35 -0
- package/react/mouse.tsx +27 -0
- package/react/pdf.tsx +34 -0
- package/react/play-circle.tsx +1 -2
- package/react/playback-speed-circle.tsx +5 -6
- package/react/push-pin.tsx +31 -0
- package/react/scrollbar-xy.tsx +26 -0
- package/react/shield-check.tsx +34 -0
- package/react/shield-lock.tsx +27 -0
- package/react/sidebar-closed.tsx +35 -0
- package/react/sidebar-open.tsx +34 -0
- package/react/square-brackets-angle-slash.tsx +33 -0
- package/react/square-circles-two.tsx +30 -0
- package/react/square-triangle-circle-plus.tsx +33 -0
- package/react/square.tsx +1 -1
- package/react/squares-four.tsx +33 -0
- package/react/squares-three.tsx +33 -0
- package/react/sticky-note.tsx +33 -0
- package/react/tag.tsx +29 -0
- package/react/text-t.tsx +33 -0
- package/react/thumbs-up.tsx +33 -0
- package/react/ticket.tsx +24 -0
- package/react/timer.tsx +25 -0
- package/react/trackpad.tsx +25 -0
- package/react/trash-simple.tsx +34 -0
- package/react/trash.tsx +34 -0
- package/react/trident.tsx +50 -0
- package/svg/24/align-bottom.svg +1 -0
- package/svg/24/align-left.svg +1 -0
- package/svg/24/align-right.svg +1 -0
- package/svg/24/align-top.svg +1 -0
- package/svg/24/arrow-clockwise-down-right.svg +1 -0
- package/svg/24/arrow-clockwise-up-left.svg +1 -0
- package/svg/24/arrow-counter-clockwise-down-left.svg +1 -0
- package/svg/24/arrow-counter-clockwise-up-right.svg +1 -0
- package/svg/24/arrows-clockwise-x.svg +1 -0
- package/svg/24/arrows-clockwise-y.svg +1 -0
- package/svg/24/article.svg +1 -0
- package/svg/24/bell-slash.svg +1 -0
- package/svg/24/bell-tilt.svg +1 -0
- package/svg/24/bell.svg +1 -0
- package/svg/24/brackets-angle-slash.svg +1 -0
- package/svg/24/brackets-curly-circles-three.svg +1 -0
- package/svg/24/calendar-blank.svg +1 -0
- package/svg/24/camera.svg +1 -0
- package/svg/24/card-number-three.svg +1 -0
- package/svg/24/card.svg +1 -0
- package/svg/24/cards-poker.svg +1 -0
- package/svg/24/chart-bar-y-simple.svg +1 -0
- package/svg/24/chart-bar-y.svg +1 -0
- package/svg/24/circle-notch.svg +1 -0
- package/svg/24/circle.svg +1 -1
- package/svg/24/circles-connected.svg +1 -0
- package/svg/24/clock-counter-clockwise-simple.svg +1 -0
- package/svg/24/clock-counter-clockwise.svg +1 -0
- package/svg/24/clock-overtime.svg +1 -0
- package/svg/24/clock.svg +1 -0
- package/svg/24/cluster.svg +1 -0
- package/svg/24/clustered.svg +1 -0
- package/svg/24/credit-card.svg +1 -0
- package/svg/24/crop.svg +1 -0
- package/svg/24/cursor-filled.svg +1 -0
- package/svg/24/cursor.svg +1 -0
- package/svg/24/factory-house.svg +1 -0
- package/svg/24/factory.svg +1 -0
- package/svg/24/gauge.svg +1 -0
- package/svg/24/graduation-cap.svg +1 -0
- package/svg/24/hand-filled.svg +1 -0
- package/svg/24/hand.svg +1 -0
- package/svg/24/image.svg +1 -0
- package/svg/24/kanban.svg +1 -0
- package/svg/24/key.svg +1 -0
- package/svg/24/keycap.svg +1 -0
- package/svg/24/laptop.svg +1 -0
- package/svg/24/lifesaver.svg +1 -0
- package/svg/24/lightning.svg +1 -0
- package/svg/24/magnet.svg +1 -0
- package/svg/24/map.svg +1 -0
- package/svg/24/mouse.svg +1 -0
- package/svg/24/pdf.svg +1 -0
- package/svg/24/play-circle.svg +1 -1
- package/svg/24/playback-speed-circle.svg +1 -1
- package/svg/24/push-pin.svg +1 -0
- package/svg/24/scrollbar-xy.svg +1 -0
- package/svg/24/shield-check.svg +1 -0
- package/svg/24/shield-lock.svg +1 -0
- package/svg/24/sidebar-closed.svg +1 -0
- package/svg/24/sidebar-open.svg +1 -0
- package/svg/24/social-facebook.svg +1 -1
- package/svg/24/social-instagram.svg +1 -1
- package/svg/24/social-linkedin.svg +1 -1
- package/svg/24/social-twitter.svg +1 -1
- package/svg/24/social-youtube.svg +1 -1
- package/svg/24/square-brackets-angle-slash.svg +1 -0
- package/svg/24/square-circles-two.svg +1 -0
- package/svg/24/square-triangle-circle-plus.svg +1 -0
- package/svg/24/square.svg +1 -1
- package/svg/24/squares-four.svg +1 -0
- package/svg/24/squares-three.svg +1 -0
- package/svg/24/sticky-note.svg +1 -0
- package/svg/24/tag.svg +1 -0
- package/svg/24/text-t.svg +1 -0
- package/svg/24/thumbs-up.svg +1 -0
- package/svg/24/ticket.svg +1 -0
- package/svg/24/timer.svg +1 -0
- package/svg/24/trackpad.svg +1 -0
- package/svg/24/trash-simple.svg +1 -0
- package/svg/24/trash.svg +1 -0
- package/svg/24/trident.svg +1 -0
- package/svg/meta.json +647 -1
package/svg/24/trash.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="1.414" stroke-width="2" d="M4 5h8m8 0h-8m0 0V3M6 8v12.75c0 .138.112.25.25.25h11.5a.25.25 0 0 0 .25-.25V8m-8 0v9m4-9v9"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 20v-4m0-11v11m0 0 6.141-.877a1 1 0 0 0 .859-.99V7m-7 9-6.141-.877a1 1 0 0 1-.859-.99V7"/><path fill="currentColor" d="M18.78 4.107a.25.25 0 0 1 .447 0l2.006 4.012c.1.2-.092.42-.303.349l-1.847-.619a.25.25 0 0 0-.16 0l-1.846.619a.25.25 0 0 1-.303-.349l2.006-4.012Z"/><path fill="currentColor" d="M18.78 4.107a.25.25 0 0 1 .447 0l2.006 4.012c.1.2-.092.42-.303.349l-1.847-.619a.25.25 0 0 0-.16 0l-1.846.619a.25.25 0 0 1-.303-.349l2.006-4.012ZM11.78 2.138a.25.25 0 0 1 .447 0l2.005 4.012c.1.2-.091.42-.302.349l-1.848-.619a.25.25 0 0 0-.158 0l-1.848.619a.25.25 0 0 1-.303-.349l2.006-4.012Z"/><path fill="currentColor" d="M11.78 2.138a.25.25 0 0 1 .447 0l2.005 4.012c.1.2-.091.42-.302.349l-1.848-.619a.25.25 0 0 0-.158 0l-1.848.619a.25.25 0 0 1-.303-.349l2.006-4.012ZM4.777 4.133a.25.25 0 0 1 .447 0L7.23 8.145c.1.2-.092.42-.303.349L5.08 7.875a.25.25 0 0 0-.159 0l-1.847.619a.25.25 0 0 1-.303-.349l2.006-4.012Z"/><path fill="currentColor" d="M4.777 4.133a.25.25 0 0 1 .447 0L7.23 8.145c.1.2-.092.42-.303.349L5.08 7.875a.25.25 0 0 0-.159 0l-1.847.619a.25.25 0 0 1-.303-.349l2.006-4.012Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/meta.json
CHANGED
|
@@ -246,7 +246,8 @@
|
|
|
246
246
|
"cog": {
|
|
247
247
|
"tags": [
|
|
248
248
|
"cog",
|
|
249
|
-
"settings"
|
|
249
|
+
"settings",
|
|
250
|
+
"gear"
|
|
250
251
|
]
|
|
251
252
|
},
|
|
252
253
|
"link": {
|
|
@@ -396,5 +397,650 @@
|
|
|
396
397
|
"chat",
|
|
397
398
|
"bubble"
|
|
398
399
|
]
|
|
400
|
+
},
|
|
401
|
+
"sticky-note": {
|
|
402
|
+
"tags": [
|
|
403
|
+
"sticker",
|
|
404
|
+
"sticky",
|
|
405
|
+
"note",
|
|
406
|
+
"tag",
|
|
407
|
+
"label"
|
|
408
|
+
]
|
|
409
|
+
},
|
|
410
|
+
"keycap": {
|
|
411
|
+
"tags": [
|
|
412
|
+
"key",
|
|
413
|
+
"input",
|
|
414
|
+
"text",
|
|
415
|
+
"keyboard"
|
|
416
|
+
]
|
|
417
|
+
},
|
|
418
|
+
"mouse": {
|
|
419
|
+
"tags": [
|
|
420
|
+
"mouse"
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
"trackpad": {
|
|
424
|
+
"tags": [
|
|
425
|
+
"trackpad"
|
|
426
|
+
]
|
|
427
|
+
},
|
|
428
|
+
"laptop": {
|
|
429
|
+
"tags": [
|
|
430
|
+
"laptop",
|
|
431
|
+
"computer",
|
|
432
|
+
"upload",
|
|
433
|
+
"device"
|
|
434
|
+
]
|
|
435
|
+
},
|
|
436
|
+
"scrollbar-xy": {
|
|
437
|
+
"tags": [
|
|
438
|
+
"scrollbar x y",
|
|
439
|
+
"scrollbars",
|
|
440
|
+
"scroll",
|
|
441
|
+
"horizontal",
|
|
442
|
+
"vertical"
|
|
443
|
+
]
|
|
444
|
+
},
|
|
445
|
+
"credit-card": {
|
|
446
|
+
"tags": [
|
|
447
|
+
"credit card",
|
|
448
|
+
"card",
|
|
449
|
+
"pay",
|
|
450
|
+
"payment",
|
|
451
|
+
"credit",
|
|
452
|
+
"debit"
|
|
453
|
+
]
|
|
454
|
+
},
|
|
455
|
+
"ticket": {
|
|
456
|
+
"tags": [
|
|
457
|
+
"ticket",
|
|
458
|
+
"day pass"
|
|
459
|
+
]
|
|
460
|
+
},
|
|
461
|
+
"arrow-clockwise-up-left": {
|
|
462
|
+
"tags": [
|
|
463
|
+
"arrow clockwise",
|
|
464
|
+
"up",
|
|
465
|
+
"left",
|
|
466
|
+
"refresh",
|
|
467
|
+
"redo",
|
|
468
|
+
"rotate",
|
|
469
|
+
"spin"
|
|
470
|
+
]
|
|
471
|
+
},
|
|
472
|
+
"arrow-counter-clockwise-up-right": {
|
|
473
|
+
"tags": [
|
|
474
|
+
"arrow counter clockwise",
|
|
475
|
+
"up",
|
|
476
|
+
"right",
|
|
477
|
+
"undo",
|
|
478
|
+
"refresh",
|
|
479
|
+
"rotate",
|
|
480
|
+
"spin"
|
|
481
|
+
]
|
|
482
|
+
},
|
|
483
|
+
"arrow-clockwise-down-right": {
|
|
484
|
+
"tags": [
|
|
485
|
+
"arrow clockwise",
|
|
486
|
+
"down",
|
|
487
|
+
"right",
|
|
488
|
+
"reload",
|
|
489
|
+
"redo",
|
|
490
|
+
"rotate",
|
|
491
|
+
"spin"
|
|
492
|
+
]
|
|
493
|
+
},
|
|
494
|
+
"arrow-counter-clockwise-down-left": {
|
|
495
|
+
"tags": [
|
|
496
|
+
"arrow counter clockwise",
|
|
497
|
+
"down",
|
|
498
|
+
"left",
|
|
499
|
+
"back",
|
|
500
|
+
"undo",
|
|
501
|
+
"refresh",
|
|
502
|
+
"rotate",
|
|
503
|
+
"spin"
|
|
504
|
+
]
|
|
505
|
+
},
|
|
506
|
+
"arrows-clockwise-y": {
|
|
507
|
+
"tags": [
|
|
508
|
+
"arrows clockwise",
|
|
509
|
+
"y",
|
|
510
|
+
"sync",
|
|
511
|
+
"refresh",
|
|
512
|
+
"redo",
|
|
513
|
+
"rotate",
|
|
514
|
+
"spin"
|
|
515
|
+
]
|
|
516
|
+
},
|
|
517
|
+
"arrows-clockwise-x": {
|
|
518
|
+
"tags": [
|
|
519
|
+
"arrows clockwise",
|
|
520
|
+
"x",
|
|
521
|
+
"swap",
|
|
522
|
+
"refresh",
|
|
523
|
+
"sync",
|
|
524
|
+
"rotate",
|
|
525
|
+
"spin"
|
|
526
|
+
]
|
|
527
|
+
},
|
|
528
|
+
"clock-counter-clockwise": {
|
|
529
|
+
"tags": [
|
|
530
|
+
"clock counter clockwise",
|
|
531
|
+
"clock",
|
|
532
|
+
"counter clockwise",
|
|
533
|
+
"history",
|
|
534
|
+
"backup",
|
|
535
|
+
"rewind"
|
|
536
|
+
]
|
|
537
|
+
},
|
|
538
|
+
"clock-counter-clockwise-simple": {
|
|
539
|
+
"tags": [
|
|
540
|
+
"clock counter clockwise",
|
|
541
|
+
"clock",
|
|
542
|
+
"counter clockwise",
|
|
543
|
+
"history",
|
|
544
|
+
"backup",
|
|
545
|
+
"rewind"
|
|
546
|
+
]
|
|
547
|
+
},
|
|
548
|
+
"circle-notch": {
|
|
549
|
+
"tags": [
|
|
550
|
+
"circle notch",
|
|
551
|
+
"circle",
|
|
552
|
+
"notch",
|
|
553
|
+
"spinner",
|
|
554
|
+
"wait",
|
|
555
|
+
"load",
|
|
556
|
+
"progress"
|
|
557
|
+
]
|
|
558
|
+
},
|
|
559
|
+
"crop": {
|
|
560
|
+
"tags": [
|
|
561
|
+
"crop",
|
|
562
|
+
"editor",
|
|
563
|
+
"image",
|
|
564
|
+
"photo",
|
|
565
|
+
"clip",
|
|
566
|
+
"screenshot"
|
|
567
|
+
]
|
|
568
|
+
},
|
|
569
|
+
"cursor-filled": {
|
|
570
|
+
"tags": [
|
|
571
|
+
"cursor",
|
|
572
|
+
"pointer",
|
|
573
|
+
"click",
|
|
574
|
+
"mouse"
|
|
575
|
+
]
|
|
576
|
+
},
|
|
577
|
+
"cursor": {
|
|
578
|
+
"tags": [
|
|
579
|
+
"cursor",
|
|
580
|
+
"pointer",
|
|
581
|
+
"click",
|
|
582
|
+
"mouse"
|
|
583
|
+
]
|
|
584
|
+
},
|
|
585
|
+
"hand": {
|
|
586
|
+
"tags": [
|
|
587
|
+
"hand",
|
|
588
|
+
"cursor",
|
|
589
|
+
"pointer",
|
|
590
|
+
"mouse"
|
|
591
|
+
]
|
|
592
|
+
},
|
|
593
|
+
"hand-filled": {
|
|
594
|
+
"tags": [
|
|
595
|
+
"hand",
|
|
596
|
+
"cursor",
|
|
597
|
+
"pointer",
|
|
598
|
+
"mouse"
|
|
599
|
+
]
|
|
600
|
+
},
|
|
601
|
+
"text-t": {
|
|
602
|
+
"tags": [
|
|
603
|
+
"text t",
|
|
604
|
+
"txt",
|
|
605
|
+
"t",
|
|
606
|
+
"typography",
|
|
607
|
+
"typeface",
|
|
608
|
+
"print",
|
|
609
|
+
"font",
|
|
610
|
+
"edit"
|
|
611
|
+
]
|
|
612
|
+
},
|
|
613
|
+
"card": {
|
|
614
|
+
"tags": [
|
|
615
|
+
"card"
|
|
616
|
+
]
|
|
617
|
+
},
|
|
618
|
+
"cards-poker": {
|
|
619
|
+
"tags": [
|
|
620
|
+
"cards poker",
|
|
621
|
+
"planning"
|
|
622
|
+
]
|
|
623
|
+
},
|
|
624
|
+
"kanban": {
|
|
625
|
+
"tags": [
|
|
626
|
+
"kanban",
|
|
627
|
+
"tasks",
|
|
628
|
+
"schedule",
|
|
629
|
+
"process",
|
|
630
|
+
"lean",
|
|
631
|
+
"agile",
|
|
632
|
+
"project",
|
|
633
|
+
"management"
|
|
634
|
+
]
|
|
635
|
+
},
|
|
636
|
+
"camera": {
|
|
637
|
+
"tags": [
|
|
638
|
+
"camera",
|
|
639
|
+
"photography",
|
|
640
|
+
"picture",
|
|
641
|
+
"image",
|
|
642
|
+
"lens",
|
|
643
|
+
"photo",
|
|
644
|
+
"media"
|
|
645
|
+
]
|
|
646
|
+
},
|
|
647
|
+
"chart-bar-y-simple": {
|
|
648
|
+
"tags": [
|
|
649
|
+
"chart bar y",
|
|
650
|
+
"chart",
|
|
651
|
+
"bar",
|
|
652
|
+
"graphic",
|
|
653
|
+
"vertical",
|
|
654
|
+
"statistics",
|
|
655
|
+
"simple",
|
|
656
|
+
"insights"
|
|
657
|
+
]
|
|
658
|
+
},
|
|
659
|
+
"image": {
|
|
660
|
+
"tags": [
|
|
661
|
+
"image",
|
|
662
|
+
"picture",
|
|
663
|
+
"photo",
|
|
664
|
+
"photograph",
|
|
665
|
+
"gallery",
|
|
666
|
+
"landscape",
|
|
667
|
+
"wallpaper"
|
|
668
|
+
]
|
|
669
|
+
},
|
|
670
|
+
"pdf": {
|
|
671
|
+
"tags": [
|
|
672
|
+
"pdf",
|
|
673
|
+
"acrobat",
|
|
674
|
+
"document",
|
|
675
|
+
"file"
|
|
676
|
+
]
|
|
677
|
+
},
|
|
678
|
+
"squares-three": {
|
|
679
|
+
"tags": [
|
|
680
|
+
"squares three",
|
|
681
|
+
"squares",
|
|
682
|
+
"boxes",
|
|
683
|
+
"pile",
|
|
684
|
+
"set",
|
|
685
|
+
"user story map",
|
|
686
|
+
"three",
|
|
687
|
+
"3"
|
|
688
|
+
]
|
|
689
|
+
},
|
|
690
|
+
"squares-four": {
|
|
691
|
+
"tags": [
|
|
692
|
+
"squares four",
|
|
693
|
+
"squares",
|
|
694
|
+
"boxes",
|
|
695
|
+
"set",
|
|
696
|
+
"four",
|
|
697
|
+
"4",
|
|
698
|
+
"tile",
|
|
699
|
+
"boards",
|
|
700
|
+
"apps",
|
|
701
|
+
"applications",
|
|
702
|
+
"grid",
|
|
703
|
+
"breakouts"
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
"chart-bar-y": {
|
|
707
|
+
"tags": [
|
|
708
|
+
"chart bar y",
|
|
709
|
+
"chart",
|
|
710
|
+
"bar",
|
|
711
|
+
"graphic",
|
|
712
|
+
"vertical",
|
|
713
|
+
"statistics",
|
|
714
|
+
"insights"
|
|
715
|
+
]
|
|
716
|
+
},
|
|
717
|
+
"key": {
|
|
718
|
+
"tags": [
|
|
719
|
+
"key",
|
|
720
|
+
"security",
|
|
721
|
+
"login",
|
|
722
|
+
"authenticate"
|
|
723
|
+
]
|
|
724
|
+
},
|
|
725
|
+
"shield-check": {
|
|
726
|
+
"tags": [
|
|
727
|
+
"shield check",
|
|
728
|
+
"shield",
|
|
729
|
+
"check",
|
|
730
|
+
"security"
|
|
731
|
+
]
|
|
732
|
+
},
|
|
733
|
+
"shield-lock": {
|
|
734
|
+
"tags": [
|
|
735
|
+
""
|
|
736
|
+
]
|
|
737
|
+
},
|
|
738
|
+
"trash": {
|
|
739
|
+
"tags": [
|
|
740
|
+
"trash",
|
|
741
|
+
"delete",
|
|
742
|
+
"destroy",
|
|
743
|
+
"remove",
|
|
744
|
+
"garbage"
|
|
745
|
+
]
|
|
746
|
+
},
|
|
747
|
+
"trash-simple": {
|
|
748
|
+
"tags": [
|
|
749
|
+
"trash",
|
|
750
|
+
"simple",
|
|
751
|
+
"delete",
|
|
752
|
+
"destroy",
|
|
753
|
+
"remove",
|
|
754
|
+
"garbage"
|
|
755
|
+
]
|
|
756
|
+
},
|
|
757
|
+
"circles-connected": {
|
|
758
|
+
"tags": [
|
|
759
|
+
"circles connected",
|
|
760
|
+
"circles",
|
|
761
|
+
"connected",
|
|
762
|
+
"enterprise integration"
|
|
763
|
+
]
|
|
764
|
+
},
|
|
765
|
+
"factory-house": {
|
|
766
|
+
"tags": [
|
|
767
|
+
"house",
|
|
768
|
+
"company",
|
|
769
|
+
"building",
|
|
770
|
+
"home"
|
|
771
|
+
]
|
|
772
|
+
},
|
|
773
|
+
"trident": {
|
|
774
|
+
"tags": [
|
|
775
|
+
"trident",
|
|
776
|
+
"mermaid"
|
|
777
|
+
]
|
|
778
|
+
},
|
|
779
|
+
"factory": {
|
|
780
|
+
"tags": [
|
|
781
|
+
"factory",
|
|
782
|
+
"plantUML",
|
|
783
|
+
"plant",
|
|
784
|
+
"industry",
|
|
785
|
+
"manufacture"
|
|
786
|
+
]
|
|
787
|
+
},
|
|
788
|
+
"square-brackets-angle-slash": {
|
|
789
|
+
"tags": [
|
|
790
|
+
"square brackets angle slash",
|
|
791
|
+
"square",
|
|
792
|
+
"brackets",
|
|
793
|
+
"braces",
|
|
794
|
+
"angle",
|
|
795
|
+
"slash",
|
|
796
|
+
"code",
|
|
797
|
+
"snippet",
|
|
798
|
+
"block"
|
|
799
|
+
]
|
|
800
|
+
},
|
|
801
|
+
"clustered": {
|
|
802
|
+
"tags": [
|
|
803
|
+
"clustered",
|
|
804
|
+
"clustering",
|
|
805
|
+
"cluster"
|
|
806
|
+
]
|
|
807
|
+
},
|
|
808
|
+
"cluster": {
|
|
809
|
+
"tags": [
|
|
810
|
+
"cluster",
|
|
811
|
+
"similarity"
|
|
812
|
+
]
|
|
813
|
+
},
|
|
814
|
+
"brackets-angle-slash": {
|
|
815
|
+
"tags": [
|
|
816
|
+
"brackets angle slash",
|
|
817
|
+
"brackets",
|
|
818
|
+
"angle",
|
|
819
|
+
"slash",
|
|
820
|
+
"code",
|
|
821
|
+
"embed",
|
|
822
|
+
"angle brackets",
|
|
823
|
+
"angle braces",
|
|
824
|
+
"snippet"
|
|
825
|
+
]
|
|
826
|
+
},
|
|
827
|
+
"brackets-curly-circles-three": {
|
|
828
|
+
"tags": [
|
|
829
|
+
"brackets curly circles three",
|
|
830
|
+
"brackets",
|
|
831
|
+
"curly",
|
|
832
|
+
"circles",
|
|
833
|
+
"api"
|
|
834
|
+
]
|
|
835
|
+
},
|
|
836
|
+
"article": {
|
|
837
|
+
"tags": [
|
|
838
|
+
"article",
|
|
839
|
+
"note",
|
|
840
|
+
"text",
|
|
841
|
+
"doc"
|
|
842
|
+
]
|
|
843
|
+
},
|
|
844
|
+
"gauge": {
|
|
845
|
+
"tags": [
|
|
846
|
+
"gauge",
|
|
847
|
+
"boost",
|
|
848
|
+
"meter",
|
|
849
|
+
"speedometer",
|
|
850
|
+
"speed",
|
|
851
|
+
"meter",
|
|
852
|
+
"dashboard",
|
|
853
|
+
"performance"
|
|
854
|
+
]
|
|
855
|
+
},
|
|
856
|
+
"square-circles-two": {
|
|
857
|
+
"tags": [
|
|
858
|
+
"square circles",
|
|
859
|
+
"square",
|
|
860
|
+
"circles",
|
|
861
|
+
"voting",
|
|
862
|
+
"vote",
|
|
863
|
+
"2",
|
|
864
|
+
"two"
|
|
865
|
+
]
|
|
866
|
+
},
|
|
867
|
+
"thumbs-up": {
|
|
868
|
+
"tags": [
|
|
869
|
+
"thumbs up",
|
|
870
|
+
"thumb",
|
|
871
|
+
"up",
|
|
872
|
+
"like",
|
|
873
|
+
"love",
|
|
874
|
+
"favorite",
|
|
875
|
+
"yes",
|
|
876
|
+
"hand",
|
|
877
|
+
"voting"
|
|
878
|
+
]
|
|
879
|
+
},
|
|
880
|
+
"square-triangle-circle-plus": {
|
|
881
|
+
"tags": [
|
|
882
|
+
"square",
|
|
883
|
+
"triangle",
|
|
884
|
+
"circle",
|
|
885
|
+
"plus",
|
|
886
|
+
"apps",
|
|
887
|
+
"shapes",
|
|
888
|
+
"four"
|
|
889
|
+
]
|
|
890
|
+
},
|
|
891
|
+
"card-number-three": {
|
|
892
|
+
"tags": [
|
|
893
|
+
"card number three",
|
|
894
|
+
"card",
|
|
895
|
+
"number",
|
|
896
|
+
"three",
|
|
897
|
+
"estimation"
|
|
898
|
+
]
|
|
899
|
+
},
|
|
900
|
+
"bell": {
|
|
901
|
+
"tags": [
|
|
902
|
+
"bell",
|
|
903
|
+
"feed",
|
|
904
|
+
"alarm",
|
|
905
|
+
"notifications"
|
|
906
|
+
]
|
|
907
|
+
},
|
|
908
|
+
"bell-slash": {
|
|
909
|
+
"tags": [
|
|
910
|
+
"bell slash",
|
|
911
|
+
"bell",
|
|
912
|
+
"slash",
|
|
913
|
+
"off"
|
|
914
|
+
]
|
|
915
|
+
},
|
|
916
|
+
"clock": {
|
|
917
|
+
"tags": [
|
|
918
|
+
"clock",
|
|
919
|
+
"time",
|
|
920
|
+
"timer",
|
|
921
|
+
"alarm",
|
|
922
|
+
"schedule",
|
|
923
|
+
"watch",
|
|
924
|
+
"ic_recent",
|
|
925
|
+
"recent"
|
|
926
|
+
]
|
|
927
|
+
},
|
|
928
|
+
"bell-tilt": {
|
|
929
|
+
"tags": [
|
|
930
|
+
"bell tilt",
|
|
931
|
+
"bell",
|
|
932
|
+
"tilt",
|
|
933
|
+
"alarm",
|
|
934
|
+
"notifications",
|
|
935
|
+
"beta"
|
|
936
|
+
]
|
|
937
|
+
},
|
|
938
|
+
"timer": {
|
|
939
|
+
"tags": [
|
|
940
|
+
"timer",
|
|
941
|
+
"clock",
|
|
942
|
+
"stopwatch"
|
|
943
|
+
]
|
|
944
|
+
},
|
|
945
|
+
"clock-overtime": {
|
|
946
|
+
"tags": [
|
|
947
|
+
"clock overtime",
|
|
948
|
+
"clock",
|
|
949
|
+
"overtime",
|
|
950
|
+
"timer",
|
|
951
|
+
"ic_overtime"
|
|
952
|
+
]
|
|
953
|
+
},
|
|
954
|
+
"magnet": {
|
|
955
|
+
"tags": [
|
|
956
|
+
"magnet"
|
|
957
|
+
]
|
|
958
|
+
},
|
|
959
|
+
"lifesaver": {
|
|
960
|
+
"tags": [
|
|
961
|
+
"lifesaver",
|
|
962
|
+
"help",
|
|
963
|
+
"lifebuoy",
|
|
964
|
+
"support"
|
|
965
|
+
]
|
|
966
|
+
},
|
|
967
|
+
"lightning": {
|
|
968
|
+
"tags": [
|
|
969
|
+
"lightning",
|
|
970
|
+
"facilitator interactive meeting",
|
|
971
|
+
"activity"
|
|
972
|
+
]
|
|
973
|
+
},
|
|
974
|
+
"push-pin": {
|
|
975
|
+
"tags": [
|
|
976
|
+
"push-pin",
|
|
977
|
+
"push",
|
|
978
|
+
"pin",
|
|
979
|
+
"favorite"
|
|
980
|
+
]
|
|
981
|
+
},
|
|
982
|
+
"graduation-cap": {
|
|
983
|
+
"tags": [
|
|
984
|
+
"graduation cap",
|
|
985
|
+
"graduation",
|
|
986
|
+
"cap",
|
|
987
|
+
"learn"
|
|
988
|
+
]
|
|
989
|
+
},
|
|
990
|
+
"tag": {
|
|
991
|
+
"tags": [
|
|
992
|
+
"tag",
|
|
993
|
+
"label tag",
|
|
994
|
+
"label"
|
|
995
|
+
]
|
|
996
|
+
},
|
|
997
|
+
"map": {
|
|
998
|
+
"tags": [
|
|
999
|
+
"map"
|
|
1000
|
+
]
|
|
1001
|
+
},
|
|
1002
|
+
"calendar-blank": {
|
|
1003
|
+
"tags": [
|
|
1004
|
+
"calendar blank",
|
|
1005
|
+
"calendar"
|
|
1006
|
+
]
|
|
1007
|
+
},
|
|
1008
|
+
"sidebar-closed": {
|
|
1009
|
+
"tags": [
|
|
1010
|
+
"sidebar closed",
|
|
1011
|
+
"sidebar",
|
|
1012
|
+
"side",
|
|
1013
|
+
"panel",
|
|
1014
|
+
"closed"
|
|
1015
|
+
]
|
|
1016
|
+
},
|
|
1017
|
+
"sidebar-open": {
|
|
1018
|
+
"tags": [
|
|
1019
|
+
"sidebar open",
|
|
1020
|
+
"sidebar",
|
|
1021
|
+
"side",
|
|
1022
|
+
"panel",
|
|
1023
|
+
"open"
|
|
1024
|
+
]
|
|
1025
|
+
},
|
|
1026
|
+
"align-top": {
|
|
1027
|
+
"tags": [
|
|
1028
|
+
""
|
|
1029
|
+
]
|
|
1030
|
+
},
|
|
1031
|
+
"align-left": {
|
|
1032
|
+
"tags": [
|
|
1033
|
+
""
|
|
1034
|
+
]
|
|
1035
|
+
},
|
|
1036
|
+
"align-right": {
|
|
1037
|
+
"tags": [
|
|
1038
|
+
""
|
|
1039
|
+
]
|
|
1040
|
+
},
|
|
1041
|
+
"align-bottom": {
|
|
1042
|
+
"tags": [
|
|
1043
|
+
""
|
|
1044
|
+
]
|
|
399
1045
|
}
|
|
400
1046
|
}
|