@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/github.js CHANGED
@@ -1,6 +1,26 @@
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 GithubIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsxs("svg", { role: "img", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: [_jsx("title", { children: "GitHub" }), _jsx("path", { d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12", fill: color })] }));
5
- });
3
+ const GithubIcon = React.forwardRef(
4
+ ({ color = "currentColor", ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsxs("svg", {
6
+ role: "img",
7
+ viewBox: "0 0 24 24",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...props,
10
+ ref: forwardedRef,
11
+ children: [
12
+ /* @__PURE__ */ jsx("title", {
13
+ children: "GitHub"
14
+ }),
15
+ /* @__PURE__ */ jsx("path", {
16
+ d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12",
17
+ fill: color
18
+ })
19
+ ]
20
+ });
21
+ }
22
+ );
6
23
  GithubIcon.displayName = "GithubIcon";
24
+ export {
25
+ GithubIcon
26
+ };
package/lib/google.js CHANGED
@@ -1,6 +1,26 @@
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 GoogleIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsxs("svg", { role: "img", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: [_jsx("title", { children: "Google" }), _jsx("path", { d: "M12.48 10.92v3.28h7.84c-.24 1.84-.853 3.187-1.787 4.133-1.147 1.147-2.933 2.4-6.053 2.4-4.827 0-8.6-3.893-8.6-8.72s3.773-8.72 8.6-8.72c2.6 0 4.507 1.027 5.907 2.347l2.307-2.307C18.747 1.44 16.133 0 12.48 0 5.867 0 .307 5.387.307 12s5.56 12 12.173 12c3.573 0 6.267-1.173 8.373-3.36 2.16-2.16 2.84-5.213 2.84-7.667 0-.76-.053-1.467-.173-2.053H12.48z", fill: color })] }));
5
- });
3
+ const GoogleIcon = React.forwardRef(
4
+ ({ color = "currentColor", ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsxs("svg", {
6
+ role: "img",
7
+ viewBox: "0 0 24 24",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...props,
10
+ ref: forwardedRef,
11
+ children: [
12
+ /* @__PURE__ */ jsx("title", {
13
+ children: "Google"
14
+ }),
15
+ /* @__PURE__ */ jsx("path", {
16
+ d: "M12.48 10.92v3.28h7.84c-.24 1.84-.853 3.187-1.787 4.133-1.147 1.147-2.933 2.4-6.053 2.4-4.827 0-8.6-3.893-8.6-8.72s3.773-8.72 8.6-8.72c2.6 0 4.507 1.027 5.907 2.347l2.307-2.307C18.747 1.44 16.133 0 12.48 0 5.867 0 .307 5.387.307 12s5.56 12 12.173 12c3.573 0 6.267-1.173 8.373-3.36 2.16-2.16 2.84-5.213 2.84-7.667 0-.76-.053-1.467-.173-2.053H12.48z",
17
+ fill: color
18
+ })
19
+ ]
20
+ });
21
+ }
22
+ );
6
23
  GoogleIcon.displayName = "GoogleIcon";
24
+ export {
25
+ GoogleIcon
26
+ };
@@ -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 JustifyContentCenterIcon = 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: "M12.7999 4.79999V19.2H11.1999V4.79999H12.7999ZM16.5999 15.8H14.3999V8.19999H16.5999V15.8ZM7.3999 15.8H9.5999V8.19999H7.3999V15.8Z", fill: color }) }));
3
+ const JustifyContentCenterIcon = 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
+ fillRule: "evenodd",
14
+ clipRule: "evenodd",
15
+ d: "M12.7999 4.79999V19.2H11.1999V4.79999H12.7999ZM16.5999 15.8H14.3999V8.19999H16.5999V15.8ZM7.3999 15.8H9.5999V8.19999H7.3999V15.8Z",
16
+ fill: color
17
+ })
18
+ });
5
19
  });
6
20
  JustifyContentCenterIcon.displayName = "JustifyContentCenterIcon";
