@webstudio-is/icons 0.2.0 → 0.4.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 (700) hide show
  1. package/lib/__generated__/format-clear.js +22 -0
  2. package/lib/{gen → __generated__}/index.js +0 -0
  3. package/lib/__generated__/subscript.js +22 -0
  4. package/lib/__generated__/superscript.js +22 -0
  5. package/lib/align-content-center.js +20 -3
  6. package/lib/align-content-end.js +23 -4
  7. package/lib/align-content-space-around.js +20 -3
  8. package/lib/align-content-space-between.js +20 -3
  9. package/lib/align-content-start.js +39 -4
  10. package/lib/align-content-stretch.js +20 -3
  11. package/lib/align-items-baseline.js +54 -3
  12. package/lib/align-items-center.js +23 -4
  13. package/lib/align-items-end.js +23 -4
  14. package/lib/align-items-start.js +23 -4
  15. package/lib/align-items-stretch.js +23 -4
  16. package/lib/align-self-baseline.js +54 -4
  17. package/lib/align-self-center.js +33 -4
  18. package/lib/align-self-end.js +34 -4
  19. package/lib/align-self-start.js +33 -4
  20. package/lib/align-self-stretch.js +40 -4
  21. package/lib/aspect-ratio.js +29 -4
  22. package/lib/body.js +22 -4
  23. package/lib/brush.js +23 -4
  24. package/lib/chevron-double-down.js +24 -4
  25. package/lib/chevron-double-left.js +24 -4
  26. package/lib/chevron-double-right.js +21 -3
  27. package/lib/chevron-double-up.js +24 -4
  28. package/lib/chevron-down.js +21 -4
  29. package/lib/chevron-left.js +23 -4
  30. package/lib/chevron-right.js +23 -4
  31. package/lib/chevron-up.js +23 -4
  32. package/lib/cjs/__generated__/format-clear.cjs +42 -0
  33. package/lib/cjs/__generated__/index.cjs +20 -0
  34. package/lib/cjs/__generated__/subscript.cjs +42 -0
  35. package/lib/cjs/__generated__/superscript.cjs +42 -0
  36. package/lib/cjs/align-content-center.cjs +46 -29
  37. package/lib/cjs/align-content-end.cjs +48 -29
  38. package/lib/cjs/align-content-space-around.cjs +46 -29
  39. package/lib/cjs/align-content-space-between.cjs +46 -29
  40. package/lib/cjs/align-content-start.cjs +64 -29
  41. package/lib/cjs/align-content-stretch.cjs +46 -29
  42. package/lib/cjs/align-items-baseline.cjs +80 -29
  43. package/lib/cjs/align-items-center.cjs +48 -29
  44. package/lib/cjs/align-items-end.cjs +48 -29
  45. package/lib/cjs/align-items-start.cjs +48 -29
  46. package/lib/cjs/align-items-stretch.cjs +48 -29
  47. package/lib/cjs/align-self-baseline.cjs +79 -29
  48. package/lib/cjs/align-self-center.cjs +58 -29
  49. package/lib/cjs/align-self-end.cjs +59 -29
  50. package/lib/cjs/align-self-start.cjs +58 -29
  51. package/lib/cjs/align-self-stretch.cjs +65 -29
  52. package/lib/cjs/aspect-ratio.cjs +54 -29
  53. package/lib/cjs/body.cjs +47 -29
  54. package/lib/cjs/brush.cjs +48 -29
  55. package/lib/cjs/chevron-double-down.cjs +49 -29
  56. package/lib/cjs/chevron-double-left.cjs +49 -29
  57. package/lib/cjs/chevron-double-right.cjs +47 -29
  58. package/lib/cjs/chevron-double-up.cjs +49 -29
  59. package/lib/cjs/chevron-down.cjs +46 -29
  60. package/lib/cjs/chevron-left.cjs +48 -29
  61. package/lib/cjs/chevron-right.cjs +48 -29
  62. package/lib/cjs/chevron-up.cjs +48 -29
  63. package/lib/cjs/cloud.cjs +49 -29
  64. package/lib/cjs/copy.cjs +49 -29
  65. package/lib/cjs/cross-circled-filled.cjs +46 -29
  66. package/lib/cjs/cross-large.cjs +48 -29
  67. package/lib/cjs/cross-small.cjs +48 -29
  68. package/lib/cjs/cross.cjs +48 -29
  69. package/lib/cjs/devices.cjs +46 -29
  70. package/lib/cjs/ellipses.cjs +62 -29
  71. package/lib/cjs/external-link.cjs +48 -29
  72. package/lib/cjs/flex-direction-column-reverse.cjs +45 -29
  73. package/lib/cjs/flex-direction-column.cjs +44 -29
  74. package/lib/cjs/flex-direction-row-reverse.cjs +45 -29
  75. package/lib/cjs/flex-direction-row.cjs +46 -29
  76. package/lib/cjs/flex-sizing-grow.cjs +58 -29
  77. package/lib/cjs/flex-sizing-shrink.cjs +54 -29
  78. package/lib/cjs/flex-wrap-no-wrap.cjs +48 -29
  79. package/lib/cjs/flex-wrap-wrap-reverse.cjs +61 -29
  80. package/lib/cjs/flex-wrap-wrap.cjs +62 -29
  81. package/lib/cjs/form.cjs +48 -29
  82. package/lib/cjs/gap-column.cjs +60 -29
  83. package/lib/cjs/gap-row.cjs +61 -29
  84. package/lib/cjs/gear.cjs +64 -34
  85. package/lib/cjs/github.cjs +49 -29
  86. package/lib/cjs/google.cjs +49 -29
  87. package/lib/cjs/index.cjs +108 -107
  88. package/lib/cjs/justify-content-center.cjs +46 -29
  89. package/lib/cjs/justify-content-end.cjs +52 -29
  90. package/lib/cjs/justify-content-space-around.cjs +58 -29
  91. package/lib/cjs/justify-content-space-between.cjs +46 -29
  92. package/lib/cjs/justify-content-start.cjs +50 -29
  93. package/lib/cjs/justify-items-center.cjs +46 -30
  94. package/lib/cjs/justify-items-end.cjs +52 -30
  95. package/lib/cjs/justify-items-space-around.cjs +58 -30
  96. package/lib/cjs/justify-items-space-between.cjs +46 -30
  97. package/lib/cjs/justify-items-start.cjs +52 -30
  98. package/lib/cjs/legacy.cjs +51 -31
  99. package/lib/cjs/list-nested.cjs +48 -29
  100. package/lib/cjs/lock-close.cjs +72 -29
  101. package/lib/cjs/lock-open.cjs +70 -29
  102. package/lib/cjs/magnifying-glass.cjs +48 -29
  103. package/lib/cjs/menu.cjs +56 -29
  104. package/lib/cjs/new-folder.cjs +49 -29
  105. package/lib/cjs/new-page.cjs +49 -29
  106. package/lib/cjs/order-first.cjs +60 -29
  107. package/lib/cjs/order-last.cjs +60 -29
  108. package/lib/cjs/page.cjs +49 -29
  109. package/lib/cjs/redo.cjs +51 -29
  110. package/lib/cjs/size.cjs +48 -29
  111. package/lib/cjs/tablet.cjs +46 -29
  112. package/lib/cjs/text-align-center.cjs +56 -29
  113. package/lib/cjs/text-align-justify.cjs +56 -29
  114. package/lib/cjs/text-align-left.cjs +56 -29
  115. package/lib/cjs/text-align-right.cjs +56 -29
  116. package/lib/cjs/text-capitalize.cjs +46 -29
  117. package/lib/cjs/text-direction-ltr.cjs +48 -29
  118. package/lib/cjs/text-direction-rtl.cjs +48 -29
  119. package/lib/cjs/text-hyphen.cjs +48 -29
  120. package/lib/cjs/text-italic.cjs +49 -29
  121. package/lib/cjs/text-lowercase.cjs +46 -29
  122. package/lib/cjs/text-strikethrough.cjs +56 -29
  123. package/lib/cjs/text-truncate.cjs +60 -29
  124. package/lib/cjs/text-underline.cjs +48 -29
  125. package/lib/cjs/text-uppercase.cjs +49 -29
  126. package/lib/cjs/trash.cjs +49 -29
  127. package/lib/cjs/types.cjs +15 -1
  128. package/lib/cjs/undo.cjs +51 -29
  129. package/lib/cjs/upload.cjs +45 -29
  130. package/lib/cloud.js +24 -4
  131. package/lib/copy.js +24 -4
  132. package/lib/cross-circled-filled.js +20 -3
  133. package/lib/cross-large.js +23 -4
  134. package/lib/cross-small.js +23 -4
  135. package/lib/cross.js +23 -4
  136. package/lib/devices.js +21 -4
  137. package/lib/ellipses.js +37 -4
  138. package/lib/external-link.js +23 -4
  139. package/lib/flex-direction-column-reverse.js +19 -3
  140. package/lib/flex-direction-column.js +18 -3
  141. package/lib/flex-direction-row-reverse.js +19 -3
  142. package/lib/flex-direction-row.js +21 -4
  143. package/lib/flex-sizing-grow.js +33 -4
  144. package/lib/flex-sizing-shrink.js +29 -4
  145. package/lib/flex-wrap-no-wrap.js +23 -4
  146. package/lib/flex-wrap-wrap-reverse.js +35 -3
  147. package/lib/flex-wrap-wrap.js +37 -4
  148. package/lib/form.js +23 -4
  149. package/lib/gap-column.js +35 -4
  150. package/lib/gap-row.js +36 -4
  151. package/lib/gear.js +37 -6
  152. package/lib/github.js +24 -4
  153. package/lib/google.js +24 -4
  154. package/lib/index.js +1 -1
  155. package/lib/justify-content-center.js +20 -3
  156. package/lib/justify-content-end.js +27 -4
  157. package/lib/justify-content-space-around.js +32 -3
  158. package/lib/justify-content-space-between.js +20 -3
  159. package/lib/justify-content-start.js +24 -3
  160. package/lib/justify-items-center.js +20 -4
  161. package/lib/justify-items-end.js +27 -5
  162. package/lib/justify-items-space-around.js +32 -4
  163. package/lib/justify-items-space-between.js +20 -4
  164. package/lib/justify-items-start.js +27 -5
  165. package/lib/legacy.js +62 -1
  166. package/lib/list-nested.js +23 -4
  167. package/lib/lock-close.js +47 -4
  168. package/lib/lock-open.js +45 -4
  169. package/lib/magnifying-glass.js +23 -4
  170. package/lib/menu.js +31 -4
  171. package/lib/new-folder.js +24 -4
  172. package/lib/new-page.js +24 -4
  173. package/lib/order-first.js +35 -4
  174. package/lib/order-last.js +35 -4
  175. package/lib/page.js +24 -4
  176. package/lib/redo.js +26 -4
  177. package/lib/size.js +23 -4
  178. package/lib/tablet.js +21 -4
  179. package/lib/text-align-center.js +31 -4
  180. package/lib/text-align-justify.js +31 -4
  181. package/lib/text-align-left.js +31 -4
  182. package/lib/text-align-right.js +31 -4
  183. package/lib/text-capitalize.js +21 -4
  184. package/lib/text-direction-ltr.js +23 -4
  185. package/lib/text-direction-rtl.js +23 -4
  186. package/lib/text-hyphen.js +23 -4
  187. package/lib/text-italic.js +24 -4
  188. package/lib/text-lowercase.js +21 -4
  189. package/lib/text-strikethrough.js +31 -4
  190. package/lib/text-truncate.js +35 -4
  191. package/lib/text-underline.js +23 -4
  192. package/lib/text-uppercase.js +24 -4
  193. package/lib/trash.js +24 -4
  194. package/lib/types.js +0 -1
  195. package/lib/undo.js +26 -4
  196. package/lib/upload.js +20 -4
  197. package/package.json +8 -16
  198. package/src/__generated__/format-clear.tsx +15 -0
  199. package/{lib/cjs/gen/index.d.ts → src/__generated__/index.ts} +0 -1
  200. package/src/__generated__/subscript.tsx +15 -0
  201. package/src/__generated__/superscript.tsx +15 -0
  202. package/src/align-content-center.tsx +27 -0
  203. package/src/align-content-end.tsx +26 -0
  204. package/src/align-content-space-around.tsx +27 -0
  205. package/src/align-content-space-between.tsx +27 -0
  206. package/src/align-content-start.tsx +25 -0
  207. package/src/align-content-stretch.tsx +27 -0
  208. package/src/align-items-baseline.tsx +53 -0
  209. package/src/align-items-center.tsx +26 -0
  210. package/src/align-items-end.tsx +26 -0
  211. package/src/align-items-start.tsx +26 -0
  212. package/src/align-items-stretch.tsx +26 -0
  213. package/src/align-self-baseline.tsx +47 -0
  214. package/src/align-self-center.tsx +27 -0
  215. package/src/align-self-end.tsx +35 -0
  216. package/src/align-self-start.tsx +27 -0
  217. package/src/align-self-stretch.tsx +41 -0
  218. package/src/aspect-ratio.tsx +31 -0
  219. package/src/body.tsx +26 -0
  220. package/src/brush.tsx +27 -0
  221. package/src/chevron-double-down.tsx +28 -0
  222. package/src/chevron-double-left.tsx +28 -0
  223. package/src/chevron-double-right.tsx +29 -0
  224. package/src/chevron-double-up.tsx +28 -0
  225. package/src/chevron-down.tsx +25 -0
  226. package/src/chevron-left.tsx +27 -0
  227. package/src/chevron-right.tsx +27 -0
  228. package/src/chevron-up.tsx +27 -0
  229. package/src/cloud.tsx +28 -0
  230. package/src/copy.tsx +28 -0
  231. package/src/cross-circled-filled.tsx +28 -0
  232. package/src/cross-large.tsx +26 -0
  233. package/src/cross-small.tsx +26 -0
  234. package/src/cross.tsx +27 -0
  235. package/src/devices.tsx +25 -0
  236. package/src/ellipses.tsx +23 -0
  237. package/src/external-link.tsx +27 -0
  238. package/src/flex-direction-column-reverse.tsx +26 -0
  239. package/src/flex-direction-column.tsx +25 -0
  240. package/src/flex-direction-row-reverse.tsx +26 -0
  241. package/src/flex-direction-row.tsx +24 -0
  242. package/src/flex-sizing-grow.tsx +34 -0
  243. package/src/flex-sizing-shrink.tsx +30 -0
  244. package/src/flex-wrap-no-wrap.tsx +26 -0
  245. package/src/flex-wrap-wrap-reverse.tsx +31 -0
  246. package/src/flex-wrap-wrap.tsx +29 -0
  247. package/src/form.tsx +27 -0
  248. package/src/gap-column.tsx +33 -0
  249. package/src/gap-row.tsx +34 -0
  250. package/src/gear.tsx +43 -0
  251. package/src/github.tsx +24 -0
  252. package/src/google.tsx +24 -0
  253. package/src/index.stories.tsx +56 -0
  254. package/{lib/cjs/index.d.ts → src/index.ts} +1 -2
  255. package/src/justify-content-center.tsx +27 -0
  256. package/src/justify-content-end.tsx +25 -0
  257. package/src/justify-content-space-around.tsx +25 -0
  258. package/src/justify-content-space-between.tsx +27 -0
  259. package/src/justify-content-start.tsx +26 -0
  260. package/src/justify-items-center.tsx +28 -0
  261. package/src/justify-items-end.tsx +26 -0
  262. package/src/justify-items-space-around.tsx +26 -0
  263. package/src/justify-items-space-between.tsx +28 -0
  264. package/src/justify-items-start.tsx +26 -0
  265. package/src/legacy.ts +31 -0
  266. package/src/list-nested.tsx +27 -0
  267. package/src/lock-close.tsx +39 -0
  268. package/src/lock-open.tsx +37 -0
  269. package/src/magnifying-glass.tsx +27 -0
  270. package/src/menu.tsx +33 -0
  271. package/src/new-folder.tsx +28 -0
  272. package/src/new-page.tsx +28 -0
  273. package/src/order-first.tsx +36 -0
  274. package/src/order-last.tsx +36 -0
  275. package/src/page.tsx +28 -0
  276. package/src/redo.tsx +23 -0
  277. package/src/size.tsx +27 -0
  278. package/src/tablet.tsx +25 -0
  279. package/src/text-align-center.tsx +32 -0
  280. package/src/text-align-justify.tsx +32 -0
  281. package/src/text-align-left.tsx +32 -0
  282. package/src/text-align-right.tsx +32 -0
  283. package/src/text-capitalize.tsx +24 -0
  284. package/src/text-direction-ltr.tsx +26 -0
  285. package/src/text-direction-rtl.tsx +26 -0
  286. package/src/text-hyphen.tsx +26 -0
  287. package/src/text-italic.tsx +27 -0
  288. package/src/text-lowercase.tsx +24 -0
  289. package/src/text-strikethrough.tsx +32 -0
  290. package/src/text-truncate.tsx +36 -0
  291. package/src/text-underline.tsx +26 -0
  292. package/src/text-uppercase.tsx +27 -0
  293. package/src/trash.tsx +28 -0
  294. package/src/types.ts +17 -0
  295. package/src/undo.tsx +23 -0
  296. package/src/upload.tsx +24 -0
  297. package/lib/align-content-center.d.ts +0 -4
  298. package/lib/align-content-center.d.ts.map +0 -1
  299. package/lib/align-content-end.d.ts +0 -4
  300. package/lib/align-content-end.d.ts.map +0 -1
  301. package/lib/align-content-space-around.d.ts +0 -4
  302. package/lib/align-content-space-around.d.ts.map +0 -1
  303. package/lib/align-content-space-between.d.ts +0 -4
  304. package/lib/align-content-space-between.d.ts.map +0 -1
  305. package/lib/align-content-start.d.ts +0 -4
  306. package/lib/align-content-start.d.ts.map +0 -1
  307. package/lib/align-content-stretch.d.ts +0 -4
  308. package/lib/align-content-stretch.d.ts.map +0 -1
  309. package/lib/align-items-baseline.d.ts +0 -4
  310. package/lib/align-items-baseline.d.ts.map +0 -1
  311. package/lib/align-items-center.d.ts +0 -4
  312. package/lib/align-items-center.d.ts.map +0 -1
  313. package/lib/align-items-end.d.ts +0 -4
  314. package/lib/align-items-end.d.ts.map +0 -1
  315. package/lib/align-items-start.d.ts +0 -4
  316. package/lib/align-items-start.d.ts.map +0 -1
  317. package/lib/align-items-stretch.d.ts +0 -4
  318. package/lib/align-items-stretch.d.ts.map +0 -1
  319. package/lib/align-self-baseline.d.ts +0 -4
  320. package/lib/align-self-baseline.d.ts.map +0 -1
  321. package/lib/align-self-center.d.ts +0 -4
  322. package/lib/align-self-center.d.ts.map +0 -1
  323. package/lib/align-self-end.d.ts +0 -4
  324. package/lib/align-self-end.d.ts.map +0 -1
  325. package/lib/align-self-start.d.ts +0 -4
  326. package/lib/align-self-start.d.ts.map +0 -1
  327. package/lib/align-self-stretch.d.ts +0 -4
  328. package/lib/align-self-stretch.d.ts.map +0 -1
  329. package/lib/aspect-ratio.d.ts +0 -4
  330. package/lib/aspect-ratio.d.ts.map +0 -1
  331. package/lib/body.d.ts +0 -4
  332. package/lib/body.d.ts.map +0 -1
  333. package/lib/brush.d.ts +0 -4
  334. package/lib/brush.d.ts.map +0 -1
  335. package/lib/chevron-double-down.d.ts +0 -4
  336. package/lib/chevron-double-down.d.ts.map +0 -1
  337. package/lib/chevron-double-left.d.ts +0 -4
  338. package/lib/chevron-double-left.d.ts.map +0 -1
  339. package/lib/chevron-double-right.d.ts +0 -4
  340. package/lib/chevron-double-right.d.ts.map +0 -1
  341. package/lib/chevron-double-up.d.ts +0 -4
  342. package/lib/chevron-double-up.d.ts.map +0 -1
  343. package/lib/chevron-down.d.ts +0 -4
  344. package/lib/chevron-down.d.ts.map +0 -1
  345. package/lib/chevron-left.d.ts +0 -4
  346. package/lib/chevron-left.d.ts.map +0 -1
  347. package/lib/chevron-right.d.ts +0 -4
  348. package/lib/chevron-right.d.ts.map +0 -1
  349. package/lib/chevron-up.d.ts +0 -4
  350. package/lib/chevron-up.d.ts.map +0 -1
  351. package/lib/cjs/align-content-center.d.ts +0 -4
  352. package/lib/cjs/align-content-center.d.ts.map +0 -1
  353. package/lib/cjs/align-content-end.d.ts +0 -4
  354. package/lib/cjs/align-content-end.d.ts.map +0 -1
  355. package/lib/cjs/align-content-space-around.d.ts +0 -4
  356. package/lib/cjs/align-content-space-around.d.ts.map +0 -1
  357. package/lib/cjs/align-content-space-between.d.ts +0 -4
  358. package/lib/cjs/align-content-space-between.d.ts.map +0 -1
  359. package/lib/cjs/align-content-start.d.ts +0 -4
  360. package/lib/cjs/align-content-start.d.ts.map +0 -1
  361. package/lib/cjs/align-content-stretch.d.ts +0 -4
  362. package/lib/cjs/align-content-stretch.d.ts.map +0 -1
  363. package/lib/cjs/align-items-baseline.d.ts +0 -4
  364. package/lib/cjs/align-items-baseline.d.ts.map +0 -1
  365. package/lib/cjs/align-items-center.d.ts +0 -4
  366. package/lib/cjs/align-items-center.d.ts.map +0 -1
  367. package/lib/cjs/align-items-end.d.ts +0 -4
  368. package/lib/cjs/align-items-end.d.ts.map +0 -1
  369. package/lib/cjs/align-items-start.d.ts +0 -4
  370. package/lib/cjs/align-items-start.d.ts.map +0 -1
  371. package/lib/cjs/align-items-stretch.d.ts +0 -4
  372. package/lib/cjs/align-items-stretch.d.ts.map +0 -1
  373. package/lib/cjs/align-self-baseline.d.ts +0 -4
  374. package/lib/cjs/align-self-baseline.d.ts.map +0 -1
  375. package/lib/cjs/align-self-center.d.ts +0 -4
  376. package/lib/cjs/align-self-center.d.ts.map +0 -1
  377. package/lib/cjs/align-self-end.d.ts +0 -4
  378. package/lib/cjs/align-self-end.d.ts.map +0 -1
  379. package/lib/cjs/align-self-start.d.ts +0 -4
  380. package/lib/cjs/align-self-start.d.ts.map +0 -1
  381. package/lib/cjs/align-self-stretch.d.ts +0 -4
  382. package/lib/cjs/align-self-stretch.d.ts.map +0 -1
  383. package/lib/cjs/aspect-ratio.d.ts +0 -4
  384. package/lib/cjs/aspect-ratio.d.ts.map +0 -1
  385. package/lib/cjs/body.d.ts +0 -4
  386. package/lib/cjs/body.d.ts.map +0 -1
  387. package/lib/cjs/brush.d.ts +0 -4
  388. package/lib/cjs/brush.d.ts.map +0 -1
  389. package/lib/cjs/chevron-double-down.d.ts +0 -4
  390. package/lib/cjs/chevron-double-down.d.ts.map +0 -1
  391. package/lib/cjs/chevron-double-left.d.ts +0 -4
  392. package/lib/cjs/chevron-double-left.d.ts.map +0 -1
  393. package/lib/cjs/chevron-double-right.d.ts +0 -4
  394. package/lib/cjs/chevron-double-right.d.ts.map +0 -1
  395. package/lib/cjs/chevron-double-up.d.ts +0 -4
  396. package/lib/cjs/chevron-double-up.d.ts.map +0 -1
  397. package/lib/cjs/chevron-down.d.ts +0 -4
  398. package/lib/cjs/chevron-down.d.ts.map +0 -1
  399. package/lib/cjs/chevron-left.d.ts +0 -4
  400. package/lib/cjs/chevron-left.d.ts.map +0 -1
  401. package/lib/cjs/chevron-right.d.ts +0 -4
  402. package/lib/cjs/chevron-right.d.ts.map +0 -1
  403. package/lib/cjs/chevron-up.d.ts +0 -4
  404. package/lib/cjs/chevron-up.d.ts.map +0 -1
  405. package/lib/cjs/cloud.d.ts +0 -4
  406. package/lib/cjs/cloud.d.ts.map +0 -1
  407. package/lib/cjs/copy.d.ts +0 -4
  408. package/lib/cjs/copy.d.ts.map +0 -1
  409. package/lib/cjs/cross-circled-filled.d.ts +0 -4
  410. package/lib/cjs/cross-circled-filled.d.ts.map +0 -1
  411. package/lib/cjs/cross-large.d.ts +0 -4
  412. package/lib/cjs/cross-large.d.ts.map +0 -1
  413. package/lib/cjs/cross-small.d.ts +0 -4
  414. package/lib/cjs/cross-small.d.ts.map +0 -1
  415. package/lib/cjs/cross.d.ts +0 -4
  416. package/lib/cjs/cross.d.ts.map +0 -1
  417. package/lib/cjs/devices.d.ts +0 -4
  418. package/lib/cjs/devices.d.ts.map +0 -1
  419. package/lib/cjs/ellipses.d.ts +0 -4
  420. package/lib/cjs/ellipses.d.ts.map +0 -1
  421. package/lib/cjs/external-link.d.ts +0 -4
  422. package/lib/cjs/external-link.d.ts.map +0 -1
  423. package/lib/cjs/flex-direction-column-reverse.d.ts +0 -4
  424. package/lib/cjs/flex-direction-column-reverse.d.ts.map +0 -1
  425. package/lib/cjs/flex-direction-column.d.ts +0 -4
  426. package/lib/cjs/flex-direction-column.d.ts.map +0 -1
  427. package/lib/cjs/flex-direction-row-reverse.d.ts +0 -4
  428. package/lib/cjs/flex-direction-row-reverse.d.ts.map +0 -1
  429. package/lib/cjs/flex-direction-row.d.ts +0 -4
  430. package/lib/cjs/flex-direction-row.d.ts.map +0 -1
  431. package/lib/cjs/flex-sizing-grow.d.ts +0 -4
  432. package/lib/cjs/flex-sizing-grow.d.ts.map +0 -1
  433. package/lib/cjs/flex-sizing-shrink.d.ts +0 -4
  434. package/lib/cjs/flex-sizing-shrink.d.ts.map +0 -1
  435. package/lib/cjs/flex-wrap-no-wrap.d.ts +0 -4
  436. package/lib/cjs/flex-wrap-no-wrap.d.ts.map +0 -1
  437. package/lib/cjs/flex-wrap-wrap-reverse.d.ts +0 -4
  438. package/lib/cjs/flex-wrap-wrap-reverse.d.ts.map +0 -1
  439. package/lib/cjs/flex-wrap-wrap.d.ts +0 -4
  440. package/lib/cjs/flex-wrap-wrap.d.ts.map +0 -1
  441. package/lib/cjs/form.d.ts +0 -4
  442. package/lib/cjs/form.d.ts.map +0 -1
  443. package/lib/cjs/gap-column.d.ts +0 -4
  444. package/lib/cjs/gap-column.d.ts.map +0 -1
  445. package/lib/cjs/gap-row.d.ts +0 -4
  446. package/lib/cjs/gap-row.d.ts.map +0 -1
  447. package/lib/cjs/gear.d.ts +0 -9
  448. package/lib/cjs/gear.d.ts.map +0 -1
  449. package/lib/cjs/gen/format-clear.cjs +0 -11
  450. package/lib/cjs/gen/format-clear.d.ts +0 -4
  451. package/lib/cjs/gen/format-clear.d.ts.map +0 -1
  452. package/lib/cjs/gen/index.cjs +0 -19
  453. package/lib/cjs/gen/index.d.ts.map +0 -1
  454. package/lib/cjs/gen/subscript.cjs +0 -11
  455. package/lib/cjs/gen/subscript.d.ts +0 -4
  456. package/lib/cjs/gen/subscript.d.ts.map +0 -1
  457. package/lib/cjs/gen/superscript.cjs +0 -11
  458. package/lib/cjs/gen/superscript.d.ts +0 -4
  459. package/lib/cjs/gen/superscript.d.ts.map +0 -1
  460. package/lib/cjs/github.d.ts +0 -4
  461. package/lib/cjs/github.d.ts.map +0 -1
  462. package/lib/cjs/google.d.ts +0 -4
  463. package/lib/cjs/google.d.ts.map +0 -1
  464. package/lib/cjs/index.d.ts.map +0 -1
  465. package/lib/cjs/index.stories.cjs +0 -62
  466. package/lib/cjs/index.stories.d.ts +0 -7
  467. package/lib/cjs/index.stories.d.ts.map +0 -1
  468. package/lib/cjs/justify-content-center.d.ts +0 -4
  469. package/lib/cjs/justify-content-center.d.ts.map +0 -1
  470. package/lib/cjs/justify-content-end.d.ts +0 -4
  471. package/lib/cjs/justify-content-end.d.ts.map +0 -1
  472. package/lib/cjs/justify-content-space-around.d.ts +0 -4
  473. package/lib/cjs/justify-content-space-around.d.ts.map +0 -1
  474. package/lib/cjs/justify-content-space-between.d.ts +0 -4
  475. package/lib/cjs/justify-content-space-between.d.ts.map +0 -1
  476. package/lib/cjs/justify-content-start.d.ts +0 -4
  477. package/lib/cjs/justify-content-start.d.ts.map +0 -1
  478. package/lib/cjs/justify-items-center.d.ts +0 -4
  479. package/lib/cjs/justify-items-center.d.ts.map +0 -1
  480. package/lib/cjs/justify-items-end.d.ts +0 -4
  481. package/lib/cjs/justify-items-end.d.ts.map +0 -1
  482. package/lib/cjs/justify-items-space-around.d.ts +0 -4
  483. package/lib/cjs/justify-items-space-around.d.ts.map +0 -1
  484. package/lib/cjs/justify-items-space-between.d.ts +0 -4
  485. package/lib/cjs/justify-items-space-between.d.ts.map +0 -1
  486. package/lib/cjs/justify-items-start.d.ts +0 -4
  487. package/lib/cjs/justify-items-start.d.ts.map +0 -1
  488. package/lib/cjs/legacy.d.ts +0 -2
  489. package/lib/cjs/legacy.d.ts.map +0 -1
  490. package/lib/cjs/list-nested.d.ts +0 -4
  491. package/lib/cjs/list-nested.d.ts.map +0 -1
  492. package/lib/cjs/lock-close.d.ts +0 -4
  493. package/lib/cjs/lock-close.d.ts.map +0 -1
  494. package/lib/cjs/lock-open.d.ts +0 -4
  495. package/lib/cjs/lock-open.d.ts.map +0 -1
  496. package/lib/cjs/magnifying-glass.d.ts +0 -4
  497. package/lib/cjs/magnifying-glass.d.ts.map +0 -1
  498. package/lib/cjs/menu.d.ts +0 -4
  499. package/lib/cjs/menu.d.ts.map +0 -1
  500. package/lib/cjs/new-folder.d.ts +0 -4
  501. package/lib/cjs/new-folder.d.ts.map +0 -1
  502. package/lib/cjs/new-page.d.ts +0 -4
  503. package/lib/cjs/new-page.d.ts.map +0 -1
  504. package/lib/cjs/order-first.d.ts +0 -4
  505. package/lib/cjs/order-first.d.ts.map +0 -1
  506. package/lib/cjs/order-last.d.ts +0 -4
  507. package/lib/cjs/order-last.d.ts.map +0 -1
  508. package/lib/cjs/page.d.ts +0 -4
  509. package/lib/cjs/page.d.ts.map +0 -1
  510. package/lib/cjs/redo.d.ts +0 -4
  511. package/lib/cjs/redo.d.ts.map +0 -1
  512. package/lib/cjs/size.d.ts +0 -4
  513. package/lib/cjs/size.d.ts.map +0 -1
  514. package/lib/cjs/tablet.d.ts +0 -4
  515. package/lib/cjs/tablet.d.ts.map +0 -1
  516. package/lib/cjs/text-align-center.d.ts +0 -4
  517. package/lib/cjs/text-align-center.d.ts.map +0 -1
  518. package/lib/cjs/text-align-justify.d.ts +0 -4
  519. package/lib/cjs/text-align-justify.d.ts.map +0 -1
  520. package/lib/cjs/text-align-left.d.ts +0 -4
  521. package/lib/cjs/text-align-left.d.ts.map +0 -1
  522. package/lib/cjs/text-align-right.d.ts +0 -4
  523. package/lib/cjs/text-align-right.d.ts.map +0 -1
  524. package/lib/cjs/text-capitalize.d.ts +0 -4
  525. package/lib/cjs/text-capitalize.d.ts.map +0 -1
  526. package/lib/cjs/text-direction-ltr.d.ts +0 -4
  527. package/lib/cjs/text-direction-ltr.d.ts.map +0 -1
  528. package/lib/cjs/text-direction-rtl.d.ts +0 -4
  529. package/lib/cjs/text-direction-rtl.d.ts.map +0 -1
  530. package/lib/cjs/text-hyphen.d.ts +0 -4
  531. package/lib/cjs/text-hyphen.d.ts.map +0 -1
  532. package/lib/cjs/text-italic.d.ts +0 -4
  533. package/lib/cjs/text-italic.d.ts.map +0 -1
  534. package/lib/cjs/text-lowercase.d.ts +0 -4
  535. package/lib/cjs/text-lowercase.d.ts.map +0 -1
  536. package/lib/cjs/text-strikethrough.d.ts +0 -4
  537. package/lib/cjs/text-strikethrough.d.ts.map +0 -1
  538. package/lib/cjs/text-truncate.d.ts +0 -4
  539. package/lib/cjs/text-truncate.d.ts.map +0 -1
  540. package/lib/cjs/text-underline.d.ts +0 -4
  541. package/lib/cjs/text-underline.d.ts.map +0 -1
  542. package/lib/cjs/text-uppercase.d.ts +0 -4
  543. package/lib/cjs/text-uppercase.d.ts.map +0 -1
  544. package/lib/cjs/trash.d.ts +0 -4
  545. package/lib/cjs/trash.d.ts.map +0 -1
  546. package/lib/cjs/types.d.ts +0 -9
  547. package/lib/cjs/types.d.ts.map +0 -1
  548. package/lib/cjs/undo.d.ts +0 -4
  549. package/lib/cjs/undo.d.ts.map +0 -1
  550. package/lib/cjs/upload.d.ts +0 -4
  551. package/lib/cjs/upload.d.ts.map +0 -1
  552. package/lib/cloud.d.ts +0 -4
  553. package/lib/cloud.d.ts.map +0 -1
  554. package/lib/copy.d.ts +0 -4
  555. package/lib/copy.d.ts.map +0 -1
  556. package/lib/cross-circled-filled.d.ts +0 -4
  557. package/lib/cross-circled-filled.d.ts.map +0 -1
  558. package/lib/cross-large.d.ts +0 -4
  559. package/lib/cross-large.d.ts.map +0 -1
  560. package/lib/cross-small.d.ts +0 -4
  561. package/lib/cross-small.d.ts.map +0 -1
  562. package/lib/cross.d.ts +0 -4
  563. package/lib/cross.d.ts.map +0 -1
  564. package/lib/devices.d.ts +0 -4
  565. package/lib/devices.d.ts.map +0 -1
  566. package/lib/ellipses.d.ts +0 -4
  567. package/lib/ellipses.d.ts.map +0 -1
  568. package/lib/external-link.d.ts +0 -4
  569. package/lib/external-link.d.ts.map +0 -1
  570. package/lib/flex-direction-column-reverse.d.ts +0 -4
  571. package/lib/flex-direction-column-reverse.d.ts.map +0 -1
  572. package/lib/flex-direction-column.d.ts +0 -4
  573. package/lib/flex-direction-column.d.ts.map +0 -1
  574. package/lib/flex-direction-row-reverse.d.ts +0 -4
  575. package/lib/flex-direction-row-reverse.d.ts.map +0 -1
  576. package/lib/flex-direction-row.d.ts +0 -4
  577. package/lib/flex-direction-row.d.ts.map +0 -1
  578. package/lib/flex-sizing-grow.d.ts +0 -4
  579. package/lib/flex-sizing-grow.d.ts.map +0 -1
  580. package/lib/flex-sizing-shrink.d.ts +0 -4
  581. package/lib/flex-sizing-shrink.d.ts.map +0 -1
  582. package/lib/flex-wrap-no-wrap.d.ts +0 -4
  583. package/lib/flex-wrap-no-wrap.d.ts.map +0 -1
  584. package/lib/flex-wrap-wrap-reverse.d.ts +0 -4
  585. package/lib/flex-wrap-wrap-reverse.d.ts.map +0 -1
  586. package/lib/flex-wrap-wrap.d.ts +0 -4
  587. package/lib/flex-wrap-wrap.d.ts.map +0 -1
  588. package/lib/form.d.ts +0 -4
  589. package/lib/form.d.ts.map +0 -1
  590. package/lib/gap-column.d.ts +0 -4
  591. package/lib/gap-column.d.ts.map +0 -1
  592. package/lib/gap-row.d.ts +0 -4
  593. package/lib/gap-row.d.ts.map +0 -1
  594. package/lib/gear.d.ts +0 -9
  595. package/lib/gear.d.ts.map +0 -1
  596. package/lib/gen/format-clear.d.ts +0 -4
  597. package/lib/gen/format-clear.d.ts.map +0 -1
  598. package/lib/gen/format-clear.js +0 -8
  599. package/lib/gen/index.d.ts +0 -4
  600. package/lib/gen/index.d.ts.map +0 -1
  601. package/lib/gen/subscript.d.ts +0 -4
  602. package/lib/gen/subscript.d.ts.map +0 -1
  603. package/lib/gen/subscript.js +0 -8
  604. package/lib/gen/superscript.d.ts +0 -4
  605. package/lib/gen/superscript.d.ts.map +0 -1
  606. package/lib/gen/superscript.js +0 -8
  607. package/lib/github.d.ts +0 -4
  608. package/lib/github.d.ts.map +0 -1
  609. package/lib/google.d.ts +0 -4
  610. package/lib/google.d.ts.map +0 -1
  611. package/lib/index.d.ts +0 -94
  612. package/lib/index.d.ts.map +0 -1
  613. package/lib/index.stories.d.ts +0 -7
  614. package/lib/index.stories.d.ts.map +0 -1
  615. package/lib/index.stories.js +0 -35
  616. package/lib/justify-content-center.d.ts +0 -4
  617. package/lib/justify-content-center.d.ts.map +0 -1
  618. package/lib/justify-content-end.d.ts +0 -4
  619. package/lib/justify-content-end.d.ts.map +0 -1
  620. package/lib/justify-content-space-around.d.ts +0 -4
  621. package/lib/justify-content-space-around.d.ts.map +0 -1
  622. package/lib/justify-content-space-between.d.ts +0 -4
  623. package/lib/justify-content-space-between.d.ts.map +0 -1
  624. package/lib/justify-content-start.d.ts +0 -4
  625. package/lib/justify-content-start.d.ts.map +0 -1
  626. package/lib/justify-items-center.d.ts +0 -4
  627. package/lib/justify-items-center.d.ts.map +0 -1
  628. package/lib/justify-items-end.d.ts +0 -4
  629. package/lib/justify-items-end.d.ts.map +0 -1
  630. package/lib/justify-items-space-around.d.ts +0 -4
  631. package/lib/justify-items-space-around.d.ts.map +0 -1
  632. package/lib/justify-items-space-between.d.ts +0 -4
  633. package/lib/justify-items-space-between.d.ts.map +0 -1
  634. package/lib/justify-items-start.d.ts +0 -4
  635. package/lib/justify-items-start.d.ts.map +0 -1
  636. package/lib/legacy.d.ts +0 -2
  637. package/lib/legacy.d.ts.map +0 -1
  638. package/lib/list-nested.d.ts +0 -4
  639. package/lib/list-nested.d.ts.map +0 -1
  640. package/lib/lock-close.d.ts +0 -4
  641. package/lib/lock-close.d.ts.map +0 -1
  642. package/lib/lock-open.d.ts +0 -4
  643. package/lib/lock-open.d.ts.map +0 -1
  644. package/lib/magnifying-glass.d.ts +0 -4
  645. package/lib/magnifying-glass.d.ts.map +0 -1
  646. package/lib/menu.d.ts +0 -4
  647. package/lib/menu.d.ts.map +0 -1
  648. package/lib/new-folder.d.ts +0 -4
  649. package/lib/new-folder.d.ts.map +0 -1
  650. package/lib/new-page.d.ts +0 -4
  651. package/lib/new-page.d.ts.map +0 -1
  652. package/lib/order-first.d.ts +0 -4
  653. package/lib/order-first.d.ts.map +0 -1
  654. package/lib/order-last.d.ts +0 -4
  655. package/lib/order-last.d.ts.map +0 -1
  656. package/lib/page.d.ts +0 -4
  657. package/lib/page.d.ts.map +0 -1
  658. package/lib/redo.d.ts +0 -4
  659. package/lib/redo.d.ts.map +0 -1
  660. package/lib/size.d.ts +0 -4
  661. package/lib/size.d.ts.map +0 -1
  662. package/lib/tablet.d.ts +0 -4
  663. package/lib/tablet.d.ts.map +0 -1
  664. package/lib/text-align-center.d.ts +0 -4
  665. package/lib/text-align-center.d.ts.map +0 -1
  666. package/lib/text-align-justify.d.ts +0 -4
  667. package/lib/text-align-justify.d.ts.map +0 -1
  668. package/lib/text-align-left.d.ts +0 -4
  669. package/lib/text-align-left.d.ts.map +0 -1
  670. package/lib/text-align-right.d.ts +0 -4
  671. package/lib/text-align-right.d.ts.map +0 -1
  672. package/lib/text-capitalize.d.ts +0 -4
  673. package/lib/text-capitalize.d.ts.map +0 -1
  674. package/lib/text-direction-ltr.d.ts +0 -4
  675. package/lib/text-direction-ltr.d.ts.map +0 -1
  676. package/lib/text-direction-rtl.d.ts +0 -4
  677. package/lib/text-direction-rtl.d.ts.map +0 -1
  678. package/lib/text-hyphen.d.ts +0 -4
  679. package/lib/text-hyphen.d.ts.map +0 -1
  680. package/lib/text-italic.d.ts +0 -4
  681. package/lib/text-italic.d.ts.map +0 -1
  682. package/lib/text-lowercase.d.ts +0 -4
  683. package/lib/text-lowercase.d.ts.map +0 -1
  684. package/lib/text-strikethrough.d.ts +0 -4
  685. package/lib/text-strikethrough.d.ts.map +0 -1
  686. package/lib/text-truncate.d.ts +0 -4
  687. package/lib/text-truncate.d.ts.map +0 -1
  688. package/lib/text-underline.d.ts +0 -4
  689. package/lib/text-underline.d.ts.map +0 -1
  690. package/lib/text-uppercase.d.ts +0 -4
  691. package/lib/text-uppercase.d.ts.map +0 -1
  692. package/lib/trash.d.ts +0 -4
  693. package/lib/trash.d.ts.map +0 -1
  694. package/lib/tsconfig.tsbuildinfo +0 -1
  695. package/lib/types.d.ts +0 -9
  696. package/lib/types.d.ts.map +0 -1
  697. package/lib/undo.d.ts +0 -4
  698. package/lib/undo.d.ts.map +0 -1
  699. package/lib/upload.d.ts +0 -4
  700. package/lib/upload.d.ts.map +0 -1
