@webstudio-is/icons 0.3.0 → 0.15.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 (691) hide show
  1. package/lib/__generated__/format-clear.js +20 -6
  2. package/lib/__generated__/subscript.js +20 -6
  3. package/lib/__generated__/superscript.js +20 -6
  4. package/lib/align-content-center.js +20 -3
  5. package/lib/align-content-end.js +23 -4
  6. package/lib/align-content-space-around.js +20 -3
  7. package/lib/align-content-space-between.js +20 -3
  8. package/lib/align-content-start.js +39 -4
  9. package/lib/align-content-stretch.js +20 -3
  10. package/lib/align-items-baseline.js +54 -3
  11. package/lib/align-items-center.js +23 -4
  12. package/lib/align-items-end.js +23 -4
  13. package/lib/align-items-start.js +23 -4
  14. package/lib/align-items-stretch.js +23 -4
  15. package/lib/align-self-baseline.js +54 -4
  16. package/lib/align-self-center.js +33 -4
  17. package/lib/align-self-end.js +34 -4
  18. package/lib/align-self-start.js +33 -4
  19. package/lib/align-self-stretch.js +40 -4
  20. package/lib/aspect-ratio.js +29 -4
  21. package/lib/body.js +22 -4
  22. package/lib/brush.js +23 -4
  23. package/lib/chevron-double-down.js +24 -4
  24. package/lib/chevron-double-left.js +24 -4
  25. package/lib/chevron-double-right.js +21 -3
  26. package/lib/chevron-double-up.js +24 -4
  27. package/lib/chevron-down.js +21 -4
  28. package/lib/chevron-left.js +23 -4
  29. package/lib/chevron-right.js +23 -4
  30. package/lib/chevron-up.js +23 -4
  31. package/lib/cjs/__generated__/format-clear.cjs +40 -9
  32. package/lib/cjs/__generated__/index.cjs +18 -17
  33. package/lib/cjs/__generated__/subscript.cjs +40 -9
  34. package/lib/cjs/__generated__/superscript.cjs +40 -9
  35. package/lib/cjs/align-content-center.cjs +46 -29
  36. package/lib/cjs/align-content-end.cjs +48 -29
  37. package/lib/cjs/align-content-space-around.cjs +46 -29
  38. package/lib/cjs/align-content-space-between.cjs +46 -29
  39. package/lib/cjs/align-content-start.cjs +64 -29
  40. package/lib/cjs/align-content-stretch.cjs +46 -29
  41. package/lib/cjs/align-items-baseline.cjs +80 -29
  42. package/lib/cjs/align-items-center.cjs +48 -29
  43. package/lib/cjs/align-items-end.cjs +48 -29
  44. package/lib/cjs/align-items-start.cjs +48 -29
  45. package/lib/cjs/align-items-stretch.cjs +48 -29
  46. package/lib/cjs/align-self-baseline.cjs +79 -29
  47. package/lib/cjs/align-self-center.cjs +58 -29
  48. package/lib/cjs/align-self-end.cjs +59 -29
  49. package/lib/cjs/align-self-start.cjs +58 -29
  50. package/lib/cjs/align-self-stretch.cjs +65 -29
  51. package/lib/cjs/aspect-ratio.cjs +54 -29
  52. package/lib/cjs/body.cjs +47 -29
  53. package/lib/cjs/brush.cjs +48 -29
  54. package/lib/cjs/chevron-double-down.cjs +49 -29
  55. package/lib/cjs/chevron-double-left.cjs +49 -29
  56. package/lib/cjs/chevron-double-right.cjs +47 -29
  57. package/lib/cjs/chevron-double-up.cjs +49 -29
  58. package/lib/cjs/chevron-down.cjs +46 -29
  59. package/lib/cjs/chevron-left.cjs +48 -29
  60. package/lib/cjs/chevron-right.cjs +48 -29
  61. package/lib/cjs/chevron-up.cjs +48 -29
  62. package/lib/cjs/cloud.cjs +49 -29
  63. package/lib/cjs/copy.cjs +49 -29
  64. package/lib/cjs/cross-circled-filled.cjs +46 -29
  65. package/lib/cjs/cross-large.cjs +48 -29
  66. package/lib/cjs/cross-small.cjs +48 -29
  67. package/lib/cjs/cross.cjs +48 -29
  68. package/lib/cjs/devices.cjs +46 -29
  69. package/lib/cjs/ellipses.cjs +62 -29
  70. package/lib/cjs/external-link.cjs +48 -29
  71. package/lib/cjs/flex-direction-column-reverse.cjs +45 -29
  72. package/lib/cjs/flex-direction-column.cjs +44 -29
  73. package/lib/cjs/flex-direction-row-reverse.cjs +45 -29
  74. package/lib/cjs/flex-direction-row.cjs +46 -29
  75. package/lib/cjs/flex-sizing-grow.cjs +58 -29
  76. package/lib/cjs/flex-sizing-shrink.cjs +54 -29
  77. package/lib/cjs/flex-wrap-no-wrap.cjs +48 -29
  78. package/lib/cjs/flex-wrap-wrap-reverse.cjs +61 -29
  79. package/lib/cjs/flex-wrap-wrap.cjs +62 -29
  80. package/lib/cjs/form.cjs +48 -29
  81. package/lib/cjs/gap-column.cjs +60 -29
  82. package/lib/cjs/gap-row.cjs +61 -29
  83. package/lib/cjs/gear.cjs +64 -34
  84. package/lib/cjs/github.cjs +49 -29
  85. package/lib/cjs/google.cjs +49 -29
  86. package/lib/cjs/index.cjs +108 -107
  87. package/lib/cjs/justify-content-center.cjs +46 -29
  88. package/lib/cjs/justify-content-end.cjs +52 -29
  89. package/lib/cjs/justify-content-space-around.cjs +58 -29
  90. package/lib/cjs/justify-content-space-between.cjs +46 -29
  91. package/lib/cjs/justify-content-start.cjs +50 -29
  92. package/lib/cjs/justify-items-center.cjs +46 -30
  93. package/lib/cjs/justify-items-end.cjs +52 -30
  94. package/lib/cjs/justify-items-space-around.cjs +58 -30
  95. package/lib/cjs/justify-items-space-between.cjs +46 -30
  96. package/lib/cjs/justify-items-start.cjs +52 -30
  97. package/lib/cjs/legacy.cjs +51 -32
  98. package/lib/cjs/list-nested.cjs +48 -29
  99. package/lib/cjs/lock-close.cjs +72 -29
  100. package/lib/cjs/lock-open.cjs +70 -29
  101. package/lib/cjs/magnifying-glass.cjs +48 -29
  102. package/lib/cjs/menu.cjs +56 -29
  103. package/lib/cjs/new-folder.cjs +49 -29
  104. package/lib/cjs/new-page.cjs +49 -29
  105. package/lib/cjs/order-first.cjs +60 -29
  106. package/lib/cjs/order-last.cjs +60 -29
  107. package/lib/cjs/page.cjs +49 -29
  108. package/lib/cjs/redo.cjs +51 -29
  109. package/lib/cjs/size.cjs +48 -29
  110. package/lib/cjs/tablet.cjs +46 -29
  111. package/lib/cjs/text-align-center.cjs +56 -29
  112. package/lib/cjs/text-align-justify.cjs +56 -29
  113. package/lib/cjs/text-align-left.cjs +56 -29
  114. package/lib/cjs/text-align-right.cjs +56 -29
  115. package/lib/cjs/text-capitalize.cjs +46 -29
  116. package/lib/cjs/text-direction-ltr.cjs +48 -29
  117. package/lib/cjs/text-direction-rtl.cjs +48 -29
  118. package/lib/cjs/text-hyphen.cjs +48 -29
  119. package/lib/cjs/text-italic.cjs +49 -29
  120. package/lib/cjs/text-lowercase.cjs +46 -29
  121. package/lib/cjs/text-strikethrough.cjs +56 -29
  122. package/lib/cjs/text-truncate.cjs +60 -29
  123. package/lib/cjs/text-underline.cjs +48 -29
  124. package/lib/cjs/text-uppercase.cjs +49 -29
  125. package/lib/cjs/trash.cjs +49 -29
  126. package/lib/cjs/types.cjs +15 -1
  127. package/lib/cjs/undo.cjs +51 -29
  128. package/lib/cjs/upload.cjs +45 -29
  129. package/lib/cloud.js +24 -4
  130. package/lib/copy.js +24 -4
  131. package/lib/cross-circled-filled.js +20 -3
  132. package/lib/cross-large.js +23 -4
  133. package/lib/cross-small.js +23 -4
  134. package/lib/cross.js +23 -4
  135. package/lib/devices.js +21 -4
  136. package/lib/ellipses.js +37 -4
  137. package/lib/external-link.js +23 -4
  138. package/lib/flex-direction-column-reverse.js +19 -3
  139. package/lib/flex-direction-column.js +18 -3
  140. package/lib/flex-direction-row-reverse.js +19 -3
  141. package/lib/flex-direction-row.js +21 -4
  142. package/lib/flex-sizing-grow.js +33 -4
  143. package/lib/flex-sizing-shrink.js +29 -4
  144. package/lib/flex-wrap-no-wrap.js +23 -4
  145. package/lib/flex-wrap-wrap-reverse.js +35 -3
  146. package/lib/flex-wrap-wrap.js +37 -4
  147. package/lib/form.js +23 -4
  148. package/lib/gap-column.js +35 -4
  149. package/lib/gap-row.js +36 -4
  150. package/lib/gear.js +37 -6
  151. package/lib/github.js +24 -4
  152. package/lib/google.js +24 -4
  153. package/lib/justify-content-center.js +20 -3
  154. package/lib/justify-content-end.js +27 -4
  155. package/lib/justify-content-space-around.js +32 -3
  156. package/lib/justify-content-space-between.js +20 -3
  157. package/lib/justify-content-start.js +24 -3
  158. package/lib/justify-items-center.js +20 -4
  159. package/lib/justify-items-end.js +27 -5
  160. package/lib/justify-items-space-around.js +32 -4
  161. package/lib/justify-items-space-between.js +20 -4
  162. package/lib/justify-items-start.js +27 -5
  163. package/lib/legacy.js +62 -1
  164. package/lib/list-nested.js +23 -4
  165. package/lib/lock-close.js +47 -4
  166. package/lib/lock-open.js +45 -4
  167. package/lib/magnifying-glass.js +23 -4
  168. package/lib/menu.js +31 -4
  169. package/lib/new-folder.js +24 -4
  170. package/lib/new-page.js +24 -4
  171. package/lib/order-first.js +35 -4
  172. package/lib/order-last.js +35 -4
  173. package/lib/page.js +24 -4
  174. package/lib/redo.js +26 -4
  175. package/lib/size.js +23 -4
  176. package/lib/tablet.js +21 -4
  177. package/lib/text-align-center.js +31 -4
  178. package/lib/text-align-justify.js +31 -4
  179. package/lib/text-align-left.js +31 -4
  180. package/lib/text-align-right.js +31 -4
  181. package/lib/text-capitalize.js +21 -4
  182. package/lib/text-direction-ltr.js +23 -4
  183. package/lib/text-direction-rtl.js +23 -4
  184. package/lib/text-hyphen.js +23 -4
  185. package/lib/text-italic.js +24 -4
  186. package/lib/text-lowercase.js +21 -4
  187. package/lib/text-strikethrough.js +31 -4
  188. package/lib/text-truncate.js +35 -4
  189. package/lib/text-underline.js +23 -4
  190. package/lib/text-uppercase.js +24 -4
  191. package/lib/trash.js +24 -4
  192. package/lib/types.js +0 -1
  193. package/lib/undo.js +26 -4
  194. package/lib/upload.js +20 -4
  195. package/package.json +7 -15
  196. package/src/__generated__/format-clear.tsx +15 -0
  197. package/{lib/cjs/__generated__/index.d.ts → src/__generated__/index.ts} +0 -1
  198. package/src/__generated__/subscript.tsx +15 -0
  199. package/src/__generated__/superscript.tsx +15 -0
  200. package/src/align-content-center.tsx +27 -0
  201. package/src/align-content-end.tsx +26 -0
  202. package/src/align-content-space-around.tsx +27 -0
  203. package/src/align-content-space-between.tsx +27 -0
  204. package/src/align-content-start.tsx +25 -0
  205. package/src/align-content-stretch.tsx +27 -0
  206. package/src/align-items-baseline.tsx +53 -0
  207. package/src/align-items-center.tsx +26 -0
  208. package/src/align-items-end.tsx +26 -0
  209. package/src/align-items-start.tsx +26 -0
  210. package/src/align-items-stretch.tsx +26 -0
  211. package/src/align-self-baseline.tsx +47 -0
  212. package/src/align-self-center.tsx +27 -0
  213. package/src/align-self-end.tsx +35 -0
  214. package/src/align-self-start.tsx +27 -0
  215. package/src/align-self-stretch.tsx +41 -0
  216. package/src/aspect-ratio.tsx +31 -0
  217. package/src/body.tsx +26 -0
  218. package/src/brush.tsx +27 -0
  219. package/src/chevron-double-down.tsx +28 -0
  220. package/src/chevron-double-left.tsx +28 -0
  221. package/src/chevron-double-right.tsx +29 -0
  222. package/src/chevron-double-up.tsx +28 -0
  223. package/src/chevron-down.tsx +25 -0
  224. package/src/chevron-left.tsx +27 -0
  225. package/src/chevron-right.tsx +27 -0
  226. package/src/chevron-up.tsx +27 -0
  227. package/src/cloud.tsx +28 -0
  228. package/src/copy.tsx +28 -0
  229. package/src/cross-circled-filled.tsx +28 -0
  230. package/src/cross-large.tsx +26 -0
  231. package/src/cross-small.tsx +26 -0
  232. package/src/cross.tsx +27 -0
  233. package/src/devices.tsx +25 -0
  234. package/src/ellipses.tsx +23 -0
  235. package/src/external-link.tsx +27 -0
  236. package/src/flex-direction-column-reverse.tsx +26 -0
  237. package/src/flex-direction-column.tsx +25 -0
  238. package/src/flex-direction-row-reverse.tsx +26 -0
  239. package/src/flex-direction-row.tsx +24 -0
  240. package/src/flex-sizing-grow.tsx +34 -0
  241. package/src/flex-sizing-shrink.tsx +30 -0
  242. package/src/flex-wrap-no-wrap.tsx +26 -0
  243. package/src/flex-wrap-wrap-reverse.tsx +31 -0
  244. package/src/flex-wrap-wrap.tsx +29 -0
  245. package/src/form.tsx +27 -0
  246. package/src/gap-column.tsx +33 -0
  247. package/src/gap-row.tsx +34 -0
  248. package/src/gear.tsx +43 -0
  249. package/src/github.tsx +24 -0
  250. package/src/google.tsx +24 -0
  251. package/src/index.stories.tsx +56 -0
  252. package/{lib/cjs/index.d.ts → src/index.ts} +0 -1
  253. package/src/justify-content-center.tsx +27 -0
  254. package/src/justify-content-end.tsx +25 -0
  255. package/src/justify-content-space-around.tsx +25 -0
  256. package/src/justify-content-space-between.tsx +27 -0
  257. package/src/justify-content-start.tsx +26 -0
  258. package/src/justify-items-center.tsx +28 -0
  259. package/src/justify-items-end.tsx +26 -0
  260. package/src/justify-items-space-around.tsx +26 -0
  261. package/src/justify-items-space-between.tsx +28 -0
  262. package/src/justify-items-start.tsx +26 -0
  263. package/src/legacy.ts +31 -0
  264. package/src/list-nested.tsx +27 -0
  265. package/src/lock-close.tsx +39 -0
  266. package/src/lock-open.tsx +37 -0
  267. package/src/magnifying-glass.tsx +27 -0
  268. package/src/menu.tsx +33 -0
  269. package/src/new-folder.tsx +28 -0
  270. package/src/new-page.tsx +28 -0
  271. package/src/order-first.tsx +36 -0
  272. package/src/order-last.tsx +36 -0
  273. package/src/page.tsx +28 -0
  274. package/src/redo.tsx +23 -0
  275. package/src/size.tsx +27 -0
  276. package/src/tablet.tsx +25 -0
  277. package/src/text-align-center.tsx +32 -0
  278. package/src/text-align-justify.tsx +32 -0
  279. package/src/text-align-left.tsx +32 -0
  280. package/src/text-align-right.tsx +32 -0
  281. package/src/text-capitalize.tsx +24 -0
  282. package/src/text-direction-ltr.tsx +26 -0
  283. package/src/text-direction-rtl.tsx +26 -0
  284. package/src/text-hyphen.tsx +26 -0
  285. package/src/text-italic.tsx +27 -0
  286. package/src/text-lowercase.tsx +24 -0
  287. package/src/text-strikethrough.tsx +32 -0
  288. package/src/text-truncate.tsx +36 -0
  289. package/src/text-underline.tsx +26 -0
  290. package/src/text-uppercase.tsx +27 -0
  291. package/src/trash.tsx +28 -0
  292. package/src/types.ts +17 -0
  293. package/src/undo.tsx +23 -0
  294. package/src/upload.tsx +24 -0
  295. package/lib/__generated__/format-clear.d.ts +0 -4
  296. package/lib/__generated__/format-clear.d.ts.map +0 -1
  297. package/lib/__generated__/index.d.ts +0 -4
  298. package/lib/__generated__/index.d.ts.map +0 -1
  299. package/lib/__generated__/subscript.d.ts +0 -4
  300. package/lib/__generated__/subscript.d.ts.map +0 -1
  301. package/lib/__generated__/superscript.d.ts +0 -4
  302. package/lib/__generated__/superscript.d.ts.map +0 -1
  303. package/lib/align-content-center.d.ts +0 -4
  304. package/lib/align-content-center.d.ts.map +0 -1
  305. package/lib/align-content-end.d.ts +0 -4
  306. package/lib/align-content-end.d.ts.map +0 -1
  307. package/lib/align-content-space-around.d.ts +0 -4
  308. package/lib/align-content-space-around.d.ts.map +0 -1
  309. package/lib/align-content-space-between.d.ts +0 -4
  310. package/lib/align-content-space-between.d.ts.map +0 -1
  311. package/lib/align-content-start.d.ts +0 -4
  312. package/lib/align-content-start.d.ts.map +0 -1
  313. package/lib/align-content-stretch.d.ts +0 -4
  314. package/lib/align-content-stretch.d.ts.map +0 -1
  315. package/lib/align-items-baseline.d.ts +0 -4
  316. package/lib/align-items-baseline.d.ts.map +0 -1
  317. package/lib/align-items-center.d.ts +0 -4
  318. package/lib/align-items-center.d.ts.map +0 -1
  319. package/lib/align-items-end.d.ts +0 -4
  320. package/lib/align-items-end.d.ts.map +0 -1
  321. package/lib/align-items-start.d.ts +0 -4
  322. package/lib/align-items-start.d.ts.map +0 -1
  323. package/lib/align-items-stretch.d.ts +0 -4
  324. package/lib/align-items-stretch.d.ts.map +0 -1
  325. package/lib/align-self-baseline.d.ts +0 -4
  326. package/lib/align-self-baseline.d.ts.map +0 -1
  327. package/lib/align-self-center.d.ts +0 -4
  328. package/lib/align-self-center.d.ts.map +0 -1
  329. package/lib/align-self-end.d.ts +0 -4
  330. package/lib/align-self-end.d.ts.map +0 -1
  331. package/lib/align-self-start.d.ts +0 -4
  332. package/lib/align-self-start.d.ts.map +0 -1
  333. package/lib/align-self-stretch.d.ts +0 -4
  334. package/lib/align-self-stretch.d.ts.map +0 -1
  335. package/lib/aspect-ratio.d.ts +0 -4
  336. package/lib/aspect-ratio.d.ts.map +0 -1
  337. package/lib/body.d.ts +0 -4
  338. package/lib/body.d.ts.map +0 -1
  339. package/lib/brush.d.ts +0 -4
  340. package/lib/brush.d.ts.map +0 -1
  341. package/lib/chevron-double-down.d.ts +0 -4
  342. package/lib/chevron-double-down.d.ts.map +0 -1
  343. package/lib/chevron-double-left.d.ts +0 -4
  344. package/lib/chevron-double-left.d.ts.map +0 -1
  345. package/lib/chevron-double-right.d.ts +0 -4
  346. package/lib/chevron-double-right.d.ts.map +0 -1
  347. package/lib/chevron-double-up.d.ts +0 -4
  348. package/lib/chevron-double-up.d.ts.map +0 -1
  349. package/lib/chevron-down.d.ts +0 -4
  350. package/lib/chevron-down.d.ts.map +0 -1
  351. package/lib/chevron-left.d.ts +0 -4
  352. package/lib/chevron-left.d.ts.map +0 -1
  353. package/lib/chevron-right.d.ts +0 -4
  354. package/lib/chevron-right.d.ts.map +0 -1
  355. package/lib/chevron-up.d.ts +0 -4
  356. package/lib/chevron-up.d.ts.map +0 -1
  357. package/lib/cjs/__generated__/format-clear.d.ts +0 -4
  358. package/lib/cjs/__generated__/format-clear.d.ts.map +0 -1
  359. package/lib/cjs/__generated__/index.d.ts.map +0 -1
  360. package/lib/cjs/__generated__/subscript.d.ts +0 -4
  361. package/lib/cjs/__generated__/subscript.d.ts.map +0 -1
  362. package/lib/cjs/__generated__/superscript.d.ts +0 -4
  363. package/lib/cjs/__generated__/superscript.d.ts.map +0 -1
  364. package/lib/cjs/align-content-center.d.ts +0 -4
  365. package/lib/cjs/align-content-center.d.ts.map +0 -1
  366. package/lib/cjs/align-content-end.d.ts +0 -4
  367. package/lib/cjs/align-content-end.d.ts.map +0 -1
  368. package/lib/cjs/align-content-space-around.d.ts +0 -4
  369. package/lib/cjs/align-content-space-around.d.ts.map +0 -1
  370. package/lib/cjs/align-content-space-between.d.ts +0 -4
  371. package/lib/cjs/align-content-space-between.d.ts.map +0 -1
  372. package/lib/cjs/align-content-start.d.ts +0 -4
  373. package/lib/cjs/align-content-start.d.ts.map +0 -1
  374. package/lib/cjs/align-content-stretch.d.ts +0 -4
  375. package/lib/cjs/align-content-stretch.d.ts.map +0 -1
  376. package/lib/cjs/align-items-baseline.d.ts +0 -4
  377. package/lib/cjs/align-items-baseline.d.ts.map +0 -1
  378. package/lib/cjs/align-items-center.d.ts +0 -4
  379. package/lib/cjs/align-items-center.d.ts.map +0 -1
  380. package/lib/cjs/align-items-end.d.ts +0 -4
  381. package/lib/cjs/align-items-end.d.ts.map +0 -1
  382. package/lib/cjs/align-items-start.d.ts +0 -4
  383. package/lib/cjs/align-items-start.d.ts.map +0 -1
  384. package/lib/cjs/align-items-stretch.d.ts +0 -4
  385. package/lib/cjs/align-items-stretch.d.ts.map +0 -1
  386. package/lib/cjs/align-self-baseline.d.ts +0 -4
  387. package/lib/cjs/align-self-baseline.d.ts.map +0 -1
  388. package/lib/cjs/align-self-center.d.ts +0 -4
  389. package/lib/cjs/align-self-center.d.ts.map +0 -1
  390. package/lib/cjs/align-self-end.d.ts +0 -4
  391. package/lib/cjs/align-self-end.d.ts.map +0 -1
  392. package/lib/cjs/align-self-start.d.ts +0 -4
  393. package/lib/cjs/align-self-start.d.ts.map +0 -1
  394. package/lib/cjs/align-self-stretch.d.ts +0 -4
  395. package/lib/cjs/align-self-stretch.d.ts.map +0 -1
  396. package/lib/cjs/aspect-ratio.d.ts +0 -4
  397. package/lib/cjs/aspect-ratio.d.ts.map +0 -1
  398. package/lib/cjs/body.d.ts +0 -4
  399. package/lib/cjs/body.d.ts.map +0 -1
  400. package/lib/cjs/brush.d.ts +0 -4
  401. package/lib/cjs/brush.d.ts.map +0 -1
  402. package/lib/cjs/chevron-double-down.d.ts +0 -4
  403. package/lib/cjs/chevron-double-down.d.ts.map +0 -1
  404. package/lib/cjs/chevron-double-left.d.ts +0 -4
  405. package/lib/cjs/chevron-double-left.d.ts.map +0 -1
  406. package/lib/cjs/chevron-double-right.d.ts +0 -4
  407. package/lib/cjs/chevron-double-right.d.ts.map +0 -1
  408. package/lib/cjs/chevron-double-up.d.ts +0 -4
  409. package/lib/cjs/chevron-double-up.d.ts.map +0 -1
  410. package/lib/cjs/chevron-down.d.ts +0 -4
  411. package/lib/cjs/chevron-down.d.ts.map +0 -1
  412. package/lib/cjs/chevron-left.d.ts +0 -4
  413. package/lib/cjs/chevron-left.d.ts.map +0 -1
  414. package/lib/cjs/chevron-right.d.ts +0 -4
  415. package/lib/cjs/chevron-right.d.ts.map +0 -1
  416. package/lib/cjs/chevron-up.d.ts +0 -4
  417. package/lib/cjs/chevron-up.d.ts.map +0 -1
  418. package/lib/cjs/cloud.d.ts +0 -4
  419. package/lib/cjs/cloud.d.ts.map +0 -1
  420. package/lib/cjs/copy.d.ts +0 -4
  421. package/lib/cjs/copy.d.ts.map +0 -1
  422. package/lib/cjs/cross-circled-filled.d.ts +0 -4
  423. package/lib/cjs/cross-circled-filled.d.ts.map +0 -1
  424. package/lib/cjs/cross-large.d.ts +0 -4
  425. package/lib/cjs/cross-large.d.ts.map +0 -1
  426. package/lib/cjs/cross-small.d.ts +0 -4
  427. package/lib/cjs/cross-small.d.ts.map +0 -1
  428. package/lib/cjs/cross.d.ts +0 -4
  429. package/lib/cjs/cross.d.ts.map +0 -1
  430. package/lib/cjs/devices.d.ts +0 -4
  431. package/lib/cjs/devices.d.ts.map +0 -1
  432. package/lib/cjs/ellipses.d.ts +0 -4
  433. package/lib/cjs/ellipses.d.ts.map +0 -1
  434. package/lib/cjs/external-link.d.ts +0 -4
  435. package/lib/cjs/external-link.d.ts.map +0 -1
  436. package/lib/cjs/flex-direction-column-reverse.d.ts +0 -4
  437. package/lib/cjs/flex-direction-column-reverse.d.ts.map +0 -1
  438. package/lib/cjs/flex-direction-column.d.ts +0 -4
  439. package/lib/cjs/flex-direction-column.d.ts.map +0 -1
  440. package/lib/cjs/flex-direction-row-reverse.d.ts +0 -4
  441. package/lib/cjs/flex-direction-row-reverse.d.ts.map +0 -1
  442. package/lib/cjs/flex-direction-row.d.ts +0 -4
  443. package/lib/cjs/flex-direction-row.d.ts.map +0 -1
  444. package/lib/cjs/flex-sizing-grow.d.ts +0 -4
  445. package/lib/cjs/flex-sizing-grow.d.ts.map +0 -1
  446. package/lib/cjs/flex-sizing-shrink.d.ts +0 -4
  447. package/lib/cjs/flex-sizing-shrink.d.ts.map +0 -1
  448. package/lib/cjs/flex-wrap-no-wrap.d.ts +0 -4
  449. package/lib/cjs/flex-wrap-no-wrap.d.ts.map +0 -1
  450. package/lib/cjs/flex-wrap-wrap-reverse.d.ts +0 -4
  451. package/lib/cjs/flex-wrap-wrap-reverse.d.ts.map +0 -1
  452. package/lib/cjs/flex-wrap-wrap.d.ts +0 -4
  453. package/lib/cjs/flex-wrap-wrap.d.ts.map +0 -1
  454. package/lib/cjs/form.d.ts +0 -4
  455. package/lib/cjs/form.d.ts.map +0 -1
  456. package/lib/cjs/gap-column.d.ts +0 -4
  457. package/lib/cjs/gap-column.d.ts.map +0 -1
  458. package/lib/cjs/gap-row.d.ts +0 -4
  459. package/lib/cjs/gap-row.d.ts.map +0 -1
  460. package/lib/cjs/gear.d.ts +0 -9
  461. package/lib/cjs/gear.d.ts.map +0 -1
  462. package/lib/cjs/github.d.ts +0 -4
  463. package/lib/cjs/github.d.ts.map +0 -1
  464. package/lib/cjs/google.d.ts +0 -4
  465. package/lib/cjs/google.d.ts.map +0 -1
  466. package/lib/cjs/index.d.ts.map +0 -1
  467. package/lib/cjs/index.stories.cjs +0 -62
  468. package/lib/cjs/index.stories.d.ts +0 -8
  469. package/lib/cjs/index.stories.d.ts.map +0 -1
  470. package/lib/cjs/justify-content-center.d.ts +0 -4
  471. package/lib/cjs/justify-content-center.d.ts.map +0 -1
  472. package/lib/cjs/justify-content-end.d.ts +0 -4
  473. package/lib/cjs/justify-content-end.d.ts.map +0 -1
  474. package/lib/cjs/justify-content-space-around.d.ts +0 -4
  475. package/lib/cjs/justify-content-space-around.d.ts.map +0 -1
  476. package/lib/cjs/justify-content-space-between.d.ts +0 -4
  477. package/lib/cjs/justify-content-space-between.d.ts.map +0 -1
  478. package/lib/cjs/justify-content-start.d.ts +0 -4
  479. package/lib/cjs/justify-content-start.d.ts.map +0 -1
  480. package/lib/cjs/justify-items-center.d.ts +0 -4
  481. package/lib/cjs/justify-items-center.d.ts.map +0 -1
  482. package/lib/cjs/justify-items-end.d.ts +0 -4
  483. package/lib/cjs/justify-items-end.d.ts.map +0 -1
  484. package/lib/cjs/justify-items-space-around.d.ts +0 -4
  485. package/lib/cjs/justify-items-space-around.d.ts.map +0 -1
  486. package/lib/cjs/justify-items-space-between.d.ts +0 -4
  487. package/lib/cjs/justify-items-space-between.d.ts.map +0 -1
  488. package/lib/cjs/justify-items-start.d.ts +0 -4
  489. package/lib/cjs/justify-items-start.d.ts.map +0 -1
  490. package/lib/cjs/legacy.d.ts +0 -2
  491. package/lib/cjs/legacy.d.ts.map +0 -1
  492. package/lib/cjs/list-nested.d.ts +0 -4
  493. package/lib/cjs/list-nested.d.ts.map +0 -1
  494. package/lib/cjs/lock-close.d.ts +0 -4
  495. package/lib/cjs/lock-close.d.ts.map +0 -1
  496. package/lib/cjs/lock-open.d.ts +0 -4
  497. package/lib/cjs/lock-open.d.ts.map +0 -1
  498. package/lib/cjs/magnifying-glass.d.ts +0 -4
  499. package/lib/cjs/magnifying-glass.d.ts.map +0 -1
  500. package/lib/cjs/menu.d.ts +0 -4
  501. package/lib/cjs/menu.d.ts.map +0 -1
  502. package/lib/cjs/new-folder.d.ts +0 -4
  503. package/lib/cjs/new-folder.d.ts.map +0 -1
  504. package/lib/cjs/new-page.d.ts +0 -4
  505. package/lib/cjs/new-page.d.ts.map +0 -1
  506. package/lib/cjs/order-first.d.ts +0 -4
  507. package/lib/cjs/order-first.d.ts.map +0 -1
  508. package/lib/cjs/order-last.d.ts +0 -4
  509. package/lib/cjs/order-last.d.ts.map +0 -1
  510. package/lib/cjs/page.d.ts +0 -4
  511. package/lib/cjs/page.d.ts.map +0 -1
  512. package/lib/cjs/redo.d.ts +0 -4
  513. package/lib/cjs/redo.d.ts.map +0 -1
  514. package/lib/cjs/size.d.ts +0 -4
  515. package/lib/cjs/size.d.ts.map +0 -1
  516. package/lib/cjs/tablet.d.ts +0 -4
  517. package/lib/cjs/tablet.d.ts.map +0 -1
  518. package/lib/cjs/text-align-center.d.ts +0 -4
  519. package/lib/cjs/text-align-center.d.ts.map +0 -1
  520. package/lib/cjs/text-align-justify.d.ts +0 -4
  521. package/lib/cjs/text-align-justify.d.ts.map +0 -1
  522. package/lib/cjs/text-align-left.d.ts +0 -4
  523. package/lib/cjs/text-align-left.d.ts.map +0 -1
  524. package/lib/cjs/text-align-right.d.ts +0 -4
  525. package/lib/cjs/text-align-right.d.ts.map +0 -1
  526. package/lib/cjs/text-capitalize.d.ts +0 -4
  527. package/lib/cjs/text-capitalize.d.ts.map +0 -1
  528. package/lib/cjs/text-direction-ltr.d.ts +0 -4
  529. package/lib/cjs/text-direction-ltr.d.ts.map +0 -1
  530. package/lib/cjs/text-direction-rtl.d.ts +0 -4
  531. package/lib/cjs/text-direction-rtl.d.ts.map +0 -1
  532. package/lib/cjs/text-hyphen.d.ts +0 -4
  533. package/lib/cjs/text-hyphen.d.ts.map +0 -1
  534. package/lib/cjs/text-italic.d.ts +0 -4
  535. package/lib/cjs/text-italic.d.ts.map +0 -1
  536. package/lib/cjs/text-lowercase.d.ts +0 -4
  537. package/lib/cjs/text-lowercase.d.ts.map +0 -1
  538. package/lib/cjs/text-strikethrough.d.ts +0 -4
  539. package/lib/cjs/text-strikethrough.d.ts.map +0 -1
  540. package/lib/cjs/text-truncate.d.ts +0 -4
  541. package/lib/cjs/text-truncate.d.ts.map +0 -1
  542. package/lib/cjs/text-underline.d.ts +0 -4
  543. package/lib/cjs/text-underline.d.ts.map +0 -1
  544. package/lib/cjs/text-uppercase.d.ts +0 -4
  545. package/lib/cjs/text-uppercase.d.ts.map +0 -1
  546. package/lib/cjs/trash.d.ts +0 -4
  547. package/lib/cjs/trash.d.ts.map +0 -1
  548. package/lib/cjs/types.d.ts +0 -9
  549. package/lib/cjs/types.d.ts.map +0 -1
  550. package/lib/cjs/undo.d.ts +0 -4
  551. package/lib/cjs/undo.d.ts.map +0 -1
  552. package/lib/cjs/upload.d.ts +0 -4
  553. package/lib/cjs/upload.d.ts.map +0 -1
  554. package/lib/cloud.d.ts +0 -4
  555. package/lib/cloud.d.ts.map +0 -1
  556. package/lib/copy.d.ts +0 -4
  557. package/lib/copy.d.ts.map +0 -1
  558. package/lib/cross-circled-filled.d.ts +0 -4
  559. package/lib/cross-circled-filled.d.ts.map +0 -1
  560. package/lib/cross-large.d.ts +0 -4
  561. package/lib/cross-large.d.ts.map +0 -1
  562. package/lib/cross-small.d.ts +0 -4
  563. package/lib/cross-small.d.ts.map +0 -1
  564. package/lib/cross.d.ts +0 -4
  565. package/lib/cross.d.ts.map +0 -1
  566. package/lib/devices.d.ts +0 -4
  567. package/lib/devices.d.ts.map +0 -1
  568. package/lib/ellipses.d.ts +0 -4
  569. package/lib/ellipses.d.ts.map +0 -1
  570. package/lib/external-link.d.ts +0 -4
  571. package/lib/external-link.d.ts.map +0 -1
  572. package/lib/flex-direction-column-reverse.d.ts +0 -4
  573. package/lib/flex-direction-column-reverse.d.ts.map +0 -1
  574. package/lib/flex-direction-column.d.ts +0 -4
  575. package/lib/flex-direction-column.d.ts.map +0 -1
  576. package/lib/flex-direction-row-reverse.d.ts +0 -4
  577. package/lib/flex-direction-row-reverse.d.ts.map +0 -1
  578. package/lib/flex-direction-row.d.ts +0 -4
  579. package/lib/flex-direction-row.d.ts.map +0 -1
  580. package/lib/flex-sizing-grow.d.ts +0 -4
  581. package/lib/flex-sizing-grow.d.ts.map +0 -1
  582. package/lib/flex-sizing-shrink.d.ts +0 -4
  583. package/lib/flex-sizing-shrink.d.ts.map +0 -1
  584. package/lib/flex-wrap-no-wrap.d.ts +0 -4
  585. package/lib/flex-wrap-no-wrap.d.ts.map +0 -1
  586. package/lib/flex-wrap-wrap-reverse.d.ts +0 -4
  587. package/lib/flex-wrap-wrap-reverse.d.ts.map +0 -1
  588. package/lib/flex-wrap-wrap.d.ts +0 -4
  589. package/lib/flex-wrap-wrap.d.ts.map +0 -1
  590. package/lib/form.d.ts +0 -4
  591. package/lib/form.d.ts.map +0 -1
  592. package/lib/gap-column.d.ts +0 -4
  593. package/lib/gap-column.d.ts.map +0 -1
  594. package/lib/gap-row.d.ts +0 -4
  595. package/lib/gap-row.d.ts.map +0 -1
  596. package/lib/gear.d.ts +0 -9
  597. package/lib/gear.d.ts.map +0 -1
  598. package/lib/github.d.ts +0 -4
  599. package/lib/github.d.ts.map +0 -1
  600. package/lib/google.d.ts +0 -4
  601. package/lib/google.d.ts.map +0 -1
  602. package/lib/index.d.ts +0 -94
  603. package/lib/index.d.ts.map +0 -1
  604. package/lib/index.stories.d.ts +0 -8
  605. package/lib/index.stories.d.ts.map +0 -1
  606. package/lib/index.stories.js +0 -35
  607. package/lib/justify-content-center.d.ts +0 -4
  608. package/lib/justify-content-center.d.ts.map +0 -1
  609. package/lib/justify-content-end.d.ts +0 -4
  610. package/lib/justify-content-end.d.ts.map +0 -1
  611. package/lib/justify-content-space-around.d.ts +0 -4
  612. package/lib/justify-content-space-around.d.ts.map +0 -1
  613. package/lib/justify-content-space-between.d.ts +0 -4
  614. package/lib/justify-content-space-between.d.ts.map +0 -1
  615. package/lib/justify-content-start.d.ts +0 -4
  616. package/lib/justify-content-start.d.ts.map +0 -1
  617. package/lib/justify-items-center.d.ts +0 -4
  618. package/lib/justify-items-center.d.ts.map +0 -1
  619. package/lib/justify-items-end.d.ts +0 -4
  620. package/lib/justify-items-end.d.ts.map +0 -1
  621. package/lib/justify-items-space-around.d.ts +0 -4
  622. package/lib/justify-items-space-around.d.ts.map +0 -1
  623. package/lib/justify-items-space-between.d.ts +0 -4
  624. package/lib/justify-items-space-between.d.ts.map +0 -1
  625. package/lib/justify-items-start.d.ts +0 -4
  626. package/lib/justify-items-start.d.ts.map +0 -1
  627. package/lib/legacy.d.ts +0 -2
  628. package/lib/legacy.d.ts.map +0 -1
  629. package/lib/list-nested.d.ts +0 -4
  630. package/lib/list-nested.d.ts.map +0 -1
  631. package/lib/lock-close.d.ts +0 -4
  632. package/lib/lock-close.d.ts.map +0 -1
  633. package/lib/lock-open.d.ts +0 -4
  634. package/lib/lock-open.d.ts.map +0 -1
  635. package/lib/magnifying-glass.d.ts +0 -4
  636. package/lib/magnifying-glass.d.ts.map +0 -1
  637. package/lib/menu.d.ts +0 -4
  638. package/lib/menu.d.ts.map +0 -1
  639. package/lib/new-folder.d.ts +0 -4
  640. package/lib/new-folder.d.ts.map +0 -1
  641. package/lib/new-page.d.ts +0 -4
  642. package/lib/new-page.d.ts.map +0 -1
  643. package/lib/order-first.d.ts +0 -4
  644. package/lib/order-first.d.ts.map +0 -1
  645. package/lib/order-last.d.ts +0 -4
  646. package/lib/order-last.d.ts.map +0 -1
  647. package/lib/page.d.ts +0 -4
  648. package/lib/page.d.ts.map +0 -1
  649. package/lib/redo.d.ts +0 -4
  650. package/lib/redo.d.ts.map +0 -1
  651. package/lib/size.d.ts +0 -4
  652. package/lib/size.d.ts.map +0 -1
  653. package/lib/tablet.d.ts +0 -4
  654. package/lib/tablet.d.ts.map +0 -1
  655. package/lib/text-align-center.d.ts +0 -4
  656. package/lib/text-align-center.d.ts.map +0 -1
  657. package/lib/text-align-justify.d.ts +0 -4
  658. package/lib/text-align-justify.d.ts.map +0 -1
  659. package/lib/text-align-left.d.ts +0 -4
  660. package/lib/text-align-left.d.ts.map +0 -1
  661. package/lib/text-align-right.d.ts +0 -4
  662. package/lib/text-align-right.d.ts.map +0 -1
  663. package/lib/text-capitalize.d.ts +0 -4
  664. package/lib/text-capitalize.d.ts.map +0 -1
  665. package/lib/text-direction-ltr.d.ts +0 -4
  666. package/lib/text-direction-ltr.d.ts.map +0 -1
  667. package/lib/text-direction-rtl.d.ts +0 -4
  668. package/lib/text-direction-rtl.d.ts.map +0 -1
  669. package/lib/text-hyphen.d.ts +0 -4
  670. package/lib/text-hyphen.d.ts.map +0 -1
  671. package/lib/text-italic.d.ts +0 -4
  672. package/lib/text-italic.d.ts.map +0 -1
  673. package/lib/text-lowercase.d.ts +0 -4
  674. package/lib/text-lowercase.d.ts.map +0 -1
  675. package/lib/text-strikethrough.d.ts +0 -4
  676. package/lib/text-strikethrough.d.ts.map +0 -1
  677. package/lib/text-truncate.d.ts +0 -4
  678. package/lib/text-truncate.d.ts.map +0 -1
  679. package/lib/text-underline.d.ts +0 -4
  680. package/lib/text-underline.d.ts.map +0 -1
  681. package/lib/text-uppercase.d.ts +0 -4
  682. package/lib/text-uppercase.d.ts.map +0 -1
  683. package/lib/trash.d.ts +0 -4
  684. package/lib/trash.d.ts.map +0 -1
  685. package/lib/tsconfig.tsbuildinfo +0 -1
  686. package/lib/types.d.ts +0 -9
  687. package/lib/types.d.ts.map +0 -1
  688. package/lib/undo.d.ts +0 -4
  689. package/lib/undo.d.ts.map +0 -1
  690. package/lib/upload.d.ts +0 -4
  691. package/lib/upload.d.ts.map +0 -1
