@mirohq/design-system-icons 0.3.1 → 0.5.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 (167) hide show
  1. package/dist/main.js +2177 -262
  2. package/dist/main.js.map +1 -1
  3. package/dist/module.js +2105 -263
  4. package/dist/module.js.map +1 -1
  5. package/dist/types.d.ts +147 -1
  6. package/package.json +1 -1
  7. package/react/align-bottom.tsx +32 -0
  8. package/react/align-left.tsx +32 -0
  9. package/react/align-right.tsx +32 -0
  10. package/react/align-top.tsx +32 -0
  11. package/react/arrow-clockwise-down-right.tsx +33 -0
  12. package/react/arrow-clockwise-up-left.tsx +33 -0
  13. package/react/arrow-counter-clockwise-down-left.tsx +33 -0
  14. package/react/arrow-counter-clockwise-up-right.tsx +33 -0
  15. package/react/arrows-clockwise-x.tsx +33 -0
  16. package/react/arrows-clockwise-y.tsx +33 -0
  17. package/react/article.tsx +33 -0
  18. package/react/bell-slash.tsx +31 -0
  19. package/react/bell-tilt.tsx +32 -0
  20. package/react/bell.tsx +32 -0
  21. package/react/brackets-angle-slash.tsx +33 -0
  22. package/react/brackets-curly-circles-three.tsx +37 -0
  23. package/react/calendar-blank.tsx +35 -0
  24. package/react/camera.tsx +34 -0
  25. package/react/card-number-three.tsx +31 -0
  26. package/react/card.tsx +30 -0
  27. package/react/cards-poker.tsx +30 -0
  28. package/react/chart-bar-y-simple.tsx +33 -0
  29. package/react/chart-bar-y.tsx +33 -0
  30. package/react/circle-notch.tsx +33 -0
  31. package/react/circle.tsx +1 -5
  32. package/react/circles-connected.tsx +27 -0
  33. package/react/clock-counter-clockwise-simple.tsx +27 -0
  34. package/react/clock-counter-clockwise.tsx +27 -0
  35. package/react/clock-overtime.tsx +31 -0
  36. package/react/clock.tsx +33 -0
  37. package/react/cluster.tsx +27 -0
  38. package/react/clustered.tsx +30 -0
  39. package/react/credit-card.tsx +26 -0
  40. package/react/crop.tsx +31 -0
  41. package/react/cursor-filled.tsx +30 -0
  42. package/react/cursor.tsx +33 -0
  43. package/react/factory-house.tsx +33 -0
  44. package/react/factory.tsx +33 -0
  45. package/react/gauge.tsx +27 -0
  46. package/react/graduation-cap.tsx +35 -0
  47. package/react/hand-filled.tsx +26 -0
  48. package/react/hand.tsx +31 -0
  49. package/react/image.tsx +27 -0
  50. package/react/index.ts +73 -0
  51. package/react/kanban.tsx +33 -0
  52. package/react/key.tsx +31 -0
  53. package/react/keycap.tsx +27 -0
  54. package/react/laptop.tsx +26 -0
  55. package/react/lifesaver.tsx +34 -0
  56. package/react/lightning.tsx +35 -0
  57. package/react/magnet.tsx +34 -0
  58. package/react/map.tsx +35 -0
  59. package/react/mouse.tsx +27 -0
  60. package/react/pdf.tsx +34 -0
  61. package/react/play-circle.tsx +1 -2
  62. package/react/playback-speed-circle.tsx +5 -6
  63. package/react/push-pin.tsx +31 -0
  64. package/react/scrollbar-xy.tsx +26 -0
  65. package/react/shield-check.tsx +34 -0
  66. package/react/shield-lock.tsx +27 -0
  67. package/react/sidebar-closed.tsx +35 -0
  68. package/react/sidebar-open.tsx +34 -0
  69. package/react/square-brackets-angle-slash.tsx +33 -0
  70. package/react/square-circles-two.tsx +30 -0
  71. package/react/square-triangle-circle-plus.tsx +33 -0
  72. package/react/square.tsx +1 -1
  73. package/react/squares-four.tsx +33 -0
  74. package/react/squares-three.tsx +33 -0
  75. package/react/sticky-note.tsx +33 -0
  76. package/react/tag.tsx +29 -0
  77. package/react/text-t.tsx +33 -0
  78. package/react/thumbs-up.tsx +33 -0
  79. package/react/ticket.tsx +24 -0
  80. package/react/timer.tsx +25 -0
  81. package/react/trackpad.tsx +25 -0
  82. package/react/trash-simple.tsx +34 -0
  83. package/react/trash.tsx +34 -0
  84. package/react/trident.tsx +50 -0
  85. package/svg/24/align-bottom.svg +1 -0
  86. package/svg/24/align-left.svg +1 -0
  87. package/svg/24/align-right.svg +1 -0
  88. package/svg/24/align-top.svg +1 -0
  89. package/svg/24/arrow-clockwise-down-right.svg +1 -0
  90. package/svg/24/arrow-clockwise-up-left.svg +1 -0
  91. package/svg/24/arrow-counter-clockwise-down-left.svg +1 -0
  92. package/svg/24/arrow-counter-clockwise-up-right.svg +1 -0
  93. package/svg/24/arrows-clockwise-x.svg +1 -0
  94. package/svg/24/arrows-clockwise-y.svg +1 -0
  95. package/svg/24/article.svg +1 -0
  96. package/svg/24/bell-slash.svg +1 -0
  97. package/svg/24/bell-tilt.svg +1 -0
  98. package/svg/24/bell.svg +1 -0
  99. package/svg/24/brackets-angle-slash.svg +1 -0
  100. package/svg/24/brackets-curly-circles-three.svg +1 -0
  101. package/svg/24/calendar-blank.svg +1 -0
  102. package/svg/24/camera.svg +1 -0
  103. package/svg/24/card-number-three.svg +1 -0
  104. package/svg/24/card.svg +1 -0
  105. package/svg/24/cards-poker.svg +1 -0
  106. package/svg/24/chart-bar-y-simple.svg +1 -0
  107. package/svg/24/chart-bar-y.svg +1 -0
  108. package/svg/24/circle-notch.svg +1 -0
  109. package/svg/24/circle.svg +1 -1
  110. package/svg/24/circles-connected.svg +1 -0
  111. package/svg/24/clock-counter-clockwise-simple.svg +1 -0
  112. package/svg/24/clock-counter-clockwise.svg +1 -0
  113. package/svg/24/clock-overtime.svg +1 -0
  114. package/svg/24/clock.svg +1 -0
  115. package/svg/24/cluster.svg +1 -0
  116. package/svg/24/clustered.svg +1 -0
  117. package/svg/24/credit-card.svg +1 -0
  118. package/svg/24/crop.svg +1 -0
  119. package/svg/24/cursor-filled.svg +1 -0
  120. package/svg/24/cursor.svg +1 -0
  121. package/svg/24/factory-house.svg +1 -0
  122. package/svg/24/factory.svg +1 -0
  123. package/svg/24/gauge.svg +1 -0
  124. package/svg/24/graduation-cap.svg +1 -0
  125. package/svg/24/hand-filled.svg +1 -0
  126. package/svg/24/hand.svg +1 -0
  127. package/svg/24/image.svg +1 -0
  128. package/svg/24/kanban.svg +1 -0
  129. package/svg/24/key.svg +1 -0
  130. package/svg/24/keycap.svg +1 -0
  131. package/svg/24/laptop.svg +1 -0
  132. package/svg/24/lifesaver.svg +1 -0
  133. package/svg/24/lightning.svg +1 -0
  134. package/svg/24/magnet.svg +1 -0
  135. package/svg/24/map.svg +1 -0
  136. package/svg/24/mouse.svg +1 -0
  137. package/svg/24/pdf.svg +1 -0
  138. package/svg/24/play-circle.svg +1 -1
  139. package/svg/24/playback-speed-circle.svg +1 -1
  140. package/svg/24/push-pin.svg +1 -0
  141. package/svg/24/scrollbar-xy.svg +1 -0
  142. package/svg/24/shield-check.svg +1 -0
  143. package/svg/24/shield-lock.svg +1 -0
  144. package/svg/24/sidebar-closed.svg +1 -0
  145. package/svg/24/sidebar-open.svg +1 -0
  146. package/svg/24/social-facebook.svg +1 -1
  147. package/svg/24/social-instagram.svg +1 -1
  148. package/svg/24/social-linkedin.svg +1 -1
  149. package/svg/24/social-twitter.svg +1 -1
  150. package/svg/24/social-youtube.svg +1 -1
  151. package/svg/24/square-brackets-angle-slash.svg +1 -0
  152. package/svg/24/square-circles-two.svg +1 -0
  153. package/svg/24/square-triangle-circle-plus.svg +1 -0
  154. package/svg/24/square.svg +1 -1
  155. package/svg/24/squares-four.svg +1 -0
  156. package/svg/24/squares-three.svg +1 -0
  157. package/svg/24/sticky-note.svg +1 -0
  158. package/svg/24/tag.svg +1 -0
  159. package/svg/24/text-t.svg +1 -0
  160. package/svg/24/thumbs-up.svg +1 -0
  161. package/svg/24/ticket.svg +1 -0
  162. package/svg/24/timer.svg +1 -0
  163. package/svg/24/trackpad.svg +1 -0
  164. package/svg/24/trash-simple.svg +1 -0
  165. package/svg/24/trash.svg +1 -0
  166. package/svg/24/trident.svg +1 -0
  167. package/svg/meta.json +647 -1
