@webstudio-is/icons 0.1.1 → 0.2.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 (576) hide show
  1. package/lib/align-content-center.d.ts +4 -0
  2. package/lib/align-content-center.d.ts.map +1 -0
  3. package/lib/align-content-center.js +6 -0
  4. package/lib/align-content-end.d.ts +4 -0
  5. package/lib/align-content-end.d.ts.map +1 -0
  6. package/lib/align-content-end.js +6 -0
  7. package/lib/align-content-space-around.d.ts +4 -0
  8. package/lib/align-content-space-around.d.ts.map +1 -0
  9. package/lib/align-content-space-around.js +6 -0
  10. package/lib/align-content-space-between.d.ts +4 -0
  11. package/lib/align-content-space-between.d.ts.map +1 -0
  12. package/lib/align-content-space-between.js +6 -0
  13. package/lib/align-content-start.d.ts +4 -0
  14. package/lib/align-content-start.d.ts.map +1 -0
  15. package/lib/align-content-start.js +6 -0
  16. package/lib/align-content-stretch.d.ts +4 -0
  17. package/lib/align-content-stretch.d.ts.map +1 -0
  18. package/lib/align-content-stretch.js +6 -0
  19. package/lib/align-items-baseline.d.ts +4 -0
  20. package/lib/align-items-baseline.d.ts.map +1 -0
  21. package/lib/align-items-baseline.js +6 -0
  22. package/lib/align-items-center.d.ts +4 -0
  23. package/lib/align-items-center.d.ts.map +1 -0
  24. package/lib/align-items-center.js +6 -0
  25. package/lib/align-items-end.d.ts +4 -0
  26. package/lib/align-items-end.d.ts.map +1 -0
  27. package/lib/align-items-end.js +6 -0
  28. package/lib/align-items-start.d.ts +4 -0
  29. package/lib/align-items-start.d.ts.map +1 -0
  30. package/lib/align-items-start.js +6 -0
  31. package/lib/align-items-stretch.d.ts +4 -0
  32. package/lib/align-items-stretch.d.ts.map +1 -0
  33. package/lib/align-items-stretch.js +6 -0
  34. package/lib/align-self-baseline.d.ts +4 -0
  35. package/lib/align-self-baseline.d.ts.map +1 -0
  36. package/lib/align-self-baseline.js +6 -0
  37. package/lib/align-self-center.d.ts +4 -0
  38. package/lib/align-self-center.d.ts.map +1 -0
  39. package/lib/align-self-center.js +6 -0
  40. package/lib/align-self-end.d.ts +4 -0
  41. package/lib/align-self-end.d.ts.map +1 -0
  42. package/lib/align-self-end.js +6 -0
  43. package/lib/align-self-start.d.ts +4 -0
  44. package/lib/align-self-start.d.ts.map +1 -0
  45. package/lib/align-self-start.js +6 -0
  46. package/lib/align-self-stretch.d.ts +4 -0
  47. package/lib/align-self-stretch.d.ts.map +1 -0
  48. package/lib/align-self-stretch.js +6 -0
  49. package/lib/aspect-ratio.d.ts +4 -0
  50. package/lib/aspect-ratio.d.ts.map +1 -0
  51. package/lib/aspect-ratio.js +6 -0
  52. package/lib/body.js +5 -31
  53. package/lib/brush.js +5 -31
  54. package/lib/chevron-double-down.d.ts +4 -0
  55. package/lib/chevron-double-down.d.ts.map +1 -0
  56. package/lib/chevron-double-down.js +6 -0
  57. package/lib/chevron-double-left.d.ts +4 -0
  58. package/lib/chevron-double-left.d.ts.map +1 -0
  59. package/lib/chevron-double-left.js +6 -0
  60. package/lib/chevron-double-right.d.ts +4 -0
  61. package/lib/chevron-double-right.d.ts.map +1 -0
  62. package/lib/chevron-double-right.js +6 -0
  63. package/lib/chevron-double-up.d.ts +4 -0
  64. package/lib/chevron-double-up.d.ts.map +1 -0
  65. package/lib/chevron-double-up.js +6 -0
  66. package/lib/chevron-down.d.ts +4 -0
  67. package/lib/chevron-down.d.ts.map +1 -0
  68. package/lib/chevron-down.js +6 -0
  69. package/lib/chevron-left.d.ts +4 -0
  70. package/lib/chevron-left.d.ts.map +1 -0
  71. package/lib/chevron-left.js +6 -0
  72. package/lib/chevron-right.d.ts +4 -0
  73. package/lib/chevron-right.d.ts.map +1 -0
  74. package/lib/chevron-right.js +6 -0
  75. package/lib/chevron-up.d.ts +4 -0
  76. package/lib/chevron-up.d.ts.map +1 -0
  77. package/lib/chevron-up.js +6 -0
  78. package/lib/cjs/align-content-center.cjs +32 -0
  79. package/lib/cjs/align-content-center.d.ts +4 -0
  80. package/lib/cjs/align-content-center.d.ts.map +1 -0
  81. package/lib/cjs/align-content-end.cjs +32 -0
  82. package/lib/cjs/align-content-end.d.ts +4 -0
  83. package/lib/cjs/align-content-end.d.ts.map +1 -0
  84. package/lib/cjs/align-content-space-around.cjs +32 -0
  85. package/lib/cjs/align-content-space-around.d.ts +4 -0
  86. package/lib/cjs/align-content-space-around.d.ts.map +1 -0
  87. package/lib/cjs/align-content-space-between.cjs +32 -0
  88. package/lib/cjs/align-content-space-between.d.ts +4 -0
  89. package/lib/cjs/align-content-space-between.d.ts.map +1 -0
  90. package/lib/cjs/align-content-start.cjs +32 -0
  91. package/lib/cjs/align-content-start.d.ts +4 -0
  92. package/lib/cjs/align-content-start.d.ts.map +1 -0
  93. package/lib/cjs/align-content-stretch.cjs +32 -0
  94. package/lib/cjs/align-content-stretch.d.ts +4 -0
  95. package/lib/cjs/align-content-stretch.d.ts.map +1 -0
  96. package/lib/cjs/align-items-baseline.cjs +32 -0
  97. package/lib/cjs/align-items-baseline.d.ts +4 -0
  98. package/lib/cjs/align-items-baseline.d.ts.map +1 -0
  99. package/lib/cjs/align-items-center.cjs +32 -0
  100. package/lib/cjs/align-items-center.d.ts +4 -0
  101. package/lib/cjs/align-items-center.d.ts.map +1 -0
  102. package/lib/cjs/align-items-end.cjs +32 -0
  103. package/lib/cjs/align-items-end.d.ts +4 -0
  104. package/lib/cjs/align-items-end.d.ts.map +1 -0
  105. package/lib/cjs/align-items-start.cjs +32 -0
  106. package/lib/cjs/align-items-start.d.ts +4 -0
  107. package/lib/cjs/align-items-start.d.ts.map +1 -0
  108. package/lib/cjs/align-items-stretch.cjs +32 -0
  109. package/lib/cjs/align-items-stretch.d.ts +4 -0
  110. package/lib/cjs/align-items-stretch.d.ts.map +1 -0
  111. package/lib/cjs/align-self-baseline.cjs +32 -0
  112. package/lib/cjs/align-self-baseline.d.ts +4 -0
  113. package/lib/cjs/align-self-baseline.d.ts.map +1 -0
  114. package/lib/cjs/align-self-center.cjs +32 -0
  115. package/lib/cjs/align-self-center.d.ts +4 -0
  116. package/lib/cjs/align-self-center.d.ts.map +1 -0
  117. package/lib/cjs/align-self-end.cjs +32 -0
  118. package/lib/cjs/align-self-end.d.ts +4 -0
  119. package/lib/cjs/align-self-end.d.ts.map +1 -0
  120. package/lib/cjs/align-self-start.cjs +32 -0
  121. package/lib/cjs/align-self-start.d.ts +4 -0
  122. package/lib/cjs/align-self-start.d.ts.map +1 -0
  123. package/lib/cjs/align-self-stretch.cjs +32 -0
  124. package/lib/cjs/align-self-stretch.d.ts +4 -0
  125. package/lib/cjs/align-self-stretch.d.ts.map +1 -0
  126. package/lib/cjs/aspect-ratio.cjs +32 -0
  127. package/lib/cjs/aspect-ratio.d.ts +4 -0
  128. package/lib/cjs/aspect-ratio.d.ts.map +1 -0
  129. package/lib/cjs/body.cjs +32 -0
  130. package/lib/cjs/body.d.ts +4 -0
  131. package/lib/cjs/body.d.ts.map +1 -0
  132. package/lib/cjs/brush.cjs +32 -0
  133. package/lib/cjs/brush.d.ts +4 -0
  134. package/lib/cjs/brush.d.ts.map +1 -0
  135. package/lib/cjs/chevron-double-down.cjs +32 -0
  136. package/lib/cjs/chevron-double-down.d.ts +4 -0
  137. package/lib/cjs/chevron-double-down.d.ts.map +1 -0
  138. package/lib/cjs/chevron-double-left.cjs +32 -0
  139. package/lib/cjs/chevron-double-left.d.ts +4 -0
  140. package/lib/cjs/chevron-double-left.d.ts.map +1 -0
  141. package/lib/cjs/chevron-double-right.cjs +32 -0
  142. package/lib/cjs/chevron-double-right.d.ts +4 -0
  143. package/lib/cjs/chevron-double-right.d.ts.map +1 -0
  144. package/lib/cjs/chevron-double-up.cjs +32 -0
  145. package/lib/cjs/chevron-double-up.d.ts +4 -0
  146. package/lib/cjs/chevron-double-up.d.ts.map +1 -0
  147. package/lib/cjs/chevron-down.cjs +32 -0
  148. package/lib/cjs/chevron-down.d.ts +4 -0
  149. package/lib/cjs/chevron-down.d.ts.map +1 -0
  150. package/lib/cjs/chevron-left.cjs +32 -0
  151. package/lib/cjs/chevron-left.d.ts +4 -0
  152. package/lib/cjs/chevron-left.d.ts.map +1 -0
  153. package/lib/cjs/chevron-right.cjs +32 -0
  154. package/lib/cjs/chevron-right.d.ts +4 -0
  155. package/lib/cjs/chevron-right.d.ts.map +1 -0
  156. package/lib/cjs/chevron-up.cjs +32 -0
  157. package/lib/cjs/chevron-up.d.ts +4 -0
  158. package/lib/cjs/chevron-up.d.ts.map +1 -0
  159. package/lib/cjs/cloud.cjs +32 -0
  160. package/lib/cjs/cloud.d.ts +4 -0
  161. package/lib/cjs/cloud.d.ts.map +1 -0
  162. package/lib/cjs/copy.cjs +32 -0
  163. package/lib/cjs/copy.d.ts +4 -0
  164. package/lib/cjs/copy.d.ts.map +1 -0
  165. package/lib/cjs/cross-circled-filled.cjs +32 -0
  166. package/lib/cjs/cross-circled-filled.d.ts +4 -0
  167. package/lib/cjs/cross-circled-filled.d.ts.map +1 -0
  168. package/lib/cjs/cross-large.cjs +32 -0
  169. package/lib/cjs/cross-large.d.ts +4 -0
  170. package/lib/cjs/cross-large.d.ts.map +1 -0
  171. package/lib/cjs/cross-small.cjs +32 -0
  172. package/lib/cjs/cross-small.d.ts +4 -0
  173. package/lib/cjs/cross-small.d.ts.map +1 -0
  174. package/lib/cjs/cross.cjs +32 -0
  175. package/lib/cjs/cross.d.ts +4 -0
  176. package/lib/cjs/cross.d.ts.map +1 -0
  177. package/lib/cjs/devices.cjs +32 -0
  178. package/lib/cjs/devices.d.ts +4 -0
  179. package/lib/cjs/devices.d.ts.map +1 -0
  180. package/lib/cjs/ellipses.cjs +32 -0
  181. package/lib/cjs/ellipses.d.ts +4 -0
  182. package/lib/cjs/ellipses.d.ts.map +1 -0
  183. package/lib/cjs/external-link.cjs +32 -0
  184. package/lib/cjs/external-link.d.ts +4 -0
  185. package/lib/cjs/external-link.d.ts.map +1 -0
  186. package/lib/cjs/flex-direction-column-reverse.cjs +32 -0
  187. package/lib/cjs/flex-direction-column-reverse.d.ts +4 -0
  188. package/lib/cjs/flex-direction-column-reverse.d.ts.map +1 -0
  189. package/lib/cjs/flex-direction-column.cjs +32 -0
  190. package/lib/cjs/flex-direction-column.d.ts +4 -0
  191. package/lib/cjs/flex-direction-column.d.ts.map +1 -0
  192. package/lib/cjs/flex-direction-row-reverse.cjs +32 -0
  193. package/lib/cjs/flex-direction-row-reverse.d.ts +4 -0
  194. package/lib/cjs/flex-direction-row-reverse.d.ts.map +1 -0
  195. package/lib/cjs/flex-direction-row.cjs +32 -0
  196. package/lib/cjs/flex-direction-row.d.ts +4 -0
  197. package/lib/cjs/flex-direction-row.d.ts.map +1 -0
  198. package/lib/cjs/flex-sizing-grow.cjs +32 -0
  199. package/lib/cjs/flex-sizing-grow.d.ts +4 -0
  200. package/lib/cjs/flex-sizing-grow.d.ts.map +1 -0
  201. package/lib/cjs/flex-sizing-shrink.cjs +32 -0
  202. package/lib/cjs/flex-sizing-shrink.d.ts +4 -0
  203. package/lib/cjs/flex-sizing-shrink.d.ts.map +1 -0
  204. package/lib/cjs/flex-wrap-no-wrap.cjs +32 -0
  205. package/lib/cjs/flex-wrap-no-wrap.d.ts +4 -0
  206. package/lib/cjs/flex-wrap-no-wrap.d.ts.map +1 -0
  207. package/lib/cjs/flex-wrap-wrap-reverse.cjs +32 -0
  208. package/lib/cjs/flex-wrap-wrap-reverse.d.ts +4 -0
  209. package/lib/cjs/flex-wrap-wrap-reverse.d.ts.map +1 -0
  210. package/lib/cjs/flex-wrap-wrap.cjs +32 -0
  211. package/lib/cjs/flex-wrap-wrap.d.ts +4 -0
  212. package/lib/cjs/flex-wrap-wrap.d.ts.map +1 -0
  213. package/lib/cjs/form.cjs +32 -0
  214. package/lib/cjs/form.d.ts +4 -0
  215. package/lib/cjs/form.d.ts.map +1 -0
  216. package/lib/cjs/gap-column.cjs +32 -0
  217. package/lib/cjs/gap-column.d.ts +4 -0
  218. package/lib/cjs/gap-column.d.ts.map +1 -0
  219. package/lib/cjs/gap-row.cjs +32 -0
  220. package/lib/cjs/gap-row.d.ts +4 -0
  221. package/lib/cjs/gap-row.d.ts.map +1 -0
  222. package/lib/cjs/gear.cjs +38 -0
  223. package/lib/cjs/gear.d.ts +9 -0
  224. package/lib/cjs/gear.d.ts.map +1 -0
  225. package/lib/cjs/gen/format-clear.cjs +11 -0
  226. package/lib/cjs/gen/format-clear.d.ts +4 -0
  227. package/lib/cjs/gen/format-clear.d.ts.map +1 -0
  228. package/lib/cjs/gen/index.cjs +19 -0
  229. package/lib/cjs/gen/index.d.ts +4 -0
  230. package/lib/cjs/gen/index.d.ts.map +1 -0
  231. package/lib/cjs/gen/subscript.cjs +11 -0
  232. package/lib/cjs/gen/subscript.d.ts +4 -0
  233. package/lib/cjs/gen/subscript.d.ts.map +1 -0
  234. package/lib/cjs/gen/superscript.cjs +11 -0
  235. package/lib/cjs/gen/superscript.d.ts +4 -0
  236. package/lib/cjs/gen/superscript.d.ts.map +1 -0
  237. package/lib/cjs/github.cjs +32 -0
  238. package/lib/cjs/github.d.ts +4 -0
  239. package/lib/cjs/github.d.ts.map +1 -0
  240. package/lib/cjs/google.cjs +32 -0
  241. package/lib/cjs/google.d.ts +4 -0
  242. package/lib/cjs/google.d.ts.map +1 -0
  243. package/lib/cjs/index.cjs +109 -0
  244. package/lib/cjs/index.d.ts +94 -0
  245. package/lib/cjs/index.d.ts.map +1 -0
  246. package/lib/cjs/index.stories.cjs +62 -0
  247. package/lib/cjs/index.stories.d.ts +7 -0
  248. package/lib/cjs/index.stories.d.ts.map +1 -0
  249. package/lib/cjs/justify-content-center.cjs +32 -0
  250. package/lib/cjs/justify-content-center.d.ts +4 -0
  251. package/lib/cjs/justify-content-center.d.ts.map +1 -0
  252. package/lib/cjs/justify-content-end.cjs +32 -0
  253. package/lib/cjs/justify-content-end.d.ts +4 -0
  254. package/lib/cjs/justify-content-end.d.ts.map +1 -0
  255. package/lib/cjs/justify-content-space-around.cjs +32 -0
  256. package/lib/cjs/justify-content-space-around.d.ts +4 -0
  257. package/lib/cjs/justify-content-space-around.d.ts.map +1 -0
  258. package/lib/cjs/justify-content-space-between.cjs +32 -0
  259. package/lib/cjs/justify-content-space-between.d.ts +4 -0
  260. package/lib/cjs/justify-content-space-between.d.ts.map +1 -0
  261. package/lib/cjs/justify-content-start.cjs +32 -0
  262. package/lib/cjs/justify-content-start.d.ts +4 -0
  263. package/lib/cjs/justify-content-start.d.ts.map +1 -0
  264. package/lib/cjs/justify-items-center.cjs +33 -0
  265. package/lib/cjs/justify-items-center.d.ts +4 -0
  266. package/lib/cjs/justify-items-center.d.ts.map +1 -0
  267. package/lib/cjs/justify-items-end.cjs +33 -0
  268. package/lib/cjs/justify-items-end.d.ts +4 -0
  269. package/lib/cjs/justify-items-end.d.ts.map +1 -0
  270. package/lib/cjs/justify-items-space-around.cjs +33 -0
  271. package/lib/cjs/justify-items-space-around.d.ts +4 -0
  272. package/lib/cjs/justify-items-space-around.d.ts.map +1 -0
  273. package/lib/cjs/justify-items-space-between.cjs +33 -0
  274. package/lib/cjs/justify-items-space-between.d.ts +4 -0
  275. package/lib/cjs/justify-items-space-between.d.ts.map +1 -0
  276. package/lib/cjs/justify-items-start.cjs +33 -0
  277. package/lib/cjs/justify-items-start.d.ts +4 -0
  278. package/lib/cjs/justify-items-start.d.ts.map +1 -0
  279. package/lib/cjs/legacy.cjs +32 -0
  280. package/lib/cjs/legacy.d.ts +2 -0
  281. package/lib/cjs/legacy.d.ts.map +1 -0
  282. package/lib/cjs/list-nested.cjs +32 -0
  283. package/lib/cjs/list-nested.d.ts +4 -0
  284. package/lib/cjs/list-nested.d.ts.map +1 -0
  285. package/lib/cjs/lock-close.cjs +32 -0
  286. package/lib/cjs/lock-close.d.ts +4 -0
  287. package/lib/cjs/lock-close.d.ts.map +1 -0
  288. package/lib/cjs/lock-open.cjs +32 -0
  289. package/lib/cjs/lock-open.d.ts +4 -0
  290. package/lib/cjs/lock-open.d.ts.map +1 -0
  291. package/lib/cjs/magnifying-glass.cjs +32 -0
  292. package/lib/cjs/magnifying-glass.d.ts +4 -0
  293. package/lib/cjs/magnifying-glass.d.ts.map +1 -0
  294. package/lib/cjs/menu.cjs +32 -0
  295. package/lib/cjs/menu.d.ts +4 -0
  296. package/lib/cjs/menu.d.ts.map +1 -0
  297. package/lib/cjs/new-folder.cjs +32 -0
  298. package/lib/cjs/new-folder.d.ts +4 -0
  299. package/lib/cjs/new-folder.d.ts.map +1 -0
  300. package/lib/cjs/new-page.cjs +32 -0
  301. package/lib/cjs/new-page.d.ts +4 -0
  302. package/lib/cjs/new-page.d.ts.map +1 -0
  303. package/lib/cjs/order-first.cjs +32 -0
  304. package/lib/cjs/order-first.d.ts +4 -0
  305. package/lib/cjs/order-first.d.ts.map +1 -0
  306. package/lib/cjs/order-last.cjs +32 -0
  307. package/lib/cjs/order-last.d.ts +4 -0
  308. package/lib/cjs/order-last.d.ts.map +1 -0
  309. package/lib/cjs/page.cjs +32 -0
  310. package/lib/cjs/page.d.ts +4 -0
  311. package/lib/cjs/page.d.ts.map +1 -0
  312. package/lib/cjs/redo.cjs +32 -0
  313. package/lib/cjs/redo.d.ts +4 -0
  314. package/lib/cjs/redo.d.ts.map +1 -0
  315. package/lib/cjs/size.cjs +32 -0
  316. package/lib/cjs/size.d.ts +4 -0
  317. package/lib/cjs/size.d.ts.map +1 -0
  318. package/lib/cjs/tablet.cjs +32 -0
  319. package/lib/cjs/tablet.d.ts +4 -0
  320. package/lib/cjs/tablet.d.ts.map +1 -0
  321. package/lib/cjs/text-align-center.cjs +32 -0
  322. package/lib/cjs/text-align-center.d.ts +4 -0
  323. package/lib/cjs/text-align-center.d.ts.map +1 -0
  324. package/lib/cjs/text-align-justify.cjs +32 -0
  325. package/lib/cjs/text-align-justify.d.ts +4 -0
  326. package/lib/cjs/text-align-justify.d.ts.map +1 -0
  327. package/lib/cjs/text-align-left.cjs +32 -0
  328. package/lib/cjs/text-align-left.d.ts +4 -0
  329. package/lib/cjs/text-align-left.d.ts.map +1 -0
  330. package/lib/cjs/text-align-right.cjs +32 -0
  331. package/lib/cjs/text-align-right.d.ts +4 -0
  332. package/lib/cjs/text-align-right.d.ts.map +1 -0
  333. package/lib/cjs/text-capitalize.cjs +32 -0
  334. package/lib/cjs/text-capitalize.d.ts +4 -0
  335. package/lib/cjs/text-capitalize.d.ts.map +1 -0
  336. package/lib/cjs/text-direction-ltr.cjs +32 -0
  337. package/lib/cjs/text-direction-ltr.d.ts +4 -0
  338. package/lib/cjs/text-direction-ltr.d.ts.map +1 -0
  339. package/lib/cjs/text-direction-rtl.cjs +32 -0
  340. package/lib/cjs/text-direction-rtl.d.ts +4 -0
  341. package/lib/cjs/text-direction-rtl.d.ts.map +1 -0
  342. package/lib/cjs/text-hyphen.cjs +32 -0
  343. package/lib/cjs/text-hyphen.d.ts +4 -0
  344. package/lib/cjs/text-hyphen.d.ts.map +1 -0
  345. package/lib/cjs/text-italic.cjs +32 -0
  346. package/lib/cjs/text-italic.d.ts +4 -0
  347. package/lib/cjs/text-italic.d.ts.map +1 -0
  348. package/lib/cjs/text-lowercase.cjs +32 -0
  349. package/lib/cjs/text-lowercase.d.ts +4 -0
  350. package/lib/cjs/text-lowercase.d.ts.map +1 -0
  351. package/lib/cjs/text-strikethrough.cjs +32 -0
  352. package/lib/cjs/text-strikethrough.d.ts +4 -0
  353. package/lib/cjs/text-strikethrough.d.ts.map +1 -0
  354. package/lib/cjs/text-truncate.cjs +32 -0
  355. package/lib/cjs/text-truncate.d.ts +4 -0
  356. package/lib/cjs/text-truncate.d.ts.map +1 -0
  357. package/lib/cjs/text-underline.cjs +32 -0
  358. package/lib/cjs/text-underline.d.ts +4 -0
  359. package/lib/cjs/text-underline.d.ts.map +1 -0
  360. package/lib/cjs/text-uppercase.cjs +32 -0
  361. package/lib/cjs/text-uppercase.d.ts +4 -0
  362. package/lib/cjs/text-uppercase.d.ts.map +1 -0
  363. package/lib/cjs/trash.cjs +32 -0
  364. package/lib/cjs/trash.d.ts +4 -0
  365. package/lib/cjs/trash.d.ts.map +1 -0
  366. package/lib/cjs/types.cjs +2 -0
  367. package/lib/cjs/types.d.ts +9 -0
  368. package/lib/cjs/types.d.ts.map +1 -0
  369. package/lib/cjs/undo.cjs +32 -0
  370. package/lib/cjs/undo.d.ts +4 -0
  371. package/lib/cjs/undo.d.ts.map +1 -0
  372. package/lib/cjs/upload.cjs +32 -0
  373. package/lib/cjs/upload.d.ts +4 -0
  374. package/lib/cjs/upload.d.ts.map +1 -0
  375. package/lib/cloud.d.ts +4 -0
  376. package/lib/cloud.d.ts.map +1 -0
  377. package/lib/cloud.js +6 -0
  378. package/lib/copy.d.ts +4 -0
  379. package/lib/copy.d.ts.map +1 -0
  380. package/lib/copy.js +6 -0
  381. package/lib/cross-circled-filled.d.ts +4 -0
  382. package/lib/cross-circled-filled.d.ts.map +1 -0
  383. package/lib/cross-circled-filled.js +6 -0
  384. package/lib/cross-large.d.ts +4 -0
  385. package/lib/cross-large.d.ts.map +1 -0
  386. package/lib/cross-large.js +6 -0
  387. package/lib/cross-small.d.ts +4 -0
  388. package/lib/cross-small.d.ts.map +1 -0
  389. package/lib/cross-small.js +6 -0
  390. package/lib/cross.d.ts +4 -0
  391. package/lib/cross.d.ts.map +1 -0
  392. package/lib/cross.js +6 -0
  393. package/lib/devices.js +5 -31
  394. package/lib/ellipses.d.ts +4 -0
  395. package/lib/ellipses.d.ts.map +1 -0
  396. package/lib/ellipses.js +6 -0
  397. package/lib/external-link.d.ts +4 -0
  398. package/lib/external-link.d.ts.map +1 -0
  399. package/lib/external-link.js +6 -0
  400. package/lib/flex-direction-column-reverse.d.ts +4 -0
  401. package/lib/flex-direction-column-reverse.d.ts.map +1 -0
  402. package/lib/flex-direction-column-reverse.js +6 -0
  403. package/lib/flex-direction-column.d.ts +4 -0
  404. package/lib/flex-direction-column.d.ts.map +1 -0
  405. package/lib/flex-direction-column.js +6 -0
  406. package/lib/flex-direction-row-reverse.d.ts +4 -0
  407. package/lib/flex-direction-row-reverse.d.ts.map +1 -0
  408. package/lib/flex-direction-row-reverse.js +6 -0
  409. package/lib/flex-direction-row.d.ts +4 -0
  410. package/lib/flex-direction-row.d.ts.map +1 -0
  411. package/lib/flex-direction-row.js +6 -0
  412. package/lib/flex-sizing-grow.d.ts +4 -0
  413. package/lib/flex-sizing-grow.d.ts.map +1 -0
  414. package/lib/flex-sizing-grow.js +6 -0
  415. package/lib/flex-sizing-shrink.d.ts +4 -0
  416. package/lib/flex-sizing-shrink.d.ts.map +1 -0
  417. package/lib/flex-sizing-shrink.js +6 -0
  418. package/lib/flex-wrap-no-wrap.d.ts +4 -0
  419. package/lib/flex-wrap-no-wrap.d.ts.map +1 -0
  420. package/lib/flex-wrap-no-wrap.js +6 -0
  421. package/lib/flex-wrap-wrap-reverse.d.ts +4 -0
  422. package/lib/flex-wrap-wrap-reverse.d.ts.map +1 -0
  423. package/lib/flex-wrap-wrap-reverse.js +6 -0
  424. package/lib/flex-wrap-wrap.d.ts +4 -0
  425. package/lib/flex-wrap-wrap.d.ts.map +1 -0
  426. package/lib/flex-wrap-wrap.js +6 -0
  427. package/lib/form.js +5 -31
  428. package/lib/gap-column.d.ts +4 -0
  429. package/lib/gap-column.d.ts.map +1 -0
  430. package/lib/gap-column.js +6 -0
  431. package/lib/gap-row.d.ts +4 -0
  432. package/lib/gap-row.d.ts.map +1 -0
  433. package/lib/gap-row.js +6 -0
  434. package/lib/gear.d.ts +9 -0
  435. package/lib/gear.d.ts.map +1 -0
  436. package/lib/gear.js +11 -0
  437. package/lib/gen/format-clear.d.ts +4 -0
  438. package/lib/gen/format-clear.d.ts.map +1 -0
  439. package/lib/gen/format-clear.js +8 -0
  440. package/lib/gen/index.d.ts +4 -0
  441. package/lib/gen/index.d.ts.map +1 -0
  442. package/lib/gen/index.js +3 -0
  443. package/lib/gen/subscript.d.ts +4 -0
  444. package/lib/gen/subscript.d.ts.map +1 -0
  445. package/lib/gen/subscript.js +8 -0
  446. package/lib/gen/superscript.d.ts +4 -0
  447. package/lib/gen/superscript.d.ts.map +1 -0
  448. package/lib/gen/superscript.js +8 -0
  449. package/lib/github.js +5 -31
  450. package/lib/google.js +5 -31
  451. package/lib/index.d.ts +82 -1
  452. package/lib/index.d.ts.map +1 -1
  453. package/lib/index.js +93 -28
  454. package/lib/index.stories.d.ts +7 -0
  455. package/lib/index.stories.d.ts.map +1 -0
  456. package/lib/index.stories.js +35 -0
  457. package/lib/justify-content-center.d.ts +4 -0
  458. package/lib/justify-content-center.d.ts.map +1 -0
  459. package/lib/justify-content-center.js +6 -0
  460. package/lib/justify-content-end.d.ts +4 -0
  461. package/lib/justify-content-end.d.ts.map +1 -0
  462. package/lib/justify-content-end.js +6 -0
  463. package/lib/justify-content-space-around.d.ts +4 -0
  464. package/lib/justify-content-space-around.d.ts.map +1 -0
  465. package/lib/justify-content-space-around.js +6 -0
  466. package/lib/justify-content-space-between.d.ts +4 -0
  467. package/lib/justify-content-space-between.d.ts.map +1 -0
  468. package/lib/justify-content-space-between.js +6 -0
  469. package/lib/justify-content-start.d.ts +4 -0
  470. package/lib/justify-content-start.d.ts.map +1 -0
  471. package/lib/justify-content-start.js +6 -0
  472. package/lib/justify-items-center.d.ts +4 -0
  473. package/lib/justify-items-center.d.ts.map +1 -0
  474. package/lib/justify-items-center.js +7 -0
  475. package/lib/justify-items-end.d.ts +4 -0
  476. package/lib/justify-items-end.d.ts.map +1 -0
  477. package/lib/justify-items-end.js +7 -0
  478. package/lib/justify-items-space-around.d.ts +4 -0
  479. package/lib/justify-items-space-around.d.ts.map +1 -0
  480. package/lib/justify-items-space-around.js +7 -0
  481. package/lib/justify-items-space-between.d.ts +4 -0
  482. package/lib/justify-items-space-between.d.ts.map +1 -0
  483. package/lib/justify-items-space-between.js +7 -0
  484. package/lib/justify-items-start.d.ts +4 -0
  485. package/lib/justify-items-start.d.ts.map +1 -0
  486. package/lib/justify-items-start.js +7 -0
  487. package/lib/legacy.d.ts +2 -0
  488. package/lib/legacy.d.ts.map +1 -0
  489. package/lib/legacy.js +1 -0
  490. package/lib/list-nested.js +5 -31
  491. package/lib/lock-close.d.ts +4 -0
  492. package/lib/lock-close.d.ts.map +1 -0
  493. package/lib/lock-close.js +6 -0
  494. package/lib/lock-open.d.ts +4 -0
  495. package/lib/lock-open.d.ts.map +1 -0
  496. package/lib/lock-open.js +6 -0
  497. package/lib/magnifying-glass.d.ts +4 -0
  498. package/lib/magnifying-glass.d.ts.map +1 -0
  499. package/lib/magnifying-glass.js +6 -0
  500. package/lib/menu.d.ts +4 -0
  501. package/lib/menu.d.ts.map +1 -0
  502. package/lib/menu.js +6 -0
  503. package/lib/new-folder.d.ts +4 -0
  504. package/lib/new-folder.d.ts.map +1 -0
  505. package/lib/new-folder.js +6 -0
  506. package/lib/new-page.d.ts +4 -0
  507. package/lib/new-page.d.ts.map +1 -0
  508. package/lib/new-page.js +6 -0
  509. package/lib/order-first.d.ts +4 -0
  510. package/lib/order-first.d.ts.map +1 -0
  511. package/lib/order-first.js +6 -0
  512. package/lib/order-last.d.ts +4 -0
  513. package/lib/order-last.d.ts.map +1 -0
  514. package/lib/order-last.js +6 -0
  515. package/lib/page.d.ts +4 -0
  516. package/lib/page.d.ts.map +1 -0
  517. package/lib/page.js +6 -0
  518. package/lib/redo.js +5 -31
  519. package/lib/size.d.ts +4 -0
  520. package/lib/size.d.ts.map +1 -0
  521. package/lib/size.js +6 -0
  522. package/lib/tablet.js +5 -31
  523. package/lib/text-align-center.d.ts +4 -0
  524. package/lib/text-align-center.d.ts.map +1 -0
  525. package/lib/text-align-center.js +6 -0
  526. package/lib/text-align-justify.d.ts +4 -0
  527. package/lib/text-align-justify.d.ts.map +1 -0
  528. package/lib/text-align-justify.js +6 -0
  529. package/lib/text-align-left.d.ts +4 -0
  530. package/lib/text-align-left.d.ts.map +1 -0
  531. package/lib/text-align-left.js +6 -0
  532. package/lib/text-align-right.d.ts +4 -0
  533. package/lib/text-align-right.d.ts.map +1 -0
  534. package/lib/text-align-right.js +6 -0
  535. package/lib/text-capitalize.d.ts +4 -0
  536. package/lib/text-capitalize.d.ts.map +1 -0
  537. package/lib/text-capitalize.js +6 -0
  538. package/lib/text-direction-ltr.d.ts +4 -0
  539. package/lib/text-direction-ltr.d.ts.map +1 -0
  540. package/lib/text-direction-ltr.js +6 -0
  541. package/lib/text-direction-rtl.d.ts +4 -0
  542. package/lib/text-direction-rtl.d.ts.map +1 -0
  543. package/lib/text-direction-rtl.js +6 -0
  544. package/lib/text-hyphen.d.ts +4 -0
  545. package/lib/text-hyphen.d.ts.map +1 -0
  546. package/lib/text-hyphen.js +6 -0
  547. package/lib/text-italic.d.ts +4 -0
  548. package/lib/text-italic.d.ts.map +1 -0
  549. package/lib/text-italic.js +6 -0
  550. package/lib/text-lowercase.d.ts +4 -0
  551. package/lib/text-lowercase.d.ts.map +1 -0
  552. package/lib/text-lowercase.js +6 -0
  553. package/lib/text-strikethrough.d.ts +4 -0
  554. package/lib/text-strikethrough.d.ts.map +1 -0
  555. package/lib/text-strikethrough.js +6 -0
  556. package/lib/text-truncate.d.ts +4 -0
  557. package/lib/text-truncate.d.ts.map +1 -0
  558. package/lib/text-truncate.js +6 -0
  559. package/lib/text-underline.d.ts +4 -0
  560. package/lib/text-underline.d.ts.map +1 -0
  561. package/lib/text-underline.js +6 -0
  562. package/lib/text-uppercase.d.ts +4 -0
  563. package/lib/text-uppercase.d.ts.map +1 -0
  564. package/lib/text-uppercase.js +6 -0
  565. package/lib/trash.d.ts +4 -0
  566. package/lib/trash.d.ts.map +1 -0
  567. package/lib/trash.js +6 -0
  568. package/lib/tsconfig.tsbuildinfo +1 -0
  569. package/lib/types.d.ts +2 -0
  570. package/lib/types.d.ts.map +1 -1
  571. package/lib/types.js +1 -2
  572. package/lib/undo.js +5 -31
  573. package/lib/upload.d.ts +4 -0
  574. package/lib/upload.d.ts.map +1 -0
  575. package/lib/upload.js +6 -0
  576. package/package.json +38 -8