package/lib/cross.js CHANGED
@@ -1,6 +1,25 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const CrossIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsx("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { d: "M13 3L7.99998 8.00002M7.99998 8.00002L3 13M7.99998 8.00002L3 3.00008M7.99998 8.00002L13 13", stroke: color, strokeWidth: "1.6", strokeLinecap: "round" }) }));
5
- });
3
+ const CrossIcon = React.forwardRef(
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 3L7.99998 8.00002M7.99998 8.00002L3 13M7.99998 8.00002L3 3.00008M7.99998 8.00002L13 13",
15
+ stroke: color,
16
+ strokeWidth: "1.6",
17
+ strokeLinecap: "round"
18
+ })
19
+ });
20
+ }
21
+ );
6
22
  CrossIcon.displayName = "Cross";
23
+ export {
24
+ CrossIcon
25
+ };
package/lib/devices.js CHANGED
@@ -1,6 +1,23 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const DevicesIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { fill: color, 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" }) }));
5
- });
3
+ const DevicesIcon = React.forwardRef(
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
+ 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"
16
+ })
17
+ });
18
+ }
19
+ );
6
20
  DevicesIcon.displayName = "DevicesIcon";
21
+ export {
22
+ DevicesIcon
23
+ };
package/lib/ellipses.js CHANGED
@@ -1,6 +1,39 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const EllipsesIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "16", height: "16", ...props, ref: forwardedRef, children: [_jsx("circle", { cx: "2.5", cy: "8", r: "1.5", fill: color }), _jsx("circle", { cx: "8", cy: "8", r: "1.5", fill: color }), _jsx("circle", { cx: "13.5", cy: "8", r: "1.5", fill: color })] }));
5
- });
3
+ const EllipsesIcon = React.forwardRef(
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("circle", {
15
+ cx: "2.5",
16
+ cy: "8",
17
+ r: "1.5",
18
+ fill: color
19
+ }),
20
+ /* @__PURE__ */ jsx("circle", {
21
+ cx: "8",
22
+ cy: "8",
23
+ r: "1.5",
24
+ fill: color
25
+ }),
26
+ /* @__PURE__ */ jsx("circle", {
27
+ cx: "13.5",
28
+ cy: "8",
29
+ r: "1.5",
30
+ fill: color
31
+ })
32
+ ]
33
+ });
34
+ }
35
+ );
6
36
  EllipsesIcon.displayName = "EllipsesIcon";
