@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
package/lib/cjs/copy.cjs CHANGED
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -31,22 +35,28 @@ var import_jsx_runtime = require("react/jsx-runtime");
31
35
  var React = __toESM(require("react"), 1);
32
36
  const CopyIcon = React.forwardRef(
33
37
  ({ color = "currentColor", ...props }, forwardedRef) => {
34
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
35
- width: "16",
36
- height: "16",
37
- viewBox: "0 0 16 16",
38
- fill: "none",
39
- xmlns: "http://www.w3.org/2000/svg",
40
- ...props,
41
- ref: forwardedRef,
42
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
43
- d: "M5.6 5.6V3.92C5.6 3.24794 5.6 2.91191 5.73079 2.65521C5.84584 2.42942 6.02942 2.24584 6.25521 2.13079C6.51191 2 6.84794 2 7.52 2H12.08C12.7521 2 13.0881 2 13.3448 2.13079C13.5706 2.24584 13.7542 2.42942 13.8692 2.65521C14 2.91191 14 3.24794 14 3.92V8.48C14 9.15206 14 9.4881 13.8692 9.74479C13.7542 9.97058 13.5706 10.1542 13.3448 10.2692C13.0881 10.4 12.7521 10.4 12.08 10.4H10.4M3.92 14H8.48C9.15206 14 9.48809 14 9.74479 13.8692C9.97058 13.7542 10.1542 13.5706 10.2692 13.3448C10.4 13.0881 10.4 12.7521 10.4 12.08V7.52C10.4 6.84794 10.4 6.51191 10.2692 6.25521C10.1542 6.02942 9.97058 5.84584 9.74479 5.73079C9.48809 5.6 9.15206 5.6 8.48 5.6H3.92C3.24794 5.6 2.91191 5.6 2.65521 5.73079C2.42942 5.84584 2.24584 6.02942 2.13079 6.25521C2 6.51191 2 6.84794 2 7.52V12.08C2 12.7521 2 13.0881 2.13079 13.3448C2.24584 13.5706 2.42942 13.7542 2.65521 13.8692C2.91191 14 3.24794 14 3.92 14Z",
44
- stroke: color,
45
- strokeWidth: "1.3",
46
- strokeLinecap: "round",
47
- strokeLinejoin: "round"
48
- })
49
- });
38
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
39
+ "svg",
40
+ {
41
+ width: "16",
42
+ height: "16",
43
+ viewBox: "0 0 16 16",
44
+ fill: "none",
45
+ xmlns: "http://www.w3.org/2000/svg",
46
+ ...props,
47
+ ref: forwardedRef,
48
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ d: "M5.6 5.6V3.92C5.6 3.24794 5.6 2.91191 5.73079 2.65521C5.84584 2.42942 6.02942 2.24584 6.25521 2.13079C6.51191 2 6.84794 2 7.52 2H12.08C12.7521 2 13.0881 2 13.3448 2.13079C13.5706 2.24584 13.7542 2.42942 13.8692 2.65521C14 2.91191 14 3.24794 14 3.92V8.48C14 9.15206 14 9.4881 13.8692 9.74479C13.7542 9.97058 13.5706 10.1542 13.3448 10.2692C13.0881 10.4 12.7521 10.4 12.08 10.4H10.4M3.92 14H8.48C9.15206 14 9.48809 14 9.74479 13.8692C9.97058 13.7542 10.1542 13.5706 10.2692 13.3448C10.4 13.0881 10.4 12.7521 10.4 12.08V7.52C10.4 6.84794 10.4 6.51191 10.2692 6.25521C10.1542 6.02942 9.97058 5.84584 9.74479 5.73079C9.48809 5.6 9.15206 5.6 8.48 5.6H3.92C3.24794 5.6 2.91191 5.6 2.65521 5.73079C2.42942 5.84584 2.24584 6.02942 2.13079 6.25521C2 6.51191 2 6.84794 2 7.52V12.08C2 12.7521 2 13.0881 2.13079 13.3448C2.24584 13.5706 2.42942 13.7542 2.65521 13.8692C2.91191 14 3.24794 14 3.92 14Z",
52
+ stroke: color,
53
+ strokeWidth: "1.3",
54
+ strokeLinecap: "round",
55
+ strokeLinejoin: "round"
56
+ }
57
+ )
58
+ }
59
+ );
50
60
  }
