@mirohq/design-system-icons 0.5.0 → 0.7.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 (132) hide show
  1. package/dist/main.js +2049 -378
  2. package/dist/main.js.map +1 -1
  3. package/dist/module.js +1989 -379
  4. package/dist/module.js.map +1 -1
  5. package/dist/types.d.ts +123 -1
  6. package/package.json +1 -1
  7. package/react/add-line-bottom.tsx +33 -0
  8. package/react/add-line-right.tsx +33 -0
  9. package/react/align-center-horizontal.tsx +32 -0
  10. package/react/align-center-vertical.tsx +32 -0
  11. package/react/bookmark.tsx +34 -0
  12. package/react/cube.tsx +34 -0
  13. package/react/cursor-text.tsx +34 -0
  14. package/react/curve-square-circle-arrow.tsx +34 -0
  15. package/react/distribute-horizontal.tsx +27 -0
  16. package/react/distribute-vertical.tsx +35 -0
  17. package/react/eraser.tsx +34 -0
  18. package/react/eyedropper.tsx +31 -0
  19. package/react/grid-four.tsx +34 -0
  20. package/react/grid-six.tsx +34 -0
  21. package/react/highlighter-underline.tsx +25 -0
  22. package/react/highlighter.tsx +34 -0
  23. package/react/index.ts +61 -0
  24. package/react/lasso.tsx +34 -0
  25. package/react/layout.tsx +34 -0
  26. package/react/line-curved.tsx +34 -0
  27. package/react/line-dashed.tsx +34 -0
  28. package/react/line-dotted.tsx +28 -0
  29. package/react/line-horizontal.tsx +34 -0
  30. package/react/line-orthogonal.tsx +34 -0
  31. package/react/line-straight.tsx +34 -0
  32. package/react/lines-three-horizontal-line-vertical-center.tsx +34 -0
  33. package/react/lines-three-horizontal.tsx +33 -0
  34. package/react/lines-three-vertical.tsx +33 -0
  35. package/react/list-bullets.tsx +31 -0
  36. package/react/list-numbers.tsx +34 -0
  37. package/react/minus.tsx +1 -1
  38. package/react/pen-tip.tsx +34 -0
  39. package/react/pen.tsx +34 -0
  40. package/react/plus-text.tsx +34 -0
  41. package/react/prohibit.tsx +32 -0
  42. package/react/rectangles-three-aligned.tsx +34 -0
  43. package/react/rectangles-three-free.tsx +34 -0
  44. package/react/rectangles-three-overlap.tsx +34 -0
  45. package/react/rectangles-two-line.tsx +34 -0
  46. package/react/split-vertical.tsx +34 -0
  47. package/react/square-line-square-dashed.tsx +34 -0
  48. package/react/squares-group.tsx +32 -0
  49. package/react/squares-merge.tsx +31 -0
  50. package/react/squares-two-overlap.tsx +34 -0
  51. package/react/squares-ungroup.tsx +31 -0
  52. package/react/squares-unmerge.tsx +34 -0
  53. package/react/stack.tsx +34 -0
  54. package/react/text-a-underline.tsx +25 -0
  55. package/react/text-align-center.tsx +34 -0
  56. package/react/text-align-left.tsx +34 -0
  57. package/react/text-b-bold-italic-underlined.tsx +24 -0
  58. package/react/text-b-bold.tsx +34 -0
  59. package/react/text-h-one.tsx +34 -0
  60. package/react/text-h-three.tsx +34 -0
  61. package/react/text-h-two.tsx +34 -0
  62. package/react/text-i-italic.tsx +33 -0
  63. package/react/text-indent.tsx +34 -0
  64. package/react/text-lines-three.tsx +34 -0
  65. package/react/text-s-strikethrough.tsx +34 -0
  66. package/react/text-styles.tsx +33 -0
  67. package/react/text-u-underlined.tsx +34 -0
  68. package/react/view-center.tsx +28 -0
  69. package/react/view-side-left.tsx +28 -0
  70. package/svg/24/add-line-bottom.svg +1 -0
  71. package/svg/24/add-line-right.svg +1 -0
  72. package/svg/24/align-center-horizontal.svg +1 -0
  73. package/svg/24/align-center-vertical.svg +1 -0
  74. package/svg/24/bookmark.svg +1 -0
  75. package/svg/24/cube.svg +1 -0
  76. package/svg/24/cursor-text.svg +1 -0
  77. package/svg/24/curve-square-circle-arrow.svg +1 -0
  78. package/svg/24/distribute-horizontal.svg +1 -0
  79. package/svg/24/distribute-vertical.svg +1 -0
  80. package/svg/24/eraser.svg +1 -0
  81. package/svg/24/eyedropper.svg +1 -0
  82. package/svg/24/grid-four.svg +1 -0
  83. package/svg/24/grid-six.svg +1 -0
  84. package/svg/24/highlighter-underline.svg +1 -0
  85. package/svg/24/highlighter.svg +1 -0
  86. package/svg/24/lasso.svg +1 -0
  87. package/svg/24/layout.svg +1 -0
  88. package/svg/24/line-curved.svg +1 -0
  89. package/svg/24/line-dashed.svg +1 -0
  90. package/svg/24/line-dotted.svg +1 -0
  91. package/svg/24/line-horizontal.svg +1 -0
  92. package/svg/24/line-orthogonal.svg +1 -0
  93. package/svg/24/line-straight.svg +1 -0
  94. package/svg/24/lines-three-horizontal-line-vertical-center.svg +1 -0
  95. package/svg/24/lines-three-horizontal.svg +1 -0
  96. package/svg/24/lines-three-vertical.svg +1 -0
  97. package/svg/24/list-bullets.svg +1 -0
  98. package/svg/24/list-numbers.svg +1 -0
  99. package/svg/24/minus.svg +1 -1
  100. package/svg/24/pen-tip.svg +1 -0
  101. package/svg/24/pen.svg +1 -0
  102. package/svg/24/plus-text.svg +1 -0
  103. package/svg/24/prohibit.svg +1 -0
  104. package/svg/24/rectangles-three-aligned.svg +1 -0
  105. package/svg/24/rectangles-three-free.svg +1 -0
  106. package/svg/24/rectangles-three-overlap.svg +1 -0
  107. package/svg/24/rectangles-two-line.svg +1 -0
  108. package/svg/24/split-vertical.svg +1 -0
  109. package/svg/24/square-line-square-dashed.svg +1 -0
  110. package/svg/24/squares-group.svg +1 -0
  111. package/svg/24/squares-merge.svg +1 -0
  112. package/svg/24/squares-two-overlap.svg +1 -0
  113. package/svg/24/squares-ungroup.svg +1 -0
  114. package/svg/24/squares-unmerge.svg +1 -0
  115. package/svg/24/stack.svg +1 -0
  116. package/svg/24/text-a-underline.svg +1 -0
  117. package/svg/24/text-align-center.svg +1 -0
  118. package/svg/24/text-align-left.svg +1 -0
  119. package/svg/24/text-b-bold-italic-underlined.svg +1 -0
  120. package/svg/24/text-b-bold.svg +1 -0
  121. package/svg/24/text-h-one.svg +1 -0
  122. package/svg/24/text-h-three.svg +1 -0
  123. package/svg/24/text-h-two.svg +1 -0
  124. package/svg/24/text-i-italic.svg +1 -0
  125. package/svg/24/text-indent.svg +1 -0
  126. package/svg/24/text-lines-three.svg +1 -0
  127. package/svg/24/text-s-strikethrough.svg +1 -0
  128. package/svg/24/text-styles.svg +1 -0
  129. package/svg/24/text-u-underlined.svg +1 -0
  130. package/svg/24/view-center.svg +1 -0
  131. package/svg/24/view-side-left.svg +1 -0
  132. package/svg/meta.json +490 -0
