@mirohq/design-system-icons 0.5.0 → 0.7.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 +2049 -378
- package/dist/main.js.map +1 -1
- package/dist/module.js +1989 -379
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +123 -1
- package/package.json +1 -1
- package/react/add-line-bottom.tsx +33 -0
- package/react/add-line-right.tsx +33 -0
- package/react/align-center-horizontal.tsx +32 -0
- package/react/align-center-vertical.tsx +32 -0
- package/react/bookmark.tsx +34 -0
- package/react/cube.tsx +34 -0
- package/react/cursor-text.tsx +34 -0
- package/react/curve-square-circle-arrow.tsx +34 -0
- package/react/distribute-horizontal.tsx +27 -0
- package/react/distribute-vertical.tsx +35 -0
- package/react/eraser.tsx +34 -0
- package/react/eyedropper.tsx +31 -0
- package/react/grid-four.tsx +34 -0
- package/react/grid-six.tsx +34 -0
- package/react/highlighter-underline.tsx +25 -0
- package/react/highlighter.tsx +34 -0
- package/react/index.ts +61 -0
- package/react/lasso.tsx +34 -0
- package/react/layout.tsx +34 -0
- package/react/line-curved.tsx +34 -0
- package/react/line-dashed.tsx +34 -0
- package/react/line-dotted.tsx +28 -0
- package/react/line-horizontal.tsx +34 -0
- package/react/line-orthogonal.tsx +34 -0
- package/react/line-straight.tsx +34 -0
- package/react/lines-three-horizontal-line-vertical-center.tsx +34 -0
- package/react/lines-three-horizontal.tsx +33 -0
- package/react/lines-three-vertical.tsx +33 -0
- package/react/list-bullets.tsx +31 -0
- package/react/list-numbers.tsx +34 -0
- package/react/minus.tsx +1 -1
- package/react/pen-tip.tsx +34 -0
- package/react/pen.tsx +34 -0
- package/react/plus-text.tsx +34 -0
- package/react/prohibit.tsx +32 -0
- package/react/rectangles-three-aligned.tsx +34 -0
- package/react/rectangles-three-free.tsx +34 -0
- package/react/rectangles-three-overlap.tsx +34 -0
- package/react/rectangles-two-line.tsx +34 -0
- package/react/split-vertical.tsx +34 -0
- package/react/square-line-square-dashed.tsx +34 -0
- package/react/squares-group.tsx +32 -0
- package/react/squares-merge.tsx +31 -0
- package/react/squares-two-overlap.tsx +34 -0
- package/react/squares-ungroup.tsx +31 -0
- package/react/squares-unmerge.tsx +34 -0
- package/react/stack.tsx +34 -0
- package/react/text-a-underline.tsx +25 -0
- package/react/text-align-center.tsx +34 -0
- package/react/text-align-left.tsx +34 -0
- package/react/text-b-bold-italic-underlined.tsx +24 -0
- package/react/text-b-bold.tsx +34 -0
- package/react/text-h-one.tsx +34 -0
- package/react/text-h-three.tsx +34 -0
- package/react/text-h-two.tsx +34 -0
- package/react/text-i-italic.tsx +33 -0
- package/react/text-indent.tsx +34 -0
- package/react/text-lines-three.tsx +34 -0
- package/react/text-s-strikethrough.tsx +34 -0
- package/react/text-styles.tsx +33 -0
- package/react/text-u-underlined.tsx +34 -0
- package/react/view-center.tsx +28 -0
- package/react/view-side-left.tsx +28 -0
- package/svg/24/add-line-bottom.svg +1 -0
- package/svg/24/add-line-right.svg +1 -0
- package/svg/24/align-center-horizontal.svg +1 -0
- package/svg/24/align-center-vertical.svg +1 -0
- package/svg/24/bookmark.svg +1 -0
- package/svg/24/cube.svg +1 -0
- package/svg/24/cursor-text.svg +1 -0
- package/svg/24/curve-square-circle-arrow.svg +1 -0
- package/svg/24/distribute-horizontal.svg +1 -0
- package/svg/24/distribute-vertical.svg +1 -0
- package/svg/24/eraser.svg +1 -0
- package/svg/24/eyedropper.svg +1 -0
- package/svg/24/grid-four.svg +1 -0
- package/svg/24/grid-six.svg +1 -0
- package/svg/24/highlighter-underline.svg +1 -0
- package/svg/24/highlighter.svg +1 -0
- package/svg/24/lasso.svg +1 -0
- package/svg/24/layout.svg +1 -0
- package/svg/24/line-curved.svg +1 -0
- package/svg/24/line-dashed.svg +1 -0
- package/svg/24/line-dotted.svg +1 -0
- package/svg/24/line-horizontal.svg +1 -0
- package/svg/24/line-orthogonal.svg +1 -0
- package/svg/24/line-straight.svg +1 -0
- package/svg/24/lines-three-horizontal-line-vertical-center.svg +1 -0
- package/svg/24/lines-three-horizontal.svg +1 -0
- package/svg/24/lines-three-vertical.svg +1 -0
- package/svg/24/list-bullets.svg +1 -0
- package/svg/24/list-numbers.svg +1 -0
- package/svg/24/minus.svg +1 -1
- package/svg/24/pen-tip.svg +1 -0
- package/svg/24/pen.svg +1 -0
- package/svg/24/plus-text.svg +1 -0
- package/svg/24/prohibit.svg +1 -0
- package/svg/24/rectangles-three-aligned.svg +1 -0
- package/svg/24/rectangles-three-free.svg +1 -0
- package/svg/24/rectangles-three-overlap.svg +1 -0
- package/svg/24/rectangles-two-line.svg +1 -0
- package/svg/24/split-vertical.svg +1 -0
- package/svg/24/square-line-square-dashed.svg +1 -0
- package/svg/24/squares-group.svg +1 -0
- package/svg/24/squares-merge.svg +1 -0
- package/svg/24/squares-two-overlap.svg +1 -0
- package/svg/24/squares-ungroup.svg +1 -0
- package/svg/24/squares-unmerge.svg +1 -0
- package/svg/24/stack.svg +1 -0
- package/svg/24/text-a-underline.svg +1 -0
- package/svg/24/text-align-center.svg +1 -0
- package/svg/24/text-align-left.svg +1 -0
- package/svg/24/text-b-bold-italic-underlined.svg +1 -0
- package/svg/24/text-b-bold.svg +1 -0
- package/svg/24/text-h-one.svg +1 -0
- package/svg/24/text-h-three.svg +1 -0
- package/svg/24/text-h-two.svg +1 -0
- package/svg/24/text-i-italic.svg +1 -0
- package/svg/24/text-indent.svg +1 -0
- package/svg/24/text-lines-three.svg +1 -0
- package/svg/24/text-s-strikethrough.svg +1 -0
- package/svg/24/text-styles.svg +1 -0
- package/svg/24/text-u-underlined.svg +1 -0
- package/svg/24/view-center.svg +1 -0
- package/svg/24/view-side-left.svg +1 -0
- package/svg/meta.json +490 -0
package/dist/types.d.ts
CHANGED
|
@@ -438,8 +438,16 @@ interface IconProps extends StyledIconProps {
|
|
|
438
438
|
fr?: string | number | undefined;
|
|
439
439
|
}
|
|
440
440
|
|
|
441
|
+
declare const IconAddLineBottom: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
442
|
+
|
|
443
|
+
declare const IconAddLineRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
444
|
+
|
|
441
445
|
declare const IconAlignBottom: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
442
446
|
|
|
447
|
+
declare const IconAlignCenterHorizontal: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
448
|
+
|
|
449
|
+
declare const IconAlignCenterVertical: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
450
|
+
|
|
443
451
|
declare const IconAlignLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
444
452
|
|
|
445
453
|
declare const IconAlignRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -488,6 +496,8 @@ declare const IconBellTilt: ForwardRefExoticComponent<IconProps & RefAttributes<
|
|
|
488
496
|
|
|
489
497
|
declare const IconBell: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
490
498
|
|
|
499
|
+
declare const IconBookmark: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
500
|
+
|
|
491
501
|
declare const IconBracketsAngleSlash: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
492
502
|
|
|
493
503
|
declare const IconBracketsCurlyCirclesThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -548,14 +558,28 @@ declare const IconCrossCircle: ForwardRefExoticComponent<IconProps & RefAttribut
|
|
|
548
558
|
|
|
549
559
|
declare const IconCross: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
550
560
|
|
|
561
|
+
declare const IconCube: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
562
|
+
|
|
551
563
|
declare const IconCursorFilled: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
552
564
|
|
|
565
|
+
declare const IconCursorText: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
566
|
+
|
|
553
567
|
declare const IconCursor: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
554
568
|
|
|
569
|
+
declare const IconCurveSquareCircleArrow: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
570
|
+
|
|
571
|
+
declare const IconDistributeHorizontal: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
572
|
+
|
|
573
|
+
declare const IconDistributeVertical: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
574
|
+
|
|
555
575
|
declare const IconEnvelope: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
556
576
|
|
|
577
|
+
declare const IconEraser: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
578
|
+
|
|
557
579
|
declare const IconExclamationPointCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
558
580
|
|
|
581
|
+
declare const IconEyedropper: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
582
|
+
|
|
559
583
|
declare const IconFactoryHouse: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
560
584
|
|
|
561
585
|
declare const IconFactory: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -568,10 +592,18 @@ declare const IconGlobe: ForwardRefExoticComponent<IconProps & RefAttributes<SVG
|
|
|
568
592
|
|
|
569
593
|
declare const IconGraduationCap: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
570
594
|
|
|
595
|
+
declare const IconGridFour: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
596
|
+
|
|
597
|
+
declare const IconGridSix: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
598
|
+
|
|
571
599
|
declare const IconHandFilled: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
572
600
|
|
|
573
601
|
declare const IconHand: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
574
602
|
|
|
603
|
+
declare const IconHighlighterUnderline: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
604
|
+
|
|
605
|
+
declare const IconHighlighter: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
606
|
+
|
|
575
607
|
declare const IconHouse: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
576
608
|
|
|
577
609
|
declare const IconImage: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -586,14 +618,40 @@ declare const IconKeycap: ForwardRefExoticComponent<IconProps & RefAttributes<SV
|
|
|
586
618
|
|
|
587
619
|
declare const IconLaptop: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
588
620
|
|
|
621
|
+
declare const IconLasso: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
622
|
+
|
|
623
|
+
declare const IconLayout: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
624
|
+
|
|
589
625
|
declare const IconLifesaver: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
590
626
|
|
|
591
627
|
declare const IconLightning: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
592
628
|
|
|
629
|
+
declare const IconLineCurved: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
630
|
+
|
|
631
|
+
declare const IconLineDashed: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
632
|
+
|
|
593
633
|
declare const IconLineDiagonal: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
594
634
|
|
|
635
|
+
declare const IconLineDotted: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
636
|
+
|
|
637
|
+
declare const IconLineHorizontal: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
638
|
+
|
|
639
|
+
declare const IconLineOrthogonal: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
640
|
+
|
|
641
|
+
declare const IconLineStraight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
642
|
+
|
|
643
|
+
declare const IconLinesThreeHorizontalLineVerticalCenter: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
644
|
+
|
|
645
|
+
declare const IconLinesThreeHorizontal: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
646
|
+
|
|
647
|
+
declare const IconLinesThreeVertical: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
648
|
+
|
|
595
649
|
declare const IconLink: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
596
650
|
|
|
651
|
+
declare const IconListBullets: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
652
|
+
|
|
653
|
+
declare const IconListNumbers: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
654
|
+
|
|
597
655
|
declare const IconLockClosed: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
598
656
|
|
|
599
657
|
declare const IconLockOpen: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -618,6 +676,10 @@ declare const IconPauseCircle: ForwardRefExoticComponent<IconProps & RefAttribut
|
|
|
618
676
|
|
|
619
677
|
declare const IconPdf: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
620
678
|
|
|
679
|
+
declare const IconPenTip: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
680
|
+
|
|
681
|
+
declare const IconPen: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
682
|
+
|
|
621
683
|
declare const IconPlaceholder: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
622
684
|
|
|
623
685
|
declare const IconPlayCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -626,12 +688,24 @@ declare const IconPlaybackSpeedCircle: ForwardRefExoticComponent<IconProps & Ref
|
|
|
626
688
|
|
|
627
689
|
declare const IconPlug: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
628
690
|
|
|
691
|
+
declare const IconPlusText: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
692
|
+
|
|
629
693
|
declare const IconPlus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
630
694
|
|
|
695
|
+
declare const IconProhibit: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
696
|
+
|
|
631
697
|
declare const IconPushPin: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
632
698
|
|
|
633
699
|
declare const IconQuestionMarkCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
634
700
|
|
|
701
|
+
declare const IconRectanglesThreeAligned: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
702
|
+
|
|
703
|
+
declare const IconRectanglesThreeFree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
704
|
+
|
|
705
|
+
declare const IconRectanglesThreeOverlap: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
706
|
+
|
|
707
|
+
declare const IconRectanglesTwoLine: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
708
|
+
|
|
635
709
|
declare const IconRhombus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
636
710
|
|
|
637
711
|
declare const IconScrollbarXy: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -664,10 +738,14 @@ declare const IconSpeakerCross: ForwardRefExoticComponent<IconProps & RefAttribu
|
|
|
664
738
|
|
|
665
739
|
declare const IconSpeakerHigh: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
666
740
|
|
|
741
|
+
declare const IconSplitVertical: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
742
|
+
|
|
667
743
|
declare const IconSquareBracketsAngleSlash: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
668
744
|
|
|
669
745
|
declare const IconSquareCirclesTwo: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
670
746
|
|
|
747
|
+
declare const IconSquareLineSquareDashed: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
748
|
+
|
|
671
749
|
declare const IconSquareRounded: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
672
750
|
|
|
673
751
|
declare const IconSquareTriangleCirclePlus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -676,16 +754,56 @@ declare const IconSquare: ForwardRefExoticComponent<IconProps & RefAttributes<SV
|
|
|
676
754
|
|
|
677
755
|
declare const IconSquaresFour: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
678
756
|
|
|
757
|
+
declare const IconSquaresGroup: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
758
|
+
|
|
759
|
+
declare const IconSquaresMerge: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
760
|
+
|
|
679
761
|
declare const IconSquaresThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
680
762
|
|
|
763
|
+
declare const IconSquaresTwoOverlap: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
764
|
+
|
|
765
|
+
declare const IconSquaresUngroup: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
766
|
+
|
|
767
|
+
declare const IconSquaresUnmerge: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
768
|
+
|
|
769
|
+
declare const IconStack: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
770
|
+
|
|
681
771
|
declare const IconStickyNote: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
682
772
|
|
|
683
773
|
declare const IconStopCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
684
774
|
|
|
685
775
|
declare const IconTag: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
686
776
|
|
|
777
|
+
declare const IconTextAUnderline: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
778
|
+
|
|
779
|
+
declare const IconTextAlignCenter: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
780
|
+
|
|
781
|
+
declare const IconTextAlignLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
782
|
+
|
|
783
|
+
declare const IconTextBBoldItalicUnderlined: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
784
|
+
|
|
785
|
+
declare const IconTextBBold: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
786
|
+
|
|
787
|
+
declare const IconTextHOne: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
788
|
+
|
|
789
|
+
declare const IconTextHThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
790
|
+
|
|
791
|
+
declare const IconTextHTwo: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
792
|
+
|
|
793
|
+
declare const IconTextIItalic: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
794
|
+
|
|
795
|
+
declare const IconTextIndent: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
796
|
+
|
|
797
|
+
declare const IconTextLinesThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
798
|
+
|
|
799
|
+
declare const IconTextSStrikethrough: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
800
|
+
|
|
801
|
+
declare const IconTextStyles: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
802
|
+
|
|
687
803
|
declare const IconTextT: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
688
804
|
|
|
805
|
+
declare const IconTextUUnderlined: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
806
|
+
|
|
689
807
|
declare const IconThumbsUp: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
690
808
|
|
|
691
809
|
declare const IconTicket: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -708,6 +826,10 @@ declare const IconUser: ForwardRefExoticComponent<IconProps & RefAttributes<SVGS
|
|
|
708
826
|
|
|
709
827
|
declare const IconUsers: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
710
828
|
|
|
829
|
+
declare const IconViewCenter: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
830
|
+
|
|
831
|
+
declare const IconViewSideLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
832
|
+
|
|
711
833
|
declare const IconWallet: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
712
834
|
|
|
713
|
-
export { IconAlignBottom, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArticle, IconBarThree, IconBell, IconBellSlash, IconBellTilt, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconCalendarBlank, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconCheckMark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircle, IconCircleMotionX, IconCircleNotch, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCluster, IconClustered, IconCog, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCursor, IconCursorFilled, IconEnvelope, IconExclamationPointCircle, IconFactory, IconFactoryHouse, IconFunnel, IconGauge, IconGlobe, IconGraduationCap, IconHand, IconHandFilled, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLifesaver, IconLightning, IconLineDiagonal, IconLink, IconLockClosed, IconLockOpen, IconMagnet, IconMagnifyingGlass, IconMap, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMouse, IconParallelogram, IconPauseCircle, IconPdf, IconPlaceholder, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconProps, IconPushPin, IconQuestionMarkCircle, IconRhombus, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconSidebarClosed, IconSidebarOpen, IconSlidersX, IconSlidersY, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSpeakerCross, IconSpeakerHigh, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareRounded, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresThree, IconStickyNote, IconStopCircle, IconTag, IconTextT, IconThumbsUp, IconTicket, IconTimer, IconTrackpad, IconTrash, IconTrashSimple, IconTriangle, IconTrident, IconUser, IconUserAdd, IconUsers, IconWallet };
|
|
835
|
+
export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArticle, IconBarThree, IconBell, IconBellSlash, IconBellTilt, IconBookmark, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconCalendarBlank, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconCheckMark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircle, IconCircleMotionX, IconCircleNotch, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCluster, IconClustered, IconCog, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCube, IconCursor, IconCursorFilled, IconCursorText, IconCurveSquareCircleArrow, IconDistributeHorizontal, IconDistributeVertical, IconEnvelope, IconEraser, IconExclamationPointCircle, IconEyedropper, IconFactory, IconFactoryHouse, IconFunnel, IconGauge, IconGlobe, IconGraduationCap, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLink, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconMagnet, IconMagnifyingGlass, IconMap, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMouse, IconParallelogram, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPlaceholder, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusText, IconProhibit, IconProps, IconPushPin, IconQuestionMarkCircle, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRhombus, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconSidebarClosed, IconSidebarOpen, IconSlidersX, IconSlidersY, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareLineSquareDashed, IconSquareRounded, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStickyNote, IconStopCircle, IconTag, IconTextAUnderline, IconTextAlignCenter, IconTextAlignLeft, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTicket, IconTimer, IconTrackpad, IconTrash, IconTrashSimple, IconTriangle, IconTrident, IconUser, IconUserAdd, IconUsers, IconViewCenter, IconViewSideLeft, IconWallet };
|
package/package.json
CHANGED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconAddLineBottom: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeWidth={2}
|
|
24
|
+
d='M21 5H3m13 10h-4m0 0H8m4 0v-4m0 4v4'
|
|
25
|
+
/>
|
|
26
|
+
</g>,
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id='a'>
|
|
29
|
+
<path d='M0 0h24v24H0z' />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
)
|
|
33
|
+
)
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconAddLineRight: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeWidth={2}
|
|
24
|
+
d='M5 3v18M15 8v4m0 0v4m0-4h-4m4 0h4'
|
|
25
|
+
/>
|
|
26
|
+
</g>,
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id='a'>
|
|
29
|
+
<path d='M0 0h24v24H0z' />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
)
|
|
33
|
+
)
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconAlignCenterHorizontal: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<path
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeLinejoin='round'
|
|
23
|
+
strokeMiterlimit={1.414}
|
|
24
|
+
strokeWidth={2}
|
|
25
|
+
d='M12 3v18'
|
|
26
|
+
/>,
|
|
27
|
+
<path
|
|
28
|
+
fill='currentColor'
|
|
29
|
+
d='M19.5 7a1.5 1.5 0 0 1 0 3h-15a1.5 1.5 0 1 1 0-3h15Zm-3 7a1.5 1.5 0 0 1 0 3h-9a1.5 1.5 0 0 1 0-3h9Z'
|
|
30
|
+
/>
|
|
31
|
+
)
|
|
32
|
+
)
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconAlignCenterVertical: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<path
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeLinejoin='round'
|
|
23
|
+
strokeMiterlimit={1.414}
|
|
24
|
+
strokeWidth={2}
|
|
25
|
+
d='M3 12h18'
|
|
26
|
+
/>,
|
|
27
|
+
<path
|
|
28
|
+
fill='currentColor'
|
|
29
|
+
d='M7 4.5a1.5 1.5 0 1 1 3 0v15a1.5 1.5 0 0 1-3 0v-15Zm7 3a1.5 1.5 0 0 1 3 0v9a1.5 1.5 0 0 1-3 0v-9Z'
|
|
30
|
+
/>
|
|
31
|
+
)
|
|
32
|
+
)
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconBookmark: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeLinejoin='round'
|
|
24
|
+
strokeWidth={2}
|
|
25
|
+
d='M17.5 3h-11a.5.5 0 0 0-.5.5V21l6-4.5 6 4.5V3.5a.5.5 0 0 0-.5-.5Z'
|
|
26
|
+
/>
|
|
27
|
+
</g>,
|
|
28
|
+
<defs>
|
|
29
|
+
<clipPath id='a'>
|
|
30
|
+
<path d='M0 0h24v24H0z' />
|
|
31
|
+
</clipPath>
|
|
32
|
+
</defs>
|
|
33
|
+
)
|
|
34
|
+
)
|
package/react/cube.tsx
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconCube: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeLinejoin='round'
|
|
24
|
+
strokeWidth={2}
|
|
25
|
+
d='m21 7-9-3-9 3m18 0-9 3m9-3v11l-9 3m0-11L3 7m9 3v11M3 7v11l9 3'
|
|
26
|
+
/>
|
|
27
|
+
</g>,
|
|
28
|
+
<defs>
|
|
29
|
+
<clipPath id='a'>
|
|
30
|
+
<path d='M0 0h24v24H0z' />
|
|
31
|
+
</clipPath>
|
|
32
|
+
</defs>
|
|
33
|
+
)
|
|
34
|
+
)
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconCursorText: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeLinejoin='round'
|
|
24
|
+
strokeWidth={2}
|
|
25
|
+
d='M7 5h3a2 2 0 0 1 2 2m0 0v10m0-10a2 2 0 0 1 2-2h3m-5 12a2 2 0 0 1-2 2H7m5-2a2 2 0 0 0 2 2h3'
|
|
26
|
+
/>
|
|
27
|
+
</g>,
|
|
28
|
+
<defs>
|
|
29
|
+
<clipPath id='a'>
|
|
30
|
+
<path d='M0 0h24v24H0z' />
|
|
31
|
+
</clipPath>
|
|
32
|
+
</defs>
|
|
33
|
+
)
|
|
34
|
+
)
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconCurveSquareCircleArrow: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeLinejoin='round'
|
|
24
|
+
strokeWidth={2}
|
|
25
|
+
d='M11 6h-1a4 4 0 0 0-4 4v1m8 7h8m0 0-2-3m2 3-2 3m-10-3a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm6-16h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Z'
|
|
26
|
+
/>
|
|
27
|
+
</g>,
|
|
28
|
+
<defs>
|
|
29
|
+
<clipPath id='a'>
|
|
30
|
+
<path d='M0 0h24v24H0z' />
|
|
31
|
+
</clipPath>
|
|
32
|
+
</defs>
|
|
33
|
+
)
|
|
34
|
+
)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconDistributeHorizontal: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<path
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeWidth={2}
|
|
23
|
+
d='M4 3v18M20 3v18'
|
|
24
|
+
/>,
|
|
25
|
+
<rect width={4} height={10} x={10} y={7} fill='currentColor' rx={2} />
|
|
26
|
+
)
|
|
27
|
+
)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconDistributeVertical: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<path
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeWidth={2}
|
|
23
|
+
d='M21 4H3m18 16H3'
|
|
24
|
+
/>,
|
|
25
|
+
<rect
|
|
26
|
+
width={4}
|
|
27
|
+
height={10}
|
|
28
|
+
x={17}
|
|
29
|
+
y={10}
|
|
30
|
+
fill='currentColor'
|
|
31
|
+
rx={2}
|
|
32
|
+
transform='rotate(90 17 10)'
|
|
33
|
+
/>
|
|
34
|
+
)
|
|
35
|
+
)
|
package/react/eraser.tsx
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconEraser: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeLinejoin='round'
|
|
24
|
+
strokeWidth={2}
|
|
25
|
+
d='M18 20h-6m0 0H6.828a2 2 0 0 1-1.414-.586l-2-2a2 2 0 0 1 0-2.828L11 7m1 13 6-6m0 0 2.586-2.586a2 2 0 0 0 0-2.828l-4.172-4.172a2 2 0 0 0-2.828 0L11 7m7 7-7-7'
|
|
26
|
+
/>
|
|
27
|
+
</g>,
|
|
28
|
+
<defs>
|
|
29
|
+
<clipPath id='a'>
|
|
30
|
+
<path d='M0 0h24v24H0z' />
|
|
31
|
+
</clipPath>
|
|
32
|
+
</defs>
|
|
33
|
+
)
|
|
34
|
+
)
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconEyedropper: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<path
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeLinejoin='round'
|
|
23
|
+
strokeWidth={2}
|
|
24
|
+
d='m12 6 1.5 1.5M18 12l-1.5-1.5m-3-3-10 10L3 21l3.5-.5 10-10m-3-3 3 3'
|
|
25
|
+
/>,
|
|
26
|
+
<path
|
|
27
|
+
fill='currentColor'
|
|
28
|
+
d='m13 7 3-3a2.828 2.828 0 1 1 4 4l-3 3-4-4ZM4 17.5 6.5 20H4v-2.5Z'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
)
|