37
+ export {
38
+ EllipsesIcon
39
+ };
@@ -1,6 +1,25 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const ExternalLinkIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: "16", height: "16", fill: color, ...props, ref: forwardedRef, children: _jsx("path", { fill: color, fillRule: "evenodd", clipRule: "evenodd", 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" }) }));
5
- });
3
+ const ExternalLinkIcon = React.forwardRef(
4
+ ({ color = "currentColor", ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 16 16",
8
+ width: "16",
9
+ height: "16",
10
+ fill: color,
11
+ ...props,
12
+ ref: forwardedRef,
13
+ children: /* @__PURE__ */ jsx("path", {
14
+ fill: color,
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ 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"
18
+ })
19
+ });
20
+ }
21
+ );
6
22
  ExternalLinkIcon.displayName = "ExternalLinkIcon";
23
+ export {
24
+ ExternalLinkIcon
25
+ };
@@ -1,6 +1,22 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const FlexDirectionColumnReverseIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsx("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, style: { transform: "rotate(180deg)" }, children: _jsx("path", { 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", fill: color }) }));
3
+ const FlexDirectionColumnReverseIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
+ return /* @__PURE__ */ jsx("svg", {
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ ref: forwardedRef,
12
+ style: { transform: "rotate(180deg)" },
13
+ children: /* @__PURE__ */ jsx("path", {
14
+ 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",
15
+ fill: color
16
+ })
17
+ });
5
18
  });
