@mirohq/design-system-icons 0.7.1-checkbox.0 → 0.8.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 +165 -11
  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
@@ -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 IconFramePlus: 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='M2 6h20M5 3v18M19 3v18M2 18h20m-10-4v-4m-2 2h4'
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 IconFrame: 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='M2 6h20M5 3v18M19 3v18M2 18h20'
26
+ />
27
+ </g>,
28
+ <defs>
29
+ <clipPath id='a'>
30
+ <path d='M0 0h24v24H0z' />
31
+ </clipPath>
32
+ </defs>
33
+ )
34
+ )
package/react/index.ts CHANGED
@@ -23,10 +23,12 @@ export { IconArrowUp } from './arrow-up'
23
23
  export { IconArrowsClockwiseX } from './arrows-clockwise-x'
24
24
  export { IconArrowsClockwiseY } from './arrows-clockwise-y'
25
25
  export { IconArticle } from './article'
26
+ export { IconAt } from './at'
26
27
  export { IconBarThree } from './bar-three'
27
28
  export { IconBellSlash } from './bell-slash'
28
29
  export { IconBellTilt } from './bell-tilt'
29
30
  export { IconBell } from './bell'
31
+ export { IconBoard } from './board'
30
32
  export { IconBookmark } from './bookmark'
31
33
  export { IconBracketsAngleSlash } from './brackets-angle-slash'
32
34
  export { IconBracketsCurlyCirclesThree } from './brackets-curly-circles-three'
@@ -37,12 +39,22 @@ export { IconCard } from './card'
37
39
  export { IconCardsPoker } from './cards-poker'
38
40
  export { IconChartBarYSimple } from './chart-bar-y-simple'
39
41
  export { IconChartBarY } from './chart-bar-y'
42
+ export { IconChatDashesLinesTwo } from './chat-dashes-lines-two'
43
+ export { IconChatLinesCross } from './chat-lines-cross'
44
+ export { IconChatLinesEyeOpen } from './chat-lines-eye-open'
45
+ export { IconChatLinesTwoStack } from './chat-lines-two-stack'
46
+ export { IconChatLinesTwo } from './chat-lines-two'
47
+ export { IconChatPlus } from './chat-plus'
48
+ export { IconChatTextArrow } from './chat-text-arrow'
49
+ export { IconChatTwo } from './chat-two'
40
50
  export { IconChat } from './chat'
41
51
  export { IconCheckMark } from './check-mark'
52
+ export { IconCheckboardSquareCentered } from './checkboard-square-centered'
42
53
  export { IconChevronDown } from './chevron-down'
43
54
  export { IconChevronLeft } from './chevron-left'
44
55
  export { IconChevronRight } from './chevron-right'
45
56
  export { IconChevronUp } from './chevron-up'
57
+ export { IconCircleCorners } from './circle-corners'
46
58
  export { IconCircleMotionX } from './circle-motion-x'
47
59
  export { IconCircleNotch } from './circle-notch'
48
60
  export { IconCircle } from './circle'
@@ -54,6 +66,8 @@ export { IconClock } from './clock'
54
66
  export { IconCluster } from './cluster'
55
67
  export { IconClustered } from './clustered'
56
68
  export { IconCog } from './cog'
69
+ export { IconConeSerpentine } from './cone-serpentine'
70
+ export { IconCornersThreeEyeOpen } from './corners-three-eye-open'
57
71
  export { IconCreditCard } from './credit-card'
58
72
  export { IconCrop } from './crop'
59
73
  export { IconCrossCircle } from './cross-circle'
@@ -63,14 +77,28 @@ export { IconCursorFilled } from './cursor-filled'
63
77
  export { IconCursorText } from './cursor-text'
64
78
  export { IconCursor } from './cursor'
65
79
  export { IconCurveSquareCircleArrow } from './curve-square-circle-arrow'
