@mirohq/design-system-icons 0.7.1-checkbox.0 → 0.8.1-checkbox.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.
Files changed (178) hide show
  1. package/dist/main.js +3194 -1014
  2. package/dist/main.js.map +1 -1
  3. package/dist/module.js +3113 -1015
  4. package/dist/module.js.map +1 -1
  5. package/dist/types.d.ts +168 -1
  6. package/package.json +4 -4
  7. package/react/at.tsx +34 -0
  8. package/react/board.tsx +34 -0
  9. package/react/chat-dashes-lines-two.tsx +34 -0
  10. package/react/chat-lines-cross.tsx +34 -0
  11. package/react/chat-lines-eye-open.tsx +25 -0
  12. package/react/chat-lines-two-stack.tsx +34 -0
  13. package/react/chat-lines-two.tsx +34 -0
  14. package/react/chat-plus.tsx +34 -0
  15. package/react/chat-text-arrow.tsx +34 -0
  16. package/react/chat-two.tsx +31 -0
  17. package/react/chat.tsx +1 -1
  18. package/react/checkboard-square-centered.tsx +25 -0
  19. package/react/circle-corners.tsx +28 -0
  20. package/react/cog.tsx +1 -1
  21. package/react/cone-serpentine.tsx +29 -0
  22. package/react/corners-three-eye-open.tsx +25 -0
  23. package/react/dash-left-down-square-dash-right-up.tsx +34 -0
  24. package/react/dash-left-up-square-dash-down-right.tsx +34 -0
  25. package/react/dash-square-dash-horizontal.tsx +34 -0
  26. package/react/dash-square-dash-vertical.tsx +34 -0
  27. package/react/eye-closed-dots-four-frame-broken.tsx +27 -0
  28. package/react/eye-closed.tsx +34 -0
  29. package/react/eye-open-line-frame-broken.tsx +28 -0
  30. package/react/eye-open-slash.tsx +31 -0
  31. package/react/eye-open.tsx +31 -0
  32. package/react/folder.tsx +34 -0
  33. package/react/frame-lines-two.tsx +34 -0
  34. package/react/frame-play.tsx +31 -0
  35. package/react/frame-plus.tsx +34 -0
  36. package/react/frame.tsx +34 -0
  37. package/react/index.ts +82 -0
  38. package/react/monitor-arrow.tsx +34 -0
  39. package/react/monitor-pause.tsx +34 -0
  40. package/react/monitor-play.tsx +31 -0
  41. package/react/monitor-stop.tsx +28 -0
  42. package/react/next.tsx +28 -0
  43. package/react/node-lines-curved.tsx +34 -0
  44. package/react/node-lines-horizontal.tsx +34 -0
  45. package/react/node-lines-vertical.tsx +34 -0
  46. package/react/node-plus.tsx +33 -0
  47. package/react/nodes-connected.tsx +31 -0
  48. package/react/nodes-connections-three.tsx +33 -0
  49. package/react/note-magnifying-glass.tsx +31 -0
  50. package/react/pause.tsx +28 -0
  51. package/react/play.tsx +31 -0
  52. package/react/presentation-arrow.tsx +34 -0
  53. package/react/presentation-eye-open.tsx +25 -0
  54. package/react/presentation-line.tsx +34 -0
  55. package/react/presentation-lines-two.tsx +34 -0
  56. package/react/presentation-link.tsx +31 -0
  57. package/react/presentation-number-one.tsx +34 -0
  58. package/react/presentation-play.tsx +31 -0
  59. package/react/presentation-plus.tsx +34 -0
  60. package/react/previous.tsx +28 -0
  61. package/react/question-mark.tsx +31 -0
  62. package/react/rectangle-dash-lines.tsx +34 -0
  63. package/react/rectangle-dot-line-pen.tsx +37 -0
  64. package/react/rectangle-play-stack.tsx +31 -0
  65. package/react/rectangle-tick.tsx +34 -0
  66. package/react/rectangles-two-lines-four.tsx +34 -0
  67. package/react/rectangles-two-minus.tsx +34 -0
  68. package/react/rectangles-two-plus.tsx +34 -0
  69. package/react/rectangles-two-user.tsx +30 -0
  70. package/react/scissors.tsx +33 -0
  71. package/react/smiley-chat.tsx +28 -0
  72. package/react/smiley-sticker.tsx +31 -0
  73. package/react/smiley.tsx +31 -0
  74. package/react/square-star-scribble.tsx +31 -0
  75. package/react/sticky-corners.tsx +34 -0
  76. package/react/sticky-note-stack.tsx +34 -0
  77. package/react/sticky-note-wide.tsx +34 -0
  78. package/react/sticky-note.tsx +3 -2
  79. package/react/sticky-notes-two.tsx +33 -0
  80. package/react/text-cursor-eye-open.tsx +25 -0
  81. package/react/trophy.tsx +31 -0
  82. package/react/user-arrow-right-up.tsx +31 -0
  83. package/react/user-eye-open.tsx +25 -0
  84. package/react/user-load.tsx +33 -0
  85. package/react/user-number-three.tsx +34 -0
  86. package/react/user-pen-dashes-bottom.tsx +30 -0
  87. package/react/user-pen-line-bottom.tsx +30 -0
  88. package/react/user-tick-down.tsx +31 -0
  89. package/react/users-three.tsx +34 -0
  90. package/react/video-camera-simple-slash.tsx +34 -0
  91. package/react/video-camera-simple.tsx +34 -0
  92. package/react/video-camera.tsx +34 -0
  93. package/svg/24/at.svg +1 -0
  94. package/svg/24/board.svg +1 -0
  95. package/svg/24/chat-dashes-lines-two.svg +1 -0
  96. package/svg/24/chat-lines-cross.svg +1 -0
  97. package/svg/24/chat-lines-eye-open.svg +1 -0
  98. package/svg/24/chat-lines-two-stack.svg +1 -0
  99. package/svg/24/chat-lines-two.svg +1 -0
  100. package/svg/24/chat-plus.svg +1 -0
  101. package/svg/24/chat-text-arrow.svg +1 -0
  102. package/svg/24/chat-two.svg +1 -0
  103. package/svg/24/chat.svg +1 -1
  104. package/svg/24/checkboard-square-centered.svg +1 -0
  105. package/svg/24/circle-corners.svg +1 -0
  106. package/svg/24/cog.svg +1 -1
  107. package/svg/24/cone-serpentine.svg +1 -0
  108. package/svg/24/corners-three-eye-open.svg +1 -0
  109. package/svg/24/dash-left-down-square-dash-right-up.svg +1 -0
  110. package/svg/24/dash-left-up-square-dash-down-right.svg +1 -0
  111. package/svg/24/dash-square-dash-horizontal.svg +1 -0
  112. package/svg/24/dash-square-dash-vertical.svg +1 -0
  113. package/svg/24/eye-closed-dots-four-frame-broken.svg +1 -0
  114. package/svg/24/eye-closed.svg +1 -0
  115. package/svg/24/eye-open-line-frame-broken.svg +1 -0
  116. package/svg/24/eye-open-slash.svg +1 -0
  117. package/svg/24/eye-open.svg +1 -0
  118. package/svg/24/folder.svg +1 -0
  119. package/svg/24/frame-lines-two.svg +1 -0
  120. package/svg/24/frame-play.svg +1 -0
  121. package/svg/24/frame-plus.svg +1 -0
  122. package/svg/24/frame.svg +1 -0
  123. package/svg/24/monitor-arrow.svg +1 -0
  124. package/svg/24/monitor-pause.svg +1 -0
  125. package/svg/24/monitor-play.svg +1 -0
  126. package/svg/24/monitor-stop.svg +1 -0
  127. package/svg/24/next.svg +1 -0
  128. package/svg/24/node-lines-curved.svg +1 -0
  129. package/svg/24/node-lines-horizontal.svg +1 -0
  130. package/svg/24/node-lines-vertical.svg +1 -0
  131. package/svg/24/node-plus.svg +1 -0
  132. package/svg/24/nodes-connected.svg +1 -0
  133. package/svg/24/nodes-connections-three.svg +1 -0
  134. package/svg/24/note-magnifying-glass.svg +1 -0
  135. package/svg/24/pause.svg +1 -0
  136. package/svg/24/play.svg +1 -0
  137. package/svg/24/presentation-arrow.svg +1 -0
  138. package/svg/24/presentation-eye-open.svg +1 -0
  139. package/svg/24/presentation-line.svg +1 -0
  140. package/svg/24/presentation-lines-two.svg +1 -0
  141. package/svg/24/presentation-link.svg +1 -0
  142. package/svg/24/presentation-number-one.svg +1 -0
  143. package/svg/24/presentation-play.svg +1 -0
  144. package/svg/24/presentation-plus.svg +1 -0
  145. package/svg/24/previous.svg +1 -0
  146. package/svg/24/question-mark.svg +1 -0
  147. package/svg/24/rectangle-dash-lines.svg +1 -0
  148. package/svg/24/rectangle-dot-line-pen.svg +1 -0
  149. package/svg/24/rectangle-play-stack.svg +1 -0
  150. package/svg/24/rectangle-tick.svg +1 -0
  151. package/svg/24/rectangles-two-lines-four.svg +1 -0
  152. package/svg/24/rectangles-two-minus.svg +1 -0
  153. package/svg/24/rectangles-two-plus.svg +1 -0
  154. package/svg/24/rectangles-two-user.svg +1 -0
  155. package/svg/24/scissors.svg +1 -0
  156. package/svg/24/smiley-chat.svg +1 -0
  157. package/svg/24/smiley-sticker.svg +1 -0
  158. package/svg/24/smiley.svg +1 -0
  159. package/svg/24/square-star-scribble.svg +1 -0
  160. package/svg/24/sticky-corners.svg +1 -0
  161. package/svg/24/sticky-note-stack.svg +1 -0
  162. package/svg/24/sticky-note-wide.svg +1 -0
  163. package/svg/24/sticky-note.svg +1 -1
  164. package/svg/24/sticky-notes-two.svg +1 -0
  165. package/svg/24/text-cursor-eye-open.svg +1 -0
  166. package/svg/24/trophy.svg +1 -0
  167. package/svg/24/user-arrow-right-up.svg +1 -0
  168. package/svg/24/user-eye-open.svg +1 -0
  169. package/svg/24/user-load.svg +1 -0
  170. package/svg/24/user-number-three.svg +1 -0
  171. package/svg/24/user-pen-dashes-bottom.svg +1 -0
  172. package/svg/24/user-pen-line-bottom.svg +1 -0
  173. package/svg/24/user-tick-down.svg +1 -0
  174. package/svg/24/users-three.svg +1 -0
  175. package/svg/24/video-camera-simple-slash.svg +1 -0
  176. package/svg/24/video-camera-simple.svg +1 -0
  177. package/svg/24/video-camera.svg +1 -0
  178. package/svg/meta.json +713 -1