6
19
  FlexDirectionColumnReverseIcon.displayName = "FlexDirectionColumnReverseIcon";
20
+ export {
21
+ FlexDirectionColumnReverseIcon
22
+ };
@@ -1,6 +1,21 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const FlexDirectionColumnIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsx("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { 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", fill: color }) }));
3
+ const FlexDirectionColumnIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
+ return /* @__PURE__ */ jsx("svg", {
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ ref: forwardedRef,
12
+ children: /* @__PURE__ */ jsx("path", {
13
+ 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",
14
+ fill: color
15
+ })
16
+ });
5
17
  });
6
18
  FlexDirectionColumnIcon.displayName = "FlexDirectionColumnIcon";
19
+ export {
20
+ FlexDirectionColumnIcon
21
+ };
@@ -1,6 +1,22 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const FlexDirectionRowReverseIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsx("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, style: { transform: "rotate(180deg)" }, children: _jsx("path", { 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", fill: color }) }));
3
+ const FlexDirectionRowReverseIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
+ return /* @__PURE__ */ jsx("svg", {
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ ref: forwardedRef,
12
+ style: { transform: "rotate(180deg)" },
13
+ children: /* @__PURE__ */ jsx("path", {
14
+ 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",
15
+ fill: color
16
+ })
17
+ });
5
18
  });