80
+ export { IconDashLeftDownSquareDashRightUp } from './dash-left-down-square-dash-right-up'
81
+ export { IconDashLeftUpSquareDashDownRight } from './dash-left-up-square-dash-down-right'
82
+ export { IconDashSquareDashHorizontal } from './dash-square-dash-horizontal'
83
+ export { IconDashSquareDashVertical } from './dash-square-dash-vertical'
66
84
  export { IconDistributeHorizontal } from './distribute-horizontal'
67
85
  export { IconDistributeVertical } from './distribute-vertical'
68
86
  export { IconEnvelope } from './envelope'
69
87
  export { IconEraser } from './eraser'
70
88
  export { IconExclamationPointCircle } from './exclamation-point-circle'
89
+ export { IconEyeClosedDotsFourFrameBroken } from './eye-closed-dots-four-frame-broken'
90
+ export { IconEyeClosed } from './eye-closed'
91
+ export { IconEyeOpenLineFrameBroken } from './eye-open-line-frame-broken'
92
+ export { IconEyeOpenSlash } from './eye-open-slash'
93
+ export { IconEyeOpen } from './eye-open'
71
94
  export { IconEyedropper } from './eyedropper'
72
95
  export { IconFactoryHouse } from './factory-house'
73
96
  export { IconFactory } from './factory'
97
+ export { IconFolder } from './folder'
98
+ export { IconFrameLinesTwo } from './frame-lines-two'
99
+ export { IconFramePlay } from './frame-play'
100
+ export { IconFramePlus } from './frame-plus'
101
+ export { IconFrame } from './frame'
74
102
  export { IconFunnel } from './funnel'
75
103
  export { IconGauge } from './gauge'
76
104
  export { IconGlobe } from './globe'
@@ -113,26 +141,59 @@ export { IconMap } from './map'
113
141
  export { IconMicrophoneSlash } from './microphone-slash'
114
142
  export { IconMicrophone } from './microphone'
115
143
  export { IconMinus } from './minus'
144
+ export { IconMonitorArrow } from './monitor-arrow'
145
+ export { IconMonitorPause } from './monitor-pause'
146
+ export { IconMonitorPlay } from './monitor-play'
147
+ export { IconMonitorStop } from './monitor-stop'
116
148
  export { IconMouse } from './mouse'
149
+ export { IconNext } from './next'
150
+ export { IconNodeLinesCurved } from './node-lines-curved'
151
+ export { IconNodeLinesHorizontal } from './node-lines-horizontal'
152
+ export { IconNodeLinesVertical } from './node-lines-vertical'
153
+ export { IconNodePlus } from './node-plus'
154
+ export { IconNodesConnected } from './nodes-connected'
155
+ export { IconNodesConnectionsThree } from './nodes-connections-three'
156
+ export { IconNoteMagnifyingGlass } from './note-magnifying-glass'
117
157
  export { IconParallelogram } from './parallelogram'
118
158
  export { IconPauseCircle } from './pause-circle'
159
+ export { IconPause } from './pause'
119
160
  export { IconPdf } from './pdf'
120
161
  export { IconPenTip } from './pen-tip'
121
162
  export { IconPen } from './pen'
122
163
  export { IconPlaceholder } from './placeholder'
123
164
  export { IconPlayCircle } from './play-circle'
165
+ export { IconPlay } from './play'
124
166
  export { IconPlaybackSpeedCircle } from './playback-speed-circle'
125
167
  export { IconPlug } from './plug'
126
168
  export { IconPlusText } from './plus-text'
127
169
  export { IconPlus } from './plus'
170
+ export { IconPresentationArrow } from './presentation-arrow'
171
+ export { IconPresentationEyeOpen } from './presentation-eye-open'
172
+ export { IconPresentationLine } from './presentation-line'
173
+ export { IconPresentationLinesTwo } from './presentation-lines-two'
174
+ export { IconPresentationLink } from './presentation-link'
175
+ export { IconPresentationNumberOne } from './presentation-number-one'
176
+ export { IconPresentationPlay } from './presentation-play'
177
+ export { IconPresentationPlus } from './presentation-plus'
178
+ export { IconPrevious } from './previous'
128
179
  export { IconProhibit } from './prohibit'
