@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
package/react/crop.tsx ADDED
@@ -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 IconCrop: 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='M7 2a1 1 0 0 0-2 0h2Zm15 17a1 1 0 1 0 0-2v2ZM10 5a1 1 0 0 0 0 2V5Zm7 9a1 1 0 1 0 2 0h-2ZM2 5a1 1 0 0 0 0 2V5Zm4 2h1V5H6v2Zm11 15a1 1 0 1 0 2 0h-2ZM5 2v15h2V2H5Zm5 5h7V5h-7v2Zm7 0v7h2V7h-2ZM2 7h4V5H2v2Zm5 12h11v-2H7v2Zm11 0h4v-2h-4v2Zm1 3v-4h-2v4h2ZM17 7h2a2 2 0 0 0-2-2v2ZM5 17a2 2 0 0 0 2 2v-2H5Z'
23
+ />
24
+ </g>,
25
+ <defs>
26
+ <clipPath id='a'>
27
+ <path d='M0 0h24v24H0z' />
28
+ </clipPath>
29
+ </defs>
30
+ )
31
+ )
@@ -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 IconCursorFilled: 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='m14.5 20-1.917-4.97M8.406 4.068l9.434 9.245c.315.309.136.874-.289.909l-5.022.416a.468.468 0 0 0-.285.13l-3.437 3.294c-.312.3-.807.06-.807-.391V4.262c0-.227.25-.346.406-.193Z'
24
+ />,
25
+ <path
26
+ fill='currentColor'
27
+ d='M17.84 13.315 8.406 4.069C8.25 3.916 8 4.035 8 4.262v13.41c0 .451.495.69.807.39l3.437-3.292a.468.468 0 0 1 .285-.13l5.022-.417c.425-.035.604-.6.29-.909Z'
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 IconCursor: 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='m14.5 20-1.917-4.97M8.406 4.068l9.434 9.245c.315.309.136.874-.289.909l-5.022.416a.468.468 0 0 0-.285.13l-3.437 3.294c-.312.3-.807.06-.807-.391V4.262c0-.227.25-.346.406-.193Z'
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 IconFactoryHouse: 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='M10 20v-5.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V20M7 4v3.25m0 0-2.621.655A.5.5 0 0 0 4 8.39V19.5a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5V4.64a.5.5 0 0 0-.621-.485L7 7.25Z'
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 IconFactory: 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='M21 13.588v7.162a.25.25 0 0 1-.25.25H16m5-7.412a.25.25 0 0 0-.055-.156l-1.826-2.283a.25.25 0 0 0-.294-.074l-3.412 1.463L12 14l-2.377-2.853a.25.25 0 0 0-.297-.067l-6.18 2.853A.25.25 0 0 0 3 14.16v6.59c0 .138.112.25.25.25H8m13-7.412L20.575 9l-.538-5.795A.25.25 0 0 0 19.791 3H17a.25.25 0 0 0-.245.201L16 8.5M8 21v-4m0 4h8m0 0v-4'
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 IconGauge: 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.036 12.036 15 15m2.657 2.657a8 8 0 1 0-11.314 0'
25
+ />
26
+ )
27
+ )
@@ -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 IconGraduationCap: 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='M2 8.23 12.5 3 23 8.23 19.684 9.8M2 8.23V20M2 8.23 5.316 9.8m0 0 7.184 3.4 7.184-3.4m-14.368 0v3.016A7.184 7.184 0 0 0 12.5 20v0a7.184 7.184 0 0 0 7.184-7.184V9.8'
27
+ />
28
+ </g>,
29
+ <defs>
30
+ <clipPath id='a'>
31
+ <path d='M0 0h24v24H0z' />
32
+ </clipPath>
33
+ </defs>
34
+ )
35
+ )
@@ -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 IconHandFilled: 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
+ fillRule='evenodd'
22
+ d='M19 17c0 6.27-8.5 8-12.5 3l-4.542-6.358a.991.991 0 0 1 .062-1.235c.11-.123.195-.217.205-.222a.916.916 0 0 1 1.042-.098c.03.008 3.233 1.845 3.233 1.845V5c0-.622.378-1 1-1 .623 0 1 .378 1 1v5.25a.75.75 0 0 0 1.5 0V3c0-.623.377-1 1-1s1 .377 1 1v7.25a.75.75 0 0 0 1.5 0V4c0-.623.377-1 1-1s1 .377 1 1v6.25a.75.75 0 0 0 1.5 0V6c0-.622.378-1 1-1s1 .378 1 1v11Z'
23
+ clipRule='evenodd'
24
+ />
25
+ )
26
+ )
package/react/hand.tsx ADDED
@@ -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 IconHand: 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.748 14.261-.847.531a.994.994 0 0 0 .042.063l.805-.594Zm18.29-7.511h1v-.019l-.001-.018-1 .037Zm-14 7.5-.718.697a1 1 0 0 0 1.717-.697h-1Zm2.44-2.5a1 1 0 1 0 2 0h-2Zm3.5-.5a1 1 0 1 0 2 0h-2Zm3.5 1a1 1 0 1 0 2 0h-2Zm-11.13.263-.716.697.717-.697Zm-1.432-.634-.067-.997.067.997Zm2.86 7.715-.657.755.657-.755Zm-.49-.54.805-.593-.804.594ZM20.038 6.75v9.375h2V6.75h-2ZM4.632 13.21l1.688 1.737 1.434-1.394-1.688-1.737-1.434 1.393Zm3.405 1.04v-8.5h-2v8.5h2Zm-4.354-1.292c.016-.015.081-.066.3-.08l-.134-1.996c-.439.029-1.072.155-1.578.66l1.412 1.416Zm-.088.772a.623.623 0 0 1 .088-.772l-1.412-1.416a2.623 2.623 0 0 0-.37 3.25l1.694-1.062Zm4.442-7.98c0-.443.327-.75.713-.75V3C7.203 3 6.037 4.26 6.037 5.75h2ZM8.75 5a.73.73 0 0 1 .727.75h2C11.477 4.249 10.286 3 8.75 3v2Zm2.727.75v-2h-2v2h2Zm-1-1h.06v-2h-.06v2Zm1-1A.77.77 0 0 1 12.25 3V1c-1.502 0-2.773 1.214-2.773 2.75h2ZM12.25 3a.73.73 0 0 1 .727.75h2c0-1.501-1.191-2.75-2.727-2.75v2Zm.727.75v1h2v-1h-2Zm5.5 3c0-.37.352-.75.81-.75V4c-1.474 0-2.81 1.188-2.81 2.75h2Zm.81-.75c.393 0 .732.288.751.787l1.999-.074C21.98 5.212 20.827 4 19.287 4v2Zm-4.31-1.25c0-.247.084-.425.194-.537.105-.106.292-.213.616-.213V2c-.806 0-1.525.285-2.042.812-.513.521-.768 1.219-.768 1.938h2Zm.81-.75c.37 0 .69.29.69.75h2c0-1.472-1.126-2.75-2.69-2.75v2Zm.69.75v2h2v-2h-2Zm-7 1v6h2v-6h-2Zm3.5-1v6.5h2v-6.5h-2Zm3.5 1.5v6h2v-6h-2Zm3.56 9.875c0 1.885-1.676 3.689-4.341 4.465-2.6.756-5.8.393-8.264-1.75l-1.313 1.509c3.054 2.656 6.985 3.078 10.136 2.16 3.086-.898 5.782-3.228 5.782-6.384h-2ZM7.091 18.461l-3.539-4.794-1.609 1.188 3.54 4.794L7.09 18.46Zm-1.025-6.645c-.501-.516-1.287-.997-2.217-.934l.134 1.995c.148-.01.397.073.649.332l1.434-1.393Zm1.366 7.024a2.348 2.348 0 0 1-.34-.38l-1.61 1.189c.176.238.386.481.637.7l1.313-1.51Z'
23
+ />
24
+ </g>,
25
+ <defs>
26
+ <clipPath id='a'>
27
+ <path d='M0 0h24v24H0z' />
28
+ </clipPath>
29
+ </defs>
30
+ )
31
+ )
@@ -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 IconImage: 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='M3 18v1.5a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5h-17a.5.5 0 0 0-.5.5V18Zm0 0 6.646-6.646a.5.5 0 0 1 .708 0L14 15m-2 2 3.646-3.646a.5.5 0 0 1 .708 0L20 17'
24
+ />,
25
+ <circle cx={16} cy={8} r={2} fill='currentColor' />
26
+ )
27
+ )
package/react/index.ts CHANGED
@@ -1,4 +1,12 @@
1
+ export { IconAlignBottom } from './align-bottom'
2
+ export { IconAlignLeft } from './align-left'
3
+ export { IconAlignRight } from './align-right'
4
+ export { IconAlignTop } from './align-top'
1
5
  export { IconArrowBoxOut } from './arrow-box-out'