51
61
  );
52
62
  CopyIcon.displayName = "CopyIcon";
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -30,20 +34,26 @@ module.exports = __toCommonJS(cross_circled_filled_exports);
30
34
  var import_jsx_runtime = require("react/jsx-runtime");
31
35
  var React = __toESM(require("react"), 1);
32
36
  const CrossCircledFilledIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
33
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
34
- width: "16",
35
- height: "16",
36
- viewBox: "0 0 16 16",
37
- fill: "none",
38
- xmlns: "http://www.w3.org/2000/svg",
39
- ...props,
40
- ref: forwardedRef,
41
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
42
- fillRule: "evenodd",
43
- clipRule: "evenodd",
44
- d: "M14 8C14 8.78793 13.8448 9.56815 13.5433 10.2961C13.2417 11.0241 12.7998 11.6855 12.2426 12.2426C11.6855 12.7998 11.0241 13.2417 10.2961 13.5433C9.56815 13.8448 8.78793 14 8 14C7.21207 14 6.43185 13.8448 5.7039 13.5433C4.97595 13.2417 4.31451 12.7998 3.75736 12.2426C3.20021 11.6855 2.75825 11.0241 2.45672 10.2961C2.15519 9.56815 2 8.78793 2 8C2 6.4087 2.63214 4.88258 3.75736 3.75736C4.88258 2.63214 6.4087 2 8 2C9.5913 2 11.1174 2.63214 12.2426 3.75736C13.3679 4.88258 14 6.4087 14 8ZM6.42426 5.57574C6.18995 5.34142 5.81005 5.34142 5.57574 5.57574C5.34142 5.81005 5.34142 6.18995 5.57574 6.42426L7.15147 8L5.57574 9.57574C5.34142 9.81005 5.34142 10.1899 5.57574 10.4243C5.81005 10.6586 6.18995 10.6586 6.42426 10.4243L8 8.84853L9.57574 10.4243C9.81005 10.6586 10.1899 10.6586 10.4243 10.4243C10.6586 10.1899 10.6586 9.81005 10.4243 9.57574L8.84853 8L10.4243 6.42426C10.6586 6.18995 10.6586 5.81005 10.4243 5.57574C10.1899 5.34142 9.81005 5.34142 9.57574 5.57574L8 7.15147L6.42426 5.57574Z",
45
- fill: color
46
- })
47
- });
37
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
38
+ "svg",
39
+ {
40
+ width: "16",
41
+ height: "16",
42
+ viewBox: "0 0 16 16",
43
+ fill: "none",
44
+ xmlns: "http://www.w3.org/2000/svg",
45
+ ...props,
46
+ ref: forwardedRef,
47
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
48
+ "path",
49
+ {
50
+ fillRule: "evenodd",
51
+ clipRule: "evenodd",
52
+ d: "M14 8C14 8.78793 13.8448 9.56815 13.5433 10.2961C13.2417 11.0241 12.7998 11.6855 12.2426 12.2426C11.6855 12.7998 11.0241 13.2417 10.2961 13.5433C9.56815 13.8448 8.78793 14 8 14C7.21207 14 6.43185 13.8448 5.7039 13.5433C4.97595 13.2417 4.31451 12.7998 3.75736 12.2426C3.20021 11.6855 2.75825 11.0241 2.45672 10.2961C2.15519 9.56815 2 8.78793 2 8C2 6.4087 2.63214 4.88258 3.75736 3.75736C4.88258 2.63214 6.4087 2 8 2C9.5913 2 11.1174 2.63214 12.2426 3.75736C13.3679 4.88258 14 6.4087 14 8ZM6.42426 5.57574C6.18995 5.34142 5.81005 5.34142 5.57574 5.57574C5.34142 5.81005 5.34142 6.18995 5.57574 6.42426L7.15147 8L5.57574 9.57574C5.34142 9.81005 5.34142 10.1899 5.57574 10.4243C5.81005 10.6586 6.18995 10.6586 6.42426 10.4243L8 8.84853L9.57574 10.4243C9.81005 10.6586 10.1899 10.6586 10.4243 10.4243C10.6586 10.1899 10.6586 9.81005 10.4243 9.57574L8.84853 8L10.4243 6.42426C10.6586 6.18995 10.6586 5.81005 10.4243 5.57574C10.1899 5.34142 9.81005 5.34142 9.57574 5.57574L8 7.15147L6.42426 5.57574Z",
53
+ fill: color
54
+ }
55
+ )
56
+ }
57
+ );
48
58
  });