package/dist/types.d.ts CHANGED
@@ -185,6 +185,9 @@ declare const StyledIcon: react.ForwardRefExoticComponent<Pick<Omit<{
185
185
  shadows: {
186
186
  readonly 50: "0 4px 16px #05003812";
187
187
  readonly 100: "0 8px 32px #05003808";
188
+ readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
189
+ readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
190
+ readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
188
191
  };
189
192
  sizes: {
190
193
  readonly number: string;
@@ -498,6 +501,8 @@ declare const IconArrowsClockwiseY: ForwardRefExoticComponent<IconProps & RefAtt
498
501
 
499
502
  declare const IconArticle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
500
503
 
504
+ declare const IconAt: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
505
+
501
506
  declare const IconBarThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
502
507
 
503
508
  declare const IconBellSlash: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -506,6 +511,8 @@ declare const IconBellTilt: ForwardRefExoticComponent<IconProps & RefAttributes<
506
511
 
507
512
  declare const IconBell: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
508
513
 
514
+ declare const IconBoard: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
515
+
509
516
  declare const IconBookmark: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
510
517
 
511
518
  declare const IconBracketsAngleSlash: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -526,10 +533,28 @@ declare const IconChartBarYSimple: ForwardRefExoticComponent<IconProps & RefAttr
526
533
 
527
534
  declare const IconChartBarY: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
528
535
 
536
+ declare const IconChatDashesLinesTwo: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
537
+
538
+ declare const IconChatLinesCross: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
539
+
540
+ declare const IconChatLinesEyeOpen: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
541
+
542
+ declare const IconChatLinesTwoStack: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
543
+
544
+ declare const IconChatLinesTwo: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
545
+
546
+ declare const IconChatPlus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
547
+
548
+ declare const IconChatTextArrow: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
549
+
550
+ declare const IconChatTwo: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
551
+
529
552
  declare const IconChat: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
530
553
 
531
554
  declare const IconCheckMark: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
532
555
 
556
+ declare const IconCheckboardSquareCentered: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
557
+
533
558
  declare const IconChevronDown: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
534
559
 
535
560
  declare const IconChevronLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -538,6 +563,8 @@ declare const IconChevronRight: ForwardRefExoticComponent<IconProps & RefAttribu
538
563
 
539
564
  declare const IconChevronUp: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
540
565
 
566
+ declare const IconCircleCorners: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
567
+
541
568
  declare const IconCircleMotionX: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
542
569
 
543
570
  declare const IconCircleNotch: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -560,6 +587,10 @@ declare const IconClustered: ForwardRefExoticComponent<IconProps & RefAttributes
560
587
 
561
588
  declare const IconCog: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
562
589
 
590
+ declare const IconConeSerpentine: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
591
+
592
+ declare const IconCornersThreeEyeOpen: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
593
+
563
594
  declare const IconCreditCard: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
564
595
 
565
596
  declare const IconCrop: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -578,6 +609,14 @@ declare const IconCursor: ForwardRefExoticComponent<IconProps & RefAttributes<SV
578
609
 
579
610
  declare const IconCurveSquareCircleArrow: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
580
611
 
612
+ declare const IconDashLeftDownSquareDashRightUp: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
613
+
614
+ declare const IconDashLeftUpSquareDashDownRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
615
+
616
+ declare const IconDashSquareDashHorizontal: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
617
+
618
+ declare const IconDashSquareDashVertical: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
619
+
581
620
  declare const IconDistributeHorizontal: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
582
621
 
583
622
  declare const IconDistributeVertical: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -588,12 +627,32 @@ declare const IconEraser: ForwardRefExoticComponent<IconProps & RefAttributes<SV
588
627
 
589
628
  declare const IconExclamationPointCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
590
629
 
630
+ declare const IconEyeClosedDotsFourFrameBroken: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
631
+
632
+ declare const IconEyeClosed: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
633
+
634
+ declare const IconEyeOpenLineFrameBroken: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
635
+
636
+ declare const IconEyeOpenSlash: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
637
+
638
+ declare const IconEyeOpen: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
639
+
591
640
  declare const IconEyedropper: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
592
641
 
593
642
  declare const IconFactoryHouse: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
594
643
 
595
644
  declare const IconFactory: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
596
645
 
646
+ declare const IconFolder: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
647
+
648
+ declare const IconFrameLinesTwo: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
649
+
650
+ declare const IconFramePlay: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
651
+
652
+ declare const IconFramePlus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
653
+
654
+ declare const IconFrame: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
655
+
597
656
  declare const IconFunnel: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
598
657
 
599
658
  declare const IconGauge: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -678,12 +737,38 @@ declare const IconMicrophone: ForwardRefExoticComponent<IconProps & RefAttribute
678
737
 
679
738
  declare const IconMinus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
680
739
 
740
+ declare const IconMonitorArrow: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
741
+
742
+ declare const IconMonitorPause: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
743
+
744
+ declare const IconMonitorPlay: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
745
+
746
+ declare const IconMonitorStop: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
747
+
681
748
  declare const IconMouse: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
682
749
 
750
+ declare const IconNext: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
751
+
752
+ declare const IconNodeLinesCurved: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
753
+
754
+ declare const IconNodeLinesHorizontal: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
755
+
756
+ declare const IconNodeLinesVertical: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
757
+
758
+ declare const IconNodePlus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
759
+
760
+ declare const IconNodesConnected: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
761
+
762
+ declare const IconNodesConnectionsThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
763
+
764
+ declare const IconNoteMagnifyingGlass: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
765
+
683
766
  declare const IconParallelogram: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
684
767
 
685
768
  declare const IconPauseCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
686
769
 
770
+ declare const IconPause: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
771
+
687
772
  declare const IconPdf: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
688
773
 
689
774
  declare const IconPenTip: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -694,6 +779,8 @@ declare const IconPlaceholder: ForwardRefExoticComponent<IconProps & RefAttribut
694
779
 
695
780
  declare const IconPlayCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
696
781
 
782
+ declare const IconPlay: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
783
+
697
784
  declare const IconPlaybackSpeedCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
698
785
 
699
786
  declare const IconPlug: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -702,12 +789,40 @@ declare const IconPlusText: ForwardRefExoticComponent<IconProps & RefAttributes<
702
789
 
703
790
  declare const IconPlus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
704
791
 
792
+ declare const IconPresentationArrow: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
793
+
794
+ declare const IconPresentationEyeOpen: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
795
+
796
+ declare const IconPresentationLine: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
797
+
798
+ declare const IconPresentationLinesTwo: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
799
+
800
+ declare const IconPresentationLink: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
801
+
802
+ declare const IconPresentationNumberOne: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
803
+
804
+ declare const IconPresentationPlay: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
805
+
806
+ declare const IconPresentationPlus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
807
+
808
+ declare const IconPrevious: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
809
+
705
810
  declare const IconProhibit: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
706
811
 
707
812
  declare const IconPushPin: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
708
813
 
709
814
  declare const IconQuestionMarkCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
710
815
 
816
+ declare const IconQuestionMark: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
817
+
818
+ declare const IconRectangleDashLines: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
819
+
820
+ declare const IconRectangleDotLinePen: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
821
+
822
+ declare const IconRectanglePlayStack: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
823
+
824
+ declare const IconRectangleTick: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
825
+
711
826
  declare const IconRectanglesThreeAligned: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
712
827
 
713
828
  declare const IconRectanglesThreeFree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -716,8 +831,18 @@ declare const IconRectanglesThreeOverlap: ForwardRefExoticComponent<IconProps &
716
831
 
717
832
  declare const IconRectanglesTwoLine: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
718
833
 
834
+ declare const IconRectanglesTwoLinesFour: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
835
+
836
+ declare const IconRectanglesTwoMinus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
837
+
838
+ declare const IconRectanglesTwoPlus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
839
+
840
+ declare const IconRectanglesTwoUser: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
841
+
719
842
  declare const IconRhombus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
720
843
 
844
+ declare const IconScissors: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
845
+
721
846
  declare const IconScrollbarXy: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
722
847
 
723
848
  declare const IconShapes: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -734,6 +859,12 @@ declare const IconSlidersX: ForwardRefExoticComponent<IconProps & RefAttributes<
734
859
 
735
860
  declare const IconSlidersY: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
736
861
 
862
+ declare const IconSmileyChat: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
863
+
864
+ declare const IconSmileySticker: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
865
+
866
+ declare const IconSmiley: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
867
+
737
868
  declare const IconSocialFacebook: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
738
869
 
739
870
  declare const IconSocialInstagram: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -758,6 +889,8 @@ declare const IconSquareLineSquareDashed: ForwardRefExoticComponent<IconProps &
758
889
 
759
890
  declare const IconSquareRounded: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
760
891
 
892
+ declare const IconSquareStarScribble: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
893
+
761
894
  declare const IconSquareTriangleCirclePlus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
762
895
 
763
896
  declare const IconSquare: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -778,8 +911,16 @@ declare const IconSquaresUnmerge: ForwardRefExoticComponent<IconProps & RefAttri
778
911
 
779
912
  declare const IconStack: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
780
913
 
914
+ declare const IconStickyCorners: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
915
+
916
+ declare const IconStickyNoteStack: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
917
+
918
+ declare const IconStickyNoteWide: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
919
+
781
920
  declare const IconStickyNote: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
782
921
 
922
+ declare const IconStickyNotesTwo: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
923
+
783
924
  declare const IconStopCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
784
925
 
785
926
  declare const IconTag: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -794,6 +935,8 @@ declare const IconTextBBoldItalicUnderlined: ForwardRefExoticComponent<IconProps
794
935
 
795
936
  declare const IconTextBBold: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
796
937
 
938
+ declare const IconTextCursorEyeOpen: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
939
+
797
940
  declare const IconTextHOne: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
798
941
 
799
942
  declare const IconTextHThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -830,16 +973,40 @@ declare const IconTriangle: ForwardRefExoticComponent<IconProps & RefAttributes<
830
973
 
831
974
  declare const IconTrident: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
832
975
 
976
+ declare const IconTrophy: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
977
+
833
978
  declare const IconUserAdd: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
834
979
 
980
+ declare const IconUserArrowRightUp: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
981
+
982
+ declare const IconUserEyeOpen: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
983
+
984
+ declare const IconUserLoad: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
985
+
986
+ declare const IconUserNumberThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
987
+
988
+ declare const IconUserPenDashesBottom: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
989
+
990
+ declare const IconUserPenLineBottom: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
991
+
992
+ declare const IconUserTickDown: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
993
+
835
994
  declare const IconUser: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
836
995
 
996
+ declare const IconUsersThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
997
+
837
998
  declare const IconUsers: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
838
999
 
1000
+ declare const IconVideoCameraSimpleSlash: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1001
+
1002
+ declare const IconVideoCameraSimple: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1003
+
1004
+ declare const IconVideoCamera: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
1005
+
839
1006
  declare const IconViewCenter: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
840
1007
 
841
1008
  declare const IconViewSideLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
842
1009
 
843
1010
  declare const IconWallet: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
844
1011
 
845
- 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 };
1012
+ 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, IconAt, IconBarThree, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookmark, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconCalendarBlank, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCluster, IconClustered, IconCog, IconConeSerpentine, IconCornersThreeEyeOpen, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCube, IconCursor, IconCursorFilled, IconCursorText, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDistributeHorizontal, IconDistributeVertical, IconEnvelope, IconEraser, IconExclamationPointCircle, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, 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, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMouse, IconNext, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPlaceholder, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusText, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconProps, IconPushPin, IconQuestionMark, IconQuestionMarkCircle, IconRectangleDashLines, IconRectangleDotLinePen, IconRectanglePlayStack, IconRectangleTick, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconScissors, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconSidebarClosed, IconSidebarOpen, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileySticker, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStickyCorners, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconTag, IconTextAUnderline, IconTextAlignCenter, IconTextAlignLeft, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTicket, IconTimer, IconTrackpad, IconTrash, IconTrashSimple, IconTriangle, IconTrident, IconTrophy, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserEyeOpen, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-icons",
3
- "version": "0.7.1-checkbox.0",
3
+ "version": "0.8.1-checkbox.0",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -30,10 +30,10 @@
30
30
  "react": "^16.14 || ^17"
31
31
  },
