@webstudio-is/icons 0.48.0 → 0.50.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 (318) hide show
  1. package/lib/__generated__/alert.js +14 -0
  2. package/lib/__generated__/auto-scroll.js +4 -19
  3. package/lib/__generated__/blockquote.js +1 -12
  4. package/lib/__generated__/border-radius-bottom-left.js +14 -0
  5. package/lib/__generated__/border-radius-bottom-right.js +14 -0
  6. package/lib/__generated__/border-radius-individual.js +11 -0
  7. package/lib/__generated__/border-radius-top-left.js +14 -0
  8. package/lib/__generated__/border-radius-top-right.js +14 -0
  9. package/lib/__generated__/border-radius.js +11 -0
  10. package/lib/__generated__/border-width-bottom.js +14 -0
  11. package/lib/__generated__/border-width-individual.js +11 -0
  12. package/lib/__generated__/border-width-left.js +14 -0
  13. package/lib/__generated__/border-width-right.js +14 -0
  14. package/lib/__generated__/border-width-top.js +14 -0
  15. package/lib/__generated__/box-link.js +4 -21
  16. package/lib/__generated__/box.js +1 -14
  17. package/lib/__generated__/checkbox-checked-filled.js +1 -14
  18. package/lib/__generated__/checkbox-empty.js +1 -14
  19. package/lib/__generated__/checkbox-mixed-filled.js +1 -14
  20. package/lib/__generated__/chevron-big-down.js +1 -12
  21. package/lib/__generated__/chevron-big-left.js +1 -12
  22. package/lib/__generated__/chevron-big-right.js +1 -12
  23. package/lib/__generated__/chevron-big-up.js +1 -12
  24. package/lib/__generated__/chevron-filled-down.js +1 -12
  25. package/lib/__generated__/chevron-filled-left.js +1 -12
  26. package/lib/__generated__/chevron-filled-right.js +1 -12
  27. package/lib/__generated__/chevron-filled-up.js +1 -12
  28. package/lib/__generated__/code.js +1 -14
  29. package/lib/__generated__/commit.js +1 -15
  30. package/lib/__generated__/dash.js +1 -14
  31. package/lib/__generated__/div.js +11 -0
  32. package/lib/__generated__/dot.js +1 -12
  33. package/lib/__generated__/drag-handle.js +6 -39
  34. package/lib/__generated__/eyecon-closed.js +1 -12
  35. package/lib/__generated__/eyecon-open.js +4 -19
  36. package/lib/__generated__/github.js +1 -15
  37. package/lib/__generated__/google.js +6 -27
  38. package/lib/__generated__/hamburger-menu.js +1 -14
  39. package/lib/__generated__/index.js +15 -0
  40. package/lib/__generated__/info.js +4 -19
  41. package/lib/__generated__/information.js +4 -23
  42. package/lib/__generated__/linked.js +1 -14
  43. package/lib/__generated__/list-item.js +4 -19
  44. package/lib/__generated__/list.js +8 -35
  45. package/lib/__generated__/offline.js +1 -13
  46. package/lib/__generated__/play.js +1 -12
  47. package/lib/__generated__/plus.js +14 -0
  48. package/lib/__generated__/radio-checked.js +4 -19
  49. package/lib/__generated__/radio-unchecked.js +1 -14
  50. package/lib/__generated__/repeat-column.js +1 -13
  51. package/lib/__generated__/repeat-grid.js +1 -13
  52. package/lib/__generated__/repeat-row.js +1 -13
  53. package/lib/__generated__/scroll.js +4 -19
  54. package/lib/__generated__/slot-component.js +11 -0
  55. package/lib/__generated__/subscript.js +1 -12
  56. package/lib/__generated__/subtract.js +1 -14
  57. package/lib/__generated__/superscript.js +1 -12
  58. package/lib/__generated__/unlinked.js +1 -14
  59. package/lib/__generated__/webstudio.js +113 -538
  60. package/lib/align-content-center.js +21 -15
  61. package/lib/align-content-end.js +21 -15
  62. package/lib/align-content-space-around.js +21 -15
  63. package/lib/align-content-space-between.js +21 -15
  64. package/lib/align-content-start.js +19 -31
  65. package/lib/align-content-stretch.js +21 -15
  66. package/lib/align-items-baseline.js +61 -49
  67. package/lib/align-items-center.js +21 -15
  68. package/lib/align-items-end.js +21 -15
  69. package/lib/align-items-start.js +21 -15
  70. package/lib/align-items-stretch.js +21 -15
  71. package/lib/align-self-baseline.js +48 -46
  72. package/lib/align-self-center.js +24 -25
  73. package/lib/align-self-end.js +35 -26
  74. package/lib/align-self-start.js +24 -25
  75. package/lib/align-self-stretch.js +44 -32
  76. package/lib/aspect-ratio.js +30 -21
  77. package/lib/body.js +20 -14
  78. package/lib/brush.js +21 -15
  79. package/lib/check-mark.js +22 -16
  80. package/lib/chevron-double-down.js +22 -16
  81. package/lib/chevron-double-left.js +22 -16
  82. package/lib/chevron-double-right.js +22 -16
  83. package/lib/chevron-double-up.js +22 -16
  84. package/lib/chevron-down.js +19 -13
  85. package/lib/chevron-left.js +21 -15
  86. package/lib/chevron-right.js +21 -15
  87. package/lib/chevron-up.js +21 -15
  88. package/lib/cjs/__generated__/alert.cjs +34 -0
  89. package/lib/cjs/__generated__/auto-scroll.cjs +4 -19
  90. package/lib/cjs/__generated__/blockquote.cjs +1 -12
  91. package/lib/cjs/__generated__/border-radius-bottom-left.cjs +34 -0
  92. package/lib/cjs/__generated__/border-radius-bottom-right.cjs +34 -0
  93. package/lib/cjs/__generated__/border-radius-individual.cjs +31 -0
  94. package/lib/cjs/__generated__/border-radius-top-left.cjs +34 -0
  95. package/lib/cjs/__generated__/border-radius-top-right.cjs +34 -0
  96. package/lib/cjs/__generated__/border-radius.cjs +31 -0
  97. package/lib/cjs/__generated__/border-width-bottom.cjs +34 -0
  98. package/lib/cjs/__generated__/border-width-individual.cjs +31 -0
  99. package/lib/cjs/__generated__/border-width-left.cjs +34 -0
  100. package/lib/cjs/__generated__/border-width-right.cjs +34 -0
  101. package/lib/cjs/__generated__/border-width-top.cjs +34 -0
  102. package/lib/cjs/__generated__/box-link.cjs +4 -21
  103. package/lib/cjs/__generated__/box.cjs +1 -14
  104. package/lib/cjs/__generated__/checkbox-checked-filled.cjs +1 -14
  105. package/lib/cjs/__generated__/checkbox-empty.cjs +1 -14
  106. package/lib/cjs/__generated__/checkbox-mixed-filled.cjs +1 -14
  107. package/lib/cjs/__generated__/chevron-big-down.cjs +1 -12
  108. package/lib/cjs/__generated__/chevron-big-left.cjs +1 -12
  109. package/lib/cjs/__generated__/chevron-big-right.cjs +1 -12
  110. package/lib/cjs/__generated__/chevron-big-up.cjs +1 -12
  111. package/lib/cjs/__generated__/chevron-filled-down.cjs +1 -12
  112. package/lib/cjs/__generated__/chevron-filled-left.cjs +1 -12
  113. package/lib/cjs/__generated__/chevron-filled-right.cjs +1 -12
  114. package/lib/cjs/__generated__/chevron-filled-up.cjs +1 -12
  115. package/lib/cjs/__generated__/code.cjs +1 -14
  116. package/lib/cjs/__generated__/commit.cjs +1 -15
  117. package/lib/cjs/__generated__/dash.cjs +1 -14
  118. package/lib/cjs/__generated__/div.cjs +31 -0
  119. package/lib/cjs/__generated__/dot.cjs +1 -12
  120. package/lib/cjs/__generated__/drag-handle.cjs +6 -39
  121. package/lib/cjs/__generated__/eyecon-closed.cjs +1 -12
  122. package/lib/cjs/__generated__/eyecon-open.cjs +4 -19
  123. package/lib/cjs/__generated__/github.cjs +1 -15
  124. package/lib/cjs/__generated__/google.cjs +6 -27
  125. package/lib/cjs/__generated__/hamburger-menu.cjs +1 -14
  126. package/lib/cjs/__generated__/index.cjs +15 -0
  127. package/lib/cjs/__generated__/info.cjs +4 -19
  128. package/lib/cjs/__generated__/information.cjs +4 -23
  129. package/lib/cjs/__generated__/linked.cjs +1 -14
  130. package/lib/cjs/__generated__/list-item.cjs +4 -19
  131. package/lib/cjs/__generated__/list.cjs +8 -35
  132. package/lib/cjs/__generated__/offline.cjs +1 -13
  133. package/lib/cjs/__generated__/play.cjs +1 -12
  134. package/lib/cjs/__generated__/plus.cjs +34 -0
  135. package/lib/cjs/__generated__/radio-checked.cjs +4 -19
  136. package/lib/cjs/__generated__/radio-unchecked.cjs +1 -14
  137. package/lib/cjs/__generated__/repeat-column.cjs +1 -13
  138. package/lib/cjs/__generated__/repeat-grid.cjs +1 -13
  139. package/lib/cjs/__generated__/repeat-row.cjs +1 -13
  140. package/lib/cjs/__generated__/scroll.cjs +4 -19
  141. package/lib/cjs/__generated__/slot-component.cjs +31 -0
  142. package/lib/cjs/__generated__/subscript.cjs +1 -12
  143. package/lib/cjs/__generated__/subtract.cjs +1 -14
  144. package/lib/cjs/__generated__/superscript.cjs +1 -12
  145. package/lib/cjs/__generated__/unlinked.cjs +1 -14
  146. package/lib/cjs/__generated__/webstudio.cjs +113 -538
  147. package/lib/cjs/align-content-center.cjs +25 -15
  148. package/lib/cjs/align-content-end.cjs +25 -15
  149. package/lib/cjs/align-content-space-around.cjs +25 -15
  150. package/lib/cjs/align-content-space-between.cjs +25 -15
  151. package/lib/cjs/align-content-start.cjs +23 -31
  152. package/lib/cjs/align-content-stretch.cjs +25 -15
  153. package/lib/cjs/align-items-baseline.cjs +65 -49
  154. package/lib/cjs/align-items-center.cjs +25 -15
  155. package/lib/cjs/align-items-end.cjs +25 -15
  156. package/lib/cjs/align-items-start.cjs +25 -15
  157. package/lib/cjs/align-items-stretch.cjs +25 -15
  158. package/lib/cjs/align-self-baseline.cjs +52 -46
  159. package/lib/cjs/align-self-center.cjs +28 -25
  160. package/lib/cjs/align-self-end.cjs +39 -26
  161. package/lib/cjs/align-self-start.cjs +28 -25
  162. package/lib/cjs/align-self-stretch.cjs +48 -32
  163. package/lib/cjs/aspect-ratio.cjs +34 -21
  164. package/lib/cjs/body.cjs +24 -14
  165. package/lib/cjs/brush.cjs +25 -15
  166. package/lib/cjs/check-mark.cjs +22 -16
  167. package/lib/cjs/chevron-double-down.cjs +26 -16
  168. package/lib/cjs/chevron-double-left.cjs +26 -16
  169. package/lib/cjs/chevron-double-right.cjs +26 -16
  170. package/lib/cjs/chevron-double-up.cjs +26 -16
  171. package/lib/cjs/chevron-down.cjs +23 -13
  172. package/lib/cjs/chevron-left.cjs +25 -15
  173. package/lib/cjs/chevron-right.cjs +25 -15
  174. package/lib/cjs/chevron-up.cjs +25 -15
  175. package/lib/cjs/cloud.cjs +26 -16
  176. package/lib/cjs/copy.cjs +26 -16
  177. package/lib/cjs/cross-circled-filled.cjs +25 -15
  178. package/lib/cjs/cross-large.cjs +25 -15
  179. package/lib/cjs/cross-small.cjs +25 -15
  180. package/lib/cjs/cross.cjs +25 -15
  181. package/lib/cjs/devices.cjs +23 -13
  182. package/lib/cjs/ellipses.cjs +21 -29
  183. package/lib/cjs/external-link.cjs +24 -14
  184. package/lib/cjs/flex-direction-column-reverse.cjs +24 -14
  185. package/lib/cjs/flex-direction-column.cjs +23 -13
  186. package/lib/cjs/flex-direction-row-reverse.cjs +24 -14
  187. package/lib/cjs/flex-direction-row.cjs +23 -13
  188. package/lib/cjs/flex-sizing-grow.cjs +41 -25
  189. package/lib/cjs/flex-sizing-shrink.cjs +34 -21
  190. package/lib/cjs/flex-wrap-no-wrap.cjs +25 -15
  191. package/lib/cjs/flex-wrap-wrap-reverse.cjs +31 -30
  192. package/lib/cjs/flex-wrap-wrap.cjs +30 -29
  193. package/lib/cjs/form.cjs +25 -15
  194. package/lib/cjs/gap-column.cjs +40 -27
  195. package/lib/cjs/gap-row.cjs +41 -28
  196. package/lib/cjs/gear.cjs +39 -26
  197. package/lib/cjs/justify-content-center.cjs +25 -15
  198. package/lib/cjs/justify-content-end.cjs +26 -19
  199. package/lib/cjs/justify-content-space-around.cjs +22 -27
  200. package/lib/cjs/justify-content-space-between.cjs +25 -15
  201. package/lib/cjs/justify-content-start.cjs +26 -19
  202. package/lib/cjs/justify-items-center.cjs +25 -15
  203. package/lib/cjs/justify-items-end.cjs +26 -19
  204. package/lib/cjs/justify-items-space-around.cjs +22 -27
  205. package/lib/cjs/justify-items-space-between.cjs +25 -15
  206. package/lib/cjs/justify-items-start.cjs +26 -19
  207. package/lib/cjs/legacy.cjs +0 -1
  208. package/lib/cjs/list-nested.cjs +25 -15
  209. package/lib/cjs/magnifying-glass.cjs +25 -15
  210. package/lib/cjs/menu.cjs +39 -23
  211. package/lib/cjs/new-folder.cjs +26 -16
  212. package/lib/cjs/new-page.cjs +26 -16
  213. package/lib/cjs/order-first.cjs +43 -27
  214. package/lib/cjs/order-last.cjs +43 -27
  215. package/lib/cjs/page.cjs +26 -16
  216. package/lib/cjs/redo.cjs +20 -18
  217. package/lib/cjs/size.cjs +25 -15
  218. package/lib/cjs/text-align-center.cjs +39 -23
  219. package/lib/cjs/text-align-justify.cjs +39 -23
  220. package/lib/cjs/text-align-left.cjs +39 -23
  221. package/lib/cjs/text-align-right.cjs +39 -23
  222. package/lib/cjs/text-capitalize.cjs +23 -13
  223. package/lib/cjs/text-direction-ltr.cjs +25 -15
  224. package/lib/cjs/text-direction-rtl.cjs +25 -15
  225. package/lib/cjs/text-hyphen.cjs +25 -15
  226. package/lib/cjs/text-italic.cjs +26 -16
  227. package/lib/cjs/text-lowercase.cjs +23 -13
  228. package/lib/cjs/text-strikethrough.cjs +39 -23
  229. package/lib/cjs/text-truncate.cjs +46 -27
  230. package/lib/cjs/text-underline.cjs +25 -15
  231. package/lib/cjs/text-uppercase.cjs +26 -16
  232. package/lib/cjs/trash.cjs +26 -16
  233. package/lib/cjs/undo.cjs +20 -18
  234. package/lib/cjs/upload.cjs +22 -12
  235. package/lib/cloud.js +22 -16
  236. package/lib/copy.js +22 -16
  237. package/lib/cross-circled-filled.js +21 -15
  238. package/lib/cross-large.js +21 -15
  239. package/lib/cross-small.js +21 -15
  240. package/lib/cross.js +21 -15
  241. package/lib/devices.js +19 -13
  242. package/lib/ellipses.js +17 -29
  243. package/lib/external-link.js +20 -14
  244. package/lib/flex-direction-column-reverse.js +20 -14
  245. package/lib/flex-direction-column.js +19 -13
  246. package/lib/flex-direction-row-reverse.js +20 -14
  247. package/lib/flex-direction-row.js +19 -13
  248. package/lib/flex-sizing-grow.js +37 -25
  249. package/lib/flex-sizing-shrink.js +30 -21
  250. package/lib/flex-wrap-no-wrap.js +21 -15
  251. package/lib/flex-wrap-wrap-reverse.js +27 -30
  252. package/lib/flex-wrap-wrap.js +26 -29
  253. package/lib/form.js +21 -15
  254. package/lib/gap-column.js +36 -27
  255. package/lib/gap-row.js +37 -28
  256. package/lib/gear.js +35 -26
  257. package/lib/justify-content-center.js +21 -15
  258. package/lib/justify-content-end.js +22 -19
  259. package/lib/justify-content-space-around.js +18 -27
  260. package/lib/justify-content-space-between.js +21 -15
  261. package/lib/justify-content-start.js +22 -19
  262. package/lib/justify-items-center.js +21 -15
  263. package/lib/justify-items-end.js +22 -19
  264. package/lib/justify-items-space-around.js +18 -27
  265. package/lib/justify-items-space-between.js +21 -15
  266. package/lib/justify-items-start.js +22 -19
  267. package/lib/legacy.js +0 -2
  268. package/lib/list-nested.js +21 -15
  269. package/lib/magnifying-glass.js +21 -15
  270. package/lib/menu.js +35 -23
  271. package/lib/new-folder.js +22 -16
  272. package/lib/new-page.js +22 -16
  273. package/lib/order-first.js +39 -27
  274. package/lib/order-last.js +39 -27
  275. package/lib/page.js +22 -16
  276. package/lib/redo.js +16 -18
  277. package/lib/size.js +21 -15
  278. package/lib/text-align-center.js +35 -23
  279. package/lib/text-align-justify.js +35 -23
  280. package/lib/text-align-left.js +35 -23
  281. package/lib/text-align-right.js +35 -23
  282. package/lib/text-capitalize.js +19 -13
  283. package/lib/text-direction-ltr.js +21 -15
  284. package/lib/text-direction-rtl.js +21 -15
  285. package/lib/text-hyphen.js +21 -15
  286. package/lib/text-italic.js +22 -16
  287. package/lib/text-lowercase.js +19 -13
  288. package/lib/text-strikethrough.js +35 -23
  289. package/lib/text-truncate.js +42 -27
  290. package/lib/text-underline.js +21 -15
  291. package/lib/text-uppercase.js +22 -16
  292. package/lib/trash.js +22 -16
  293. package/lib/undo.js +16 -18
  294. package/lib/upload.js +18 -12
  295. package/package.json +3 -3
  296. package/src/__generated__/alert.tsx +15 -0
  297. package/src/__generated__/border-radius-bottom-left.tsx +15 -0
  298. package/src/__generated__/border-radius-bottom-right.tsx +15 -0
  299. package/src/__generated__/border-radius-individual.tsx +15 -0
  300. package/src/__generated__/border-radius-top-left.tsx +15 -0
  301. package/src/__generated__/border-radius-top-right.tsx +15 -0
  302. package/src/__generated__/border-radius.tsx +15 -0
  303. package/src/__generated__/border-width-bottom.tsx +15 -0
  304. package/src/__generated__/border-width-individual.tsx +15 -0
  305. package/src/__generated__/border-width-left.tsx +15 -0
  306. package/src/__generated__/border-width-right.tsx +15 -0
  307. package/src/__generated__/border-width-top.tsx +15 -0
  308. package/src/__generated__/commit.tsx +1 -1
  309. package/src/__generated__/div.tsx +15 -0
  310. package/src/__generated__/github.tsx +1 -1
  311. package/src/__generated__/index.ts +15 -0
  312. package/src/__generated__/offline.tsx +1 -1
  313. package/src/__generated__/plus.tsx +15 -0
  314. package/src/__generated__/repeat-column.tsx +1 -1
  315. package/src/__generated__/repeat-grid.tsx +1 -1
  316. package/src/__generated__/repeat-row.tsx +1 -1
  317. package/src/__generated__/slot-component.tsx +15 -0
  318. package/src/legacy.ts +0 -1