49
59
  CrossCircledFilledIcon.displayName = "CrossCircledFilled";
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -31,21 +35,27 @@ var import_jsx_runtime = require("react/jsx-runtime");
31
35
  var React = __toESM(require("react"), 1);
32
36
  const CrossLargeIcon = React.forwardRef(
33
37
  ({ color = "currentColor", ...props }, forwardedRef) => {
34
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
35
- xmlns: "http://www.w3.org/2000/svg",
36
- fill: "none",
37
- viewBox: "0 0 16 16",
38
- width: "16",
39
- height: "16",
40
- ...props,
41
- ref: forwardedRef,
42
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
43
- stroke: color,
44
- strokeLinecap: "round",
45
- strokeWidth: "1.6",
46
- d: "M13 3 7.99998 8.00002m0 0L3 13m4.99998-4.99998L3 3.00008m4.99998 4.99994L13 13"
47
- })
48
- });
38
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
39
+ "svg",
40
+ {
41
+ xmlns: "http://www.w3.org/2000/svg",
42
+ fill: "none",
43
+ viewBox: "0 0 16 16",
44
+ width: "16",
45
+ height: "16",
46
+ ...props,
47
+ ref: forwardedRef,
48
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ stroke: color,
52
+ strokeLinecap: "round",
53
+ strokeWidth: "1.6",
54
+ d: "M13 3 7.99998 8.00002m0 0L3 13m4.99998-4.99998L3 3.00008m4.99998 4.99994L13 13"
55
+ }
56
+ )
57
+ }
58
+ );
49
59
  }
50
60
  );
51
61
  CrossLargeIcon.displayName = "CrossLargeIcon";
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -31,21 +35,27 @@ var import_jsx_runtime = require("react/jsx-runtime");
31
35
  var React = __toESM(require("react"), 1);
32
36
  const CrossSmallIcon = React.forwardRef(
33
37
  ({ color = "currentColor", ...props }, forwardedRef) => {
34
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
35
- xmlns: "http://www.w3.org/2000/svg",
36
- fill: "none",
37
- viewBox: "0 0 16 16",
38
- width: "16",
39
- height: "16",
40
- ...props,
41
- ref: forwardedRef,
42
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
43
- stroke: color,
44
- strokeLinecap: "round",
45
- strokeWidth: "1.4",
46
- d: "M11 5 7.99999 8.00001m0 0L5 11m2.99999-2.99999L5 5.00005m2.99999 2.99996L11 11"
47
- })
48
- });
38
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
39
+ "svg",
40
+ {
41
+ xmlns: "http://www.w3.org/2000/svg",
42
+ fill: "none",
43
+ viewBox: "0 0 16 16",
44
+ width: "16",
45
+ height: "16",
46
+ ...props,
47
+ ref: forwardedRef,
48
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ stroke: color,
52
+ strokeLinecap: "round",
53
+ strokeWidth: "1.4",
54
+ d: "M11 5 7.99999 8.00001m0 0L5 11m2.99999-2.99999L5 5.00005m2.99999 2.99996L11 11"
55
+ }
56
+ )
57
+ }
58
+ );
49
59
  }
50
60
  );
51
61
  CrossSmallIcon.displayName = "CrossSmallIcon";
package/lib/cjs/cross.cjs CHANGED
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -31,21 +35,27 @@ var import_jsx_runtime = require("react/jsx-runtime");
31
35
  var React = __toESM(require("react"), 1);