6
+ export { IconArrowClockwiseDownRight } from './arrow-clockwise-down-right'
7
+ export { IconArrowClockwiseUpLeft } from './arrow-clockwise-up-left'
8
+ export { IconArrowCounterClockwiseDownLeft } from './arrow-counter-clockwise-down-left'
9
+ export { IconArrowCounterClockwiseUpRight } from './arrow-counter-clockwise-up-right'
2
10
  export { IconArrowDownLeft } from './arrow-down-left'
3
11
  export { IconArrowDownRight } from './arrow-down-right'
4
12
  export { IconArrowDown } from './arrow-down'
@@ -8,7 +16,22 @@ export { IconArrowRight } from './arrow-right'
8
16
  export { IconArrowUpLeft } from './arrow-up-left'
9
17
  export { IconArrowUpRight } from './arrow-up-right'
10
18
  export { IconArrowUp } from './arrow-up'
19
+ export { IconArrowsClockwiseX } from './arrows-clockwise-x'
20
+ export { IconArrowsClockwiseY } from './arrows-clockwise-y'
21
+ export { IconArticle } from './article'
11
22
  export { IconBarThree } from './bar-three'
23
+ export { IconBellSlash } from './bell-slash'
24
+ export { IconBellTilt } from './bell-tilt'
25
+ export { IconBell } from './bell'
26
+ export { IconBracketsAngleSlash } from './brackets-angle-slash'
27
+ export { IconBracketsCurlyCirclesThree } from './brackets-curly-circles-three'
28
+ export { IconCalendarBlank } from './calendar-blank'
29
+ export { IconCamera } from './camera'
30
+ export { IconCardNumberThree } from './card-number-three'
31
+ export { IconCard } from './card'
32
+ export { IconCardsPoker } from './cards-poker'
33
+ export { IconChartBarYSimple } from './chart-bar-y-simple'
34
+ export { IconChartBarY } from './chart-bar-y'
12
35
  export { IconChat } from './chat'