21
+ export {
22
+ JustifyContentCenterIcon
23
+ };
@@ -1,6 +1,29 @@
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 JustifyContentEndIcon = 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: "M12 16.8H15.2V19.2H16.8V4.79999H15.2V7.19999H12V16.8Z", fill: color }), _jsx("path", { d: "M7.19995 16.8H10.4V7.19999H7.19995V16.8Z", fill: color })] }));
5
- });
3
+ const JustifyContentEndIcon = 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: "M12 16.8H15.2V19.2H16.8V4.79999H15.2V7.19999H12V16.8Z",
16
+ fill: color
17
+ }),
18
+ /* @__PURE__ */ jsx("path", {
19
+ d: "M7.19995 16.8H10.4V7.19999H7.19995V16.8Z",
20
+ fill: color
21
+ })
22
+ ]
23
+ });
24
+ }
25
+ );
6
26
  JustifyContentEndIcon.displayName = "JustifyContentEndIcon";
27
+ export {
28
+ JustifyContentEndIcon
29
+ };
@@ -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 JustifyContentSpaceAroundIcon = 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: "M7.9999 19.2V4.79999H6.3999V19.2H7.9999Z", fill: color }), _jsx("path", { d: "M17.5999 19.2V4.79999H15.9999V19.2H17.5999Z", fill: color }), _jsx("path", { d: "M15.1999 16.8H12.7999V7.19999H15.1999V16.8Z", fill: color }), _jsx("path", { d: "M8.7999 16.8H11.1999V7.19999H8.7999V16.8Z", fill: color })] }));
3
+ const JustifyContentSpaceAroundIcon = 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
+ children: [
13
+ /* @__PURE__ */ jsx("path", {
14
+ d: "M7.9999 19.2V4.79999H6.3999V19.2H7.9999Z",
15
+ fill: color
16
+ }),
17
+ /* @__PURE__ */ jsx("path", {
18
+ d: "M17.5999 19.2V4.79999H15.9999V19.2H17.5999Z",
19
+ fill: color
20
+ }),
21
+ /* @__PURE__ */ jsx("path", {
22
+ d: "M15.1999 16.8H12.7999V7.19999H15.1999V16.8Z",
23
+ fill: color
24
+ }),
25
+ /* @__PURE__ */ jsx("path", {
26
+ d: "M8.7999 16.8H11.1999V7.19999H8.7999V16.8Z",
27
+ fill: color
28
+ })
29
+ ]
30
+ });
5
31
  });
6
32
  JustifyContentSpaceAroundIcon.displayName = "JustifyContentSpaceAroundIcon";
33
+ export {
34
+ JustifyContentSpaceAroundIcon
35
+ };
@@ -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 JustifyContentSpaceBetweenIcon = 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: "M11.1999 7.19999H7.9999V4.79999H6.3999V19.2H7.9999V16.8H11.1999V7.19999ZM12.7999 16.8H15.9999V19.2H17.5999V4.79999H15.9999V7.19999H12.7999V16.8Z", fill: color }) }));
3
+ const JustifyContentSpaceBetweenIcon = 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
+ fillRule: "evenodd",
14
+ clipRule: "evenodd",
15
+ d: "M11.1999 7.19999H7.9999V4.79999H6.3999V19.2H7.9999V16.8H11.1999V7.19999ZM12.7999 16.8H15.9999V19.2H17.5999V4.79999H15.9999V7.19999H12.7999V16.8Z",
16
+ fill: color
17
+ })
18
+ });
5
19
  });
6
20
  JustifyContentSpaceBetweenIcon.displayName = "JustifyContentSpaceBetweenIcon";
21
+ export {
22
+ JustifyContentSpaceBetweenIcon
23
+ };
@@ -1,6 +1,27 @@
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 JustifyContentStartIcon = 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: "M10.9999 7.19999H8.79995V4.79999H7.19995V19.2H8.79995V16.8H10.9999V7.19999Z", fill: color }), _jsx("path", { d: "M16.8 7.19999H13.6V16.8H16.8V7.19999Z", fill: color })] }));
3
+ const JustifyContentStartIcon = 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
+ children: [
13
+ /* @__PURE__ */ jsx("path", {
14
+ d: "M10.9999 7.19999H8.79995V4.79999H7.19995V19.2H8.79995V16.8H10.9999V7.19999Z",
15
+ fill: color
16
+ }),
17
+ /* @__PURE__ */ jsx("path", {
18
+ d: "M16.8 7.19999H13.6V16.8H16.8V7.19999Z",
19
+ fill: color
20
+ })
21
+ ]
22
+ });
5
23
  });
6
24
  JustifyContentStartIcon.displayName = "JustifyContentStartIcon";
