@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
@@ -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 IconSmileySticker: 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='M11 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z'
22
+ />,
23
+ <path
24
+ stroke='currentColor'
25
+ strokeLinecap='round'
26
+ strokeLinejoin='round'
27
+ strokeWidth={2}
28
+ d='M12 21a9 9 0 1 1 9-9m-9 9 9-9m-9 9s-.707-2.826.85-5.51M21 12s-4-1-7 2a7.245 7.245 0 0 0-1.15 1.49M8 14c1.08 1.08 2.743 1.577 4.359 1.49h.491'
29
+ />
30
+ )
31
+ )
@@ -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 IconSmiley: 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='M11 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z'
22
+ />,
23
+ <path
24
+ stroke='currentColor'
25
+ strokeLinecap='round'
26
+ strokeLinejoin='round'
27
+ strokeWidth={2}
28
+ d='M8 14c2 2 6 2 8 0m5-2a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'
29
+ />
30
+ )
31
+ )
@@ -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 IconSquareStarScribble: 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='M7 3c-1.5.5-5.5 2.5-5 8s8 7 8 5M7 7c1.084-1.104 1.93-1.46 3.889-1.498a.954.954 0 0 1 .22.022C14.018 6.164 14.795 7.465 15 11m-4 0h9a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1Z'
25
+ />,
26
+ <path
27
+ fill='currentColor'
28
+ d='M17.704 3.818a2 2 0 0 0 1.114-1.114L19.5 1l.682 1.704a2 2 0 0 0 1.114 1.114L23 4.5l-1.704.682a2 2 0 0 0-1.114 1.114L19.5 8l-.682-1.704a2 2 0 0 0-1.114-1.114L16 4.5l1.704-.682Z'
29
+ />
30
+ )
31
+ )
@@ -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 IconStickyCorners: 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='M3 7V3h4m10 0h4v4m0 10v4h-4M7 21H3v-4m5-9h8v5l-3 3H8V8Z'
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 IconStickyNoteStack: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <g clipPath='url(#a)'>
20
+ <path
21
+ stroke='currentColor'
22
+ strokeLinecap='round'
23
+ strokeLinejoin='round'
24
+ strokeWidth={2}
25
+ d='M21 14V6H6v15h8m7-7-7 7m7-7h-7v7M3 19V3h15.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 IconStickyNoteWide: 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='M22 12V5H2v14h13m7-7-7 7m7-7h-7v7'
26
+ />
27
+ </g>,
28
+ <defs>
29
+ <clipPath id='a'>
30
+ <path d='M0 0h24v24H0z' />
31
+ </clipPath>
32
+ </defs>
33
+ )
34
+ )
@@ -19,9 +19,10 @@ export const IconStickyNote: ForwardRefExoticComponent<
19
19
  <g clipPath='url(#a)'>
20
20
  <path
21
21
  stroke='currentColor'
22
- strokeLinecap='square'
22
+ strokeLinecap='round'
23
+ strokeLinejoin='round'
23
24
  strokeWidth={2}
24
- d='M14 19v-5.5a.5.5 0 0 1 .5-.5H20M4.5 4h16a.5.5 0 0 1 .5.5v7.843a4 4 0 0 1-1.172 2.829l-3.656 3.656A4 4 0 0 1 13.343 20H4.5a.5.5 0 0 1-.5-.5v-15a.5.5 0 0 1 .5-.5Z'
25
+ d='M21 14.5V3H3v18h11.5m6.5-6.5L14.5 21m6.5-6.5h-6.5V21'
25
26
  />
26
27
  </g>,
27
28
  <defs>