6
19
  FlexDirectionRowReverseIcon.displayName = "FlexDirectionRowReverseIcon";
20
+ export {
21
+ FlexDirectionRowReverseIcon
22
+ };
@@ -1,6 +1,23 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const FlexDirectionRowIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsx("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { 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", fill: color }) }));
5
- });
3
+ const FlexDirectionRowIcon = React.forwardRef(
4
+ ({ color = "currentColor", ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", {
6
+ width: "24",
7
+ height: "24",
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
+ 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",
15
+ fill: color
16
+ })
17
+ });
18
+ }
19
+ );
6
20
  FlexDirectionRowIcon.displayName = "FlexDirectionRowIcon";
21
+ export {
22
+ FlexDirectionRowIcon
23
+ };
@@ -1,6 +1,35 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const FlexSizingGrowIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "16", height: "16", ...props, ref: forwardedRef, children: [_jsx("path", { fill: color, d: "M10.7641 5.54038c-.2539-.25384-.6654-.25384-.91928 0-.25384.25384-.25384.6654 0 .91924l.91928-.91924ZM12.3044 8l.4597.45962c.2538-.25384.2538-.6654 0-.91924L12.3044 8ZM9.84482 9.54038c-.25384.25384-.25384.66542 0 .91922.25388.2539.66538.2539.91928 0l-.91928-.91922ZM7.80469 7.35c-.35899 0-.65.29101-.65.65 0 .35899.29101.65.65.65v-1.3Zm2.04013-.89038 1.99998 2 .9193-.91924-2-2-.91928.91924Zm1.99998 1.08076-1.99998 2 .91928.91922 2-1.99998-.9193-.91924ZM7.80469 8.65h4.49971v-1.3H7.80469v1.3Z" }), _jsx("path", { fill: color, d: "m3.69531 8-.45962-.45962c-.25384.25384-.25384.6654 0 .91924L3.69531 8Zm2.45962-1.54038c.25384-.25384.25384-.6654 0-.91924-.25384-.25384-.6654-.25384-.91924 0l.91924.91924Zm-.91924 3.99998c.25384.2539.6654.2539.91924 0 .25384-.2538.25384-.66538 0-.91922l-.91924.91922ZM8.19556 8.65c.35898 0 .65-.29101.65-.65 0-.35899-.29102-.65-.65-.65v1.3Zm-4.04063-.19038 2-2-.91924-.91924-2 2 .91924.91924Zm-.91924 0 2 1.99998.91924-.91922-2-2-.91924.91924Zm.45962.19038h4.50025v-1.3H3.69531v1.3Z" }), _jsx("path", { stroke: color, strokeLinecap: "round", strokeWidth: "1.4", d: "M1.5 2.5v11m13-11v11" })] }));
5
- });
3
+ const FlexSizingGrowIcon = React.forwardRef(
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
+ d: "M10.7641 5.54038c-.2539-.25384-.6654-.25384-.91928 0-.25384.25384-.25384.6654 0 .91924l.91928-.91924ZM12.3044 8l.4597.45962c.2538-.25384.2538-.6654 0-.91924L12.3044 8ZM9.84482 9.54038c-.25384.25384-.25384.66542 0 .91922.25388.2539.66538.2539.91928 0l-.91928-.91922ZM7.80469 7.35c-.35899 0-.65.29101-.65.65 0 .35899.29101.65.65.65v-1.3Zm2.04013-.89038 1.99998 2 .9193-.91924-2-2-.91928.91924Zm1.99998 1.08076-1.99998 2 .91928.91922 2-1.99998-.9193-.91924ZM7.80469 8.65h4.49971v-1.3H7.80469v1.3Z"
17
+ }),
18
+ /* @__PURE__ */ jsx("path", {
19
+ fill: color,
20
+ d: "m3.69531 8-.45962-.45962c-.25384.25384-.25384.6654 0 .91924L3.69531 8Zm2.45962-1.54038c.25384-.25384.25384-.6654 0-.91924-.25384-.25384-.6654-.25384-.91924 0l.91924.91924Zm-.91924 3.99998c.25384.2539.6654.2539.91924 0 .25384-.2538.25384-.66538 0-.91922l-.91924.91922ZM8.19556 8.65c.35898 0 .65-.29101.65-.65 0-.35899-.29102-.65-.65-.65v1.3Zm-4.04063-.19038 2-2-.91924-.91924-2 2 .91924.91924Zm-.91924 0 2 1.99998.91924-.91922-2-2-.91924.91924Zm.45962.19038h4.50025v-1.3H3.69531v1.3Z"
21
+ }),
22
+ /* @__PURE__ */ jsx("path", {
23
+ stroke: color,
24
+ strokeLinecap: "round",
25
+ strokeWidth: "1.4",
26
+ d: "M1.5 2.5v11m13-11v11"
27
+ })
28
+ ]
29
+ });
30
+ }
31
+ );
6
32
  FlexSizingGrowIcon.displayName = "FlexSizingGrowIcon";