@@ -1,32 +1,51 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.AlignItemsEndIcon = void 0;
27
- const jsx_runtime_1 = require("react/jsx-runtime");
28
- const React = __importStar(require("react"));
29
- exports.AlignItemsEndIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
30
- return ((0, jsx_runtime_1.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 16H19.2V17.6H4.80005V16H8.00005V9.59999H11.2V16H12.8V6.39999H16V16Z", fill: color }) }));
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
+ mod
23
+ ));
24
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
25
+ var align_items_end_exports = {};
26
+ __export(align_items_end_exports, {
27
+ AlignItemsEndIcon: () => AlignItemsEndIcon
31
28
  });
32
- exports.AlignItemsEndIcon.displayName = "AlignItemsEndIcon";
29
+ module.exports = __toCommonJS(align_items_end_exports);
30
+ var import_jsx_runtime = require("react/jsx-runtime");
31
+ var React = __toESM(require("react"), 1);
32
+ const AlignItemsEndIcon = React.forwardRef(
33
+ ({ color = "currentColor", ...props }, forwardedRef) => {
34
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
35
+ width: "24",
36
+ height: "24",
37
+ viewBox: "0 0 24 24",
38
+ fill: "none",
39
+ xmlns: "http://www.w3.org/2000/svg",
40
+ ...props,
41
+ ref: forwardedRef,
42
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
43
+ fillRule: "evenodd",
44
+ clipRule: "evenodd",
45
+ d: "M16 16H19.2V17.6H4.80005V16H8.00005V9.59999H11.2V16H12.8V6.39999H16V16Z",
46
+ fill: color
47
+ })
48
+ });
49
+ }
50
+ );
51
+ AlignItemsEndIcon.displayName = "AlignItemsEndIcon";
@@ -1,32 +1,51 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.AlignItemsStartIcon = void 0;
27
- const jsx_runtime_1 = require("react/jsx-runtime");
28
- const React = __importStar(require("react"));
29
- exports.AlignItemsStartIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
30
- return ((0, jsx_runtime_1.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.8 7.99999H11.2V14.4H8.00005V7.99999H4.80005V6.39999H19.2V7.99999H16V17.6H12.8V7.99999Z", fill: color }) }));
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
+ mod
23
+ ));
24
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
25
+ var align_items_start_exports = {};
26
+ __export(align_items_start_exports, {
27
+ AlignItemsStartIcon: () => AlignItemsStartIcon
31
28
  });