32
32
  "dependencies": {
33
- "@mirohq/design-system-link": "^1.1.5-checkbox.0",
34
- "@mirohq/design-system-utils": "^0.11.0",
35
33
  "@mirohq/design-system-primitive": "^1.0.4",
36
- "@mirohq/design-system-stitches": "^2.1.0-checkbox.0"
34
+ "@mirohq/design-system-stitches": "^2.1.0-checkbox.0",
35
+ "@mirohq/design-system-utils": "^0.11.0",
36
+ "@mirohq/design-system-link": "^1.1.6-checkbox.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@svgr/cli": "^6.5.1",
package/react/at.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 IconAt: 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='M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm0 0v1.5a2.5 2.5 0 0 0 5 0V12c0-4-3-9-9-8.988a9 9 0 0 0 0 18s2.537 0 4.5-1.166'
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 IconBoard: 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='M12 13h6M6 17H2V3h20v14h-4M6 17v4m0-4h12m0 0v4'
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 IconChatDashesLinesTwo: 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 9h1m3 0h6M7 13h1m3 0h6m-4.93 7.93L15 18h5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h5l2.93 2.93a.1.1 0 0 0 .14 0Z'
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 IconChatLinesCross: 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 9h2m-2 4h8m-5-9H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h5l2.93 2.93a.1.1 0 0 0 .14 0L15 18h5a1 1 0 0 0 1-1v-5M15 1l6 6m0-6-6 6'
26
+ />
27
+ </g>,
28
+ <defs>
29
+ <clipPath id='a'>
30
+ <path d='M0 0h24v24H0z' />
31
+ </clipPath>
32
+ </defs>
33
+ )
34
+ )
@@ -0,0 +1,25 @@
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 IconChatLinesEyeOpen: 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='M15 18v-1a1 1 0 0 0-.707.293L15 18Zm-6 0 .707-.707A1 1 0 0 0 9 17v1Zm2.93 2.93.706-.708-.707.707ZM7 8a1 1 0 0 0 0 2V8Zm2 2a1 1 0 1 0 0-2v2Zm-2 2a1 1 0 1 0 0 2v-2Zm8 2a1 1 0 1 0 0-2v2ZM7 5a1 1 0 0 0 0-2v2Zm15 7a1 1 0 1 0-2 0h2Zm-9.222 9.636 2.93-2.929-1.415-1.414-2.93 2.93 1.415 1.413ZM15 19h5v-2h-5v2ZM2 5v12h2V5H2Zm2 14h5v-2H4v2Zm4.293-.293 2.93 2.93 1.413-1.415-2.929-2.93-1.414 1.415ZM4 3a2 2 0 0 0-2 2h2V3Zm16 16a2 2 0 0 0 2-2h-2v2ZM2 17a2 2 0 0 0 2 2v-2H2Zm9.364 3.222a.9.9 0 0 1 1.272 0l-1.414 1.414a1.1 1.1 0 0 0 1.556 0l-1.414-1.414ZM7 10h2V8H7v2Zm0 4h8v-2H7v2ZM7 3H4v2h3V3Zm15 14v-5h-2v5h2ZM12 5c0 .163-.05.222.01.084.04-.09.108-.223.212-.388.207-.33.528-.748.962-1.154C14.048 2.732 15.314 2 17 2V0c-2.314 0-4.048 1.018-5.184 2.083a7.974 7.974 0 0 0-1.288 1.55 5.04 5.04 0 0 0-.351.652c-.065.15-.177.426-.177.715h2Zm5-3c1.686 0 2.952.732 3.816 1.542.434.406.755.823.962 1.154.104.165.173.299.211.388.06.138.011.08.011-.084h2c0-.288-.112-.566-.177-.715a5.052 5.052 0 0 0-.35-.652 7.974 7.974 0 0 0-1.29-1.55C21.049 1.018 19.315 0 17 0v2Zm5 3c0-.163.05-.222-.01-.084a3.07 3.07 0 0 1-.212.388c-.207.33-.528.748-.962 1.154C19.952 7.268 18.686 8 17 8v2c2.314 0 4.048-1.018 5.184-2.083a7.974 7.974 0 0 0 1.288-1.55c.146-.232.265-.454.351-.652.065-.15.177-.426.177-.715h-2Zm-5 3c-1.686 0-2.952-.732-3.816-1.542a5.975 5.975 0 0 1-.962-1.154 3.083 3.083 0 0 1-.211-.388C11.95 4.778 12 4.836 12 5h-2c0 .288.112.566.177.715.086.198.205.42.35.652a7.974 7.974 0 0 0 1.29 1.55C12.951 8.982 14.685 10 17 10V8Z'
22
+ />,
23
+ <circle cx={17} cy={5} r={2} fill='currentColor' />
24
+ )
25
+ )
@@ -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 IconChatLinesTwoStack: 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 11h7m-7 3h7M6 4h14a1 1 0 0 1 1 1v10m-10.5 6 2.5-3h4a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h4l2.359 3a.1.1 0 0 0 .141 0Z'
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 IconChatLinesTwo: 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='M8 9h8m-8 4h8m-3.93 7.93L15 18h5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h5l2.93 2.93a.1.1 0 0 0 .14 0Z'
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 IconChatPlus: 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='M9 11h6m-3-3v6m.07 6.93L15 18h5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h5l2.93 2.93a.1.1 0 0 0 .14 0Z'
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 IconChatTextArrow: 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='m16 8 5-5m0 0v5m0-5h-5M7 9h2m-2 4h8m-5-9H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h5l2.93 2.93a.1.1 0 0 0 .14 0L15 18h5a1 1 0 0 0 1-1v-4'
26
+ />
27
+ </g>,
28
+ <defs>
29
+ <clipPath id='a'>
30
+ <path d='M0 0h24v24H0z' />
31
+ </clipPath>
32
+ </defs>
33
+ )
34
+ )