@@ -0,0 +1,94 @@
1
+ export * from "./legacy";
2
+ export * from "./gen";
3
+ export * from "./list-nested";
4
+ export * from "./brush";
5
+ export * from "./form";
6
+ export * from "./undo";
7
+ export * from "./redo";
8
+ export * from "./google";
9
+ export * from "./github";
10
+ export * from "./devices";
11
+ export * from "./tablet";
12
+ export * from "./body";
13
+ export * from "./types";
14
+ export * from "./align-content-center";
15
+ export * from "./align-content-end";
16
+ export * from "./align-content-space-around";
17
+ export * from "./align-content-space-between";
18
+ export * from "./align-content-start";
19
+ export * from "./align-content-stretch";
20
+ export * from "./align-items-baseline";
21
+ export * from "./align-items-center";
22
+ export * from "./align-items-end";
23
+ export * from "./align-items-start";
24
+ export * from "./align-items-stretch";
25
+ export * from "./flex-direction-row";
26
+ export * from "./flex-direction-column";
27
+ export * from "./flex-direction-row-reverse";
28
+ export * from "./flex-direction-column-reverse";
29
+ export * from "./flex-wrap-wrap";
30
+ export * from "./flex-wrap-no-wrap";
31
+ export * from "./flex-wrap-wrap-reverse";
32
+ export * from "./justify-content-center";
33
+ export * from "./justify-content-end";
34
+ export * from "./justify-content-space-around";
35
+ export * from "./justify-content-space-between";
36
+ export * from "./justify-content-start";
37
+ export * from "./justify-items-center";
38
+ export * from "./justify-items-end";
39
+ export * from "./justify-items-space-around";
40
+ export * from "./justify-items-space-between";
41
+ export * from "./justify-items-start";
42
+ export * from "./gap-row";
43
+ export * from "./gap-column";
44
+ export * from "./lock-open";
45
+ export * from "./lock-close";
46
+ export * from "./aspect-ratio";
47
+ export * from "./cloud";
48
+ export * from "./trash";
49
+ export * from "./size";
50
+ export * from "./upload";
51
+ export * from "./gear";
52
+ export * from "./page";
53
+ export * from "./copy";
54
+ export * from "./new-page";
55
+ export * from "./new-folder";
56
+ export * from "./chevron-double-up";
57
+ export * from "./chevron-double-down";
58
+ export * from "./chevron-double-left";
59
+ export * from "./chevron-double-right";
60
+ export * from "./chevron-up";
61
+ export * from "./chevron-down";
62
+ export * from "./chevron-left";
63
+ export * from "./chevron-right";
64
+ export * from "./cross-circled-filled";
65
+ export * from "./cross";
66
+ export * from "./magnifying-glass";
67
+ export * from "./menu";
68
+ export * from "./align-self-start";
69
+ export * from "./align-self-end";
70
+ export * from "./align-self-center";
71
+ export * from "./align-self-stretch";
72
+ export * from "./align-self-baseline";
73
+ export * from "./flex-sizing-grow";
74
+ export * from "./flex-sizing-shrink";
75
+ export * from "./order-first";
76
+ export * from "./order-last";
77
+ export * from "./cross-small";
78
+ export * from "./cross-large";
79
+ export * from "./ellipses";
80
+ export * from "./text-align-center";
81
+ export * from "./text-align-justify";
82
+ export * from "./text-align-left";
83
+ export * from "./text-align-right";
84
+ export * from "./text-capitalize";
85
+ export * from "./text-hyphen";
86
+ export * from "./text-italic";
87
+ export * from "./text-lowercase";
88
+ export * from "./text-strikethrough";
89
+ export * from "./text-truncate";
90
+ export * from "./text-underline";
91
+ export * from "./text-uppercase";
92
+ export * from "./text-direction-ltr";
93
+ export * from "./text-direction-rtl";
94
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iCAAiC,CAAC;AAChD,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,62 @@
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;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.Icons = void 0;
27
+ const jsx_runtime_1 = require("react/jsx-runtime");
28
+ const icons = __importStar(require("./index"));
29
+ const legacyIcons = __importStar(require("./legacy"));
30
+ const Icons = () => {
31
+ return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)("div", { style: { display: "flex", flexWrap: "wrap" }, children: Object.entries(icons).map(
32
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
33
+ ([name, Icon]) => {
34
+ if (name.endsWith("Icon") === false) {
35
+ return null;
36
+ }
37
+ return ((0, jsx_runtime_1.jsxs)("div", { style: {
38
+ width: 150,
39
+ height: 100,
40
+ margin: 5,
41
+ padding: 5,
42
+ border: "solid 1px #f5f5f5",
43
+ display: "flex",
44
+ flexDirection: "column",
45
+ alignItems: "center",
46
+ justifyContent: "center",
47
+ }, children: [(0, jsx_runtime_1.jsx)(Icon, { width: "32", height: "32" }), (0, jsx_runtime_1.jsxs)("div", { style: {
48
+ marginTop: 16,
49
+ fontFamily: "Arial",
50
+ textAlign: "center",
51
+ wordWrap: "break-word",
52
+ width: "100%",
53
+ fontSize: "$fontSize$4",
54
+ color: "#5a5a5a",
55
+ }, children: [name.replace(/Icon$/, ""), name in legacyIcons && " (legacy)"] })] }, name));
56
+ }) }) }));
57
+ };
58
+ exports.Icons = Icons;
59
+ exports.default = {
60
+ title: "All Icons",
61
+ component: exports.Icons,
62
+ };
@@ -0,0 +1,7 @@
1
+ export declare const Icons: () => JSX.Element;
2
+ declare const _default: {
3
+ title: string;
4
+ component: () => JSX.Element;
5
+ };
6
+ export default _default;
7
+ //# sourceMappingURL=index.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../src/index.stories.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,mBA+CjB,CAAC;;;;;AAEF,wBAGE"}
@@ -0,0 +1,32 @@
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;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.JustifyContentCenterIcon = void 0;
27
+ const jsx_runtime_1 = require("react/jsx-runtime");
28
+ const React = __importStar(require("react"));
29
+ exports.JustifyContentCenterIcon = 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.7999 4.79999V19.2H11.1999V4.79999H12.7999ZM16.5999 15.8H14.3999V8.19999H16.5999V15.8ZM7.3999 15.8H9.5999V8.19999H7.3999V15.8Z", fill: color }) }));
31
+ });
32
+ exports.JustifyContentCenterIcon.displayName = "JustifyContentCenterIcon";
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { IconProps } from "./types";
3
+ export declare const JustifyContentCenterIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ //# sourceMappingURL=justify-content-center.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"justify-content-center.d.ts","sourceRoot":"","sources":["../../src/justify-content-center.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,wBAAwB,iFAsBnC,CAAC"}
@@ -0,0 +1,32 @@
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;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.JustifyContentEndIcon = void 0;
27
+ const jsx_runtime_1 = require("react/jsx-runtime");
28
+ const React = __importStar(require("react"));
29
+ exports.JustifyContentEndIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
30
+ return ((0, jsx_runtime_1.jsxs)("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", { d: "M12 16.8H15.2V19.2H16.8V4.79999H15.2V7.19999H12V16.8Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M7.19995 16.8H10.4V7.19999H7.19995V16.8Z", fill: color })] }));
31
+ });
32
+ exports.JustifyContentEndIcon.displayName = "JustifyContentEndIcon";
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { IconProps } from "./types";
3
+ export declare const JustifyContentEndIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ //# sourceMappingURL=justify-content-end.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"justify-content-end.d.ts","sourceRoot":"","sources":["../../src/justify-content-end.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,qBAAqB,iFAoBjC,CAAC"}
@@ -0,0 +1,32 @@
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;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.JustifyContentSpaceAroundIcon = void 0;
27
+ const jsx_runtime_1 = require("react/jsx-runtime");
28
+ const React = __importStar(require("react"));
29
+ exports.JustifyContentSpaceAroundIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
30
+ return ((0, jsx_runtime_1.jsxs)("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", { d: "M7.9999 19.2V4.79999H6.3999V19.2H7.9999Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M17.5999 19.2V4.79999H15.9999V19.2H17.5999Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M15.1999 16.8H12.7999V7.19999H15.1999V16.8Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M8.7999 16.8H11.1999V7.19999H8.7999V16.8Z", fill: color })] }));
31
+ });
32
+ exports.JustifyContentSpaceAroundIcon.displayName = "JustifyContentSpaceAroundIcon";
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { IconProps } from "./types";
3
+ export declare const JustifyContentSpaceAroundIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ //# sourceMappingURL=justify-content-space-around.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"justify-content-space-around.d.ts","sourceRoot":"","sources":["../../src/justify-content-space-around.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,6BAA6B,iFAoBxC,CAAC"}
@@ -0,0 +1,32 @@
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;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.JustifyContentSpaceBetweenIcon = void 0;
27
+ const jsx_runtime_1 = require("react/jsx-runtime");
28
+ const React = __importStar(require("react"));
29
+ exports.JustifyContentSpaceBetweenIcon = 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: "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 }) }));
31
+ });
32
+ exports.JustifyContentSpaceBetweenIcon.displayName = "JustifyContentSpaceBetweenIcon";
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { IconProps } from "./types";
3
+ export declare const JustifyContentSpaceBetweenIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ //# sourceMappingURL=justify-content-space-between.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"justify-content-space-between.d.ts","sourceRoot":"","sources":["../../src/justify-content-space-between.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,8BAA8B,iFAsBzC,CAAC"}
@@ -0,0 +1,32 @@
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;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.JustifyContentStartIcon = void 0;
27
+ const jsx_runtime_1 = require("react/jsx-runtime");
28
+ const React = __importStar(require("react"));
29
+ exports.JustifyContentStartIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
30
+ return ((0, jsx_runtime_1.jsxs)("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", { d: "M10.9999 7.19999H8.79995V4.79999H7.19995V19.2H8.79995V16.8H10.9999V7.19999Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M16.8 7.19999H13.6V16.8H16.8V7.19999Z", fill: color })] }));
31
+ });
32
+ exports.JustifyContentStartIcon.displayName = "JustifyContentStartIcon";
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { IconProps } from "./types";
3
+ export declare const JustifyContentStartIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ //# sourceMappingURL=justify-content-start.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"justify-content-start.d.ts","sourceRoot":"","sources":["../../src/justify-content-start.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,eAAO,MAAM,uBAAuB,iFAqBlC,CAAC"}
@@ -0,0 +1,33 @@
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;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.JustifyItemsCenterIcon = void 0;
27
+ const jsx_runtime_1 = require("react/jsx-runtime");
28
+ const React = __importStar(require("react"));
29
+ // @todo this is just a copy of justifyContent icons for now
30
+ exports.JustifyItemsCenterIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
31
+ 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.7999 4.79999V19.2H11.1999V4.79999H12.7999ZM16.5999 15.8H14.3999V8.19999H16.5999V15.8ZM7.3999 15.8H9.5999V8.19999H7.3999V15.8Z", fill: color }) }));
32
+ });
33
+ exports.JustifyItemsCenterIcon.displayName = "JustifyItemsCenterIcon";
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { IconProps } from "./types";
3
+ export declare const JustifyItemsCenterIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ //# sourceMappingURL=justify-items-center.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"justify-items-center.d.ts","sourceRoot":"","sources":["../../src/justify-items-center.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,eAAO,MAAM,sBAAsB,iFAsBjC,CAAC"}
@@ -0,0 +1,33 @@
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;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.JustifyItemsEndIcon = void 0;
27
+ const jsx_runtime_1 = require("react/jsx-runtime");
28
+ const React = __importStar(require("react"));
29
+ // @todo this is just a copy of justifyContent icons for now
30
+ exports.JustifyItemsEndIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
31
+ return ((0, jsx_runtime_1.jsxs)("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", { d: "M12 16.8H15.2V19.2H16.8V4.79999H15.2V7.19999H12V16.8Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M7.19995 16.8H10.4V7.19999H7.19995V16.8Z", fill: color })] }));
32
+ });
33
+ exports.JustifyItemsEndIcon.displayName = "JustifyItemsEndIcon";
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { IconProps } from "./types";
3
+ export declare const JustifyItemsEndIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ //# sourceMappingURL=justify-items-end.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"justify-items-end.d.ts","sourceRoot":"","sources":["../../src/justify-items-end.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,eAAO,MAAM,mBAAmB,iFAoB/B,CAAC"}
@@ -0,0 +1,33 @@
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;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.JustifyItemsSpaceAroundIcon = void 0;
27
+ const jsx_runtime_1 = require("react/jsx-runtime");
28
+ const React = __importStar(require("react"));
29
+ // @todo this is just a copy of justifyContent icons for now
30
+ exports.JustifyItemsSpaceAroundIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
31
+ return ((0, jsx_runtime_1.jsxs)("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", { d: "M7.9999 19.2V4.79999H6.3999V19.2H7.9999Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M17.5999 19.2V4.79999H15.9999V19.2H17.5999Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M15.1999 16.8H12.7999V7.19999H15.1999V16.8Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M8.7999 16.8H11.1999V7.19999H8.7999V16.8Z", fill: color })] }));
32
+ });
33
+ exports.JustifyItemsSpaceAroundIcon.displayName = "JustifyItemsSpaceAroundIcon";
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { IconProps } from "./types";
3
+ export declare const JustifyItemsSpaceAroundIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ //# sourceMappingURL=justify-items-space-around.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"justify-items-space-around.d.ts","sourceRoot":"","sources":["../../src/justify-items-space-around.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,eAAO,MAAM,2BAA2B,iFAoBtC,CAAC"}
@@ -0,0 +1,33 @@
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;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.JustifyItemsSpaceBetweenIcon = void 0;
27
+ const jsx_runtime_1 = require("react/jsx-runtime");
28
+ const React = __importStar(require("react"));
29
+ // @todo this is just a copy of justifyContent icons for now
30
+ exports.JustifyItemsSpaceBetweenIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
31
+ 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: "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 }) }));
32
+ });
33
+ exports.JustifyItemsSpaceBetweenIcon.displayName = "JustifyItemsSpaceBetweenIcon";
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { IconProps } from "./types";
3
+ export declare const JustifyItemsSpaceBetweenIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ //# sourceMappingURL=justify-items-space-between.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"justify-items-space-between.d.ts","sourceRoot":"","sources":["../../src/justify-items-space-between.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,eAAO,MAAM,4BAA4B,iFAsBvC,CAAC"}
@@ -0,0 +1,33 @@
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;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.JustifyItemsStartIcon = void 0;
27
+ const jsx_runtime_1 = require("react/jsx-runtime");
28
+ const React = __importStar(require("react"));
29
+ // @todo this is just a copy of justifyContent icons for now
30
+ exports.JustifyItemsStartIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
31
+ return ((0, jsx_runtime_1.jsxs)("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", { d: "M10.9999 7.19999H8.79995V4.79999H7.19995V19.2H8.79995V16.8H10.9999V7.19999Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M16.8 7.19999H13.6V16.8H16.8V7.19999Z", fill: color })] }));
32
+ });
33
+ exports.JustifyItemsStartIcon.displayName = "JustifyItemsStartIcon";
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { IconProps } from "./types";
3
+ export declare const JustifyItemsStartIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ //# sourceMappingURL=justify-items-start.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"justify-items-start.d.ts","sourceRoot":"","sources":["../../src/justify-items-start.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,eAAO,MAAM,qBAAqB,iFAoBjC,CAAC"}