32
- exports.AlignItemsStartIcon.displayName = "AlignItemsStartIcon";
29
+ module.exports = __toCommonJS(align_items_start_exports);
30
+ var import_jsx_runtime = require("react/jsx-runtime");
31
+ var React = __toESM(require("react"), 1);
32
+ const AlignItemsStartIcon = React.forwardRef(
33
+ ({ color = "currentColor", ...props }, forwardedRef) => {
34
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
35
+ width: "24",
36
+ height: "24",
37
+ viewBox: "0 0 24 24",
38
+ fill: "none",
39
+ xmlns: "http://www.w3.org/2000/svg",
40
+ ...props,
41
+ ref: forwardedRef,
42
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
43
+ fillRule: "evenodd",
44
+ clipRule: "evenodd",
45
+ d: "M12.8 7.99999H11.2V14.4H8.00005V7.99999H4.80005V6.39999H19.2V7.99999H16V17.6H12.8V7.99999Z",
46
+ fill: color
47
+ })
48
+ });
49
+ }
50
+ );
51
+ AlignItemsStartIcon.displayName = "AlignItemsStartIcon";
@@ -1,32 +1,51 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.AlignItemsStretchIcon = void 0;
27
- const jsx_runtime_1 = require("react/jsx-runtime");
28
- const React = __importStar(require("react"));
29
- exports.AlignItemsStretchIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
30
- return ((0, jsx_runtime_1.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 16H19.2V17.6H4.80005V16H8.00005V7.99999H4.80005V6.39999H19.2V7.99999H16V16ZM12.8 16V7.99999H11.2V16H12.8Z", fill: color }) }));
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
+ mod
23
+ ));
24
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
25
+ var align_items_stretch_exports = {};
26
+ __export(align_items_stretch_exports, {
27
+ AlignItemsStretchIcon: () => AlignItemsStretchIcon
31
28
  });