@@ -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 IconGridFour: 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 3H3.25a.25.25 0 0 0-.25.25V12m9-9h8.75a.25.25 0 0 1 .25.25V12m-9-9v18m0 0h8.75a.25.25 0 0 0 .25-.25V12m-9 9H3.25a.25.25 0 0 1-.25-.25V12m0 0h18'
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 IconGridSix: 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 3H3.25a.25.25 0 0 0-.25.25V9m9-6h8.75a.25.25 0 0 1 .25.25V9m-9-6v18m0 0h8.75a.25.25 0 0 0 .25-.25V15m-9 6H3.25a.25.25 0 0 1-.25-.25V15m0-6h18M3 9v6m18-6v6M3 15h18'
26
+ />
27
+ </g>,
28
+ <defs>
29
+ <clipPath id='a'>
30
+ <path d='M0 0h24v24H0z' />
31
+ </clipPath>
32
+ </defs>
33
+ )
34
+ )
@@ -0,0 +1,25 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconHighlighterUnderline: 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
+ <rect width={18} height={2} x={3} y={20} fill='currentColor' rx={0.5} />,
20
+ <path
21
+ fill='currentColor'
22
+ d='M9 17v-1h-.414l-.293.293L9 17Zm2 0v1h.42l.294-.3L11 17Zm1-10-.707-.707L12 7Zm-5.5 5.5-.707-.707-.214.214-.06.297.981.196ZM6 15l.707.707.214-.214.06-.297L6 15Zm-2 2-.707-.707-.293.293V17h1Zm0 1H3v1h1v-1Zm4 0v1h.414l.293-.293L8 18ZM21 7l.69.724a1 1 0 0 0 .017-1.431L21 7Zm-4.5-4.5.707-.707a1 1 0 0 0-1.414 0l.707.707ZM9.25 9.75l.707.707-.707-.707ZM9 18h2v-2H9v2Zm-3.48-5.696-.5 2.5 1.96.392.5-2.5-1.96-.392ZM3 17v1h2v-1H3Zm1 2h4v-2H4v2Zm4.707-.293 1-1-1.414-1.414-1 1 1.414 1.414Zm13-12.414-4.5-4.5-1.414 1.414 4.5 4.5 1.414-1.414Zm-1.397-.017-3 2.857 1.38 1.448 3-2.857-1.38-1.448Zm-3.024 2.881-7 7.143 1.428 1.4 7-7.143-1.428-1.4Zm-4.579-1.45 1.5-1.5-1.414-1.414-1.5 1.5 1.414 1.414Zm1.5-1.5 3-3-1.414-1.414-3 3 1.414 1.414Zm4.489 2.932-4.5-4.357-1.392 1.436 4.5 4.358 1.392-1.437Zm-7.403-2.846-2.75 2.75 1.414 1.414 2.75-2.75-1.414-1.414Zm-2.75 2.75-2.75 2.75 1.414 1.414 2.75-2.75-1.414-1.414Zm-3.25 5.25-1 1 1.414 1.414 1-1-1.414-1.414Zm-1 1-1 1 1.414 1.414 1-1-1.414-1.414Z'
23
+ />
24
+ )
25
+ )
@@ -0,0 +1,34 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconHighlighter: 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 22 .89-7.124A1 1 0 0 1 4.883 14H6m15 8-.89-7.124a1 1 0 0 0-.993-.876H18M6 14v-3a1 1 0 0 1 1-1h1m-2 4h12m0 0v-3a1 1 0 0 0-1-1h-1m-8 0V4.78a1 1 0 0 1 .757-.97l6-1.5A1 1 0 0 1 16 3.28V10m-8 0h8'
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
@@ -1,4 +1,8 @@
1
+ export { IconAddLineBottom } from './add-line-bottom'
2
+ export { IconAddLineRight } from './add-line-right'
1
3
  export { IconAlignBottom } from './align-bottom'