129
180
  export { IconPushPin } from './push-pin'
130
181
  export { IconQuestionMarkCircle } from './question-mark-circle'
182
+ export { IconQuestionMark } from './question-mark'
183
+ export { IconRectangleDashLines } from './rectangle-dash-lines'
184
+ export { IconRectangleDotLinePen } from './rectangle-dot-line-pen'
185
+ export { IconRectanglePlayStack } from './rectangle-play-stack'
186
+ export { IconRectangleTick } from './rectangle-tick'
131
187
  export { IconRectanglesThreeAligned } from './rectangles-three-aligned'
132
188
  export { IconRectanglesThreeFree } from './rectangles-three-free'
133
189
  export { IconRectanglesThreeOverlap } from './rectangles-three-overlap'
134
190
  export { IconRectanglesTwoLine } from './rectangles-two-line'
191
+ export { IconRectanglesTwoLinesFour } from './rectangles-two-lines-four'
192
+ export { IconRectanglesTwoMinus } from './rectangles-two-minus'
193
+ export { IconRectanglesTwoPlus } from './rectangles-two-plus'
194
+ export { IconRectanglesTwoUser } from './rectangles-two-user'
135
195
  export { IconRhombus } from './rhombus'
196
+ export { IconScissors } from './scissors'
136
197
  export { IconScrollbarXy } from './scrollbar-xy'
137
198
  export { IconShapes } from './shapes'
138
199
  export { IconShieldCheck } from './shield-check'
@@ -141,6 +202,9 @@ export { IconSidebarClosed } from './sidebar-closed'
141
202
  export { IconSidebarOpen } from './sidebar-open'
142
203
  export { IconSlidersX } from './sliders-x'
143
204
  export { IconSlidersY } from './sliders-y'
205
+ export { IconSmileyChat } from './smiley-chat'
206
+ export { IconSmileySticker } from './smiley-sticker'
207
+ export { IconSmiley } from './smiley'
144
208
  export { IconSocialFacebook } from './social-facebook'
145
209
  export { IconSocialInstagram } from './social-instagram'
146
210
  export { IconSocialLinkedin } from './social-linkedin'
@@ -153,6 +217,7 @@ export { IconSquareBracketsAngleSlash } from './square-brackets-angle-slash'
153
217
  export { IconSquareCirclesTwo } from './square-circles-two'
154
218
  export { IconSquareLineSquareDashed } from './square-line-square-dashed'
155
219
  export { IconSquareRounded } from './square-rounded'
220
+ export { IconSquareStarScribble } from './square-star-scribble'
156
221
  export { IconSquareTriangleCirclePlus } from './square-triangle-circle-plus'
157
222
  export { IconSquare } from './square'
158
223
  export { IconSquaresFour } from './squares-four'
@@ -163,7 +228,11 @@ export { IconSquaresTwoOverlap } from './squares-two-overlap'
163
228
  export { IconSquaresUngroup } from './squares-ungroup'
164
229
  export { IconSquaresUnmerge } from './squares-unmerge'
165
230
  export { IconStack } from './stack'
231
+ export { IconStickyCorners } from './sticky-corners'
232
+ export { IconStickyNoteStack } from './sticky-note-stack'
233
+ export { IconStickyNoteWide } from './sticky-note-wide'
166
234
  export { IconStickyNote } from './sticky-note'
235
+ export { IconStickyNotesTwo } from './sticky-notes-two'
167
236
  export { IconStopCircle } from './stop-circle'
168
237
  export { IconTag } from './tag'
169
238
  export { IconTextAUnderline } from './text-a-underline'
@@ -171,6 +240,7 @@ export { IconTextAlignCenter } from './text-align-center'
171
240
  export { IconTextAlignLeft } from './text-align-left'