32
- exports.AlignItemsStretchIcon.displayName = "AlignItemsStretchIcon";
29
+ module.exports = __toCommonJS(align_items_stretch_exports);
30
+ var import_jsx_runtime = require("react/jsx-runtime");
31
+ var React = __toESM(require("react"), 1);
32
+ const AlignItemsStretchIcon = React.forwardRef(
33
+ ({ color = "currentColor", ...props }, forwardedRef) => {
34
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
35
+ width: "24",
36
+ height: "24",
37
+ viewBox: "0 0 24 24",
38
+ fill: "none",
39
+ xmlns: "http://www.w3.org/2000/svg",
40
+ ...props,
41
+ ref: forwardedRef,
42
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
43
+ fillRule: "evenodd",
44
+ clipRule: "evenodd",
45
+ d: "M16 16H19.2V17.6H4.80005V16H8.00005V7.99999H4.80005V6.39999H19.2V7.99999H16V16ZM12.8 16V7.99999H11.2V16H12.8Z",
46
+ fill: color
47
+ })
48
+ });
49
+ }
50
+ );
51
+ AlignItemsStretchIcon.displayName = "AlignItemsStretchIcon";
@@ -1,32 +1,82 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.AlignSelfBaselineIcon = void 0;
27
- const jsx_runtime_1 = require("react/jsx-runtime");
28
- const React = __importStar(require("react"));
29
- exports.AlignSelfBaselineIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
30
- return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "16", height: "16", ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("mask", { id: "a", fill: "#fff", children: (0, jsx_runtime_1.jsx)("rect", { width: "3", height: "10", x: "6.5", y: "3", rx: ".8" }) }), (0, jsx_runtime_1.jsx)("rect", { width: "3", height: "10", x: "6.5", y: "3", stroke: color, strokeWidth: "2", mask: "url(#a)", rx: ".8" }), (0, jsx_runtime_1.jsx)("rect", { width: "3", height: "5.73926", x: "6.5", y: "7.25977", fill: color, rx: ".8" }), (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M1.5 7.95c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z", clipRule: "evenodd" })] }));
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
+ mod
23
+ ));
24
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
25
+ var align_self_baseline_exports = {};
26
+ __export(align_self_baseline_exports, {
27
+ AlignSelfBaselineIcon: () => AlignSelfBaselineIcon
31
28
  });