25
+ export {
26
+ JustifyContentStartIcon
27
+ };
@@ -1,7 +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
- // @todo this is just a copy of justifyContent icons for now
4
- export const JustifyItemsCenterIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
5
- 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: "M12.7999 4.79999V19.2H11.1999V4.79999H12.7999ZM16.5999 15.8H14.3999V8.19999H16.5999V15.8ZM7.3999 15.8H9.5999V8.19999H7.3999V15.8Z", fill: color }) }));
3
+ const JustifyItemsCenterIcon = 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
+ fillRule: "evenodd",
14
+ clipRule: "evenodd",
15
+ d: "M12.7999 4.79999V19.2H11.1999V4.79999H12.7999ZM16.5999 15.8H14.3999V8.19999H16.5999V15.8ZM7.3999 15.8H9.5999V8.19999H7.3999V15.8Z",
16
+ fill: color
17
+ })
18
+ });
6
19
  });
7
20
  JustifyItemsCenterIcon.displayName = "JustifyItemsCenterIcon";
21
+ export {
22
+ JustifyItemsCenterIcon
23
+ };
@@ -1,7 +1,29 @@
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
- // @todo this is just a copy of justifyContent icons for now
4
- export const JustifyItemsEndIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
5
- 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: "M12 16.8H15.2V19.2H16.8V4.79999H15.2V7.19999H12V16.8Z", fill: color }), _jsx("path", { d: "M7.19995 16.8H10.4V7.19999H7.19995V16.8Z", fill: color })] }));
6
- });
3
+ const JustifyItemsEndIcon = 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: "M12 16.8H15.2V19.2H16.8V4.79999H15.2V7.19999H12V16.8Z",
16
+ fill: color
17
+ }),
18
+ /* @__PURE__ */ jsx("path", {
19
+ d: "M7.19995 16.8H10.4V7.19999H7.19995V16.8Z",
20
+ fill: color
21
+ })
22
+ ]
23
+ });
24
+ }
25
+ );
7
26
  JustifyItemsEndIcon.displayName = "JustifyItemsEndIcon";
27
+ export {
28
+ JustifyItemsEndIcon
29
+ };
@@ -1,7 +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
- // @todo this is just a copy of justifyContent icons for now
4
- export const JustifyItemsSpaceAroundIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
5
- 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: "M7.9999 19.2V4.79999H6.3999V19.2H7.9999Z", fill: color }), _jsx("path", { d: "M17.5999 19.2V4.79999H15.9999V19.2H17.5999Z", fill: color }), _jsx("path", { d: "M15.1999 16.8H12.7999V7.19999H15.1999V16.8Z", fill: color }), _jsx("path", { d: "M8.7999 16.8H11.1999V7.19999H8.7999V16.8Z", fill: color })] }));
3
+ const JustifyItemsSpaceAroundIcon = 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
+ children: [
13
+ /* @__PURE__ */ jsx("path", {
14
+ d: "M7.9999 19.2V4.79999H6.3999V19.2H7.9999Z",
15
+ fill: color
16
+ }),
17
+ /* @__PURE__ */ jsx("path", {
18
+ d: "M17.5999 19.2V4.79999H15.9999V19.2H17.5999Z",
19
+ fill: color
20
+ }),
21
+ /* @__PURE__ */ jsx("path", {
22
+ d: "M15.1999 16.8H12.7999V7.19999H15.1999V16.8Z",
23
+ fill: color
24
+ }),
25
+ /* @__PURE__ */ jsx("path", {
26
+ d: "M8.7999 16.8H11.1999V7.19999H8.7999V16.8Z",
27
+ fill: color
28
+ })
29
+ ]
30
+ });
6
31
  });
7
32
  JustifyItemsSpaceAroundIcon.displayName = "JustifyItemsSpaceAroundIcon";
33
+ export {
34
+ JustifyItemsSpaceAroundIcon
35
+ };
@@ -1,7 +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
- // @todo this is just a copy of justifyContent icons for now
4
- export const JustifyItemsSpaceBetweenIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
5
- 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: "M11.1999 7.19999H7.9999V4.79999H6.3999V19.2H7.9999V16.8H11.1999V7.19999ZM12.7999 16.8H15.9999V19.2H17.5999V4.79999H15.9999V7.19999H12.7999V16.8Z", fill: color }) }));
3
+ const JustifyItemsSpaceBetweenIcon = 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
+ fillRule: "evenodd",
14
+ clipRule: "evenodd",
15
+ d: "M11.1999 7.19999H7.9999V4.79999H6.3999V19.2H7.9999V16.8H11.1999V7.19999ZM12.7999 16.8H15.9999V19.2H17.5999V4.79999H15.9999V7.19999H12.7999V16.8Z",
16
+ fill: color
17
+ })
18
+ });
6
19
  });