32
36
  const CrossIcon = React.forwardRef(
33
37
  ({ color = "currentColor", ...props }, forwardedRef) => {
34
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
35
- width: "16",
36
- height: "16",
37
- viewBox: "0 0 16 16",
38
- fill: "none",
39
- xmlns: "http://www.w3.org/2000/svg",
40
- ...props,
41
- ref: forwardedRef,
42
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
43
- d: "M13 3L7.99998 8.00002M7.99998 8.00002L3 13M7.99998 8.00002L3 3.00008M7.99998 8.00002L13 13",
44
- stroke: color,
45
- strokeWidth: "1.6",
46
- strokeLinecap: "round"
47
- })
48
- });
38
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
39
+ "svg",
40
+ {
41
+ width: "16",
42
+ height: "16",
43
+ viewBox: "0 0 16 16",
44
+ fill: "none",
45
+ xmlns: "http://www.w3.org/2000/svg",
46
+ ...props,
47
+ ref: forwardedRef,
48
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ d: "M13 3L7.99998 8.00002M7.99998 8.00002L3 13M7.99998 8.00002L3 3.00008M7.99998 8.00002L13 13",
52
+ stroke: color,
53
+ strokeWidth: "1.6",
54
+ strokeLinecap: "round"
55
+ }
56
+ )
57
+ }
58
+ );
49
59
  }
50
60
  );
51
61
  CrossIcon.displayName = "Cross";
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -31,19 +35,25 @@ var import_jsx_runtime = require("react/jsx-runtime");
31
35
  var React = __toESM(require("react"), 1);
32
36
  const DevicesIcon = React.forwardRef(
33
37
  ({ color = "currentColor", ...props }, forwardedRef) => {
34
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
35
- width: "15",
36
- height: "15",
37
- viewBox: "0 0 24 24",
38
- fill: "none",
39
- xmlns: "http://www.w3.org/2000/svg",
40
- ...props,
41
- ref: forwardedRef,
42
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
43
- fill: color,
44
- d: "M22.265 9.51L17.265 9.5C16.715 9.5 16.265 9.95 16.265 10.5V19.5C16.265 20.05 16.715 20.5 17.265 20.5H22.265C22.815 20.5 23.265 20.05 23.265 19.5V10.5C23.265 9.95 22.815 9.51 22.265 9.51ZM22.265 19.5H17.265V10.5H19.5H22.265V19.5ZM20.265 1.5H2.26499C1.15499 1.5 0.264988 2.39 0.264988 3.5V15.5C0.264988 16.6 1.15499 17.5 2.26499 17.5H10.5V19.5H7.26499V20.5H15.265V19.5H12.5V17.5H15.265V16.5H1.26499V2.5H21.265V8.5H22.265V3.5C22.265 2.39 21.365 1.5 20.265 1.5Z"
45
- })
46
- });
38
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
39
+ "svg",
40
+ {
41
+ width: "15",
42
+ height: "15",
43
+ viewBox: "0 0 24 24",
44
+ fill: "none",
45
+ xmlns: "http://www.w3.org/2000/svg",
46
+ ...props,
47
+ ref: forwardedRef,
48
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ fill: color,
52
+ d: "M22.265 9.51L17.265 9.5C16.715 9.5 16.265 9.95 16.265 10.5V19.5C16.265 20.05 16.715 20.5 17.265 20.5H22.265C22.815 20.5 23.265 20.05 23.265 19.5V10.5C23.265 9.95 22.815 9.51 22.265 9.51ZM22.265 19.5H17.265V10.5H19.5H22.265V19.5ZM20.265 1.5H2.26499C1.15499 1.5 0.264988 2.39 0.264988 3.5V15.5C0.264988 16.6 1.15499 17.5 2.26499 17.5H10.5V19.5H7.26499V20.5H15.265V19.5H12.5V17.5H15.265V16.5H1.26499V2.5H21.265V8.5H22.265V3.5C22.265 2.39 21.365 1.5 20.265 1.5Z"
53
+ }
54
+ )
55
+ }
56
+ );
47
57
  }
48
58
  );
49
59
  DevicesIcon.displayName = "DevicesIcon";
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -31,35 +35,23 @@ var import_jsx_runtime = require("react/jsx-runtime");
31
35
  var React = __toESM(require("react"), 1);