172
241
  export { IconTextBBoldItalicUnderlined } from './text-b-bold-italic-underlined'
173
242
  export { IconTextBBold } from './text-b-bold'
243
+ export { IconTextCursorEyeOpen } from './text-cursor-eye-open'
174
244
  export { IconTextHOne } from './text-h-one'
175
245
  export { IconTextHThree } from './text-h-three'
176
246
  export { IconTextHTwo } from './text-h-two'
@@ -189,9 +259,21 @@ export { IconTrashSimple } from './trash-simple'
189
259
  export { IconTrash } from './trash'
190
260
  export { IconTriangle } from './triangle'
191
261
  export { IconTrident } from './trident'
262
+ export { IconTrophy } from './trophy'
192
263
  export { IconUserAdd } from './user-add'
264
+ export { IconUserArrowRightUp } from './user-arrow-right-up'
265
+ export { IconUserEyeOpen } from './user-eye-open'
266
+ export { IconUserLoad } from './user-load'
267
+ export { IconUserNumberThree } from './user-number-three'
268
+ export { IconUserPenDashesBottom } from './user-pen-dashes-bottom'
269
+ export { IconUserPenLineBottom } from './user-pen-line-bottom'
270
+ export { IconUserTickDown } from './user-tick-down'
193
271
  export { IconUser } from './user'
272
+ export { IconUsersThree } from './users-three'
194
273
  export { IconUsers } from './users'
274
+ export { IconVideoCameraSimpleSlash } from './video-camera-simple-slash'
275
+ export { IconVideoCameraSimple } from './video-camera-simple'
276
+ export { IconVideoCamera } from './video-camera'
195
277
  export { IconViewCenter } from './view-center'
196
278
  export { IconViewSideLeft } from './view-side-left'
197
279
  export { IconWallet } from './wallet'