13
36
  export { IconCheckMark } from './check-mark'
14
37
  export { IconChevronDown } from './chevron-down'
@@ -16,34 +39,69 @@ export { IconChevronLeft } from './chevron-left'
16
39
  export { IconChevronRight } from './chevron-right'
17
40
  export { IconChevronUp } from './chevron-up'
18
41
  export { IconCircleMotionX } from './circle-motion-x'
42
+ export { IconCircleNotch } from './circle-notch'
19
43
  export { IconCircle } from './circle'
44
+ export { IconCirclesConnected } from './circles-connected'
45
+ export { IconClockCounterClockwiseSimple } from './clock-counter-clockwise-simple'
46
+ export { IconClockCounterClockwise } from './clock-counter-clockwise'
47
+ export { IconClockOvertime } from './clock-overtime'
48
+ export { IconClock } from './clock'
49
+ export { IconCluster } from './cluster'
50
+ export { IconClustered } from './clustered'
20
51
  export { IconCog } from './cog'
52
+ export { IconCreditCard } from './credit-card'
53
+ export { IconCrop } from './crop'
21
54
  export { IconCrossCircle } from './cross-circle'
22
55
  export { IconCross } from './cross'
56
+ export { IconCursorFilled } from './cursor-filled'
57
+ export { IconCursor } from './cursor'
23
58
  export { IconEnvelope } from './envelope'