4
+ export { IconAlignCenterHorizontal } from './align-center-horizontal'
5
+ export { IconAlignCenterVertical } from './align-center-vertical'
2
6
  export { IconAlignLeft } from './align-left'
3
7
  export { IconAlignRight } from './align-right'
4
8
  export { IconAlignTop } from './align-top'
@@ -23,6 +27,7 @@ export { IconBarThree } from './bar-three'
23
27
  export { IconBellSlash } from './bell-slash'
24
28
  export { IconBellTilt } from './bell-tilt'
25
29
  export { IconBell } from './bell'
30
+ export { IconBookmark } from './bookmark'
26
31
  export { IconBracketsAngleSlash } from './brackets-angle-slash'
27
32
  export { IconBracketsCurlyCirclesThree } from './brackets-curly-circles-three'
28
33
  export { IconCalendarBlank } from './calendar-blank'
@@ -53,18 +58,29 @@ export { IconCreditCard } from './credit-card'
53
58
  export { IconCrop } from './crop'
54
59
  export { IconCrossCircle } from './cross-circle'
55
60
  export { IconCross } from './cross'
61
+ export { IconCube } from './cube'
56
62
  export { IconCursorFilled } from './cursor-filled'
63
+ export { IconCursorText } from './cursor-text'
57
64
  export { IconCursor } from './cursor'
65
+ export { IconCurveSquareCircleArrow } from './curve-square-circle-arrow'
66
+ export { IconDistributeHorizontal } from './distribute-horizontal'
67
+ export { IconDistributeVertical } from './distribute-vertical'
58
68
  export { IconEnvelope } from './envelope'