33
+ export {
34
+ FlexSizingGrowIcon
35
+ };
@@ -1,6 +1,31 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const FlexSizingShrinkIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "16", height: "16", ...props, ref: forwardedRef, children: [_jsx("path", { stroke: color, strokeLinecap: "round", strokeWidth: "1.4", d: "M7.95312 2.5v11" }), _jsx("path", { fill: color, d: "m5.42188 8 .51745.47143c.2434-.26716.2434-.6757 0-.94286L5.42188 8ZM3.0823 9.52857c-.26036.28578-.23976.72853.04602.98883.28578.2604.72852.2398.98888-.046l-1.0349-.94283Zm1.0349-4c-.26036-.28578-.7031-.30638-.98888-.04602-.28578.26036-.30638.7031-.04602.98888l1.0349-.94286ZM1.32188 7.3c-.386604 0-.700005.3134-.700005.7 0 .3866.313401.7.700005.7V7.3Zm3.58255.22857-1.82213 2 1.0349.94283 1.82213-1.99997-1.0349-.94286Zm1.0349 0-1.82213-2-1.0349.94286 1.82212 2 1.03491-.94286ZM5.42188 7.3h-4.1v1.4h4.1V7.3Zm6.41672 3.1776c.2638.2827.7068.2979.9894.0341.2826-.2638.2979-.70672.0341-.98934l-1.0235.95524ZM10.4836 8l-.51173-.47764c-.25103.26895-.25103.68633 0 .95528L10.4836 8Zm2.3785-1.52236c.2638-.28262.2485-.72557-.0341-.98937-.2826-.26379-.7256-.24853-.9894.03409l1.0235.95528ZM14.6836 8.7c.3866 0 .7-.3134.7-.7 0-.3866-.3134-.7-.7-.7v1.4Zm-1.8215.82236-1.8668-2-1.02343.95528 1.86673 1.99996 1.0235-.95524Zm-1.8668-1.04472 1.8668-2-1.0235-.95528-1.86673 2 1.02343.95528ZM14.6836 7.3h-4.2v1.4h4.2V7.3Z" })] }));
5
- });
3
+ const FlexSizingShrinkIcon = React.forwardRef(
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
+ stroke: color,
16
+ strokeLinecap: "round",
17
+ strokeWidth: "1.4",
18
+ d: "M7.95312 2.5v11"
19
+ }),
20
+ /* @__PURE__ */ jsx("path", {
21
+ fill: color,
22
+ d: "m5.42188 8 .51745.47143c.2434-.26716.2434-.6757 0-.94286L5.42188 8ZM3.0823 9.52857c-.26036.28578-.23976.72853.04602.98883.28578.2604.72852.2398.98888-.046l-1.0349-.94283Zm1.0349-4c-.26036-.28578-.7031-.30638-.98888-.04602-.28578.26036-.30638.7031-.04602.98888l1.0349-.94286ZM1.32188 7.3c-.386604 0-.700005.3134-.700005.7 0 .3866.313401.7.700005.7V7.3Zm3.58255.22857-1.82213 2 1.0349.94283 1.82213-1.99997-1.0349-.94286Zm1.0349 0-1.82213-2-1.0349.94286 1.82212 2 1.03491-.94286ZM5.42188 7.3h-4.1v1.4h4.1V7.3Zm6.41672 3.1776c.2638.2827.7068.2979.9894.0341.2826-.2638.2979-.70672.0341-.98934l-1.0235.95524ZM10.4836 8l-.51173-.47764c-.25103.26895-.25103.68633 0 .95528L10.4836 8Zm2.3785-1.52236c.2638-.28262.2485-.72557-.0341-.98937-.2826-.26379-.7256-.24853-.9894.03409l1.0235.95528ZM14.6836 8.7c.3866 0 .7-.3134.7-.7 0-.3866-.3134-.7-.7-.7v1.4Zm-1.8215.82236-1.8668-2-1.02343.95528 1.86673 1.99996 1.0235-.95524Zm-1.8668-1.04472 1.8668-2-1.0235-.95528-1.86673 2 1.02343.95528ZM14.6836 7.3h-4.2v1.4h4.2V7.3Z"
23
+ })
24
+ ]
25
+ });
26
+ }
27
+ );
6
28
  FlexSizingShrinkIcon.displayName = "FlexSizingGrowIcon";