@@ -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 IconStickyNotesTwo: 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
+ strokeLinejoin='round'
23
+ strokeWidth={2}
24
+ d='M16 8V3H3v13h5m7 5H8V8h13v7m-6 6v-6h6m-6 6 6-6'
25
+ />
26
+ </g>,
27
+ <defs>
28
+ <clipPath id='a'>
29
+ <path d='M0 0h24v24H0z' />
30
+ </clipPath>
31
+ </defs>
32
+ )
33
+ )
@@ -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 IconTextCursorEyeOpen: 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='M2 6a1 1 0 0 0 0 2V6Zm0 14a1 1 0 1 0 0 2v-2Zm10 2a1 1 0 1 0 0-2v2Zm-3-1v1-1ZM2 8h3V6H2v2Zm9-1c0 .163-.05.222.01.084.04-.09.108-.223.212-.388.207-.33.528-.748.962-1.154C13.048 4.732 14.314 4 16 4V2c-2.314 0-4.048 1.018-5.184 2.083a7.972 7.972 0 0 0-1.288 1.55 5.043 5.043 0 0 0-.351.652C9.112 6.435 9 6.711 9 7h2Zm5-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.55C20.049 3.018 18.315 2 16 2v2Zm5 3c0-.163.05-.222-.01-.084a3.07 3.07 0 0 1-.212.388c-.207.33-.528.748-.962 1.154C18.952 9.268 17.686 10 16 10v2c2.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-.388C10.95 6.778 11 6.836 11 7H9c0 .288.112.566.177.715.086.198.205.42.35.652a7.972 7.972 0 0 0 1.29 1.55C11.951 10.982 13.685 12 16 12v-2ZM6 9v10h2V9H6ZM5 20H2v2h3v-2Zm1-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3H6ZM5 8a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2Zm7 12H9v2h3v-2Zm-3 0a1 1 0 0 1-1-1H6a3 3 0 0 0 3 3v-2Z'
22
+ />,
23
+ <circle cx={16} cy={7} r={2} fill='currentColor' />
24
+ )
25
+ )
@@ -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 IconTrophy: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <path
20
+ stroke='currentColor'
21
+ strokeLinecap='round'
22
+ strokeLinejoin='round'
23
+ strokeWidth={2}
24
+ d='M12 15c-2.041 0-4.75-1.333-5.674-4M12 15c2.048 0 4.768-1.29 5.684-4M12 15v6M6 5v4c0 .734.118 1.4.326 2M6 5V3h12v2M6 5H2c.153 3.788 1.148 5.061 4.326 6M18 5v4c0 .737-.114 1.403-.316 2M18 5h4c-.086 3.744-1.057 5.033-4.316 6'
25
+ />,
26
+ <path
27
+ fill='currentColor'
28
+ d='M8 19a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-2Z'
29
+ />
30
+ )
31
+ )
@@ -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 IconUserArrowRightUp: 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='M2 20a1 1 0 1 0 2 0H2Zm9-5a1 1 0 1 0 0-2v2Zm6 6a1 1 0 1 0 2 0h-2Zm1-8 .707-.707a1 1 0 0 0-1.414 0L18 13Zm2.293 3.707a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm-6-1.414a1 1 0 0 0 1.414 1.414l-1.414-1.414ZM3 20h1v.001-.008a3.734 3.734 0 0 1 .007-.203 9.92 9.92 0 0 1 .05-.617c.057-.52.171-1.195.392-1.857C4.905 15.946 5.664 15 7 15v-2c-2.664 0-3.905 2.053-4.449 3.684a11.15 11.15 0 0 0-.482 2.268A11.908 11.908 0 0 0 2 19.99V20h1Zm4-5h4v-2H7v2Zm7-8a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2Zm-3 3a3 3 0 0 1-3-3H6a5 5 0 0 0 5 5v-2ZM8 7a3 3 0 0 1 3-3V2a5 5 0 0 0-5 5h2Zm3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2Zm8 17v-8h-2v8h2Zm-1.707-7.293 3 3 1.414-1.414-3-3-1.414 1.414Zm0-1.414-3 3 1.414 1.414 3-3-1.414-1.414Z'
23
+ />
24
+ </g>,
25
+ <defs>
26
+ <clipPath id='a'>
27
+ <path d='M0 0h24v24H0z' />
28
+ </clipPath>
29
+ </defs>
30
+ )
31
+ )
@@ -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 IconUserEyeOpen: 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='M2 20a1 1 0 1 0 2 0H2Zm6-5a1 1 0 1 0 0-2v2Zm-5 5h1v.001-.008a3.687 3.687 0 0 1 .007-.203c.007-.147.02-.36.05-.617.057-.52.171-1.195.392-1.857C4.905 15.946 5.664 15 7 15v-2c-2.664 0-3.905 2.053-4.449 3.684a11.15 11.15 0 0 0-.482 2.268A11.916 11.916 0 0 0 2 19.99V20h1ZM14 7a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2Zm-3 3a3 3 0 0 1-3-3H6a5 5 0 0 0 5 5v-2ZM8 7a3 3 0 0 1 3-3V2a5 5 0 0 0-5 5h2Zm3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2ZM7 15h1v-2H7v2Zm4 3c0 .163-.05.222.01.084.04-.09.108-.223.212-.388.207-.33.528-.748.962-1.154C13.048 15.732 14.314 15 16 15v-2c-2.314 0-4.048 1.018-5.184 2.083a7.97 7.97 0 0 0-1.288 1.55 5.04 5.04 0 0 0-.351.652c-.065.15-.177.427-.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.049 5.049 0 0 0-.35-.652 7.971 7.971 0 0 0-1.29-1.55C20.049 14.018 18.315 13 16 13v2Zm5 3c0-.163.05-.222-.01-.084-.04.09-.108.223-.212.388-.207.33-.528.748-.962 1.154C18.952 20.268 17.686 21 16 21v2c2.314 0 4.048-1.018 5.184-2.083a7.971 7.971 0 0 0 1.288-1.55c.146-.232.265-.454.351-.652.065-.15.177-.427.177-.715h-2Zm-5 3c-1.686 0-2.952-.732-3.816-1.542a5.977 5.977 0 0 1-.962-1.154 3.076 3.076 0 0 1-.211-.388c-.06-.138-.011-.08-.011.084H9c0 .288.112.566.177.715.086.198.205.42.35.652a7.97 7.97 0 0 0 1.29 1.55C11.951 21.982 13.685 23 16 23v-2Z'
22
+ />,
23
+ <circle cx={16} cy={18} r={2} fill='currentColor' />
24
+ )
25
+ )
@@ -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 IconUserLoad: 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 21s0-6 4-6h8c4 0 4 6 4 6m-8-9a4 4 0 1 0-4-4'
25
+ />
26
+ </g>,
27
+ <defs>
28
+ <clipPath id='a'>
29
+ <path d='M0 0h24v24H0z' />
30
+ </clipPath>
31
+ </defs>
32
+ )
33
+ )
@@ -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 IconUserNumberThree: 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 21s0-6 4-6h8c4 0 4 6 4 6M10.25 5h3.5l-2 3c.667 0 2 .559 2 2 0 1.5-1.354 2-2 2C10.5 12 10 11 10 11'
26
+ />
27
+ </g>,
28
+ <defs>
29
+ <clipPath id='a'>
30
+ <path d='M0 0h24v24H0z' />
31
+ </clipPath>
32
+ </defs>
33
+ )
34
+ )
@@ -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 IconUserPenDashesBottom: 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='M3 20H2a1 1 0 0 0 1 1v-1Zm8-5a1 1 0 1 0 0-2v2Zm-5 6a1 1 0 1 0 0-2v2Zm4-2a1 1 0 1 0 0 2v-2Zm3 2a1 1 0 1 0 0-2v2Zm4-2a1 1 0 1 0 0 2v-2Zm3 2a1 1 0 1 0 0-2v2ZM3 20h1v.001-.008a3.734 3.734 0 0 1 .007-.203 9.92 9.92 0 0 1 .05-.617c.057-.52.171-1.195.392-1.857C4.905 15.946 5.664 15 7 15v-2c-2.664 0-3.905 2.053-4.449 3.684a11.15 11.15 0 0 0-.482 2.268A11.908 11.908 0 0 0 2 19.99V20h1Zm4-5h4v-2H7v2Zm7-8a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2Zm-3 3a3 3 0 0 1-3-3H6a5 5 0 0 0 5 5v-2ZM8 7a3 3 0 0 1 3-3V2a5 5 0 0 0-5 5h2Zm3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2ZM3 21h3v-2H3v2Zm7 0h3v-2h-3v2Zm7 0h3v-2h-3v2Z'
22
+ />,
23
+ <path
24
+ fill='currentColor'
25
+ fillRule='evenodd'
26
+ d='m21.437 10.411-5.756 5.757-1.38.26a.25.25 0 0 1-.296-.294l.261-1.38L20.026 9l1.411 1.411Z'
27
+ clipRule='evenodd'
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 IconUserPenLineBottom: 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='M3 20H2a1 1 0 0 0 1 1v-1Zm8-5a1 1 0 1 0 0-2v2Zm9.5 6a1 1 0 1 0 0-2v2ZM3 20h1v.001-.008a3.734 3.734 0 0 1 .007-.203 9.92 9.92 0 0 1 .05-.617c.057-.52.171-1.195.392-1.857C4.905 15.946 5.664 15 7 15v-2c-2.664 0-3.905 2.053-4.449 3.684a11.15 11.15 0 0 0-.482 2.268A11.908 11.908 0 0 0 2 19.99V20h1Zm4-5h4v-2H7v2Zm7-8a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2Zm-3 3a3 3 0 0 1-3-3H6a5 5 0 0 0 5 5v-2ZM8 7a3 3 0 0 1 3-3V2a5 5 0 0 0-5 5h2Zm3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2ZM3 21h17.5v-2H3v2Z'
22
+ />,
23
+ <path
24
+ fill='currentColor'
25
+ fillRule='evenodd'
26
+ d='m21.437 10.411-5.756 5.757-1.38.26a.25.25 0 0 1-.296-.294l.261-1.38L20.026 9l1.411 1.411Z'
27
+ clipRule='evenodd'
28
+ />
29
+ )
30
+ )
@@ -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 IconUserTickDown: 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='M2 20a1 1 0 1 0 2 0H2Zm11-5a1 1 0 1 0 0-2v2Zm.707 2.293a1 1 0 0 0-1.414 1.414l1.414-1.414ZM16 21l-.707.707a1 1 0 0 0 1.414 0L16 21Zm5.707-4.293a1 1 0 0 0-1.414-1.414l1.414 1.414ZM3 20h1v.001-.008a3.734 3.734 0 0 1 .007-.203 9.92 9.92 0 0 1 .05-.617c.057-.52.171-1.195.392-1.857C4.905 15.946 5.664 15 7 15v-2c-2.664 0-3.905 2.053-4.449 3.684a11.15 11.15 0 0 0-.482 2.268A11.908 11.908 0 0 0 2 19.99V20h1Zm4-5h6v-2H7v2Zm5.293 3.707 3 3 1.414-1.414-3-3-1.414 1.414Zm4.414 3 5-5-1.414-1.414-5 5 1.414 1.414ZM14 7a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2Zm-3 3a3 3 0 0 1-3-3H6a5 5 0 0 0 5 5v-2ZM8 7a3 3 0 0 1 3-3V2a5 5 0 0 0-5 5h2Zm3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2Z'
23
+ />
24
+ </g>,
25
+ <defs>
26
+ <clipPath id='a'>
27
+ <path d='M0 0h24v24H0z' />
28
+ </clipPath>
29
+ </defs>
30
+ )
31
+ )
@@ -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 IconUsersThree: 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 21s0-3 3-3h4c3 0 3 3 3 3M3 14s0-3 3-3m12 0c3 0 3 3 3 3M9 6a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm10 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-5 7a2 2 0 1 1-4 0 2 2 0 0 1 4 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 IconVideoCameraSimpleSlash: 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 18h12a1 1 0 0 0 1-1v-3m0-9v3m0 0 5-2v10l-5-2m0-6v6M13.5 4H3a1 1 0 0 0-1 1v10m0 5L19 3'
26
+ />
27
+ </g>,
28
+ <defs>
29
+ <clipPath id='a'>
30
+ <path d='M0 0h24v24H0z' />
31
+ </clipPath>
32
+ </defs>
33
+ )
34
+ )
@@ -0,0 +1,34 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconVideoCameraSimple: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <g clipPath='url(#a)'>
20
+ <path
21
+ stroke='currentColor'
22
+ strokeLinecap='round'
23
+ strokeLinejoin='round'
24
+ strokeWidth={2}
25
+ d='M17 8V5a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1v-3m0-6 5-2v10l-5-2m0-6v6'
26
+ />
27
+ </g>,
28
+ <defs>
29
+ <clipPath id='a'>
30
+ <path d='M0 0h24v24H0z' />
31
+ </clipPath>
32
+ </defs>
33
+ )
34
+ )