32
36
  const EllipsesIcon = React.forwardRef(
33
37
  ({ color = "currentColor", ...props }, forwardedRef) => {
34
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
35
- xmlns: "http://www.w3.org/2000/svg",
36
- fill: "none",
37
- viewBox: "0 0 16 16",
38
- width: "16",
39
- height: "16",
40
- ...props,
41
- ref: forwardedRef,
42
- children: [
43
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
44
- cx: "2.5",
45
- cy: "8",
46
- r: "1.5",
47
- fill: color
48
- }),
49
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
50
- cx: "8",
51
- cy: "8",
52
- r: "1.5",
53
- fill: color
54
- }),
55
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
56
- cx: "13.5",
57
- cy: "8",
58
- r: "1.5",
59
- fill: color
60
- })
61
- ]
62
- });
38
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
39
+ "svg",
40
+ {
41
+ xmlns: "http://www.w3.org/2000/svg",
42
+ fill: "none",
43
+ viewBox: "0 0 16 16",
44
+ width: "16",
45
+ height: "16",
46
+ ...props,
47
+ ref: forwardedRef,
48
+ children: [
49
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "2.5", cy: "8", r: "1.5", fill: color }),
50
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "8", cy: "8", r: "1.5", fill: color }),
51
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "13.5", cy: "8", r: "1.5", fill: color })
52
+ ]
53
+ }
54
+ );
63
55
  }
64
56
  );
65
57
  EllipsesIcon.displayName = "EllipsesIcon";
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -31,21 +35,27 @@ var import_jsx_runtime = require("react/jsx-runtime");
31
35
  var React = __toESM(require("react"), 1);
32
36
  const ExternalLinkIcon = React.forwardRef(
33
37
  ({ color = "currentColor", ...props }, forwardedRef) => {
34
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
35
- xmlns: "http://www.w3.org/2000/svg",
36
- viewBox: "0 0 16 16",
37
- width: "16",
38
- height: "16",
39
- fill: color,
40
- ...props,
41
- ref: forwardedRef,
42
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
38
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
39
+ "svg",
40
+ {
41
+ xmlns: "http://www.w3.org/2000/svg",
42
+ viewBox: "0 0 16 16",
43
+ width: "16",
44
+ height: "16",
43
45
  fill: color,
44
- fillRule: "evenodd",
45
- clipRule: "evenodd",
46
- d: "M3.7 3.7h2.294a.7.7 0 1 0 0-1.4H3.5a1.2 1.2 0 0 0-1.2 1.2v9a1.2 1.2 0 0 0 1.2 1.2h9a1.2 1.2 0 0 0 1.2-1.2V9.993a.7.7 0 1 0-1.4 0V12.3H3.7V3.7ZM8.813 3a.7.7 0 0 1 .7-.7H13a.7.7 0 0 1 .7.7v3.49a.7.7 0 1 1-1.4 0v-1.8L8.495 8.495a.7.7 0 1 1-.99-.99L11.31 3.7H9.513a.7.7 0 0 1-.7-.7Z"
47
- })
48
- });
46
+ ...props,
47
+ ref: forwardedRef,
48
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ fill: color,
52
+ fillRule: "evenodd",
53
+ clipRule: "evenodd",
54
+ d: "M3.7 3.7h2.294a.7.7 0 1 0 0-1.4H3.5a1.2 1.2 0 0 0-1.2 1.2v9a1.2 1.2 0 0 0 1.2 1.2h9a1.2 1.2 0 0 0 1.2-1.2V9.993a.7.7 0 1 0-1.4 0V12.3H3.7V3.7ZM8.813 3a.7.7 0 0 1 .7-.7H13a.7.7 0 0 1 .7.7v3.49a.7.7 0 1 1-1.4 0v-1.8L8.495 8.495a.7.7 0 1 1-.99-.99L11.31 3.7H9.513a.7.7 0 0 1-.7-.7Z"
55
+ }
56
+ )
57
+ }
58
+ );
49
59
  }
50
60
  );
51
61
  ExternalLinkIcon.displayName = "ExternalLinkIcon";
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -30,19 +34,25 @@ module.exports = __toCommonJS(flex_direction_column_reverse_exports);
30
34
  var import_jsx_runtime = require("react/jsx-runtime");
31
35
  var React = __toESM(require("react"), 1);
32
36
  const FlexDirectionColumnReverseIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