29
+ export {
30
+ FlexSizingShrinkIcon
31
+ };
@@ -1,6 +1,25 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const FlexWrapNowrapIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsx("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 9H11V15H13V9ZM19 9H17V15H19V9ZM7 9H5V15H7V9ZM4 8V16H8V8H4ZM14 8V16H10V8H14ZM20 8V16H16V8H20Z", fill: color }) }));
5
- });
3
+ const FlexWrapNowrapIcon = React.forwardRef(
4
+ ({ color = "currentColor", ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", {
6
+ width: "24",
7
+ height: "24",
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
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M13 9H11V15H13V9ZM19 9H17V15H19V9ZM7 9H5V15H7V9ZM4 8V16H8V8H4ZM14 8V16H10V8H14ZM20 8V16H16V8H20Z",
17
+ fill: color
18
+ })
19
+ });
20
+ }
21
+ );
6
22
  FlexWrapNowrapIcon.displayName = "FlexWrapNowrapIcon";
23
+ export {
24
+ FlexWrapNowrapIcon
25
+ };
@@ -1,6 +1,38 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const FlexWrapWrapReverseIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, style: { transform: "rotate(180deg)" }, children: [_jsx("path", { d: "M16 13H20V20H16V13Z", fill: color }), _jsx("path", { d: "M4 13H8V20H4V13Z", fill: color }), _jsx("path", { d: "M10 13H14V20H10V13Z", fill: color }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 5H11V10H13V5ZM19 5H17V10H19V5ZM7 5H5V10H7V5ZM19 14H17V19H19V14ZM7 14H5V19H7V14ZM13 14H11V19H13V14ZM8 4V11H4V4H8ZM10 4V11H14V4H10ZM16 4V11H20V4H16ZM16 13V20H20V13H16ZM8 13V20H4V13H8ZM10 13V20H14V13H10Z", fill: color })] }));
3
+ const FlexWrapWrapReverseIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
+ return /* @__PURE__ */ jsxs("svg", {
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ ref: forwardedRef,
12
+ style: { transform: "rotate(180deg)" },
13
+ children: [
14
+ /* @__PURE__ */ jsx("path", {
15
+ d: "M16 13H20V20H16V13Z",
16
+ fill: color
17
+ }),
18
+ /* @__PURE__ */ jsx("path", {
19
+ d: "M4 13H8V20H4V13Z",
20
+ fill: color
21
+ }),
22
+ /* @__PURE__ */ jsx("path", {
23
+ d: "M10 13H14V20H10V13Z",
24
+ fill: color
25
+ }),
26
+ /* @__PURE__ */ jsx("path", {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M13 5H11V10H13V5ZM19 5H17V10H19V5ZM7 5H5V10H7V5ZM19 14H17V19H19V14ZM7 14H5V19H7V14ZM13 14H11V19H13V14ZM8 4V11H4V4H8ZM10 4V11H14V4H10ZM16 4V11H20V4H16ZM16 13V20H20V13H16ZM8 13V20H4V13H8ZM10 13V20H14V13H10Z",
30
+ fill: color
31
+ })
32
+ ]
33
+ });
5
34
  });
6
35
  FlexWrapWrapReverseIcon.displayName = "FlexWrapWrapReverseIcon";
36
+ export {
37
+ FlexWrapWrapReverseIcon
38
+ };
@@ -1,6 +1,39 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const FlexWrapWrapIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: [_jsx("path", { d: "M16 13H20V20H16V13Z", fill: color }), _jsx("path", { d: "M4 13H8V20H4V13Z", fill: color }), _jsx("path", { d: "M10 13H14V20H10V13Z", fill: color }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 5H11V10H13V5ZM19 5H17V10H19V5ZM7 5H5V10H7V5ZM19 14H17V19H19V14ZM7 14H5V19H7V14ZM13 14H11V19H13V14ZM8 4V11H4V4H8ZM10 4V11H14V4H10ZM16 4V11H20V4H16ZM16 13V20H20V13H16ZM8 13V20H4V13H8ZM10 13V20H14V13H10Z", fill: color })] }));
5
- });
3
+ const FlexWrapWrapIcon = React.forwardRef(
4
+ ({ color = "currentColor", ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsxs("svg", {
6
+ width: "24",
7
+ height: "24",
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ ref: forwardedRef,
13
+ children: [
14
+ /* @__PURE__ */ jsx("path", {
15
+ d: "M16 13H20V20H16V13Z",
16
+ fill: color
17
+ }),
18
+ /* @__PURE__ */ jsx("path", {
19
+ d: "M4 13H8V20H4V13Z",
20
+ fill: color
21
+ }),
22
+ /* @__PURE__ */ jsx("path", {
23
+ d: "M10 13H14V20H10V13Z",
24
+ fill: color
25
+ }),
26
+ /* @__PURE__ */ jsx("path", {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M13 5H11V10H13V5ZM19 5H17V10H19V5ZM7 5H5V10H7V5ZM19 14H17V19H19V14ZM7 14H5V19H7V14ZM13 14H11V19H13V14ZM8 4V11H4V4H8ZM10 4V11H14V4H10ZM16 4V11H20V4H16ZM16 13V20H20V13H16ZM8 13V20H4V13H8ZM10 13V20H14V13H10Z",
30
+ fill: color
31
+ })
32
+ ]
33
+ });
34
+ }
35
+ );
6
36
  FlexWrapWrapIcon.displayName = "FlexWrapWrapIcon";
37
+ export {
38
+ FlexWrapWrapIcon
39
+ };
package/lib/form.js CHANGED
@@ -1,6 +1,25 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
1
+ import { jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const FormIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { fill: color, fillRule: "evenodd", clipRule: "evenodd", d: "M13 11H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h9v7zM4 9h7V6H4v3zm11 11H4c-1.1 0-2-.9-2-2v-3c0-1.1.9-2 2-2h11v7zM4 18h9v-3H4v3zm18-9h-2l2-5h-7v7h2v9l5-11zM4.75 17.25h1.5v-1.5h-1.5v1.5zm0-9h1.5v-1.5h-1.5v1.5z" }) }));
5
- });
3
+ const FormIcon = React.forwardRef(
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: "M13 11H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h9v7zM4 9h7V6H4v3zm11 11H4c-1.1 0-2-.9-2-2v-3c0-1.1.9-2 2-2h11v7zM4 18h9v-3H4v3zm18-9h-2l2-5h-7v7h2v9l5-11zM4.75 17.25h1.5v-1.5h-1.5v1.5zm0-9h1.5v-1.5h-1.5v1.5z"
18
+ })
19
+ });
20
+ }
21
+ );
6
22
  FormIcon.displayName = "FormIcon";