7
20
  JustifyItemsSpaceBetweenIcon.displayName = "JustifyItemsSpaceBetweenIcon";
21
+ export {
22
+ JustifyItemsSpaceBetweenIcon
23
+ };
@@ -1,7 +1,29 @@
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
- // @todo this is just a copy of justifyContent icons for now
4
- export const JustifyItemsStartIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
5
- 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: "M10.9999 7.19999H8.79995V4.79999H7.19995V19.2H8.79995V16.8H10.9999V7.19999Z", fill: color }), _jsx("path", { d: "M16.8 7.19999H13.6V16.8H16.8V7.19999Z", fill: color })] }));
6
- });
3
+ const JustifyItemsStartIcon = 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: "M10.9999 7.19999H8.79995V4.79999H7.19995V19.2H8.79995V16.8H10.9999V7.19999Z",
16
+ fill: color
17
+ }),
18
+ /* @__PURE__ */ jsx("path", {
19
+ d: "M16.8 7.19999H13.6V16.8H16.8V7.19999Z",
20
+ fill: color
21
+ })
22
+ ]
23
+ });
24
+ }
25
+ );
7
26
  JustifyItemsStartIcon.displayName = "JustifyItemsStartIcon";
27
+ export {
28
+ JustifyItemsStartIcon
29
+ };
package/lib/legacy.js CHANGED
@@ -1 +1,62 @@
1
- export { ImageIcon, FontBoldIcon, FontItalicIcon, Link2Icon, MobileIcon, LaptopIcon, DesktopIcon, PlusIcon, HamburgerMenuIcon, DotsHorizontalIcon, CheckIcon, RocketIcon, ExternalLinkIcon, Share1Icon, EyeOpenIcon, ExclamationTriangleIcon, DotFilledIcon, TriangleRightIcon, TriangleDownIcon, CommitIcon, InputIcon, ButtonIcon, HeadingIcon, TextIcon, SquareIcon, InfoCircledIcon, CrossCircledIcon, CheckCircledIcon, TokensIcon, } from "@radix-ui/react-icons";
1
+ import {
2
+ ImageIcon,
3
+ FontBoldIcon,
4
+ FontItalicIcon,
5
+ Link2Icon,
6
+ MobileIcon,
7
+ LaptopIcon,
8
+ DesktopIcon,
9
+ PlusIcon,
10
+ HamburgerMenuIcon,
11
+ DotsHorizontalIcon,
12
+ CheckIcon,
13
+ RocketIcon,
14
+ ExternalLinkIcon,
15
+ Share1Icon,
16
+ EyeOpenIcon,
17
+ ExclamationTriangleIcon,
18
+ DotFilledIcon,
19
+ TriangleRightIcon,
20
+ TriangleDownIcon,
21
+ CommitIcon,
22
+ InputIcon,
23
+ ButtonIcon,
24
+ HeadingIcon,
25
+ TextIcon,
26
+ SquareIcon,
27
+ InfoCircledIcon,
28
+ CrossCircledIcon,
29
+ CheckCircledIcon,
30
+ TokensIcon
31
+ } from "@radix-ui/react-icons";
32
+ export {
33
+ ButtonIcon,
34
+ CheckCircledIcon,
35
+ CheckIcon,
36
+ CommitIcon,
37
+ CrossCircledIcon,
38
+ DesktopIcon,
39
+ DotFilledIcon,
40
+ DotsHorizontalIcon,
41
+ ExclamationTriangleIcon,
42
+ ExternalLinkIcon,
43
+ EyeOpenIcon,
44
+ FontBoldIcon,
45
+ FontItalicIcon,
46
+ HamburgerMenuIcon,
47
+ HeadingIcon,
48
+ ImageIcon,
49
+ InfoCircledIcon,
50
+ InputIcon,
51
+ LaptopIcon,
52
+ Link2Icon,
53
+ MobileIcon,
54
+ PlusIcon,
55
+ RocketIcon,
56
+ Share1Icon,
57
+ SquareIcon,
58
+ TextIcon,
59
+ TokensIcon,
60
+ TriangleDownIcon,
61
+ TriangleRightIcon
62
+ };
@@ -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 ListNestedIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { fill: color, fillRule: "evenodd", clipRule: "evenodd", d: "M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z" }) }));
5
- });
3
+ const ListNestedIcon = React.forwardRef(
4
+ ({ color = "currentColor", ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", {
6
+ width: "15",
7
+ height: "15",
8
+ viewBox: "0 0 15 15",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ ref: forwardedRef,
13
+ children: /* @__PURE__ */ jsx("path", {
14
+ fill: color,
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z"
18
+ })
19
+ });
20
+ }
21
+ );
6
22
  ListNestedIcon.displayName = "ListNestedIcon";