@@ -0,0 +1,32 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconBellTilt: 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
+ strokeWidth={2}
23
+ d='M11.646 17.795a2 2 0 0 1-3.465-2M8.583 9.1l1.5-2.598a5 5 0 0 1 8.66 5l-1.75 3.03.289 4.466a.5.5 0 0 1-.75.465L4.25 12.37a.5.5 0 0 1 .007-.87l4.326-2.402Z'
24
+ />
25
+ </g>,
26
+ <defs>
27
+ <clipPath id='a'>
28
+ <path d='M0 0h24v24H0z' />
29
+ </clipPath>
30
+ </defs>
31
+ )
32
+ )
package/react/bell.tsx ADDED
@@ -0,0 +1,32 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconBell: 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
+ strokeWidth={2}
23
+ d='M14 18a2 2 0 1 1-4 0m-3-6V9a5 5 0 0 1 10 0v3.5l2.482 3.723a.5.5 0 0 1-.416.777H4.883a.5.5 0 0 1-.429-.757L7 12Z'
24
+ />
25
+ </g>,
26
+ <defs>
27
+ <clipPath id='a'>
28
+ <path d='M0 0h24v24H0z' />
29
+ </clipPath>
30
+ </defs>
31
+ )
32
+ )
@@ -0,0 +1,33 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconBracketsAngleSlash: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <g clipPath='url(#a)'>
20
+ <path
21
+ stroke='currentColor'
22
+ strokeLinecap='round'
23
+ strokeWidth={2}
24
+ d='m7 8-4 4 4 4m10-8 4 4-4 4M14 5l-4 14'
25
+ />
26
+ </g>,
27
+ <defs>
28
+ <clipPath id='a'>
29
+ <path d='M0 0h24v24H0z' />
30
+ </clipPath>
31
+ </defs>
32
+ )
33
+ )
@@ -0,0 +1,37 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconBracketsCurlyCirclesThree: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <g clipPath='url(#a)'>
20
+ <path
21
+ fill='currentColor'
22
+ d='M9 15.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm4.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm4.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z'
23
+ />
24
+ <path
25
+ stroke='currentColor'
26
+ strokeLinecap='round'
27
+ strokeWidth={2}
28
+ d='M5.004 20a2 2 0 0 1-2-2v-4c0-1.105-1.896-2-2-2-.105 0 2-.895 2-2V6a2 2 0 0 1 2-2M19 4a2 2 0 0 1 2 2v4c0 1.105 1.895 2 2 2 .105 0-2 .895-2 2v4a2 2 0 0 1-2 2'
29
+ />
30
+ </g>,
31
+ <defs>
32
+ <clipPath id='a'>
33
+ <path d='M0 0h24v24H0z' />
34
+ </clipPath>
35
+ </defs>
36
+ )
37
+ )
@@ -0,0 +1,35 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconCalendarBlank: 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
+ strokeMiterlimit={1.414}
25
+ strokeWidth={2}
26
+ d='M3 11v10h18V11M3 11V5h18v6M3 11h18m-5-8v4M8 3v4'
27
+ />
28
+ </g>,
29
+ <defs>
30
+ <clipPath id='a'>
31
+ <path d='M0 0h24v24H0z' />
32
+ </clipPath>
33
+ </defs>
34
+ )
35
+ )
@@ -0,0 +1,34 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconCamera: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <g
20
+ stroke='currentColor'
21
+ strokeLinecap='round'
22
+ strokeWidth={2}
23
+ clipPath='url(#a)'
24
+ >
25
+ <path d='M19 20H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 1 10 4h4a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 0 17 7h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2Z' />
26
+ <path d='M9.322 15.554a3.62 3.62 0 1 0 5.356-4.87 3.62 3.62 0 0 0-5.356 4.87Z' />
27
+ </g>,
28
+ <defs>
29
+ <clipPath id='a'>
30
+ <path d='M0 0h24v24H0z' />
31
+ </clipPath>
32
+ </defs>
33
+ )
34
+ )
@@ -0,0 +1,31 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconCardNumberThree: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <path
20
+ fill='currentColor'
21
+ d='M9 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm8 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'
22
+ />,
23
+ <path
24
+ stroke='currentColor'
25
+ strokeLinecap='round'
26
+ strokeLinejoin='round'
27
+ strokeWidth={2}
28
+ d='M10.25 9h3.5l-2 3c.667 0 2 .559 2 2 0 1.5-1.354 2-2 2C10.5 16 10 15 10 15M6 3h12a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Z'
29
+ />
30
+ )
31
+ )
package/react/card.tsx ADDED
@@ -0,0 +1,30 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconCard: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <path
20
+ stroke='currentColor'
21
+ strokeLinecap='round'
22
+ strokeWidth={2}
23
+ d='M7 14h10M3.5 5h17a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-.5.5h-17a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 .5-.5Z'
24
+ />,
25
+ <path
26
+ fill='currentColor'
27
+ d='M18 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z'
28
+ />
29
+ )
30
+ )
@@ -0,0 +1,30 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconCardsPoker: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <path
20
+ stroke='currentColor'
21
+ strokeLinecap='round'
22
+ strokeWidth={2}
23
+ d='M11.182 6H3.5a.5.5 0 0 0-.5.5v14a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V18M11.182 6H12.5a.5.5 0 0 1 .5.5V18M11.182 6V3.5a.5.5 0 0 1 .5-.5H20.5a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5H13'
24
+ />,
25
+ <path
26
+ fill='currentColor'
27
+ d='M9.5 13.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM7 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'
28
+ />
29
+ )
30
+ )
@@ -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 IconChartBarYSimple: 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 14v6m5-10v10m5-16v16m5-13v13'
25
+ />
26
+ </g>,
27
+ <defs>
28
+ <clipPath id='a'>
29
+ <path d='M0 0h24v24H0z' />
30
+ </clipPath>
31
+ </defs>
32
+ )
33
+ )
@@ -0,0 +1,33 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconChartBarY: 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='M6 16v-3.5a.5.5 0 0 1 .5-.5H10m0 0V8.5a.5.5 0 0 1 .5-.5H14m-4 4v4m4 0V4.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V16M4 20h16'
25
+ />
26
+ </g>,
27
+ <defs>
28
+ <clipPath id='a'>
29
+ <path d='M0 0h24v24H0z' />
30
+ </clipPath>
31
+ </defs>
32
+ )
33
+ )
@@ -0,0 +1,33 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconCircleNotch: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <g clipPath='url(#a)'>
20
+ <path
21
+ stroke='currentColor'
22
+ strokeLinecap='round'
23
+ strokeWidth={2}
24
+ d='M12 20a8 8 0 1 0-8-8'
25
+ />
26
+ </g>,
27
+ <defs>
28
+ <clipPath id='a'>
29
+ <path d='M0 0h24v24H0z' />
30
+ </clipPath>
31
+ </defs>
32
+ )
33
+ )
package/react/circle.tsx CHANGED
@@ -17,11 +17,7 @@ export const IconCircle: ForwardRefExoticComponent<
17
17
  ref: forwardRef,