32
- exports.AlignSelfBaselineIcon.displayName = "AlignSelfBaselineIcon";
29
+ module.exports = __toCommonJS(align_self_baseline_exports);
30
+ var import_jsx_runtime = require("react/jsx-runtime");
31
+ var React = __toESM(require("react"), 1);
32
+ const AlignSelfBaselineIcon = React.forwardRef(
33
+ ({ color = "currentColor", ...props }, forwardedRef) => {
34
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ fill: "none",
37
+ viewBox: "0 0 16 16",
38
+ width: "16",
39
+ height: "16",
40
+ ...props,
41
+ ref: forwardedRef,
42
+ children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", {
44
+ id: "a",
45
+ fill: "#fff",
46
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", {
47
+ width: "3",
48
+ height: "10",
49
+ x: "6.5",
50
+ y: "3",
51
+ rx: ".8"
52
+ })
53
+ }),
54
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", {
55
+ width: "3",
56
+ height: "10",
57
+ x: "6.5",
58
+ y: "3",
59
+ stroke: color,
60
+ strokeWidth: "2",
61
+ mask: "url(#a)",
62
+ rx: ".8"
63
+ }),
64
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", {
65
+ width: "3",
66
+ height: "5.73926",
67
+ x: "6.5",
68
+ y: "7.25977",
69
+ fill: color,
70
+ rx: ".8"
71
+ }),
72
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
73
+ fill: color,
74
+ fillRule: "evenodd",
75
+ d: "M1.5 7.95c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z",
76
+ clipRule: "evenodd"
77
+ })
78
+ ]
79
+ });
80
+ }
81
+ );
82
+ AlignSelfBaselineIcon.displayName = "AlignSelfBaselineIcon";
@@ -1,32 +1,61 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.AlignSelfCenterIcon = void 0;
27
- const jsx_runtime_1 = require("react/jsx-runtime");
28
- const React = __importStar(require("react"));
29
- exports.AlignSelfCenterIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
30
- return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "16", height: "16", ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("rect", { width: "3", height: "10", x: "6.5", y: "3", fill: color, rx: ".8" }), (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M1.5 7.95c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z", clipRule: "evenodd" })] }));
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
+ mod
23
+ ));
24
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
25
+ var align_self_center_exports = {};
26
+ __export(align_self_center_exports, {
27
+ AlignSelfCenterIcon: () => AlignSelfCenterIcon
31
28
  });