69
+ export { IconEraser } from './eraser'
59
70
  export { IconExclamationPointCircle } from './exclamation-point-circle'
71
+ export { IconEyedropper } from './eyedropper'
60
72
  export { IconFactoryHouse } from './factory-house'
61
73
  export { IconFactory } from './factory'
62
74
  export { IconFunnel } from './funnel'
63
75
  export { IconGauge } from './gauge'
64
76
  export { IconGlobe } from './globe'
65
77
  export { IconGraduationCap } from './graduation-cap'
78
+ export { IconGridFour } from './grid-four'
79
+ export { IconGridSix } from './grid-six'
66
80
  export { IconHandFilled } from './hand-filled'
67
81
  export { IconHand } from './hand'
82
+ export { IconHighlighterUnderline } from './highlighter-underline'
83
+ export { IconHighlighter } from './highlighter'
68
84
  export { IconHouse } from './house'
69
85
  export { IconImage } from './image'
70
86
  export { IconInformationMarkCircle } from './information-mark-circle'
@@ -72,10 +88,23 @@ export { IconKanban } from './kanban'
72
88
  export { IconKey } from './key'
73
89
  export { IconKeycap } from './keycap'
74
90
  export { IconLaptop } from './laptop'
91
+ export { IconLasso } from './lasso'
92
+ export { IconLayout } from './layout'
75
93
  export { IconLifesaver } from './lifesaver'
76
94
  export { IconLightning } from './lightning'
95
+ export { IconLineCurved } from './line-curved'
96
+ export { IconLineDashed } from './line-dashed'
77
97
  export { IconLineDiagonal } from './line-diagonal'
98
+ export { IconLineDotted } from './line-dotted'
99
+ export { IconLineHorizontal } from './line-horizontal'
100
+ export { IconLineOrthogonal } from './line-orthogonal'
101
+ export { IconLineStraight } from './line-straight'
102
+ export { IconLinesThreeHorizontalLineVerticalCenter } from './lines-three-horizontal-line-vertical-center'
103
+ export { IconLinesThreeHorizontal } from './lines-three-horizontal'
104
+ export { IconLinesThreeVertical } from './lines-three-vertical'
78
105
  export { IconLink } from './link'
106
+ export { IconListBullets } from './list-bullets'
107
+ export { IconListNumbers } from './list-numbers'
79
108
  export { IconLockClosed } from './lock-closed'
80
109
  export { IconLockOpen } from './lock-open'
81
110
  export { IconMagnet } from './magnet'
@@ -88,13 +117,21 @@ export { IconMouse } from './mouse'
88
117
  export { IconParallelogram } from './parallelogram'
89
118
  export { IconPauseCircle } from './pause-circle'
90
119
  export { IconPdf } from './pdf'
120
+ export { IconPenTip } from './pen-tip'
121
+ export { IconPen } from './pen'
91
122
  export { IconPlaceholder } from './placeholder'
92
123
  export { IconPlayCircle } from './play-circle'
93
124
  export { IconPlaybackSpeedCircle } from './playback-speed-circle'
94
125
  export { IconPlug } from './plug'
126
+ export { IconPlusText } from './plus-text'
95
127
  export { IconPlus } from './plus'
128
+ export { IconProhibit } from './prohibit'
96
129
  export { IconPushPin } from './push-pin'
97
130
  export { IconQuestionMarkCircle } from './question-mark-circle'
131
+ export { IconRectanglesThreeAligned } from './rectangles-three-aligned'
132
+ export { IconRectanglesThreeFree } from './rectangles-three-free'
133
+ export { IconRectanglesThreeOverlap } from './rectangles-three-overlap'
134
+ export { IconRectanglesTwoLine } from './rectangles-two-line'
98
135
  export { IconRhombus } from './rhombus'
99
136
  export { IconScrollbarXy } from './scrollbar-xy'
100
137
  export { IconShapes } from './shapes'
@@ -111,17 +148,39 @@ export { IconSocialTwitter } from './social-twitter'
111
148
  export { IconSocialYoutube } from './social-youtube'
112
149
  export { IconSpeakerCross } from './speaker-cross'
113
150
  export { IconSpeakerHigh } from './speaker-high'
151
+ export { IconSplitVertical } from './split-vertical'
114
152
  export { IconSquareBracketsAngleSlash } from './square-brackets-angle-slash'
115
153
  export { IconSquareCirclesTwo } from './square-circles-two'
