@mirohq/design-system-icons 0.3.1 → 0.4.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 +1611 -235
- package/dist/main.js.map +1 -1
- package/dist/module.js +1559 -236
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +107 -1
- package/package.json +1 -1
- 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/brackets-angle-slash.tsx +33 -0
- package/react/brackets-curly-circles-three.tsx +37 -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/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/hand-filled.tsx +26 -0
- package/react/hand.tsx +31 -0
- package/react/image.tsx +27 -0
- package/react/index.ts +53 -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/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/scrollbar-xy.tsx +26 -0
- package/react/shield-check.tsx +34 -0
- package/react/shield-lock.tsx +27 -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/text-t.tsx +33 -0
- package/react/thumbs-up.tsx +33 -0
- package/react/ticket.tsx +24 -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/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/brackets-angle-slash.svg +1 -0
- package/svg/24/brackets-curly-circles-three.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/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/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/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/scrollbar-xy.svg +1 -0
- package/svg/24/shield-check.svg +1 -0
- package/svg/24/shield-lock.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/text-t.svg +1 -0
- package/svg/24/thumbs-up.svg +1 -0
- package/svg/24/ticket.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 +501 -1
package/dist/types.d.ts
CHANGED
|
@@ -440,6 +440,14 @@ interface IconProps extends StyledIconProps {
|
|
|
440
440
|
|
|
441
441
|
declare const IconArrowBoxOut: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
442
442
|
|
|
443
|
+
declare const IconArrowClockwiseDownRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
444
|
+
|
|
445
|
+
declare const IconArrowClockwiseUpLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
446
|
+
|
|
447
|
+
declare const IconArrowCounterClockwiseDownLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
448
|
+
|
|
449
|
+
declare const IconArrowCounterClockwiseUpRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
450
|
+
|
|
443
451
|
declare const IconArrowDownLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
444
452
|
|
|
445
453
|
declare const IconArrowDownRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -458,8 +466,30 @@ declare const IconArrowUpRight: ForwardRefExoticComponent<IconProps & RefAttribu
|
|
|
458
466
|
|
|
459
467
|
declare const IconArrowUp: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
460
468
|
|
|
469
|
+
declare const IconArrowsClockwiseX: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
470
|
+
|
|
471
|
+
declare const IconArrowsClockwiseY: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
472
|
+
|
|
473
|
+
declare const IconArticle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
474
|
+
|
|
461
475
|
declare const IconBarThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
462
476
|
|
|
477
|
+
declare const IconBracketsAngleSlash: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
478
|
+
|
|
479
|
+
declare const IconBracketsCurlyCirclesThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
480
|
+
|
|
481
|
+
declare const IconCamera: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
482
|
+
|
|
483
|
+
declare const IconCardNumberThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
484
|
+
|
|
485
|
+
declare const IconCard: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
486
|
+
|
|
487
|
+
declare const IconCardsPoker: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
488
|
+
|
|
489
|
+
declare const IconChartBarYSimple: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
490
|
+
|
|
491
|
+
declare const IconChartBarY: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
492
|
+
|
|
463
493
|
declare const IconChat: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
464
494
|
|
|
465
495
|
declare const IconCheckMark: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -474,26 +504,66 @@ declare const IconChevronUp: ForwardRefExoticComponent<IconProps & RefAttributes
|
|
|
474
504
|
|
|
475
505
|
declare const IconCircleMotionX: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
476
506
|
|
|
507
|
+
declare const IconCircleNotch: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
508
|
+
|
|
477
509
|
declare const IconCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
478
510
|
|
|
511
|
+
declare const IconCirclesConnected: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
512
|
+
|
|
513
|
+
declare const IconClockCounterClockwiseSimple: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
514
|
+
|
|
515
|
+
declare const IconClockCounterClockwise: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
516
|
+
|
|
517
|
+
declare const IconCluster: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
518
|
+
|
|
519
|
+
declare const IconClustered: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
520
|
+
|
|
479
521
|
declare const IconCog: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
480
522
|
|
|
523
|
+
declare const IconCreditCard: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
524
|
+
|
|
525
|
+
declare const IconCrop: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
526
|
+
|
|
481
527
|
declare const IconCrossCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
482
528
|
|
|
483
529
|
declare const IconCross: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
484
530
|
|
|
531
|
+
declare const IconCursorFilled: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
532
|
+
|
|
533
|
+
declare const IconCursor: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
534
|
+
|
|
485
535
|
declare const IconEnvelope: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
486
536
|
|
|
487
537
|
declare const IconExclamationPointCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
488
538
|
|
|
539
|
+
declare const IconFactoryHouse: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
540
|
+
|
|
541
|
+
declare const IconFactory: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
542
|
+
|
|
489
543
|
declare const IconFunnel: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
490
544
|
|
|
545
|
+
declare const IconGauge: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
546
|
+
|
|
491
547
|
declare const IconGlobe: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
492
548
|
|
|
549
|
+
declare const IconHandFilled: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
550
|
+
|
|
551
|
+
declare const IconHand: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
552
|
+
|
|
493
553
|
declare const IconHouse: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
494
554
|
|
|
555
|
+
declare const IconImage: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
556
|
+
|
|
495
557
|
declare const IconInformationMarkCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
496
558
|
|
|
559
|
+
declare const IconKanban: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
560
|
+
|
|
561
|
+
declare const IconKey: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
562
|
+
|
|
563
|
+
declare const IconKeycap: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
564
|
+
|
|
565
|
+
declare const IconLaptop: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
566
|
+
|
|
497
567
|
declare const IconLineDiagonal: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
498
568
|
|
|
499
569
|
declare const IconLink: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -510,10 +580,14 @@ declare const IconMicrophone: ForwardRefExoticComponent<IconProps & RefAttribute
|
|
|
510
580
|
|
|
511
581
|
declare const IconMinus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
512
582
|
|
|
583
|
+
declare const IconMouse: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
584
|
+
|
|
513
585
|
declare const IconParallelogram: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
514
586
|
|
|
515
587
|
declare const IconPauseCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
516
588
|
|
|
589
|
+
declare const IconPdf: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
590
|
+
|
|
517
591
|
declare const IconPlaceholder: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
518
592
|
|
|
519
593
|
declare const IconPlayCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -528,8 +602,14 @@ declare const IconQuestionMarkCircle: ForwardRefExoticComponent<IconProps & RefA
|
|
|
528
602
|
|
|
529
603
|
declare const IconRhombus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
530
604
|
|
|
605
|
+
declare const IconScrollbarXy: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
606
|
+
|
|
531
607
|
declare const IconShapes: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
532
608
|
|
|
609
|
+
declare const IconShieldCheck: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
610
|
+
|
|
611
|
+
declare const IconShieldLock: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
612
|
+
|
|
533
613
|
declare const IconSlidersX: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
534
614
|
|
|
535
615
|
declare const IconSlidersY: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -548,14 +628,40 @@ declare const IconSpeakerCross: ForwardRefExoticComponent<IconProps & RefAttribu
|
|
|
548
628
|
|
|
549
629
|
declare const IconSpeakerHigh: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
550
630
|
|
|
631
|
+
declare const IconSquareBracketsAngleSlash: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
632
|
+
|
|
633
|
+
declare const IconSquareCirclesTwo: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
634
|
+
|
|
551
635
|
declare const IconSquareRounded: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
552
636
|
|
|
637
|
+
declare const IconSquareTriangleCirclePlus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
638
|
+
|
|
553
639
|
declare const IconSquare: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
554
640
|
|
|
641
|
+
declare const IconSquaresFour: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
642
|
+
|
|
643
|
+
declare const IconSquaresThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
644
|
+
|
|
645
|
+
declare const IconStickyNote: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
646
|
+
|
|
555
647
|
declare const IconStopCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
556
648
|
|
|
649
|
+
declare const IconTextT: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
650
|
+
|
|
651
|
+
declare const IconThumbsUp: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
652
|
+
|
|
653
|
+
declare const IconTicket: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
654
|
+
|
|
655
|
+
declare const IconTrackpad: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
656
|
+
|
|
657
|
+
declare const IconTrashSimple: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
658
|
+
|
|
659
|
+
declare const IconTrash: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
660
|
+
|
|
557
661
|
declare const IconTriangle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
558
662
|
|
|
663
|
+
declare const IconTrident: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
664
|
+
|
|
559
665
|
declare const IconUserAdd: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
560
666
|
|
|
561
667
|
declare const IconUser: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -564,4 +670,4 @@ declare const IconUsers: ForwardRefExoticComponent<IconProps & RefAttributes<SVG
|
|
|
564
670
|
|
|
565
671
|
declare const IconWallet: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
566
672
|
|
|
567
|
-
export { IconArrowBoxOut, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconBarThree, IconChat, IconCheckMark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircle, IconCircleMotionX, IconCog, IconCross, IconCrossCircle, IconEnvelope, IconExclamationPointCircle, IconFunnel, IconGlobe, IconHouse, IconInformationMarkCircle, IconLineDiagonal, IconLink, IconLockClosed, IconLockOpen, IconMagnifyingGlass, IconMicrophone, IconMicrophoneSlash, IconMinus, IconParallelogram, IconPauseCircle, IconPlaceholder, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconProps, IconQuestionMarkCircle, IconRhombus, IconShapes, IconSlidersX, IconSlidersY, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSpeakerCross, IconSpeakerHigh, IconSquare, IconSquareRounded, IconStopCircle, IconTriangle, IconUser, IconUserAdd, IconUsers, IconWallet };
|
|
673
|
+
export { IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArticle, IconBarThree, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconCheckMark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircle, IconCircleMotionX, IconCircleNotch, IconCirclesConnected, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconCluster, IconClustered, IconCog, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCursor, IconCursorFilled, IconEnvelope, IconExclamationPointCircle, IconFactory, IconFactoryHouse, IconFunnel, IconGauge, IconGlobe, IconHand, IconHandFilled, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLineDiagonal, IconLink, IconLockClosed, IconLockOpen, IconMagnifyingGlass, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMouse, IconParallelogram, IconPauseCircle, IconPdf, IconPlaceholder, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconProps, IconQuestionMarkCircle, IconRhombus, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconSlidersX, IconSlidersY, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSpeakerCross, IconSpeakerHigh, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareRounded, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresThree, IconStickyNote, IconStopCircle, IconTextT, IconThumbsUp, IconTicket, IconTrackpad, IconTrash, IconTrashSimple, IconTriangle, IconTrident, IconUser, IconUserAdd, IconUsers, 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 IconArrowClockwiseDownRight: 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='M12 20a8 8 0 1 1 7.748-6M17 12l3 3 3-3'
|
|
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 IconArrowClockwiseUpLeft: 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='M12 4a8 8 0 1 1-7.748 6M7 12 4 9l-3 3'
|
|
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 IconArrowCounterClockwiseDownLeft: 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='M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3'
|
|
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 IconArrowCounterClockwiseUpRight: 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='M19.753 10.03a8 8 0 1 1-7.723-6.032M23 12l-3-3-3 3'
|
|
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 IconArrowsClockwiseX: 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='M4 12a8 8 0 0 1 10-7.748M20 12a8 8 0 0 1-10.369 7.643M12 7l3-3-3-3m0 16-3 3 3 3'
|
|
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 IconArrowsClockwiseY: 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='M12 20a8 8 0 0 1-7.748-10M12 4a8 8 0 0 1 7.643 10.369M7 12 4 9l-3 3m16 0 3 3 3-3'
|
|
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 IconArticle: 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='M8 8h8m-8 4h8m-8 4h5m-8 4h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1Z'
|
|
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 IconBracketsAngleSlash: 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='m7 8-4 4 4 4m10-8 4 4-4 4M14 5l-4 14'
|
|
25
|
+
/>
|
|
26
|
+
</g>,
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id='a'>
|
|
29
|
+
<path d='M0 0h24v24H0z' />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
)
|
|
33
|
+
)
|
|
@@ -0,0 +1,37 @@
|
|
|
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 IconBracketsCurlyCirclesThree: 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
|
+
fill='currentColor'
|
|
22
|
+
d='M9 15.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm4.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm4.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z'
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
stroke='currentColor'
|
|
26
|
+
strokeLinecap='round'
|
|
27
|
+
strokeWidth={2}
|
|
28
|
+
d='M5.004 20a2 2 0 0 1-2-2v-4c0-1.105-1.896-2-2-2-.105 0 2-.895 2-2V6a2 2 0 0 1 2-2M19 4a2 2 0 0 1 2 2v4c0 1.105 1.895 2 2 2 .105 0-2 .895-2 2v4a2 2 0 0 1-2 2'
|
|
29
|
+
/>
|
|
30
|
+
</g>,
|
|
31
|
+
<defs>
|
|
32
|
+
<clipPath id='a'>
|
|
33
|
+
<path d='M0 0h24v24H0z' />
|
|
34
|
+
</clipPath>
|
|
35
|
+
</defs>
|
|
36
|
+
)
|
|
37
|
+
)
|
package/react/camera.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 IconCamera: 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
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeWidth={2}
|
|
23
|
+
clipPath='url(#a)'
|
|
24
|
+
>
|
|
25
|
+
<path d='M19 20H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 1 10 4h4a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 0 17 7h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2Z' />
|
|
26
|
+
<path d='M9.322 15.554a3.62 3.62 0 1 0 5.356-4.87 3.62 3.62 0 0 0-5.356 4.87Z' />
|
|
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 IconCardNumberThree: 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
|
+
fill='currentColor'
|
|
21
|
+
d='M9 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm8 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'
|
|
22
|
+
/>,
|
|
23
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeLinejoin='round'
|
|
27
|
+
strokeWidth={2}
|
|
28
|
+
d='M10.25 9h3.5l-2 3c.667 0 2 .559 2 2 0 1.5-1.354 2-2 2C10.5 16 10 15 10 15M6 3h12a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Z'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
)
|
package/react/card.tsx
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
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 IconCard: 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='M7 14h10M3.5 5h17a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-.5.5h-17a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 .5-.5Z'
|
|
24
|
+
/>,
|
|
25
|
+
<path
|
|
26
|
+
fill='currentColor'
|
|
27
|
+
d='M18 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z'
|
|
28
|
+
/>
|
|
29
|
+
)
|
|
30
|
+
)
|
|
@@ -0,0 +1,30 @@
|
|
|
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 IconCardsPoker: 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='M11.182 6H3.5a.5.5 0 0 0-.5.5v14a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V18M11.182 6H12.5a.5.5 0 0 1 .5.5V18M11.182 6V3.5a.5.5 0 0 1 .5-.5H20.5a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5H13'
|
|
24
|
+
/>,
|
|
25
|
+
<path
|
|
26
|
+
fill='currentColor'
|
|
27
|
+
d='M9.5 13.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM7 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'
|
|
28
|
+
/>
|
|
29
|
+
)
|
|
30
|
+
)
|