23
+ export {
24
+ FormIcon
25
+ };
package/lib/gap-column.js CHANGED
@@ -1,6 +1,37 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const ColumnGapIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: [_jsx("path", { d: "M14.4704 6H13.4407L13.4407 18L14.4704 18L14.4704 6Z", fill: color }), _jsx("path", { d: "M14.4704 6H17.5593V7H14.4704L14.4704 6Z", fill: color }), _jsx("path", { d: "M14.4704 17L17.5593 17V18L14.4704 18L14.4704 17Z", fill: color }), _jsx("path", { d: "M6.44074 6L10.5296 6L10.5296 18L6.44073 18L6.44073 17L9.5 17L9.5 7L6.44074 7L6.44074 6Z", fill: color })] }));
5
- });
3
+ const ColumnGapIcon = React.forwardRef(
4
+ ({ color = "currentColor", ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsxs("svg", {
6
+ width: "24",
7
+ height: "24",
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ ref: forwardedRef,
13
+ children: [
14
+ /* @__PURE__ */ jsx("path", {
15
+ d: "M14.4704 6H13.4407L13.4407 18L14.4704 18L14.4704 6Z",
16
+ fill: color
17
+ }),
18
+ /* @__PURE__ */ jsx("path", {
19
+ d: "M14.4704 6H17.5593V7H14.4704L14.4704 6Z",
20
+ fill: color
21
+ }),
22
+ /* @__PURE__ */ jsx("path", {
23
+ d: "M14.4704 17L17.5593 17V18L14.4704 18L14.4704 17Z",
24
+ fill: color
25
+ }),
26
+ /* @__PURE__ */ jsx("path", {
27
+ d: "M6.44074 6L10.5296 6L10.5296 18L6.44073 18L6.44073 17L9.5 17L9.5 7L6.44074 7L6.44074 6Z",
28
+ fill: color
29
+ })
30
+ ]
31
+ });
32
+ }
33
+ );
6
34
  ColumnGapIcon.displayName = "ColumnGapIcon";
35
+ export {
36
+ ColumnGapIcon
37
+ };
package/lib/gap-row.js CHANGED
@@ -1,6 +1,38 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
- export const RowGapIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, style: { transform: "rotate(90deg)" }, children: [_jsx("path", { d: "M14.4704 6H13.4407L13.4407 18L14.4704 18L14.4704 6Z", fill: color }), _jsx("path", { d: "M14.4704 6H17.5593V7H14.4704L14.4704 6Z", fill: color }), _jsx("path", { d: "M14.4704 17L17.5593 17V18L14.4704 18L14.4704 17Z", fill: color }), _jsx("path", { d: "M6.44074 6L10.5296 6L10.5296 18L6.44073 18L6.44073 17L9.5 17L9.5 7L6.44074 7L6.44074 6Z", fill: color })] }));
5
- });
3
+ const RowGapIcon = React.forwardRef(
4
+ ({ color = "currentColor", ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsxs("svg", {
6
+ width: "24",
7
+ height: "24",
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ ref: forwardedRef,
13
+ style: { transform: "rotate(90deg)" },
14
+ children: [
15
+ /* @__PURE__ */ jsx("path", {
16
+ d: "M14.4704 6H13.4407L13.4407 18L14.4704 18L14.4704 6Z",
17
+ fill: color
18
+ }),
19
+ /* @__PURE__ */ jsx("path", {
20
+ d: "M14.4704 6H17.5593V7H14.4704L14.4704 6Z",
21
+ fill: color
22
+ }),
23
+ /* @__PURE__ */ jsx("path", {
24
+ d: "M14.4704 17L17.5593 17V18L14.4704 18L14.4704 17Z",
25
+ fill: color
26
+ }),
27
+ /* @__PURE__ */ jsx("path", {
28
+ d: "M6.44074 6L10.5296 6L10.5296 18L6.44073 18L6.44073 17L9.5 17L9.5 7L6.44074 7L6.44074 6Z",
29
+ fill: color
30
+ })
31
+ ]
32
+ });
33
+ }
34
+ );
6
35
  RowGapIcon.displayName = "RowGapIcon";
36
+ export {
37
+ RowGapIcon
38
+ };
package/lib/gear.js CHANGED
@@ -1,11 +1,42 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { cssVars } from "@webstudio-is/css-vars";
3
3
  import * as React from "react";
4
4
  const fillVar = cssVars.define("fill");
5
- export const gearIconCssVars = ({ fill }) => ({
6
- [fillVar]: fill,
7
- });
8
- export const GearIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
9
- return (_jsxs("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: [_jsx("path", { d: "M9.117 2.878c-.284-1.17-1.95-1.17-2.234 0a1.149 1.149 0 01-1.714.71c-1.03-.627-2.207.551-1.58 1.58a1.15 1.15 0 01-.711 1.715c-1.17.284-1.17 1.95 0 2.234a1.15 1.15 0 01.71 1.714c-.627 1.03.551 2.207 1.58 1.58a1.148 1.148 0 011.715.711c.284 1.17 1.95 1.17 2.234 0a1.15 1.15 0 011.714-.71c1.03.627 2.207-.551 1.58-1.58a1.148 1.148 0 01.711-1.715c1.17-.284 1.17-1.95 0-2.234a1.15 1.15 0 01-.71-1.714c.627-1.03-.551-2.207-1.58-1.58a1.15 1.15 0 01-1.715-.711z", stroke: color, strokeWidth: 1.25, strokeLinecap: "round", strokeLinejoin: "round", style: { fill: cssVars.use(fillVar, "none") } }), _jsx("circle", { cx: 8, cy: 7.99988, r: 1.875, stroke: color, strokeWidth: 1.25 })] }));
5
+ const gearIconCssVars = ({ fill }) => ({
6
+ [fillVar]: fill
10
7
  });
8
+ const GearIcon = React.forwardRef(
9
+ ({ color = "currentColor", ...props }, forwardedRef) => {
10
+ return /* @__PURE__ */ jsxs("svg", {
11
+ width: 16,
12
+ height: 16,
13
+ viewBox: "0 0 16 16",
14
+ fill: "none",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ ...props,
17
+ ref: forwardedRef,
18
+ children: [
19
+ /* @__PURE__ */ jsx("path", {
20
+ d: "M9.117 2.878c-.284-1.17-1.95-1.17-2.234 0a1.149 1.149 0 01-1.714.71c-1.03-.627-2.207.551-1.58 1.58a1.15 1.15 0 01-.711 1.715c-1.17.284-1.17 1.95 0 2.234a1.15 1.15 0 01.71 1.714c-.627 1.03.551 2.207 1.58 1.58a1.148 1.148 0 011.715.711c.284 1.17 1.95 1.17 2.234 0a1.15 1.15 0 011.714-.71c1.03.627 2.207-.551 1.58-1.58a1.148 1.148 0 01.711-1.715c1.17-.284 1.17-1.95 0-2.234a1.15 1.15 0 01-.71-1.714c.627-1.03-.551-2.207-1.58-1.58a1.15 1.15 0 01-1.715-.711z",
21
+ stroke: color,
22
+ strokeWidth: 1.25,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round",
25
+ style: { fill: cssVars.use(fillVar, "none") }
26
+ }),
27
+ /* @__PURE__ */ jsx("circle", {
28
+ cx: 8,
29
+ cy: 7.99988,
30
+ r: 1.875,
31
+ stroke: color,
32
+ strokeWidth: 1.25
33
+ })
34
+ ]
35
+ });
36
+ }
37
+ );
11
38
  GearIcon.displayName = "GearIcon";
39
+ export {
40
+ GearIcon,
41
+ gearIconCssVars
42
+ };