154
+ export { IconSquareLineSquareDashed } from './square-line-square-dashed'
116
155
  export { IconSquareRounded } from './square-rounded'
117
156
  export { IconSquareTriangleCirclePlus } from './square-triangle-circle-plus'
118
157
  export { IconSquare } from './square'
119
158
  export { IconSquaresFour } from './squares-four'
159
+ export { IconSquaresGroup } from './squares-group'
160
+ export { IconSquaresMerge } from './squares-merge'
120
161
  export { IconSquaresThree } from './squares-three'
162
+ export { IconSquaresTwoOverlap } from './squares-two-overlap'
163
+ export { IconSquaresUngroup } from './squares-ungroup'
164
+ export { IconSquaresUnmerge } from './squares-unmerge'
165
+ export { IconStack } from './stack'
121
166
  export { IconStickyNote } from './sticky-note'
122
167
  export { IconStopCircle } from './stop-circle'
123
168
  export { IconTag } from './tag'
169
+ export { IconTextAUnderline } from './text-a-underline'
170
+ export { IconTextAlignCenter } from './text-align-center'
171
+ export { IconTextAlignLeft } from './text-align-left'
172
+ export { IconTextBBoldItalicUnderlined } from './text-b-bold-italic-underlined'
173
+ export { IconTextBBold } from './text-b-bold'
174
+ export { IconTextHOne } from './text-h-one'
175
+ export { IconTextHThree } from './text-h-three'
176
+ export { IconTextHTwo } from './text-h-two'
177
+ export { IconTextIItalic } from './text-i-italic'
178
+ export { IconTextIndent } from './text-indent'
179
+ export { IconTextLinesThree } from './text-lines-three'
180
+ export { IconTextSStrikethrough } from './text-s-strikethrough'
181
+ export { IconTextStyles } from './text-styles'
124
182
  export { IconTextT } from './text-t'
183
+ export { IconTextUUnderlined } from './text-u-underlined'
125
184
  export { IconThumbsUp } from './thumbs-up'
126
185
  export { IconTicket } from './ticket'
127
186
  export { IconTimer } from './timer'
@@ -133,4 +192,6 @@ export { IconTrident } from './trident'
133
192
  export { IconUserAdd } from './user-add'
134
193
  export { IconUser } from './user'
135
194
  export { IconUsers } from './users'
195
+ export { IconViewCenter } from './view-center'
196
+ export { IconViewSideLeft } from './view-side-left'
136
197
  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 IconLasso: 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
+ strokeDasharray='1 3'
23
+ strokeLinecap='round'
24
+ strokeWidth={2}
25
+ d='M10.5 21.5s1.471-1.096 3-2.5c2.394-2.198 5.263-2.253 7-5 1.29-2.041 1.385-3.116 1-5.5-.363-2.248-.697-3.609-2.5-5-2.063-1.591-5.396-1.075-8-1-3.335.096-4.711 1.072-7 3.5-1.498 1.588-1.157 1.823-1 4 .151 2.107.356 2.674 2 4 1.779 1.435 5.5 1.333 8 .5s4-4.5 4-4.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 IconLayout: 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 9v12h6M3 9V3h18v6M3 9h6m12 0v12H9M21 9H9m0 0v12'
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 IconLineCurved: 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 12s2.767-2.553 5-3c4.466-.893 5.534 6.893 10 6 2.233-.447 5-3 5-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 IconLineDashed: 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 12h4m4 0h4m4 0h4'
26
+ />
27
+ </g>,
28
+ <defs>
29
+ <clipPath id='a'>
30
+ <path d='M0 0h24v24H0z' />
31
+ </clipPath>
32
+ </defs>
33
+ )
34
+ )
@@ -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 IconLineDotted: 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='M3 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z' />
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 IconLineHorizontal: 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 12h18'
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 IconLineOrthogonal: 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 16h10V8h10'
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 IconLineStraight: 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 15 18-6'
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 IconLinesThreeHorizontalLineVerticalCenter: 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 5h8m8 0h-8m-8 7h16M4 19h8m8 0h-8m0-14v14'
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 IconLinesThreeHorizontal: 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 5h16M4 12h16M4 19h16'
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 IconLinesThreeVertical: 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='M20 4v16M12 4v16M4 4v16'
25
+ />
26
+ </g>,
27
+ <defs>
28
+ <clipPath id='a'>
29
+ <path d='M0 0h24v24H0z' />
30
+ </clipPath>
31
+ </defs>
32
+ )
33
+ )