33
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
34
- width: "24",
35
- height: "24",
36
- viewBox: "0 0 24 24",
37
- fill: "none",
38
- xmlns: "http://www.w3.org/2000/svg",
39
- ...props,
40
- ref: forwardedRef,
41
- style: { transform: "rotate(180deg)" },
42
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
43
- d: "M11.1667 6L11.1667 15.8881L8.175 12.9794L7 14.125L12 19L17 14.125L15.825 12.9794L12.8333 15.8881L12.8333 6L11.1667 6Z",
44
- fill: color
45
- })
46
- });
37
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
38
+ "svg",
39
+ {
40
+ width: "24",
41
+ height: "24",
42
+ viewBox: "0 0 24 24",
43
+ fill: "none",
44
+ xmlns: "http://www.w3.org/2000/svg",
45
+ ...props,
46
+ ref: forwardedRef,
47
+ style: { transform: "rotate(180deg)" },
48
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ d: "M11.1667 6L11.1667 15.8881L8.175 12.9794L7 14.125L12 19L17 14.125L15.825 12.9794L12.8333 15.8881L12.8333 6L11.1667 6Z",
52
+ fill: color
53
+ }
54
+ )
55
+ }
56
+ );
47
57
  });
48
58
  FlexDirectionColumnReverseIcon.displayName = "FlexDirectionColumnReverseIcon";
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -30,18 +34,24 @@ module.exports = __toCommonJS(flex_direction_column_exports);
30
34
  var import_jsx_runtime = require("react/jsx-runtime");
31
35
  var React = __toESM(require("react"), 1);
32
36
  const FlexDirectionColumnIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
33
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
34
- width: "24",
35
- height: "24",
36
- viewBox: "0 0 24 24",
37
- fill: "none",
38
- xmlns: "http://www.w3.org/2000/svg",
39
- ...props,
40
- ref: forwardedRef,
41
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
42
- d: "M11.1667 6L11.1667 15.8881L8.175 12.9794L7 14.125L12 19L17 14.125L15.825 12.9794L12.8333 15.8881L12.8333 6L11.1667 6Z",
43
- fill: color
44
- })
45
- });
37
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
38
+ "svg",
39
+ {
40
+ width: "24",
41
+ height: "24",
42
+ viewBox: "0 0 24 24",
43
+ fill: "none",
44
+ xmlns: "http://www.w3.org/2000/svg",
45
+ ...props,
46
+ ref: forwardedRef,
47
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
48
+ "path",
49
+ {
50
+ d: "M11.1667 6L11.1667 15.8881L8.175 12.9794L7 14.125L12 19L17 14.125L15.825 12.9794L12.8333 15.8881L12.8333 6L11.1667 6Z",
51
+ fill: color
52
+ }
53
+ )
54
+ }
55
+ );
46
56
  });
47
57
  FlexDirectionColumnIcon.displayName = "FlexDirectionColumnIcon";
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -30,19 +34,25 @@ module.exports = __toCommonJS(flex_direction_row_reverse_exports);
30
34
  var import_jsx_runtime = require("react/jsx-runtime");
31
35
  var React = __toESM(require("react"), 1);
32
36
  const FlexDirectionRowReverseIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
33
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
34
- width: "24",
35
- height: "24",
36
- viewBox: "0 0 24 24",
37
- fill: "none",
38
- xmlns: "http://www.w3.org/2000/svg",
39
- ...props,
40
- ref: forwardedRef,
41
- style: { transform: "rotate(180deg)" },
42
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
43
- d: "M5 12.8334L14.8881 12.8334L11.9794 15.825L13.125 17L18 12L13.125 7.00003L11.9794 8.17503L14.8881 11.1667L5 11.1667V12.8334Z",
44
- fill: color
45
- })
46
- });
37
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
38
+ "svg",
39
+ {
40
+ width: "24",
41
+ height: "24",
42
+ viewBox: "0 0 24 24",
43
+ fill: "none",
44
+ xmlns: "http://www.w3.org/2000/svg",
45
+ ...props,
46
+ ref: forwardedRef,
47
+ style: { transform: "rotate(180deg)" },
48
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ "path",
50
+ {
51
+ d: "M5 12.8334L14.8881 12.8334L11.9794 15.825L13.125 17L18 12L13.125 7.00003L11.9794 8.17503L14.8881 11.1667L5 11.1667V12.8334Z",
52
+ fill: color
53
+ }
54
+ )
55
+ }
56
+ );
47
57
  });
48
58
  FlexDirectionRowReverseIcon.displayName = "FlexDirectionRowReverseIcon";