32
- exports.AlignSelfCenterIcon.displayName = "AlignSelfCenterIcon";
29
+ module.exports = __toCommonJS(align_self_center_exports);
30
+ var import_jsx_runtime = require("react/jsx-runtime");
31
+ var React = __toESM(require("react"), 1);
32
+ const AlignSelfCenterIcon = React.forwardRef(
33
+ ({ color = "currentColor", ...props }, forwardedRef) => {
34
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ fill: "none",
37
+ viewBox: "0 0 16 16",
38
+ width: "16",
39
+ height: "16",
40
+ ...props,
41
+ ref: forwardedRef,
42
+ children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", {
44
+ width: "3",
45
+ height: "10",
46
+ x: "6.5",
47
+ y: "3",
48
+ fill: color,
49
+ rx: ".8"
50
+ }),
51
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
52
+ fill: color,
53
+ fillRule: "evenodd",
54
+ d: "M1.5 7.95c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z",
55
+ clipRule: "evenodd"
56
+ })
57
+ ]
58
+ });
59
+ }
60
+ );
61
+ AlignSelfCenterIcon.displayName = "AlignSelfCenterIcon";
@@ -1,32 +1,62 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.AlignSelfEndIcon = void 0;
27
- const jsx_runtime_1 = require("react/jsx-runtime");
28
- const React = __importStar(require("react"));
29
- exports.AlignSelfEndIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
30
- return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "16", height: "16", ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M14.5 14.2004c0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7 0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7Z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("rect", { width: "3", height: "9", x: "9.5", y: "12.4004", fill: color, rx: ".8", transform: "rotate(-180 9.5 12.4004)" })] }));
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
+ mod
23
+ ));
24
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
25
+ var align_self_end_exports = {};
26
+ __export(align_self_end_exports, {
27
+ AlignSelfEndIcon: () => AlignSelfEndIcon
31
28
  });
32
- exports.AlignSelfEndIcon.displayName = "AlignSelfEndIcon";
29
+ module.exports = __toCommonJS(align_self_end_exports);
30
+ var import_jsx_runtime = require("react/jsx-runtime");
31
+ var React = __toESM(require("react"), 1);
32
+ const AlignSelfEndIcon = React.forwardRef(
33
+ ({ color = "currentColor", ...props }, forwardedRef) => {
34
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ fill: "none",
37
+ viewBox: "0 0 16 16",
38
+ width: "16",
39
+ height: "16",
40
+ ...props,
41
+ ref: forwardedRef,
42
+ children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
44
+ fill: color,
45
+ fillRule: "evenodd",
46
+ d: "M14.5 14.2004c0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7 0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7Z",
47
+ clipRule: "evenodd"
48
+ }),
49
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", {
50
+ width: "3",
51
+ height: "9",
52
+ x: "9.5",
53
+ y: "12.4004",
54
+ fill: color,
55
+ rx: ".8",
56
+ transform: "rotate(-180 9.5 12.4004)"
57
+ })
58
+ ]
59
+ });
60
+ }
61
+ );
62
+ AlignSelfEndIcon.displayName = "AlignSelfEndIcon";