24
59
  export { IconExclamationPointCircle } from './exclamation-point-circle'
60
+ export { IconFactoryHouse } from './factory-house'
61
+ export { IconFactory } from './factory'
25
62
  export { IconFunnel } from './funnel'
63
+ export { IconGauge } from './gauge'
26
64
  export { IconGlobe } from './globe'
65
+ export { IconGraduationCap } from './graduation-cap'
66
+ export { IconHandFilled } from './hand-filled'
67
+ export { IconHand } from './hand'
27
68
  export { IconHouse } from './house'
69
+ export { IconImage } from './image'
28
70
  export { IconInformationMarkCircle } from './information-mark-circle'
71
+ export { IconKanban } from './kanban'
72
+ export { IconKey } from './key'
73
+ export { IconKeycap } from './keycap'
74
+ export { IconLaptop } from './laptop'
75
+ export { IconLifesaver } from './lifesaver'
76
+ export { IconLightning } from './lightning'
29
77
  export { IconLineDiagonal } from './line-diagonal'
30
78
  export { IconLink } from './link'
31
79
  export { IconLockClosed } from './lock-closed'
32
80
  export { IconLockOpen } from './lock-open'
81
+ export { IconMagnet } from './magnet'
33
82
  export { IconMagnifyingGlass } from './magnifying-glass'
83
+ export { IconMap } from './map'
34
84
  export { IconMicrophoneSlash } from './microphone-slash'
35
85
  export { IconMicrophone } from './microphone'
36
86
  export { IconMinus } from './minus'
87
+ export { IconMouse } from './mouse'
37
88
  export { IconParallelogram } from './parallelogram'
38
89
  export { IconPauseCircle } from './pause-circle'
90
+ export { IconPdf } from './pdf'
39
91
  export { IconPlaceholder } from './placeholder'
40
92
  export { IconPlayCircle } from './play-circle'
41
93
  export { IconPlaybackSpeedCircle } from './playback-speed-circle'
42
94
  export { IconPlug } from './plug'
43
95
  export { IconPlus } from './plus'
96
+ export { IconPushPin } from './push-pin'
44
97
  export { IconQuestionMarkCircle } from './question-mark-circle'
45
98
  export { IconRhombus } from './rhombus'
99
+ export { IconScrollbarXy } from './scrollbar-xy'
46
100
  export { IconShapes } from './shapes'
101
+ export { IconShieldCheck } from './shield-check'
102
+ export { IconShieldLock } from './shield-lock'
103
+ export { IconSidebarClosed } from './sidebar-closed'
104
+ export { IconSidebarOpen } from './sidebar-open'
47
105
  export { IconSlidersX } from './sliders-x'
48
106
  export { IconSlidersY } from './sliders-y'
49
107
  export { IconSocialFacebook } from './social-facebook'
@@ -53,10 +111,25 @@ export { IconSocialTwitter } from './social-twitter'
53
111
  export { IconSocialYoutube } from './social-youtube'
54
112
  export { IconSpeakerCross } from './speaker-cross'
55
113
  export { IconSpeakerHigh } from './speaker-high'
114
+ export { IconSquareBracketsAngleSlash } from './square-brackets-angle-slash'
115
+ export { IconSquareCirclesTwo } from './square-circles-two'
56
116
  export { IconSquareRounded } from './square-rounded'
117
+ export { IconSquareTriangleCirclePlus } from './square-triangle-circle-plus'
57
118
  export { IconSquare } from './square'