18
18
  },
19
19
  <g clipPath='url(#a)'>
20
- <path
21
- stroke='currentColor'
22
- strokeWidth={2}
23
- d='M20.5 12c0 4.97-3.53 8.5-8.5 8.5-4.97 0-8.5-3.53-8.5-8.5 0-4.97 3.53-8.5 8.5-8.5 4.97 0 8.5 3.53 8.5 8.5Z'
24
- />
20
+ <circle cx={12} cy={12} r={9} stroke='currentColor' strokeWidth={2} />
25
21
  </g>,
26
22
  <defs>
27
23
  <clipPath id='a'>
@@ -0,0 +1,27 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconCirclesConnected: 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='square'
22
+ strokeWidth={2}
23
+ d='m15 9 2-2M9 9 7 7m0 10 2-2M7 5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm0 14a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm9-7a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm4-6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z'
24
+ />,
25
+ <circle cx={20} cy={20} r={2} fill='currentColor' />
26
+ )
27
+ )
@@ -0,0 +1,27 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconClockCounterClockwiseSimple: 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
+ <circle cx={12} cy={12} r={2} fill='currentColor' />,
20
+ <path
21
+ stroke='currentColor'
22
+ strokeLinecap='round'
23
+ strokeWidth={2}
24
+ d='M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3'
25
+ />
26
+ )
27
+ )
@@ -0,0 +1,27 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconClockCounterClockwise: 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
+ <circle cx={12} cy={12} r={2} fill='currentColor' />,
20
+ <path
21
+ stroke='currentColor'
22
+ strokeLinecap='round'
23
+ strokeWidth={2}
24
+ d='m12 12 3-3M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3'
25
+ />
26
+ )
27
+ )
@@ -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 IconClockOvertime: 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='square'
22
+ strokeMiterlimit={1.414}
23
+ strokeWidth={2}
24
+ d='M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'
25
+ />,
26
+ <path
27
+ fill='currentColor'
28
+ d='M12 12c.88.44 2.921 1.267 4.137 1.8.25.11.362.401.229.639a5 5 0 1 1-4.865-7.414c.274-.028.499.2.499.477V12Z'
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 IconClock: 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='M11 7.4v4.05l2.7 2.25M20 11a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'
25
+ />
26
+ </g>,
27
+ <defs>
28
+ <clipPath id='a'>
29
+ <path d='M0 0h24v24H0z' />
30
+ </clipPath>
31
+ </defs>
32
+ )
33
+ )
@@ -0,0 +1,27 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconCluster: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <path
20
+ stroke='currentColor'
21
+ strokeLinecap='round'
22
+ strokeWidth={2}
23
+ d='M6 7h6m-6 4.053h3m7 .894V3.5a.5.5 0 0 0-.5-.5h-12a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h9.4m3.1-3.053V14.5a.5.5 0 0 1-.5.5h-2.6m3.1-3.053h4.5a.5.5 0 0 1 .5.5V19.5a.5.5 0 0 1-.5.5h-7.1a.5.5 0 0 1-.5-.5V15'
24
+ />,
25
+ <rect width={4} height={4} x={6} y={18} fill='currentColor' rx={1} />
26
+ )
27
+ )
@@ -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 IconClustered: 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='square'
22
+ strokeWidth={2}
23
+ d='M4 8v11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-1'
24
+ />,
25
+ <path
26
+ fill='currentColor'
27
+ d='M3 2.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-2ZM7 8a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V8Zm6 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V8Zm-6 6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-2Z'
28
+ />
29
+ )
30
+ )
@@ -0,0 +1,26 @@
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 IconCreditCard: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <path
20
+ stroke='currentColor'
21
+ strokeLinecap='round'
22
+ strokeWidth={2}
23
+ d='M4 10v6a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-6M4 10V8a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v2M4 10h16M7 15h2'
24
+ />
25
+ )
26
+ )