@@ -2,52 +2,54 @@ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  const AlignSelfBaselineIcon = React.forwardRef(
4
4
  ({ color = "currentColor", ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsxs("svg", {
6
- xmlns: "http://www.w3.org/2000/svg",
7
- fill: "none",
8
- viewBox: "0 0 16 16",
9
- width: "16",
10
- height: "16",
11
- ...props,
12
- ref: forwardedRef,
13
- children: [
14
- /* @__PURE__ */ jsx("mask", {
15
- id: "a",
16
- fill: "#fff",
17
- children: /* @__PURE__ */ jsx("rect", {
18
- width: "3",
19
- height: "10",
20
- x: "6.5",
21
- y: "3",
22
- rx: ".8"
23
- })
24
- }),
25
- /* @__PURE__ */ jsx("rect", {
26
- width: "3",
27
- height: "10",
28
- x: "6.5",
29
- y: "3",
30
- stroke: color,
31
- strokeWidth: "2",
32
- mask: "url(#a)",
33
- rx: ".8"
34
- }),
35
- /* @__PURE__ */ jsx("rect", {
36
- width: "3",
37
- height: "5.73926",
38
- x: "6.5",
39
- y: "7.25977",
40
- fill: color,
41
- rx: ".8"
42
- }),
43
- /* @__PURE__ */ jsx("path", {
44
- fill: color,
45
- fillRule: "evenodd",
46
- d: "M1.5 7.95c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z",
47
- clipRule: "evenodd"
48
- })
49
- ]
50
- });
5
+ return /* @__PURE__ */ jsxs(
6
+ "svg",
7
+ {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "none",
10
+ viewBox: "0 0 16 16",
11
+ width: "16",
12
+ height: "16",
13
+ ...props,
14
+ ref: forwardedRef,
15
+ children: [
16
+ /* @__PURE__ */ jsx("mask", { id: "a", fill: "#fff", children: /* @__PURE__ */ jsx("rect", { width: "3", height: "10", x: "6.5", y: "3", rx: ".8" }) }),
17
+ /* @__PURE__ */ jsx(
18
+ "rect",
19
+ {
20
+ width: "3",
21
+ height: "10",
22
+ x: "6.5",
23
+ y: "3",
24
+ stroke: color,
25
+ strokeWidth: "2",
26
+ mask: "url(#a)",
27
+ rx: ".8"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ jsx(
31
+ "rect",
32
+ {
33
+ width: "3",
34
+ height: "5.73926",
35
+ x: "6.5",
36
+ y: "7.25977",
37
+ fill: color,
38
+ rx: ".8"
39
+ }
40
+ ),
41
+ /* @__PURE__ */ jsx(
42
+ "path",
43
+ {
44
+ fill: color,
45
+ fillRule: "evenodd",
46
+ d: "M1.5 7.95c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z",
47
+ clipRule: "evenodd"
48
+ }
49
+ )
50
+ ]
51
+ }
52
+ );
51
53
  }
52
54
  );
53
55
  AlignSelfBaselineIcon.displayName = "AlignSelfBaselineIcon";
@@ -2,31 +2,30 @@ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  const AlignSelfCenterIcon = React.forwardRef(
4
4
  ({ color = "currentColor", ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsxs("svg", {
6
- xmlns: "http://www.w3.org/2000/svg",
7
- fill: "none",
8
- viewBox: "0 0 16 16",
9
- width: "16",
10
- height: "16",
11
- ...props,
12
- ref: forwardedRef,
13
- children: [
14
- /* @__PURE__ */ jsx("rect", {
15
- width: "3",
16
- height: "10",
17
- x: "6.5",
18
- y: "3",
19
- fill: color,
20
- rx: ".8"
21
- }),
22
- /* @__PURE__ */ jsx("path", {
23
- fill: color,
24
- fillRule: "evenodd",
25
- d: "M1.5 7.95c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z",
26
- clipRule: "evenodd"
27
- })
28
- ]
29
- });
5
+ return /* @__PURE__ */ jsxs(
6
+ "svg",
7
+ {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "none",
10
+ viewBox: "0 0 16 16",
11
+ width: "16",
12
+ height: "16",
13
+ ...props,
14
+ ref: forwardedRef,
15
+ children: [
16
+ /* @__PURE__ */ jsx("rect", { width: "3", height: "10", x: "6.5", y: "3", fill: color, rx: ".8" }),
17
+ /* @__PURE__ */ jsx(
18
+ "path",
19
+ {
20
+ fill: color,
21
+ fillRule: "evenodd",
22
+ d: "M1.5 7.95c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z",
23
+ clipRule: "evenodd"
24
+ }
25
+ )
26
+ ]
27
+ }
28
+ );
30
29
  }
31
30
  );
32
31
  AlignSelfCenterIcon.displayName = "AlignSelfCenterIcon";
@@ -2,32 +2,41 @@ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  const AlignSelfEndIcon = React.forwardRef(
4
4
  ({ color = "currentColor", ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsxs("svg", {
6
- xmlns: "http://www.w3.org/2000/svg",
7
- fill: "none",
8
- viewBox: "0 0 16 16",
9
- width: "16",
10
- height: "16",
11
- ...props,
12
- ref: forwardedRef,
13
- children: [
14
- /* @__PURE__ */ jsx("path", {
15
- fill: color,
16
- fillRule: "evenodd",
17
- d: "M14.5 14.2004c0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7 0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7Z",
18
- clipRule: "evenodd"
19
- }),
20
- /* @__PURE__ */ jsx("rect", {
21
- width: "3",
22
- height: "9",
23
- x: "9.5",
24
- y: "12.4004",
25
- fill: color,
26
- rx: ".8",
27
- transform: "rotate(-180 9.5 12.4004)"
28
- })
29
- ]
30
- });
5
+ return /* @__PURE__ */ jsxs(
6
+ "svg",
7
+ {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "none",
10
+ viewBox: "0 0 16 16",
11
+ width: "16",
12
+ height: "16",
13
+ ...props,
14
+ ref: forwardedRef,
15
+ children: [
16
+ /* @__PURE__ */ jsx(
17
+ "path",
18
+ {
19
+ fill: color,
20
+ fillRule: "evenodd",
21
+ d: "M14.5 14.2004c0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7 0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7Z",
22
+ clipRule: "evenodd"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsx(
26
+ "rect",
27
+ {
28
+ width: "3",
29
+ height: "9",
30
+ x: "9.5",
31
+ y: "12.4004",
32
+ fill: color,
33
+ rx: ".8",
34
+ transform: "rotate(-180 9.5 12.4004)"
35
+ }
36
+ )
37
+ ]
38
+ }
39
+ );
31
40
  }
32
41
  );
33
42
  AlignSelfEndIcon.displayName = "AlignSelfEndIcon";
@@ -2,31 +2,30 @@ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  const AlignSelfStartIcon = React.forwardRef(
4
4
  ({ color = "currentColor", ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsxs("svg", {
6
- xmlns: "http://www.w3.org/2000/svg",
7
- fill: "none",
8
- viewBox: "0 0 16 16",
9
- width: "16",
10
- height: "16",
11
- ...props,
12
- ref: forwardedRef,
13
- children: [
14
- /* @__PURE__ */ jsx("path", {
15
- fill: color,
16
- fillRule: "evenodd",
17
- d: "M1.5 1.79961c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z",
18
- clipRule: "evenodd"
19
- }),
20
- /* @__PURE__ */ jsx("rect", {
21
- width: "3",
22
- height: "9",
23
- x: "6.5",
24
- y: "3.59961",
25
- fill: color,
26
- rx: ".8"
27
- })
28
- ]
29
- });
5
+ return /* @__PURE__ */ jsxs(
6
+ "svg",
7
+ {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "none",
10
+ viewBox: "0 0 16 16",
11
+ width: "16",
12
+ height: "16",
13
+ ...props,
14
+ ref: forwardedRef,
15
+ children: [
16
+ /* @__PURE__ */ jsx(
17
+ "path",
18
+ {
19
+ fill: color,
20
+ fillRule: "evenodd",
21
+ d: "M1.5 1.79961c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z",
22
+ clipRule: "evenodd"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsx("rect", { width: "3", height: "9", x: "6.5", y: "3.59961", fill: color, rx: ".8" })
26
+ ]
27
+ }
28
+ );
30
29
  }
31
30
  );
32
31
  AlignSelfStartIcon.displayName = "AlignSelfStartIcon";
@@ -2,38 +2,50 @@ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  const AlignSelfStretchIcon = React.forwardRef(
4
4
  ({ color = "currentColor", ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsxs("svg", {
6
- xmlns: "http://www.w3.org/2000/svg",
7
- fill: "none",
8
- viewBox: "0 0 16 16",
9
- width: "16",
10
- height: "16",
11
- ...props,
12
- ref: forwardedRef,
13
- children: [
14
- /* @__PURE__ */ jsx("path", {
15
- fill: color,
16
- fillRule: "evenodd",
17
- d: "M14.5 14.2004c0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7 0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7Z",
18
- clipRule: "evenodd"
19
- }),
20
- /* @__PURE__ */ jsx("rect", {
21
- width: "3",
22
- height: "9",
23
- x: "9.5",
24
- y: "12.5",
25
- fill: color,
26
- rx: ".8",
27
- transform: "rotate(-180 9.5 12.5)"
28
- }),
29
- /* @__PURE__ */ jsx("path", {
30
- fill: color,
31
- fillRule: "evenodd",
32
- d: "M14.5 1.8c0 .3866-.3439.7-.7682.7H2.26818C1.84393 2.5 1.5 2.1866 1.5 1.8c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7Z",
33
- clipRule: "evenodd"
34
- })
35
- ]
36
- });
5
+ return /* @__PURE__ */ jsxs(
6
+ "svg",
7
+ {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "none",
10
+ viewBox: "0 0 16 16",
11
+ width: "16",
12
+ height: "16",
13
+ ...props,
14
+ ref: forwardedRef,
15
+ children: [
16
+ /* @__PURE__ */ jsx(
17
+ "path",
18
+ {
19
+ fill: color,
20
+ fillRule: "evenodd",
21
+ d: "M14.5 14.2004c0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7 0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7Z",
22
+ clipRule: "evenodd"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsx(
26
+ "rect",
27
+ {
28
+ width: "3",
29
+ height: "9",
30
+ x: "9.5",
31
+ y: "12.5",
32
+ fill: color,
33
+ rx: ".8",
34
+ transform: "rotate(-180 9.5 12.5)"
35
+ }
36
+ ),
37
+ /* @__PURE__ */ jsx(
38
+ "path",
39
+ {
40
+ fill: color,
41
+ fillRule: "evenodd",
42
+ d: "M14.5 1.8c0 .3866-.3439.7-.7682.7H2.26818C1.84393 2.5 1.5 2.1866 1.5 1.8c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7Z",
43
+ clipRule: "evenodd"
44
+ }
45
+ )
46
+ ]
47
+ }
48
+ );
37
49
  }
38
50
  );
39
51
  AlignSelfStretchIcon.displayName = "AlignSelfStretchIcon";
@@ -2,27 +2,36 @@ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  const AspectRatioIcon = React.forwardRef(
4
4
  ({ color = "currentColor", ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsxs("svg", {
6
- width: 16,
7
- height: 16,
8
- viewBox: "0 0 16 16",
9
- fill: "none",
10
- xmlns: "http://www.w3.org/2000/svg",
11
- ...props,
12
- ref: forwardedRef,
13
- children: [
14
- /* @__PURE__ */ jsx("path", {
15
- d: "M10.85 10.503a.625.625 0 100-1.25v1.25zM4.975 3.378a.625.625 0 10-1.25 0h1.25zm-.072 6.394l.275-.561-.275.561zm-.443-.426l.552-.292-.552.292zm6.39-.093H5.972v1.25h4.878v-1.25zM4.975 8.32V3.38h-1.25v4.94h1.25zm.997.934c-.294 0-.478 0-.617-.01a.524.524 0 01-.177-.032l-.55 1.123c.21.102.423.138.63.154.198.016.44.015.714.015v-1.25zM3.725 8.32c0 .262 0 .498.016.693.017.203.056.418.167.627l1.104-.585c0-.001-.004-.008-.009-.028a.803.803 0 01-.017-.12 7.858 7.858 0 01-.011-.587h-1.25zm1.453.892a.37.37 0 01-.166-.157l-1.104.585c.16.303.414.545.72.695l.55-1.123z",
16
- fill: color
17
- }),
18
- /* @__PURE__ */ jsx("path", {
19
- fillRule: "evenodd",
20
- clipRule: "evenodd",
21
- d: "M4.349 6.067c.345 0 .625-.28.625-.625V3.466l1.428 1.429a.625.625 0 10.884-.884L4.791 1.515a.625.625 0 00-.884 0L1.412 4.011a.625.625 0 10.884.884l1.428-1.429v1.976c0 .345.28.625.625.625zM7.769 9.878c0 .345.28.625.625.625h1.975l-1.428 1.429a.625.625 0 10.884.883l2.495-2.495a.625.625 0 000-.883L9.825 6.94a.625.625 0 10-.884.884l1.428 1.428H8.394a.625.625 0 00-.625.625z",
22
- fill: color
23
- })
24
- ]
25
- });
5
+ return /* @__PURE__ */ jsxs(
6
+ "svg",
7
+ {
8
+ width: 16,
9
+ height: 16,
10
+ viewBox: "0 0 16 16",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ ...props,
14
+ ref: forwardedRef,
15
+ children: [
16
+ /* @__PURE__ */ jsx(
17
+ "path",
18
+ {
19
+ d: "M10.85 10.503a.625.625 0 100-1.25v1.25zM4.975 3.378a.625.625 0 10-1.25 0h1.25zm-.072 6.394l.275-.561-.275.561zm-.443-.426l.552-.292-.552.292zm6.39-.093H5.972v1.25h4.878v-1.25zM4.975 8.32V3.38h-1.25v4.94h1.25zm.997.934c-.294 0-.478 0-.617-.01a.524.524 0 01-.177-.032l-.55 1.123c.21.102.423.138.63.154.198.016.44.015.714.015v-1.25zM3.725 8.32c0 .262 0 .498.016.693.017.203.056.418.167.627l1.104-.585c0-.001-.004-.008-.009-.028a.803.803 0 01-.017-.12 7.858 7.858 0 01-.011-.587h-1.25zm1.453.892a.37.37 0 01-.166-.157l-1.104.585c.16.303.414.545.72.695l.55-1.123z",
20
+ fill: color
21
+ }
22
+ ),
23
+ /* @__PURE__ */ jsx(
24
+ "path",
25
+ {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M4.349 6.067c.345 0 .625-.28.625-.625V3.466l1.428 1.429a.625.625 0 10.884-.884L4.791 1.515a.625.625 0 00-.884 0L1.412 4.011a.625.625 0 10.884.884l1.428-1.429v1.976c0 .345.28.625.625.625zM7.769 9.878c0 .345.28.625.625.625h1.975l-1.428 1.429a.625.625 0 10.884.883l2.495-2.495a.625.625 0 000-.883L9.825 6.94a.625.625 0 10-.884.884l1.428 1.428H8.394a.625.625 0 00-.625.625z",
29
+ fill: color
30
+ }
31
+ )
32
+ ]
33
+ }
34
+ );
26
35
  }
27
36
  );
28
37
  AspectRatioIcon.displayName = "AspectRatioIcon";
package/lib/body.js CHANGED
@@ -2,20 +2,26 @@ import { jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  const BodyIcon = React.forwardRef(
4
4
  ({ color = "currentColor", ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsx("svg", {
6
- width: "15",
7
- height: "15",
8
- viewBox: "0 0 15 15",
9
- fill: "none",
10
- xmlns: "http://www.w3.org/2000/svg",
11
- ...props,
12
- ref: forwardedRef,
13
- children: /* @__PURE__ */ jsx("path", {
14
- d: "M1 3.96833H14M2.51667 14H12.4833C13.321 14 14 13.321 14 12.4833V2.51667C14 1.67903 13.321 1 12.4833 1H2.51667C1.67903 1 1 1.67903 1 2.51667V12.4833C1 13.321 1.67903 14 2.51667 14Z",
15
- stroke: color,
16
- strokeWidth: "1.15"
17
- })
18
- });
5
+ return /* @__PURE__ */ jsx(
6
+ "svg",
7
+ {
8
+ width: "15",
9
+ height: "15",
10
+ viewBox: "0 0 15 15",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ ...props,
14
+ ref: forwardedRef,
15
+ children: /* @__PURE__ */ jsx(
16
+ "path",
17
+ {
18
+ d: "M1 3.96833H14M2.51667 14H12.4833C13.321 14 14 13.321 14 12.4833V2.51667C14 1.67903 13.321 1 12.4833 1H2.51667C1.67903 1 1 1.67903 1 2.51667V12.4833C1 13.321 1.67903 14 2.51667 14Z",
19
+ stroke: color,
20
+ strokeWidth: "1.15"
21
+ }
22
+ )
23
+ }
24
+ );
19
25
  }
20
26
  );
21
27
  BodyIcon.displayName = "BodyIcon";
package/lib/brush.js CHANGED
@@ -2,21 +2,27 @@ import { jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  const BrushIcon = React.forwardRef(
4
4
  ({ color = "currentColor", ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsx("svg", {
6
- width: "15",
7
- height: "15",
8
- viewBox: "0 0 24 24",
9
- fill: "none",
10
- xmlns: "http://www.w3.org/2000/svg",
11
- ...props,
12
- ref: forwardedRef,
13
- children: /* @__PURE__ */ jsx("path", {
14
- fill: color,
15
- fillRule: "evenodd",
16
- clipRule: "evenodd",
17
- d: "M7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3zm13.71-9.37-1.34-1.34a.9959.9959 0 0 0-1.41 0L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.02 0-1.41z"
18
- })
19
- });
5
+ return /* @__PURE__ */ jsx(
6
+ "svg",
7
+ {
8
+ width: "15",
9
+ height: "15",
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ ...props,
14
+ ref: forwardedRef,
15
+ children: /* @__PURE__ */ jsx(
16
+ "path",
17
+ {
18
+ fill: color,
19
+ fillRule: "evenodd",
20
+ clipRule: "evenodd",
21
+ d: "M7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3zm13.71-9.37-1.34-1.34a.9959.9959 0 0 0-1.41 0L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.02 0-1.41z"
22
+ }
23
+ )
24
+ }
25
+ );
20
26
  }
21
27
  );
22
28
  BrushIcon.displayName = "BrushIcon";
package/lib/check-mark.js CHANGED
@@ -2,22 +2,28 @@ import { jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  const CheckMarkIcon = forwardRef(
4
4
  ({ color = "currentColor", ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsx("svg", {
6
- width: "16",
7
- height: "16",
8
- viewBox: "0 0 16 16",
9
- fill: "none",
10
- xmlns: "http://www.w3.org/2000/svg",
11
- ...props,
12
- ref: forwardedRef,
13
- children: /* @__PURE__ */ jsx("path", {
14
- d: "M4.75 8.25L6.75 10.25L11.25 5.75",
15
- stroke: color,
16
- strokeWidth: "2",
17
- strokeLinecap: "round",
18
- strokeLinejoin: "round"
19
- })
20
- });
5
+ return /* @__PURE__ */ jsx(
6
+ "svg",
7
+ {
8
+ width: "16",
9
+ height: "16",
10
+ viewBox: "0 0 16 16",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ ...props,
14
+ ref: forwardedRef,
15
+ children: /* @__PURE__ */ jsx(
16
+ "path",
17
+ {
18
+ d: "M4.75 8.25L6.75 10.25L11.25 5.75",
19
+ stroke: color,
20
+ strokeWidth: "2",
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round"
23
+ }
24
+ )
25
+ }
26
+ );
21
27
  }
22
28
  );
23
29
  CheckMarkIcon.displayName = "CheckMarkIcon";
@@ -2,22 +2,28 @@ import { jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  const ChevronDoubleDownIcon = React.forwardRef(
4
4
  ({ color = "currentColor", ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsx("svg", {
6
- width: "16",
7
- height: "16",
8
- viewBox: "0 0 16 16",
9
- fill: "none",
10
- xmlns: "http://www.w3.org/2000/svg",
11
- ...props,
12
- ref: forwardedRef,
13
- children: /* @__PURE__ */ jsx("path", {
14
- d: "M13 2L8 7L3 2M13 9L8 14L3 9",
15
- stroke: color,
16
- strokeWidth: "1.3",
17
- strokeLinecap: "round",
18
- strokeLinejoin: "round"
19
- })
20
- });
5
+ return /* @__PURE__ */ jsx(
6
+ "svg",
7
+ {
8
+ width: "16",
9
+ height: "16",
10
+ viewBox: "0 0 16 16",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ ...props,
14
+ ref: forwardedRef,
15
+ children: /* @__PURE__ */ jsx(
16
+ "path",
17
+ {
18
+ d: "M13 2L8 7L3 2M13 9L8 14L3 9",
19
+ stroke: color,
20
+ strokeWidth: "1.3",
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round"
23
+ }
24
+ )
25
+ }
26
+ );
21
27
  }
22
28
  );
23
29
  ChevronDoubleDownIcon.displayName = "ChevronDoubleDownIcon";