119
+ export { IconSquaresFour } from './squares-four'
120
+ export { IconSquaresThree } from './squares-three'
121
+ export { IconStickyNote } from './sticky-note'
58
122
  export { IconStopCircle } from './stop-circle'
123
+ export { IconTag } from './tag'
124
+ export { IconTextT } from './text-t'
125
+ export { IconThumbsUp } from './thumbs-up'
126
+ export { IconTicket } from './ticket'
127
+ export { IconTimer } from './timer'
128
+ export { IconTrackpad } from './trackpad'
129
+ export { IconTrashSimple } from './trash-simple'
130
+ export { IconTrash } from './trash'
59
131
  export { IconTriangle } from './triangle'
132
+ export { IconTrident } from './trident'
60
133
  export { IconUserAdd } from './user-add'
61
134
  export { IconUser } from './user'
62
135
  export { IconUsers } from './users'
@@ -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 IconKanban: 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 4H4.5a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V15m0-11v11m0-11h7.5a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H12'
25
+ />
26
+ </g>,
27
+ <defs>
28
+ <clipPath id='a'>
29
+ <path d='M0 0h24v24H0z' />
30
+ </clipPath>
31
+ </defs>
32
+ )
33
+ )
package/react/key.tsx ADDED
@@ -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 IconKey: 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='M11 11h-1v2h1v-2Zm10 2a1 1 0 1 0 0-2v2Zm-3 2a1 1 0 1 0 2 0h-2Zm-8-4v2h2v-2h-2Zm-6 2v-2H2v2h2Zm3 3a3 3 0 0 1-3-3H2a5 5 0 0 0 5 5v-2Zm3-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2ZM7 8a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2Zm0-2a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V6Zm4 7h8v-2h-8v2Zm8 0h2v-2h-2v2Zm-1-1v3h2v-3h-2Z'
23
+ />
24
+ </g>,
25
+ <defs>
26
+ <clipPath id='a'>
27
+ <path d='M0 0h24v24H0z' />
28
+ </clipPath>
29
+ </defs>
30
+ )
31
+ )
@@ -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 IconKeycap: 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 8h6m-3 0v6M6 4h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'
24
+ />,
25
+ <path fill='currentColor' d='M0 0h.001v.001H0z' />
26
+ )
27
+ )
@@ -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 IconLaptop: 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='M2.5 20h19M5 4h14a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Z'
24
+ />
25
+ )
26
+ )
@@ -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 IconLifesaver: 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='square'
23
+ strokeMiterlimit={1.414}
24
+ strokeWidth={2}
25
+ d='M14.828 14.828a4 4 0 0 1-5.656 0m5.656 0a4 4 0 0 0 0-5.656m0 5.656 3.182 3.182m-8.838-3.182a4 4 0 0 1 0-5.656m0 5.656L5.99 18.01m3.182-8.838a4 4 0 0 1 5.656 0m-5.656 0L5.99 5.99m8.838 3.182L18.01 5.99m.354 12.374A9 9 0 1 1 5.636 5.636a9 9 0 0 1 12.728 12.728Z'
26
+ />
27
+ </g>,
28
+ <defs>
29
+ <clipPath id='a'>
30
+ <path d='M0 0h24v24H0z' />
31
+ </clipPath>
32
+ </defs>
33
+ )
34
+ )
@@ -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 IconLightning: 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='square'
23
+ strokeLinejoin='round'
24
+ strokeMiterlimit={1.414}
25
+ strokeWidth={2}
26
+ d='M11.973 1.867 4.231 14.62a.25.25 0 0 0 .213.38H11.5l-.44 7.04c-.016.258.32.368.46.152l8.232-12.807a.25.25 0 0 0-.21-.385H12l.437-6.987c.016-.261-.328-.37-.463-.146Z'
27
+ />
28
+ </g>,
29
+ <defs>
30
+ <clipPath id='a'>
31
+ <path d='M0 0h24v24H0z' />
32
+ </clipPath>
33
+ </defs>
34
+ )
35
+ )