@@ -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 IconMonitorArrow: 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 21h6M12 4H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-4m-5-4 6-6m0 0v5m0-5h-5'
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 IconMonitorPause: 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 21h6M10 9v4m4-4v4M4 4h16a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Z'
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 IconMonitorPlay: 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='M9 21h6M4 18h16a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1Z'
25
+ />,
26
+ <path
27
+ fill='currentColor'
28
+ d='M15.376 10.584a.5.5 0 0 1 0 .832l-4.599 3.066a.5.5 0 0 1-.777-.416V7.934a.5.5 0 0 1 .777-.416l4.599 3.066Z'
29
+ />
30
+ )
31
+ )
@@ -0,0 +1,28 @@
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 IconMonitorStop: 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='M9 21h6M4 18h16a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1Z'
25
+ />,
26
+ <rect width={6} height={6} x={9} y={8} fill='currentColor' rx={1} />
27
+ )
28
+ )
package/react/next.tsx ADDED
@@ -0,0 +1,28 @@
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 IconNext: 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 fill='currentColor' clipPath='url(#a)'>
20
+ <path d='M15.672 13.293 6.26 18.829A1.5 1.5 0 0 1 4 17.536V6.464a1.5 1.5 0 0 1 2.26-1.293l9.412 5.536a1.5 1.5 0 0 1 0 2.586ZM20.136 19a1 1 0 1 1-2 0V5a1 1 0 1 1 2 0v14Z' />
21
+ </g>,
22
+ <defs>
23
+ <clipPath id='a'>
24
+ <path d='M0 0h24v24H0z' />
25
+ </clipPath>
26
+ </defs>
27
+ )
28
+ )
@@ -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 IconNodeLinesCurved: 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='M4 12h8m0 0h8m-8 0c-2-4-4-7-8-7m8 7c2 4 4 7 8 7m-8-7c-2 4-4 7-8 7m8-7c2-4 4-7 8-7'
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 IconNodeLinesHorizontal: 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='M4 12h8m8 0h-8m0 0V8c0-3 2-4 5-4h3m-8 8v4c0 3 2 4 5 4h3'
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 IconNodeLinesVertical: 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 4v8m0 8v-8m0 0h4c3 0 4 2 4 5v3m-8-8H8c-3 0-4 2-4 5v3'
26
+ />
27
+ </g>,
28
+ <defs>
29
+ <clipPath id='a'>
30
+ <path d='M0 0h24v24H0z' />
31
+ </clipPath>
32
+ </defs>
33
+ )
34
+ )
@@ -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 IconNodePlus: 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 9v6m-3-3h6M9 5h6c9 0 9 14 0 14H9C0 19 0 5 9 5Z'
25
+ />
26
+ </g>,
27
+ <defs>
28
+ <clipPath id='a'>
29
+ <path d='M0 0h24v24H0z' />
30
+ </clipPath>
31
+ </defs>
32
+ )
33
+ )
@@ -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 IconNodesConnected: 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='M14 9h1c4 0 4 6 0 6h-1m0-6c0-4 4-5 5-5m-5 5h-4m4 6c0 4 4 5 5 5m-5-5h-4m0 0H9c-4 0-4-6 0-6h1m0 6c0 4-4 5-5 5m5-11c0-5-4-5-5-5'
25
+ />,
26
+ <path
27
+ fill='currentColor'
28
+ d='M5 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm18 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm0 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM5 20a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z'
29
+ />
30
+ )
31
+ )
@@ -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 IconNodesConnectionsThree: 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='M18.5 4h3m-3 8h3m-3 8h3m-7 0c-5 0-8-2-8-6m8-10c-5 0-8 2-8 6m4.25 2c0-1-.75-2-2.25-2h-4c-3 0-3 4 0 4h4c1.5 0 2.25-1 2.25-2Zm0 0h3.75'
25
+ />
26
+ </g>,
27
+ <defs>
28
+ <clipPath id='a'>
29
+ <path d='M0 0h24v24H0z' />
30
+ </clipPath>
31
+ </defs>
32
+ )
33
+ )
@@ -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 IconNoteMagnifyingGlass: 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 21a1 1 0 1 0 0-2v2Zm-6-1H2a1 1 0 0 0 1 1v-1ZM3 2V1a1 1 0 0 0-1 1h1Zm16 0h1a1 1 0 0 0-1-1v1Zm-1 8a1 1 0 1 0 2 0h-2ZM7 6a1 1 0 0 0 0 2V6Zm8 2a1 1 0 1 0 0-2v2Zm-8 2a1 1 0 1 0 0 2v-2Zm5 2a1 1 0 1 0 0-2v2Zm-5 2a1 1 0 1 0 0 2v-2Zm2 2a1 1 0 1 0 0-2v2Zm10 3.646-.75-.662.75.662Zm1.32 2.587a1 1 0 1 0 1.36-1.466l-1.36 1.466ZM9 19H3v2h6v-2Zm-5 1V2H2v18h2ZM3 3h16V1H3v2Zm15-1v8h2V2h-2ZM7 8h8V6H7v2Zm0 4h5v-2H7v2Zm0 4h2v-2H7v2Zm9 4a3 3 0 0 1-3-3h-2a5 5 0 0 0 5 5v-2Zm-3-3a3 3 0 0 1 3-3v-2a5 5 0 0 0-5 5h2Zm3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2Zm3 3a2.98 2.98 0 0 1-.75 1.984l1.5 1.324A4.985 4.985 0 0 0 21 17h-2Zm-.75 1.984A2.99 2.99 0 0 1 16 20v2a4.99 4.99 0 0 0 3.75-1.692l-1.5-1.324Zm.07 1.395 2 1.854 1.36-1.466-2-1.854-1.36 1.466Z'
23
+ />
24
+ </g>,
25
+ <defs>
26
+ <clipPath id='a'>
27
+ <path d='M0 0h24v24H0z' />
28
+ </clipPath>
29
+ </defs>
30
+ )
31
+ )