23
+ export {
24
+ ListNestedIcon
25
+ };
package/lib/lock-close.js CHANGED
@@ -1,6 +1,49 @@
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 LockCloseIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsxs("svg", { width: "8", height: "10", viewBox: "0 0 8 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: [_jsxs("g", { clipPath: "url(#clip0_561_9202)", children: [_jsx("rect", { width: "8", height: "9", transform: "translate(0 0.5)", fill: "none" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.14286 4.4375V3.3125C1.14286 2.56658 1.44388 1.85121 1.97969 1.32376C2.51551 0.796316 3.24224 0.5 4 0.5C4.75776 0.5 5.48449 0.796316 6.02031 1.32376C6.55612 1.85121 6.85714 2.56658 6.85714 3.3125V4.4375C7.16025 4.4375 7.45094 4.55603 7.66527 4.767C7.87959 4.97798 8 5.26413 8 5.5625V8.375C8 8.67337 7.87959 8.95952 7.66527 9.1705C7.45094 9.38147 7.16025 9.5 6.85714 9.5H1.14286C0.839753 9.5 0.549062 9.38147 0.334735 9.1705C0.120408 8.95952 0 8.67337 0 8.375V5.5625C0 5.26413 0.120408 4.97798 0.334735 4.767C0.549062 4.55603 0.839753 4.4375 1.14286 4.4375ZM5.71429 3.3125V4.4375H2.28571V3.3125C2.28571 2.86495 2.46633 2.43572 2.78782 2.11926C3.10931 1.80279 3.54534 1.625 4 1.625C4.45466 1.625 4.89069 1.80279 5.21218 2.11926C5.53367 2.43572 5.71429 2.86495 5.71429 3.3125Z", fill: color })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_561_9202", children: _jsx("rect", { width: "8", height: "9", fill: "none", transform: "translate(0 0.5)" }) }) })] }));
5
- });
3
+ const LockCloseIcon = React.forwardRef(
4
+ ({ color = "currentColor", ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsxs("svg", {
6
+ width: "8",
7
+ height: "10",
8
+ viewBox: "0 0 8 10",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ ref: forwardedRef,
13
+ children: [
14
+ /* @__PURE__ */ jsxs("g", {
15
+ clipPath: "url(#clip0_561_9202)",
16
+ children: [
17
+ /* @__PURE__ */ jsx("rect", {
18
+ width: "8",
19
+ height: "9",
20
+ transform: "translate(0 0.5)",
21
+ fill: "none"
22
+ }),
23
+ /* @__PURE__ */ jsx("path", {
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M1.14286 4.4375V3.3125C1.14286 2.56658 1.44388 1.85121 1.97969 1.32376C2.51551 0.796316 3.24224 0.5 4 0.5C4.75776 0.5 5.48449 0.796316 6.02031 1.32376C6.55612 1.85121 6.85714 2.56658 6.85714 3.3125V4.4375C7.16025 4.4375 7.45094 4.55603 7.66527 4.767C7.87959 4.97798 8 5.26413 8 5.5625V8.375C8 8.67337 7.87959 8.95952 7.66527 9.1705C7.45094 9.38147 7.16025 9.5 6.85714 9.5H1.14286C0.839753 9.5 0.549062 9.38147 0.334735 9.1705C0.120408 8.95952 0 8.67337 0 8.375V5.5625C0 5.26413 0.120408 4.97798 0.334735 4.767C0.549062 4.55603 0.839753 4.4375 1.14286 4.4375ZM5.71429 3.3125V4.4375H2.28571V3.3125C2.28571 2.86495 2.46633 2.43572 2.78782 2.11926C3.10931 1.80279 3.54534 1.625 4 1.625C4.45466 1.625 4.89069 1.80279 5.21218 2.11926C5.53367 2.43572 5.71429 2.86495 5.71429 3.3125Z",
27
+ fill: color
28
+ })
29
+ ]
30
+ }),
31
+ /* @__PURE__ */ jsx("defs", {
32
+ children: /* @__PURE__ */ jsx("clipPath", {
33
+ id: "clip0_561_9202",
34
+ children: /* @__PURE__ */ jsx("rect", {
35
+ width: "8",
36
+ height: "9",
37
+ fill: "none",
38
+ transform: "translate(0 0.5)"
39
+ })
40
+ })
41
+ })
42
+ ]
43
+ });
44
+ }
45
+ );
6
46
  LockCloseIcon.displayName = "LockCloseIcon";
47
+ export {
48
+ LockCloseIcon
49
+ };
package/lib/lock-open.js CHANGED
@@ -1,6 +1,47 @@
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 LockOpenIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
4
- return (_jsxs("svg", { width: "8", height: "10", viewBox: "0 0 8 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: [_jsxs("g", { clipPath: "url(#clip0_561_9202)", children: [_jsx("rect", { width: "8", height: "9", transform: "translate(0 0.5)", fill: "none" }), _jsx("path", { d: "M4 0.5C3.24224 0.5 2.51551 0.80102 1.97969 1.33684C1.44388 1.87266 1.14286 2.59938 1.14286 3.35714V4.5C0.839753 4.5 0.549062 4.62041 0.334735 4.83474C0.120408 5.04906 0 5.33975 0 5.64286V8.5C0 8.8031 0.120408 9.09379 0.334735 9.30812C0.549062 9.52245 0.839753 9.64286 1.14286 9.64286H6.85714C7.16025 9.64286 7.45094 9.52245 7.66527 9.30812C7.87959 9.09379 8 8.8031 8 8.5V5.64286C8 5.33975 7.87959 5.04906 7.66527 4.83474C7.45094 4.62041 7.16025 4.5 6.85714 4.5H2.28571V3.35714C2.28557 2.9398 2.43768 2.53673 2.71352 2.22353C2.98936 1.91034 3.36998 1.70852 3.784 1.65594C4.19802 1.60335 4.61701 1.70361 4.96239 1.9379C5.30776 2.1722 5.5558 2.52444 5.66 2.92857C5.69789 3.07535 5.79253 3.20107 5.92311 3.27806C5.98777 3.31619 6.0593 3.3412 6.13362 3.35168C6.20795 3.36216 6.28361 3.3579 6.35629 3.33914C6.42896 3.32038 6.49723 3.28749 6.5572 3.24235C6.61717 3.1972 6.66765 3.14069 6.70578 3.07603C6.7439 3.01138 6.76892 2.93984 6.7794 2.86552C6.78988 2.7912 6.78562 2.71553 6.76686 2.64286C6.60831 2.02958 6.25053 1.48634 5.74972 1.09848C5.24891 0.710614 4.63344 0.500099 4 0.5V0.5Z", fill: color })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_561_9202", children: _jsx("rect", { width: "8", height: "9", fill: "none", transform: "translate(0 0.5)" }) }) })] }));
5
- });
3
+ const LockOpenIcon = React.forwardRef(
4
+ ({ color = "currentColor", ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsxs("svg", {
6
+ width: "8",
7
+ height: "10",
8
+ viewBox: "0 0 8 10",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...props,
12
+ ref: forwardedRef,
13
+ children: [
14
+ /* @__PURE__ */ jsxs("g", {
15
+ clipPath: "url(#clip0_561_9202)",
16
+ children: [
17
+ /* @__PURE__ */ jsx("rect", {
18
+ width: "8",
19
+ height: "9",
20
+ transform: "translate(0 0.5)",
21
+ fill: "none"
22
+ }),
23
+ /* @__PURE__ */ jsx("path", {
24
+ d: "M4 0.5C3.24224 0.5 2.51551 0.80102 1.97969 1.33684C1.44388 1.87266 1.14286 2.59938 1.14286 3.35714V4.5C0.839753 4.5 0.549062 4.62041 0.334735 4.83474C0.120408 5.04906 0 5.33975 0 5.64286V8.5C0 8.8031 0.120408 9.09379 0.334735 9.30812C0.549062 9.52245 0.839753 9.64286 1.14286 9.64286H6.85714C7.16025 9.64286 7.45094 9.52245 7.66527 9.30812C7.87959 9.09379 8 8.8031 8 8.5V5.64286C8 5.33975 7.87959 5.04906 7.66527 4.83474C7.45094 4.62041 7.16025 4.5 6.85714 4.5H2.28571V3.35714C2.28557 2.9398 2.43768 2.53673 2.71352 2.22353C2.98936 1.91034 3.36998 1.70852 3.784 1.65594C4.19802 1.60335 4.61701 1.70361 4.96239 1.9379C5.30776 2.1722 5.5558 2.52444 5.66 2.92857C5.69789 3.07535 5.79253 3.20107 5.92311 3.27806C5.98777 3.31619 6.0593 3.3412 6.13362 3.35168C6.20795 3.36216 6.28361 3.3579 6.35629 3.33914C6.42896 3.32038 6.49723 3.28749 6.5572 3.24235C6.61717 3.1972 6.66765 3.14069 6.70578 3.07603C6.7439 3.01138 6.76892 2.93984 6.7794 2.86552C6.78988 2.7912 6.78562 2.71553 6.76686 2.64286C6.60831 2.02958 6.25053 1.48634 5.74972 1.09848C5.24891 0.710614 4.63344 0.500099 4 0.5V0.5Z",
25
+ fill: color
26
+ })
27
+ ]
28
+ }),
29
+ /* @__PURE__ */ jsx("defs", {
30
+ children: /* @__PURE__ */ jsx("clipPath", {
31
+ id: "clip0_561_9202",
32
+ children: /* @__PURE__ */ jsx("rect", {
33
+ width: "8",
34
+ height: "9",
35
+ fill: "none",
36
+ transform: "translate(0 0.5)"
37
+ })
38
+ })
39
+ })
40
+ ]
41
+ });
42
+ }
43
+ );
6
44
  LockOpenIcon.displayName = "LockOpenIcon";
45
+ export {
46
+ LockOpenIcon
47
+ };
@@ -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 MagnifyingGlassIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.38912 10.67C7.12473 11.1939 8.02464 11.502 8.9965 11.502C11.4818 11.502 13.4965 9.48723 13.4965 7.00195C13.4965 4.51667 11.4818 2.50195 8.9965 2.50195C6.51122 2.50195 4.4965 4.51667 4.4965 7.00195C4.4965 7.97383 4.8046 8.87375 5.32845 9.60937L2.59467 12.3432C2.30178 12.636 2.30178 13.1109 2.59467 13.4038C2.88756 13.6967 3.36244 13.6967 3.65533 13.4038L6.38912 10.67ZM5.9965 7.00195C5.9965 8.65881 7.33965 10.002 8.9965 10.002C10.6534 10.002 11.9965 8.65881 11.9965 7.00195C11.9965 5.3451 10.6534 4.00195 8.9965 4.00195C7.33965 4.00195 5.9965 5.3451 5.9965 7.00195Z", fill: color }) }));
5
- });
3
+ const MagnifyingGlassIcon = 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
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M6.38912 10.67C7.12473 11.1939 8.02464 11.502 8.9965 11.502C11.4818 11.502 13.4965 9.48723 13.4965 7.00195C13.4965 4.51667 11.4818 2.50195 8.9965 2.50195C6.51122 2.50195 4.4965 4.51667 4.4965 7.00195C4.4965 7.97383 4.8046 8.87375 5.32845 9.60937L2.59467 12.3432C2.30178 12.636 2.30178 13.1109 2.59467 13.4038C2.88756 13.6967 3.36244 13.6967 3.65533 13.4038L6.38912 10.67ZM5.9965 7.00195C5.9965 8.65881 7.33965 10.002 8.9965 10.002C10.6534 10.002 11.9965 8.65881 11.9965 7.00195C11.9965 5.3451 10.6534 4.00195 8.9965 4.00195C7.33965 4.00195 5.9965 5.3451 5.9965 7.00195Z",
17
+ fill: color
18
+ })
19
+ });
20
+ }
21
+ );
6
22
  MagnifyingGlassIcon.displayName = "MagnifyingGlass";
23
+ export {
24
+ MagnifyingGlassIcon
25
+ };