@uiuxicons/react 0.1.1 → 0.1.3

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 (490) hide show
  1. package/README.md +9 -1
  2. package/dist/Icon.cjs +74 -0
  3. package/dist/Icon.d.cts +6 -0
  4. package/dist/Icon.d.ts +6 -0
  5. package/dist/Icon.js +50 -0
  6. package/dist/IconContext.cjs +30 -0
  7. package/dist/IconContext.d.cts +12 -0
  8. package/dist/IconContext.d.ts +12 -0
  9. package/dist/IconContext.js +6 -0
  10. package/dist/IconProvider.cjs +47 -0
  11. package/dist/IconProvider.d.cts +6 -0
  12. package/dist/IconProvider.d.ts +6 -0
  13. package/dist/IconProvider.js +23 -0
  14. package/dist/createIcon.cjs +37 -0
  15. package/dist/createIcon.d.cts +10 -0
  16. package/dist/createIcon.d.ts +10 -0
  17. package/dist/createIcon.js +13 -0
  18. package/dist/icons/align-bottom.cjs +56 -0
  19. package/dist/icons/align-bottom.d.cts +7 -0
  20. package/dist/icons/align-bottom.d.ts +7 -0
  21. package/dist/icons/align-bottom.js +32 -0
  22. package/dist/icons/align-center-horizontal.cjs +56 -0
  23. package/dist/icons/align-center-horizontal.d.cts +7 -0
  24. package/dist/icons/align-center-horizontal.d.ts +7 -0
  25. package/dist/icons/align-center-horizontal.js +32 -0
  26. package/dist/icons/align-center-vertical.cjs +56 -0
  27. package/dist/icons/align-center-vertical.d.cts +7 -0
  28. package/dist/icons/align-center-vertical.d.ts +7 -0
  29. package/dist/icons/align-center-vertical.js +32 -0
  30. package/dist/icons/align-left.cjs +56 -0
  31. package/dist/icons/align-left.d.cts +7 -0
  32. package/dist/icons/align-left.d.ts +7 -0
  33. package/dist/icons/align-left.js +32 -0
  34. package/dist/icons/align-right.cjs +56 -0
  35. package/dist/icons/align-right.d.cts +7 -0
  36. package/dist/icons/align-right.d.ts +7 -0
  37. package/dist/icons/align-right.js +32 -0
  38. package/dist/icons/align-top.cjs +56 -0
  39. package/dist/icons/align-top.d.cts +7 -0
  40. package/dist/icons/align-top.d.ts +7 -0
  41. package/dist/icons/align-top.js +32 -0
  42. package/dist/icons/angle.cjs +56 -0
  43. package/dist/icons/angle.d.cts +7 -0
  44. package/dist/icons/angle.d.ts +7 -0
  45. package/dist/icons/angle.js +32 -0
  46. package/dist/icons/app-window.cjs +56 -0
  47. package/dist/icons/app-window.d.cts +7 -0
  48. package/dist/icons/app-window.d.ts +7 -0
  49. package/dist/icons/app-window.js +32 -0
  50. package/dist/icons/archive-x.cjs +56 -0
  51. package/dist/icons/archive-x.d.cts +7 -0
  52. package/dist/icons/archive-x.d.ts +7 -0
  53. package/dist/icons/archive-x.js +32 -0
  54. package/dist/icons/archive.cjs +56 -0
  55. package/dist/icons/archive.d.cts +7 -0
  56. package/dist/icons/archive.d.ts +7 -0
  57. package/dist/icons/archive.js +32 -0
  58. package/dist/icons/arrow-circle-down-left.cjs +56 -0
  59. package/dist/icons/arrow-circle-down-left.d.cts +7 -0
  60. package/dist/icons/arrow-circle-down-left.d.ts +7 -0
  61. package/dist/icons/arrow-circle-down-left.js +32 -0
  62. package/dist/icons/arrow-circle-down-right.cjs +56 -0
  63. package/dist/icons/arrow-circle-down-right.d.cts +7 -0
  64. package/dist/icons/arrow-circle-down-right.d.ts +7 -0
  65. package/dist/icons/arrow-circle-down-right.js +32 -0
  66. package/dist/icons/arrow-circle-down.cjs +56 -0
  67. package/dist/icons/arrow-circle-down.d.cts +7 -0
  68. package/dist/icons/arrow-circle-down.d.ts +7 -0
  69. package/dist/icons/arrow-circle-down.js +32 -0
  70. package/dist/icons/arrow-circle-left.cjs +56 -0
  71. package/dist/icons/arrow-circle-left.d.cts +7 -0
  72. package/dist/icons/arrow-circle-left.d.ts +7 -0
  73. package/dist/icons/arrow-circle-left.js +32 -0
  74. package/dist/icons/arrow-circle-right.cjs +56 -0
  75. package/dist/icons/arrow-circle-right.d.cts +7 -0
  76. package/dist/icons/arrow-circle-right.d.ts +7 -0
  77. package/dist/icons/arrow-circle-right.js +32 -0
  78. package/dist/icons/arrow-circle-up-left.cjs +56 -0
  79. package/dist/icons/arrow-circle-up-left.d.cts +7 -0
  80. package/dist/icons/arrow-circle-up-left.d.ts +7 -0
  81. package/dist/icons/arrow-circle-up-left.js +32 -0
  82. package/dist/icons/arrow-circle-up-right.cjs +56 -0
  83. package/dist/icons/arrow-circle-up-right.d.cts +7 -0
  84. package/dist/icons/arrow-circle-up-right.d.ts +7 -0
  85. package/dist/icons/arrow-circle-up-right.js +32 -0
  86. package/dist/icons/arrow-circle-up.cjs +56 -0
  87. package/dist/icons/arrow-circle-up.d.cts +7 -0
  88. package/dist/icons/arrow-circle-up.d.ts +7 -0
  89. package/dist/icons/arrow-circle-up.js +32 -0
  90. package/dist/icons/arrow-down-left.cjs +56 -0
  91. package/dist/icons/arrow-down-left.d.cts +7 -0
  92. package/dist/icons/arrow-down-left.d.ts +7 -0
  93. package/dist/icons/arrow-down-left.js +32 -0
  94. package/dist/icons/arrow-down-right.cjs +56 -0
  95. package/dist/icons/arrow-down-right.d.cts +7 -0
  96. package/dist/icons/arrow-down-right.d.ts +7 -0
  97. package/dist/icons/arrow-down-right.js +32 -0
  98. package/dist/icons/arrow-down.cjs +56 -0
  99. package/dist/icons/arrow-down.d.cts +7 -0
  100. package/dist/icons/arrow-down.d.ts +7 -0
  101. package/dist/icons/arrow-down.js +32 -0
  102. package/dist/icons/arrow-left.cjs +56 -0
  103. package/dist/icons/arrow-left.d.cts +7 -0
  104. package/dist/icons/arrow-left.d.ts +7 -0
  105. package/dist/icons/arrow-left.js +32 -0
  106. package/dist/icons/arrow-reload.cjs +56 -0
  107. package/dist/icons/arrow-reload.d.cts +7 -0
  108. package/dist/icons/arrow-reload.d.ts +7 -0
  109. package/dist/icons/arrow-reload.js +32 -0
  110. package/dist/icons/arrow-reset.cjs +56 -0
  111. package/dist/icons/arrow-reset.d.cts +7 -0
  112. package/dist/icons/arrow-reset.d.ts +7 -0
  113. package/dist/icons/arrow-reset.js +32 -0
  114. package/dist/icons/arrow-right.cjs +56 -0
  115. package/dist/icons/arrow-right.d.cts +7 -0
  116. package/dist/icons/arrow-right.d.ts +7 -0
  117. package/dist/icons/arrow-right.js +32 -0
  118. package/dist/icons/arrow-square-down-left.cjs +56 -0
  119. package/dist/icons/arrow-square-down-left.d.cts +7 -0
  120. package/dist/icons/arrow-square-down-left.d.ts +7 -0
  121. package/dist/icons/arrow-square-down-left.js +32 -0
  122. package/dist/icons/arrow-square-down-right.cjs +56 -0
  123. package/dist/icons/arrow-square-down-right.d.cts +7 -0
  124. package/dist/icons/arrow-square-down-right.d.ts +7 -0
  125. package/dist/icons/arrow-square-down-right.js +32 -0
  126. package/dist/icons/arrow-square-down.cjs +56 -0
  127. package/dist/icons/arrow-square-down.d.cts +7 -0
  128. package/dist/icons/arrow-square-down.d.ts +7 -0
  129. package/dist/icons/arrow-square-down.js +32 -0
  130. package/dist/icons/arrow-square-left.cjs +56 -0
  131. package/dist/icons/arrow-square-left.d.cts +7 -0
  132. package/dist/icons/arrow-square-left.d.ts +7 -0
  133. package/dist/icons/arrow-square-left.js +32 -0
  134. package/dist/icons/arrow-square-right.cjs +56 -0
  135. package/dist/icons/arrow-square-right.d.cts +7 -0
  136. package/dist/icons/arrow-square-right.d.ts +7 -0
  137. package/dist/icons/arrow-square-right.js +32 -0
  138. package/dist/icons/arrow-square-up-left.cjs +56 -0
  139. package/dist/icons/arrow-square-up-left.d.cts +7 -0
  140. package/dist/icons/arrow-square-up-left.d.ts +7 -0
  141. package/dist/icons/arrow-square-up-left.js +32 -0
  142. package/dist/icons/arrow-square-up-right.cjs +56 -0
  143. package/dist/icons/arrow-square-up-right.d.cts +7 -0
  144. package/dist/icons/arrow-square-up-right.d.ts +7 -0
  145. package/dist/icons/arrow-square-up-right.js +32 -0
  146. package/dist/icons/arrow-square-up.cjs +56 -0
  147. package/dist/icons/arrow-square-up.d.cts +7 -0
  148. package/dist/icons/arrow-square-up.d.ts +7 -0
  149. package/dist/icons/arrow-square-up.js +32 -0
  150. package/dist/icons/arrow-up-left.cjs +56 -0
  151. package/dist/icons/arrow-up-left.d.cts +7 -0
  152. package/dist/icons/arrow-up-left.d.ts +7 -0
  153. package/dist/icons/arrow-up-left.js +32 -0
  154. package/dist/icons/arrow-up-right.cjs +56 -0
  155. package/dist/icons/arrow-up-right.d.cts +7 -0
  156. package/dist/icons/arrow-up-right.d.ts +7 -0
  157. package/dist/icons/arrow-up-right.js +32 -0
  158. package/dist/icons/arrow-up.cjs +56 -0
  159. package/dist/icons/arrow-up.d.cts +7 -0
  160. package/dist/icons/arrow-up.d.ts +7 -0
  161. package/dist/icons/arrow-up.js +32 -0
  162. package/dist/icons/calendar-blank.cjs +56 -0
  163. package/dist/icons/calendar-blank.d.cts +7 -0
  164. package/dist/icons/calendar-blank.d.ts +7 -0
  165. package/dist/icons/calendar-blank.js +32 -0
  166. package/dist/icons/calendar-check.cjs +56 -0
  167. package/dist/icons/calendar-check.d.cts +7 -0
  168. package/dist/icons/calendar-check.d.ts +7 -0
  169. package/dist/icons/calendar-check.js +32 -0
  170. package/dist/icons/calendar-minus.cjs +56 -0
  171. package/dist/icons/calendar-minus.d.cts +7 -0
  172. package/dist/icons/calendar-minus.d.ts +7 -0
  173. package/dist/icons/calendar-minus.js +32 -0
  174. package/dist/icons/calendar-plus.cjs +56 -0
  175. package/dist/icons/calendar-plus.d.cts +7 -0
  176. package/dist/icons/calendar-plus.d.ts +7 -0
  177. package/dist/icons/calendar-plus.js +32 -0
  178. package/dist/icons/calendar-x.cjs +56 -0
  179. package/dist/icons/calendar-x.d.cts +7 -0
  180. package/dist/icons/calendar-x.d.ts +7 -0
  181. package/dist/icons/calendar-x.js +32 -0
  182. package/dist/icons/calendar.cjs +56 -0
  183. package/dist/icons/calendar.d.cts +7 -0
  184. package/dist/icons/calendar.d.ts +7 -0
  185. package/dist/icons/calendar.js +32 -0
  186. package/dist/icons/chevron-circle-down.cjs +56 -0
  187. package/dist/icons/chevron-circle-down.d.cts +7 -0
  188. package/dist/icons/chevron-circle-down.d.ts +7 -0
  189. package/dist/icons/chevron-circle-down.js +32 -0
  190. package/dist/icons/chevron-circle-left.cjs +56 -0
  191. package/dist/icons/chevron-circle-left.d.cts +7 -0
  192. package/dist/icons/chevron-circle-left.d.ts +7 -0
  193. package/dist/icons/chevron-circle-left.js +32 -0
  194. package/dist/icons/chevron-circle-right.cjs +56 -0
  195. package/dist/icons/chevron-circle-right.d.cts +7 -0
  196. package/dist/icons/chevron-circle-right.d.ts +7 -0
  197. package/dist/icons/chevron-circle-right.js +32 -0
  198. package/dist/icons/chevron-circle-up.cjs +56 -0
  199. package/dist/icons/chevron-circle-up.d.cts +7 -0
  200. package/dist/icons/chevron-circle-up.d.ts +7 -0
  201. package/dist/icons/chevron-circle-up.js +32 -0
  202. package/dist/icons/chevron-down.cjs +56 -0
  203. package/dist/icons/chevron-down.d.cts +7 -0
  204. package/dist/icons/chevron-down.d.ts +7 -0
  205. package/dist/icons/chevron-down.js +32 -0
  206. package/dist/icons/chevron-left.cjs +56 -0
  207. package/dist/icons/chevron-left.d.cts +7 -0
  208. package/dist/icons/chevron-left.d.ts +7 -0
  209. package/dist/icons/chevron-left.js +32 -0
  210. package/dist/icons/chevron-right.cjs +56 -0
  211. package/dist/icons/chevron-right.d.cts +7 -0
  212. package/dist/icons/chevron-right.d.ts +7 -0
  213. package/dist/icons/chevron-right.js +32 -0
  214. package/dist/icons/chevron-up.cjs +56 -0
  215. package/dist/icons/chevron-up.d.cts +7 -0
  216. package/dist/icons/chevron-up.d.ts +7 -0
  217. package/dist/icons/chevron-up.js +32 -0
  218. package/dist/icons/circle-dashed.cjs +56 -0
  219. package/dist/icons/circle-dashed.d.cts +7 -0
  220. package/dist/icons/circle-dashed.d.ts +7 -0
  221. package/dist/icons/circle-dashed.js +32 -0
  222. package/dist/icons/circle.cjs +56 -0
  223. package/dist/icons/circle.d.cts +7 -0
  224. package/dist/icons/circle.d.ts +7 -0
  225. package/dist/icons/circle.js +32 -0
  226. package/dist/icons/clock-am.cjs +56 -0
  227. package/dist/icons/clock-am.d.cts +7 -0
  228. package/dist/icons/clock-am.d.ts +7 -0
  229. package/dist/icons/clock-am.js +32 -0
  230. package/dist/icons/clock-ccw.cjs +56 -0
  231. package/dist/icons/clock-ccw.d.cts +7 -0
  232. package/dist/icons/clock-ccw.d.ts +7 -0
  233. package/dist/icons/clock-ccw.js +32 -0
  234. package/dist/icons/clock-cw.cjs +56 -0
  235. package/dist/icons/clock-cw.d.cts +7 -0
  236. package/dist/icons/clock-cw.d.ts +7 -0
  237. package/dist/icons/clock-cw.js +32 -0
  238. package/dist/icons/clock-minus.cjs +56 -0
  239. package/dist/icons/clock-minus.d.cts +7 -0
  240. package/dist/icons/clock-minus.d.ts +7 -0
  241. package/dist/icons/clock-minus.js +32 -0
  242. package/dist/icons/clock-plus.cjs +56 -0
  243. package/dist/icons/clock-plus.d.cts +7 -0
  244. package/dist/icons/clock-plus.d.ts +7 -0
  245. package/dist/icons/clock-plus.js +32 -0
  246. package/dist/icons/clock-pm.cjs +56 -0
  247. package/dist/icons/clock-pm.d.cts +7 -0
  248. package/dist/icons/clock-pm.d.ts +7 -0
  249. package/dist/icons/clock-pm.js +32 -0
  250. package/dist/icons/clock-z.cjs +56 -0
  251. package/dist/icons/clock-z.d.cts +7 -0
  252. package/dist/icons/clock-z.d.ts +7 -0
  253. package/dist/icons/clock-z.js +32 -0
  254. package/dist/icons/clock.cjs +56 -0
  255. package/dist/icons/clock.d.cts +7 -0
  256. package/dist/icons/clock.d.ts +7 -0
  257. package/dist/icons/clock.js +32 -0
  258. package/dist/icons/ellipsis-horizontal.cjs +56 -0
  259. package/dist/icons/ellipsis-horizontal.d.cts +7 -0
  260. package/dist/icons/ellipsis-horizontal.d.ts +7 -0
  261. package/dist/icons/ellipsis-horizontal.js +32 -0
  262. package/dist/icons/ellipsis-vertical.cjs +56 -0
  263. package/dist/icons/ellipsis-vertical.d.cts +7 -0
  264. package/dist/icons/ellipsis-vertical.d.ts +7 -0
  265. package/dist/icons/ellipsis-vertical.js +32 -0
  266. package/dist/icons/envelope-open.cjs +56 -0
  267. package/dist/icons/envelope-open.d.cts +7 -0
  268. package/dist/icons/envelope-open.d.ts +7 -0
  269. package/dist/icons/envelope-open.js +32 -0
  270. package/dist/icons/envelope.cjs +56 -0
  271. package/dist/icons/envelope.d.cts +7 -0
  272. package/dist/icons/envelope.d.ts +7 -0
  273. package/dist/icons/envelope.js +32 -0
  274. package/dist/icons/file-arrow-down.cjs +56 -0
  275. package/dist/icons/file-arrow-down.d.cts +7 -0
  276. package/dist/icons/file-arrow-down.d.ts +7 -0
  277. package/dist/icons/file-arrow-down.js +32 -0
  278. package/dist/icons/file-arrow-up.cjs +56 -0
  279. package/dist/icons/file-arrow-up.d.cts +7 -0
  280. package/dist/icons/file-arrow-up.d.ts +7 -0
  281. package/dist/icons/file-arrow-up.js +32 -0
  282. package/dist/icons/file-minus.cjs +56 -0
  283. package/dist/icons/file-minus.d.cts +7 -0
  284. package/dist/icons/file-minus.d.ts +7 -0
  285. package/dist/icons/file-minus.js +32 -0
  286. package/dist/icons/file-plus.cjs +56 -0
  287. package/dist/icons/file-plus.d.cts +7 -0
  288. package/dist/icons/file-plus.d.ts +7 -0
  289. package/dist/icons/file-plus.js +32 -0
  290. package/dist/icons/file-text.cjs +56 -0
  291. package/dist/icons/file-text.d.cts +7 -0
  292. package/dist/icons/file-text.d.ts +7 -0
  293. package/dist/icons/file-text.js +32 -0
  294. package/dist/icons/file-x.cjs +56 -0
  295. package/dist/icons/file-x.d.cts +7 -0
  296. package/dist/icons/file-x.d.ts +7 -0
  297. package/dist/icons/file-x.js +32 -0
  298. package/dist/icons/file.cjs +56 -0
  299. package/dist/icons/file.d.cts +7 -0
  300. package/dist/icons/file.d.ts +7 -0
  301. package/dist/icons/file.js +32 -0
  302. package/dist/icons/filter.cjs +56 -0
  303. package/dist/icons/filter.d.cts +7 -0
  304. package/dist/icons/filter.d.ts +7 -0
  305. package/dist/icons/filter.js +32 -0
  306. package/dist/icons/gear.cjs +56 -0
  307. package/dist/icons/gear.d.cts +7 -0
  308. package/dist/icons/gear.d.ts +7 -0
  309. package/dist/icons/gear.js +32 -0
  310. package/dist/icons/graduation-cap.cjs +67 -0
  311. package/dist/icons/graduation-cap.d.cts +7 -0
  312. package/dist/icons/graduation-cap.d.ts +7 -0
  313. package/dist/icons/graduation-cap.js +43 -0
  314. package/dist/icons/house.cjs +56 -0
  315. package/dist/icons/house.d.cts +7 -0
  316. package/dist/icons/house.d.ts +7 -0
  317. package/dist/icons/house.js +32 -0
  318. package/dist/icons/inbox-arrow-down.cjs +56 -0
  319. package/dist/icons/inbox-arrow-down.d.cts +7 -0
  320. package/dist/icons/inbox-arrow-down.d.ts +7 -0
  321. package/dist/icons/inbox-arrow-down.js +32 -0
  322. package/dist/icons/inbox-arrow-up.cjs +56 -0
  323. package/dist/icons/inbox-arrow-up.d.cts +7 -0
  324. package/dist/icons/inbox-arrow-up.d.ts +7 -0
  325. package/dist/icons/inbox-arrow-up.js +32 -0
  326. package/dist/icons/inbox.cjs +56 -0
  327. package/dist/icons/inbox.d.cts +7 -0
  328. package/dist/icons/inbox.d.ts +7 -0
  329. package/dist/icons/inbox.js +32 -0
  330. package/dist/icons/list.cjs +56 -0
  331. package/dist/icons/list.d.cts +7 -0
  332. package/dist/icons/list.d.ts +7 -0
  333. package/dist/icons/list.js +32 -0
  334. package/dist/icons/menu.cjs +56 -0
  335. package/dist/icons/menu.d.cts +7 -0
  336. package/dist/icons/menu.d.ts +7 -0
  337. package/dist/icons/menu.js +32 -0
  338. package/dist/icons/minus-circle.cjs +56 -0
  339. package/dist/icons/minus-circle.d.cts +7 -0
  340. package/dist/icons/minus-circle.d.ts +7 -0
  341. package/dist/icons/minus-circle.js +32 -0
  342. package/dist/icons/minus-square.cjs +56 -0
  343. package/dist/icons/minus-square.d.cts +7 -0
  344. package/dist/icons/minus-square.d.ts +7 -0
  345. package/dist/icons/minus-square.js +32 -0
  346. package/dist/icons/minus.cjs +56 -0
  347. package/dist/icons/minus.d.cts +7 -0
  348. package/dist/icons/minus.d.ts +7 -0
  349. package/dist/icons/minus.js +32 -0
  350. package/dist/icons/moon.cjs +56 -0
  351. package/dist/icons/moon.d.cts +7 -0
  352. package/dist/icons/moon.d.ts +7 -0
  353. package/dist/icons/moon.js +32 -0
  354. package/dist/icons/plus-circle.cjs +56 -0
  355. package/dist/icons/plus-circle.d.cts +7 -0
  356. package/dist/icons/plus-circle.d.ts +7 -0
  357. package/dist/icons/plus-circle.js +32 -0
  358. package/dist/icons/plus-square.cjs +56 -0
  359. package/dist/icons/plus-square.d.cts +7 -0
  360. package/dist/icons/plus-square.d.ts +7 -0
  361. package/dist/icons/plus-square.js +32 -0
  362. package/dist/icons/plus.cjs +56 -0
  363. package/dist/icons/plus.d.cts +7 -0
  364. package/dist/icons/plus.d.ts +7 -0
  365. package/dist/icons/plus.js +32 -0
  366. package/dist/icons/search.cjs +65 -0
  367. package/dist/icons/search.d.cts +7 -0
  368. package/dist/icons/search.d.ts +7 -0
  369. package/dist/icons/search.js +41 -0
  370. package/dist/icons/server-stack.cjs +56 -0
  371. package/dist/icons/server-stack.d.cts +7 -0
  372. package/dist/icons/server-stack.d.ts +7 -0
  373. package/dist/icons/server-stack.js +32 -0
  374. package/dist/icons/server.cjs +65 -0
  375. package/dist/icons/server.d.cts +7 -0
  376. package/dist/icons/server.d.ts +7 -0
  377. package/dist/icons/server.js +41 -0
  378. package/dist/icons/sliders-horizontal.cjs +56 -0
  379. package/dist/icons/sliders-horizontal.d.cts +7 -0
  380. package/dist/icons/sliders-horizontal.d.ts +7 -0
  381. package/dist/icons/sliders-horizontal.js +32 -0
  382. package/dist/icons/sliders-vertical.cjs +56 -0
  383. package/dist/icons/sliders-vertical.d.cts +7 -0
  384. package/dist/icons/sliders-vertical.d.ts +7 -0
  385. package/dist/icons/sliders-vertical.js +32 -0
  386. package/dist/icons/square-dashed.cjs +56 -0
  387. package/dist/icons/square-dashed.d.cts +7 -0
  388. package/dist/icons/square-dashed.d.ts +7 -0
  389. package/dist/icons/square-dashed.js +32 -0
  390. package/dist/icons/square.cjs +56 -0
  391. package/dist/icons/square.d.cts +7 -0
  392. package/dist/icons/square.d.ts +7 -0
  393. package/dist/icons/square.js +32 -0
  394. package/dist/icons/sun-dim.cjs +56 -0
  395. package/dist/icons/sun-dim.d.cts +7 -0
  396. package/dist/icons/sun-dim.d.ts +7 -0
  397. package/dist/icons/sun-dim.js +32 -0
  398. package/dist/icons/sun-horizon.cjs +56 -0
  399. package/dist/icons/sun-horizon.d.cts +7 -0
  400. package/dist/icons/sun-horizon.d.ts +7 -0
  401. package/dist/icons/sun-horizon.js +32 -0
  402. package/dist/icons/sun-moon.cjs +56 -0
  403. package/dist/icons/sun-moon.d.cts +7 -0
  404. package/dist/icons/sun-moon.d.ts +7 -0
  405. package/dist/icons/sun-moon.js +32 -0
  406. package/dist/icons/sun.cjs +56 -0
  407. package/dist/icons/sun.d.cts +7 -0
  408. package/dist/icons/sun.d.ts +7 -0
  409. package/dist/icons/sun.js +32 -0
  410. package/dist/icons/sunrise.cjs +56 -0
  411. package/dist/icons/sunrise.d.cts +7 -0
  412. package/dist/icons/sunrise.d.ts +7 -0
  413. package/dist/icons/sunrise.js +32 -0
  414. package/dist/icons/sunset.cjs +56 -0
  415. package/dist/icons/sunset.d.cts +7 -0
  416. package/dist/icons/sunset.d.ts +7 -0
  417. package/dist/icons/sunset.js +32 -0
  418. package/dist/icons/table.cjs +56 -0
  419. package/dist/icons/table.d.cts +7 -0
  420. package/dist/icons/table.d.ts +7 -0
  421. package/dist/icons/table.js +32 -0
  422. package/dist/icons/target.cjs +56 -0
  423. package/dist/icons/target.d.cts +7 -0
  424. package/dist/icons/target.d.ts +7 -0
  425. package/dist/icons/target.js +32 -0
  426. package/dist/icons/text-align-center.cjs +56 -0
  427. package/dist/icons/text-align-center.d.cts +7 -0
  428. package/dist/icons/text-align-center.d.ts +7 -0
  429. package/dist/icons/text-align-center.js +32 -0
  430. package/dist/icons/text-align-justify.cjs +56 -0
  431. package/dist/icons/text-align-justify.d.cts +7 -0
  432. package/dist/icons/text-align-justify.d.ts +7 -0
  433. package/dist/icons/text-align-justify.js +32 -0
  434. package/dist/icons/text-align-left.cjs +56 -0
  435. package/dist/icons/text-align-left.d.cts +7 -0
  436. package/dist/icons/text-align-left.d.ts +7 -0
  437. package/dist/icons/text-align-left.js +32 -0
  438. package/dist/icons/text-align-right.cjs +56 -0
  439. package/dist/icons/text-align-right.d.cts +7 -0
  440. package/dist/icons/text-align-right.d.ts +7 -0
  441. package/dist/icons/text-align-right.js +32 -0
  442. package/dist/icons/text-initial.cjs +56 -0
  443. package/dist/icons/text-initial.d.cts +7 -0
  444. package/dist/icons/text-initial.d.ts +7 -0
  445. package/dist/icons/text-initial.js +32 -0
  446. package/dist/icons/text-select.cjs +56 -0
  447. package/dist/icons/text-select.d.cts +7 -0
  448. package/dist/icons/text-select.d.ts +7 -0
  449. package/dist/icons/text-select.js +32 -0
  450. package/dist/icons/text.cjs +56 -0
  451. package/dist/icons/text.d.cts +7 -0
  452. package/dist/icons/text.d.ts +7 -0
  453. package/dist/icons/text.js +32 -0
  454. package/dist/icons/trash.cjs +56 -0
  455. package/dist/icons/trash.d.cts +7 -0
  456. package/dist/icons/trash.d.ts +7 -0
  457. package/dist/icons/trash.js +32 -0
  458. package/dist/icons/triangle-dashed.cjs +56 -0
  459. package/dist/icons/triangle-dashed.d.cts +7 -0
  460. package/dist/icons/triangle-dashed.d.ts +7 -0
  461. package/dist/icons/triangle-dashed.js +32 -0
  462. package/dist/icons/triangle.cjs +56 -0
  463. package/dist/icons/triangle.d.cts +7 -0
  464. package/dist/icons/triangle.d.ts +7 -0
  465. package/dist/icons/triangle.js +32 -0
  466. package/dist/icons/ui-ux.cjs +56 -0
  467. package/dist/icons/ui-ux.d.cts +7 -0
  468. package/dist/icons/ui-ux.d.ts +7 -0
  469. package/dist/icons/ui-ux.js +32 -0
  470. package/dist/icons/x-circle.cjs +56 -0
  471. package/dist/icons/x-circle.d.cts +7 -0
  472. package/dist/icons/x-circle.d.ts +7 -0
  473. package/dist/icons/x-circle.js +32 -0
  474. package/dist/icons/x-square.cjs +56 -0
  475. package/dist/icons/x-square.d.cts +7 -0
  476. package/dist/icons/x-square.d.ts +7 -0
  477. package/dist/icons/x-square.js +32 -0
  478. package/dist/icons/x.cjs +56 -0
  479. package/dist/icons/x.d.cts +7 -0
  480. package/dist/icons/x.d.ts +7 -0
  481. package/dist/icons/x.js +32 -0
  482. package/dist/index.cjs +237 -3494
  483. package/dist/index.d.cts +120 -257
  484. package/dist/index.d.ts +120 -257
  485. package/dist/index.js +120 -3378
  486. package/dist/types.cjs +17 -0
  487. package/dist/types.d.cts +31 -0
  488. package/dist/types.d.ts +31 -0
  489. package/dist/types.js +1 -0
  490. package/package.json +14 -4
@@ -0,0 +1,32 @@
1
+ "use client";
2
+ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
3
+ import { createIcon } from "../createIcon";
4
+ const IconFileMinus = /* @__PURE__ */ createIcon("file-minus", {
5
+ line: {
6
+ light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19m11-5.5a.5.5 0 0 1 0 1H9a.5.5 0 0 1 0-1zm3.293-6L15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" }) }),
7
+ regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19M15 13.25a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5zm.25-6h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" }) }),
8
+ bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3M15 13a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2zm.5-6h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" }) })
9
+ },
10
+ duotone: {
11
+ light: /* @__PURE__ */ jsxs(Fragment, { children: [
12
+ /* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
13
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19m11-5.5a.5.5 0 0 1 0 1H9a.5.5 0 0 1 0-1zm3.293-6L15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" })
14
+ ] }),
15
+ regular: /* @__PURE__ */ jsxs(Fragment, { children: [
16
+ /* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
17
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19M15 13.25a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5zm.25-6h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" })
18
+ ] }),
19
+ bold: /* @__PURE__ */ jsxs(Fragment, { children: [
20
+ /* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
21
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3M15 13a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2zm.5-6h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" })
22
+ ] })
23
+ },
24
+ solid: {
25
+ light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.5a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19V5a2.5 2.5 0 0 1 2.5-2.5zM9 13.5a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zM14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
26
+ regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.25c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19V5A2.75 2.75 0 0 1 6.5 2.25zM9 13.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zM14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
27
+ bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM9 13a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zm5.5-5h3.586L14.5 4.414z", clipRule: "evenodd" }) })
28
+ }
29
+ });
30
+ export {
31
+ IconFileMinus
32
+ };
@@ -0,0 +1,56 @@
1
+ "use client";
2
+ "use strict";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+ var file_plus_exports = {};
21
+ __export(file_plus_exports, {
22
+ IconFilePlus: () => IconFilePlus
23
+ });
24
+ module.exports = __toCommonJS(file_plus_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ var import_createIcon = require("../createIcon");
27
+ const IconFilePlus = /* @__PURE__ */ (0, import_createIcon.createIcon)("file-plus", {
28
+ line: {
29
+ light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19m7.5-2v-2.5H9a.5.5 0 0 1 0-1h2.5V11a.5.5 0 0 1 1 0v2.5H15a.5.5 0 0 1 0 1h-2.5V17a.5.5 0 0 1-1 0m6.793-9.5L15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" }) }),
30
+ regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m7.5-2v-2.25H9a.75.75 0 0 1 0-1.5h2.25V11a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 0 1.5h-2.25V17a.75.75 0 0 1-1.5 0m4-9.75h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" }) }),
31
+ bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m7.5-2v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0m4.5-10h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" }) })
32
+ },
33
+ duotone: {
34
+ light: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
36
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19m7.5-2v-2.5H9a.5.5 0 0 1 0-1h2.5V11a.5.5 0 0 1 1 0v2.5H15a.5.5 0 0 1 0 1h-2.5V17a.5.5 0 0 1-1 0m6.793-9.5L15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" })
37
+ ] }),
38
+ regular: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
39
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m7.5-2v-2.25H9a.75.75 0 0 1 0-1.5h2.25V11a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 0 1.5h-2.25V17a.75.75 0 0 1-1.5 0m4-9.75h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" })
41
+ ] }),
42
+ bold: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m7.5-2v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0m4.5-10h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" })
45
+ ] })
46
+ },
47
+ solid: {
48
+ light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.5a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19V5a2.5 2.5 0 0 1 2.5-2.5zM12 10.5a.5.5 0 0 0-.5.5v2.5H9a.5.5 0 0 0 0 1h2.5V17a.5.5 0 0 0 1 0v-2.5H15a.5.5 0 0 0 0-1h-2.5V11a.5.5 0 0 0-.5-.5M14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
49
+ regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.25c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19V5A2.75 2.75 0 0 1 6.5 2.25zm-1.672 8a.75.75 0 0 0-.75.75v2.25H9a.75.75 0 0 0 0 1.5h2.25V17a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V11a.75.75 0 0 0-.75-.75M14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
50
+ bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM12 10a1 1 0 0 0-1 1v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2a1 1 0 0 0-1-1m2.5-2h3.586L14.5 4.414z", clipRule: "evenodd" }) })
51
+ }
52
+ });
53
+ // Annotate the CommonJS export names for ESM import in node:
54
+ 0 && (module.exports = {
55
+ IconFilePlus
56
+ });
@@ -0,0 +1,7 @@
1
+ import { IconComponent } from '../createIcon.cjs';
2
+ import 'react';
3
+ import '../types.cjs';
4
+
5
+ declare const IconFilePlus: IconComponent;
6
+
7
+ export { IconFilePlus };
@@ -0,0 +1,7 @@
1
+ import { IconComponent } from '../createIcon.js';
2
+ import 'react';
3
+ import '../types.js';
4
+
5
+ declare const IconFilePlus: IconComponent;
6
+
7
+ export { IconFilePlus };
@@ -0,0 +1,32 @@
1
+ "use client";
2
+ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
3
+ import { createIcon } from "../createIcon";
4
+ const IconFilePlus = /* @__PURE__ */ createIcon("file-plus", {
5
+ line: {
6
+ light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19m7.5-2v-2.5H9a.5.5 0 0 1 0-1h2.5V11a.5.5 0 0 1 1 0v2.5H15a.5.5 0 0 1 0 1h-2.5V17a.5.5 0 0 1-1 0m6.793-9.5L15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" }) }),
7
+ regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m7.5-2v-2.25H9a.75.75 0 0 1 0-1.5h2.25V11a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 0 1.5h-2.25V17a.75.75 0 0 1-1.5 0m4-9.75h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" }) }),
8
+ bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m7.5-2v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0m4.5-10h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" }) })
9
+ },
10
+ duotone: {
11
+ light: /* @__PURE__ */ jsxs(Fragment, { children: [
12
+ /* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
13
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19m7.5-2v-2.5H9a.5.5 0 0 1 0-1h2.5V11a.5.5 0 0 1 1 0v2.5H15a.5.5 0 0 1 0 1h-2.5V17a.5.5 0 0 1-1 0m6.793-9.5L15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" })
14
+ ] }),
15
+ regular: /* @__PURE__ */ jsxs(Fragment, { children: [
16
+ /* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
17
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m7.5-2v-2.25H9a.75.75 0 0 1 0-1.5h2.25V11a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 0 1.5h-2.25V17a.75.75 0 0 1-1.5 0m4-9.75h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" })
18
+ ] }),
19
+ bold: /* @__PURE__ */ jsxs(Fragment, { children: [
20
+ /* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
21
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m7.5-2v-2H9a1 1 0 1 1 0-2h2v-2a1 1 0 1 1 2 0v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0m4.5-10h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" })
22
+ ] })
23
+ },
24
+ solid: {
25
+ light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.5a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19V5a2.5 2.5 0 0 1 2.5-2.5zM12 10.5a.5.5 0 0 0-.5.5v2.5H9a.5.5 0 0 0 0 1h2.5V17a.5.5 0 0 0 1 0v-2.5H15a.5.5 0 0 0 0-1h-2.5V11a.5.5 0 0 0-.5-.5M14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
26
+ regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.25c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19V5A2.75 2.75 0 0 1 6.5 2.25zm-1.672 8a.75.75 0 0 0-.75.75v2.25H9a.75.75 0 0 0 0 1.5h2.25V17a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25V11a.75.75 0 0 0-.75-.75M14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
27
+ bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM12 10a1 1 0 0 0-1 1v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2a1 1 0 0 0-1-1m2.5-2h3.586L14.5 4.414z", clipRule: "evenodd" }) })
28
+ }
29
+ });
30
+ export {
31
+ IconFilePlus
32
+ };
@@ -0,0 +1,56 @@
1
+ "use client";
2
+ "use strict";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+ var file_text_exports = {};
21
+ __export(file_text_exports, {
22
+ IconFileText: () => IconFileText
23
+ });
24
+ module.exports = __toCommonJS(file_text_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ var import_createIcon = require("../createIcon");
27
+ const IconFileText = /* @__PURE__ */ (0, import_createIcon.createIcon)("file-text", {
28
+ line: {
29
+ light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19m11.5-2.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1zm0-3.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1zm-5-3.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm7.793-2L15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" }) }),
30
+ regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m11.75-2.75a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1 0-1.5zm0-3.5a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1 0-1.5zm-5-3.5a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5zm4.75-2h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" }) }),
31
+ bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m12-3a1 1 0 1 1 0 2h-7a1 1 0 1 1 0-2zm0-3.5a1 1 0 1 1 0 2h-7a1 1 0 1 1 0-2zm-5-3.5a1 1 0 1 1 0 2h-2a1 1 0 1 1 0-2zm5-2h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" }) })
32
+ },
33
+ duotone: {
34
+ light: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
36
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19m11.5-2.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1zm0-3.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1zm-5-3.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm7.793-2L15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" })
37
+ ] }),
38
+ regular: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
39
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m11.75-2.75a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1 0-1.5zm0-3.5a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1 0-1.5zm-5-3.5a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5zm4.75-2h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" })
41
+ ] }),
42
+ bold: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m12-3a1 1 0 1 1 0 2h-7a1 1 0 1 1 0-2zm0-3.5a1 1 0 1 1 0 2h-7a1 1 0 1 1 0-2zm-5-3.5a1 1 0 1 1 0 2h-2a1 1 0 1 1 0-2zm5-2h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" })
45
+ ] })
46
+ },
47
+ solid: {
48
+ light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.5a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19V5a2.5 2.5 0 0 1 2.5-2.5zM8.5 16.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1zm0-3.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1zm0-3.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm6-1.5h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
49
+ regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.25c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19V5A2.75 2.75 0 0 1 6.5 2.25zm-5.172 14a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5zm0-3.5a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5zm0-3.5a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5zm6-1.25h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
50
+ bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM8.5 16a1 1 0 1 0 0 2h7a1 1 0 1 0 0-2zm0-3.5a1 1 0 1 0 0 2h7a1 1 0 1 0 0-2zm0-3.5a1 1 0 0 0 0 2h2a1 1 0 1 0 0-2zm6-1h3.586L14.5 4.414z", clipRule: "evenodd" }) })
51
+ }
52
+ });
53
+ // Annotate the CommonJS export names for ESM import in node:
54
+ 0 && (module.exports = {
55
+ IconFileText
56
+ });
@@ -0,0 +1,7 @@
1
+ import { IconComponent } from '../createIcon.cjs';
2
+ import 'react';
3
+ import '../types.cjs';
4
+
5
+ declare const IconFileText: IconComponent;
6
+
7
+ export { IconFileText };
@@ -0,0 +1,7 @@
1
+ import { IconComponent } from '../createIcon.js';
2
+ import 'react';
3
+ import '../types.js';
4
+
5
+ declare const IconFileText: IconComponent;
6
+
7
+ export { IconFileText };
@@ -0,0 +1,32 @@
1
+ "use client";
2
+ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
3
+ import { createIcon } from "../createIcon";
4
+ const IconFileText = /* @__PURE__ */ createIcon("file-text", {
5
+ line: {
6
+ light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19m11.5-2.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1zm0-3.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1zm-5-3.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm7.793-2L15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" }) }),
7
+ regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m11.75-2.75a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1 0-1.5zm0-3.5a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1 0-1.5zm-5-3.5a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5zm4.75-2h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" }) }),
8
+ bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m12-3a1 1 0 1 1 0 2h-7a1 1 0 1 1 0-2zm0-3.5a1 1 0 1 1 0 2h-7a1 1 0 1 1 0-2zm-5-3.5a1 1 0 1 1 0 2h-2a1 1 0 1 1 0-2zm5-2h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" }) })
9
+ },
10
+ duotone: {
11
+ light: /* @__PURE__ */ jsxs(Fragment, { children: [
12
+ /* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
13
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19m11.5-2.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1zm0-3.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1zm-5-3.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm7.793-2L15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" })
14
+ ] }),
15
+ regular: /* @__PURE__ */ jsxs(Fragment, { children: [
16
+ /* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
17
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m11.75-2.75a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1 0-1.5zm0-3.5a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1 0-1.5zm-5-3.5a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5zm4.75-2h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" })
18
+ ] }),
19
+ bold: /* @__PURE__ */ jsxs(Fragment, { children: [
20
+ /* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
21
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m12-3a1 1 0 1 1 0 2h-7a1 1 0 1 1 0-2zm0-3.5a1 1 0 1 1 0 2h-7a1 1 0 1 1 0-2zm-5-3.5a1 1 0 1 1 0 2h-2a1 1 0 1 1 0-2zm5-2h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" })
22
+ ] })
23
+ },
24
+ solid: {
25
+ light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.5a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19V5a2.5 2.5 0 0 1 2.5-2.5zM8.5 16.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1zm0-3.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1zm0-3.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm6-1.5h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
26
+ regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.25c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19V5A2.75 2.75 0 0 1 6.5 2.25zm-5.172 14a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5zm0-3.5a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5zm0-3.5a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5zm6-1.25h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
27
+ bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM8.5 16a1 1 0 1 0 0 2h7a1 1 0 1 0 0-2zm0-3.5a1 1 0 1 0 0 2h7a1 1 0 1 0 0-2zm0-3.5a1 1 0 0 0 0 2h2a1 1 0 1 0 0-2zm6-1h3.586L14.5 4.414z", clipRule: "evenodd" }) })
28
+ }
29
+ });
30
+ export {
31
+ IconFileText
32
+ };
@@ -0,0 +1,56 @@
1
+ "use client";
2
+ "use strict";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+ var file_x_exports = {};
21
+ __export(file_x_exports, {
22
+ IconFileX: () => IconFileX
23
+ });
24
+ module.exports = __toCommonJS(file_x_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ var import_createIcon = require("../createIcon");
27
+ const IconFileX = /* @__PURE__ */ (0, import_createIcon.createIcon)("file-x", {
28
+ line: {
29
+ light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19m9.768-7.475a.501.501 0 0 1 .708.707L12.707 14l1.769 1.768a.5.5 0 0 1-.708.707L12 14.707l-1.768 1.768a.5.5 0 1 1-.707-.707L11.293 14l-1.768-1.768a.5.5 0 0 1 .707-.707L12 13.292zM18.293 7.5 15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" }) }),
30
+ regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m9.84-7.651a.751.751 0 0 1 1.062 1.06L13.061 14l1.591 1.59a.75.75 0 0 1-1.061 1.061L12 15.061l-1.59 1.59a.75.75 0 1 1-1.061-1.06L10.939 14l-1.59-1.59a.75.75 0 0 1 1.06-1.061L12 12.939zm1.66-4.099h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" }) }),
31
+ bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m9.914-7.828a1.001 1.001 0 0 1 1.415 1.414L13.414 14l1.415 1.414a1 1 0 0 1-1.415 1.414L12 15.414l-1.414 1.414a1 1 0 1 1-1.414-1.414L10.586 14l-1.414-1.414a1 1 0 0 1 1.414-1.414L12 12.585zM15.5 7h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" }) })
32
+ },
33
+ duotone: {
34
+ light: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
36
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19m9.768-7.475a.501.501 0 0 1 .708.707L12.707 14l1.769 1.768a.5.5 0 0 1-.708.707L12 14.707l-1.768 1.768a.5.5 0 1 1-.707-.707L11.293 14l-1.768-1.768a.5.5 0 0 1 .707-.707L12 13.292zM18.293 7.5 15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" })
37
+ ] }),
38
+ regular: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
39
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m9.84-7.651a.751.751 0 0 1 1.062 1.06L13.061 14l1.591 1.59a.75.75 0 0 1-1.061 1.061L12 15.061l-1.59 1.59a.75.75 0 1 1-1.061-1.06L10.939 14l-1.59-1.59a.75.75 0 0 1 1.06-1.061L12 12.939zm1.66-4.099h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" })
41
+ ] }),
42
+ bold: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m9.914-7.828a1.001 1.001 0 0 1 1.415 1.414L13.414 14l1.415 1.414a1 1 0 0 1-1.415 1.414L12 15.414l-1.414 1.414a1 1 0 1 1-1.414-1.414L10.586 14l-1.414-1.414a1 1 0 0 1 1.414-1.414L12 12.585zM15.5 7h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" })
45
+ ] })
46
+ },
47
+ solid: {
48
+ light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.5a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19V5a2.5 2.5 0 0 1 2.5-2.5zm.804 9.025a.5.5 0 0 0-.708 0L12 13.292l-1.768-1.767a.5.5 0 1 0-.707.707L11.293 14l-1.768 1.768a.5.5 0 0 0 .707.707L12 14.707l1.768 1.768a.501.501 0 0 0 .708-.707L12.707 14l1.769-1.768a.5.5 0 0 0 0-.707M14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
49
+ regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.25c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19V5A2.75 2.75 0 0 1 6.5 2.25zm.98 9.099a.75.75 0 0 0-1.061 0L12 12.939l-1.59-1.59a.75.75 0 1 0-1.061 1.06L10.939 14l-1.59 1.59a.75.75 0 0 0 1.06 1.061L12 15.061l1.59 1.59a.751.751 0 0 0 1.062-1.06L13.061 14l1.591-1.59a.75.75 0 0 0 0-1.061M14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
50
+ bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm1.157 9.172a1 1 0 0 0-1.415 0L12 12.585l-1.414-1.413a1 1 0 1 0-1.414 1.414L10.586 14l-1.414 1.414a1 1 0 0 0 1.414 1.414L12 15.414l1.414 1.414a1.001 1.001 0 0 0 1.415-1.414L13.414 14l1.415-1.414a1 1 0 0 0 0-1.414M14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) })
51
+ }
52
+ });
53
+ // Annotate the CommonJS export names for ESM import in node:
54
+ 0 && (module.exports = {
55
+ IconFileX
56
+ });
@@ -0,0 +1,7 @@
1
+ import { IconComponent } from '../createIcon.cjs';
2
+ import 'react';
3
+ import '../types.cjs';
4
+
5
+ declare const IconFileX: IconComponent;
6
+
7
+ export { IconFileX };
@@ -0,0 +1,7 @@
1
+ import { IconComponent } from '../createIcon.js';
2
+ import 'react';
3
+ import '../types.js';
4
+
5
+ declare const IconFileX: IconComponent;
6
+
7
+ export { IconFileX };
@@ -0,0 +1,32 @@
1
+ "use client";
2
+ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
3
+ import { createIcon } from "../createIcon";
4
+ const IconFileX = /* @__PURE__ */ createIcon("file-x", {
5
+ line: {
6
+ light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19m9.768-7.475a.501.501 0 0 1 .708.707L12.707 14l1.769 1.768a.5.5 0 0 1-.708.707L12 14.707l-1.768 1.768a.5.5 0 1 1-.707-.707L11.293 14l-1.768-1.768a.5.5 0 0 1 .707-.707L12 13.292zM18.293 7.5 15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" }) }),
7
+ regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m9.84-7.651a.751.751 0 0 1 1.062 1.06L13.061 14l1.591 1.59a.75.75 0 0 1-1.061 1.061L12 15.061l-1.59 1.59a.75.75 0 1 1-1.061-1.06L10.939 14l-1.59-1.59a.75.75 0 0 1 1.06-1.061L12 12.939zm1.66-4.099h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" }) }),
8
+ bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m9.914-7.828a1.001 1.001 0 0 1 1.415 1.414L13.414 14l1.415 1.414a1 1 0 0 1-1.415 1.414L12 15.414l-1.414 1.414a1 1 0 1 1-1.414-1.414L10.586 14l-1.414-1.414a1 1 0 0 1 1.414-1.414L12 12.585zM15.5 7h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" }) })
9
+ },
10
+ duotone: {
11
+ light: /* @__PURE__ */ jsxs(Fragment, { children: [
12
+ /* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
13
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19m9.768-7.475a.501.501 0 0 1 .708.707L12.707 14l1.769 1.768a.5.5 0 0 1-.708.707L12 14.707l-1.768 1.768a.5.5 0 1 1-.707-.707L11.293 14l-1.768-1.768a.5.5 0 0 1 .707-.707L12 13.292zM18.293 7.5 15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" })
14
+ ] }),
15
+ regular: /* @__PURE__ */ jsxs(Fragment, { children: [
16
+ /* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
17
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m9.84-7.651a.751.751 0 0 1 1.062 1.06L13.061 14l1.591 1.59a.75.75 0 0 1-1.061 1.061L12 15.061l-1.59 1.59a.75.75 0 1 1-1.061-1.06L10.939 14l-1.59-1.59a.75.75 0 0 1 1.06-1.061L12 12.939zm1.66-4.099h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" })
18
+ ] }),
19
+ bold: /* @__PURE__ */ jsxs(Fragment, { children: [
20
+ /* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
21
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m9.914-7.828a1.001 1.001 0 0 1 1.415 1.414L13.414 14l1.415 1.414a1 1 0 0 1-1.415 1.414L12 15.414l-1.414 1.414a1 1 0 1 1-1.414-1.414L10.586 14l-1.414-1.414a1 1 0 0 1 1.414-1.414L12 12.585zM15.5 7h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" })
22
+ ] })
23
+ },
24
+ solid: {
25
+ light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.5a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19V5a2.5 2.5 0 0 1 2.5-2.5zm.804 9.025a.5.5 0 0 0-.708 0L12 13.292l-1.768-1.767a.5.5 0 1 0-.707.707L11.293 14l-1.768 1.768a.5.5 0 0 0 .707.707L12 14.707l1.768 1.768a.501.501 0 0 0 .708-.707L12.707 14l1.769-1.768a.5.5 0 0 0 0-.707M14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
26
+ regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.25c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19V5A2.75 2.75 0 0 1 6.5 2.25zm.98 9.099a.75.75 0 0 0-1.061 0L12 12.939l-1.59-1.59a.75.75 0 1 0-1.061 1.06L10.939 14l-1.59 1.59a.75.75 0 0 0 1.06 1.061L12 15.061l1.59 1.59a.751.751 0 0 0 1.062-1.06L13.061 14l1.591-1.59a.75.75 0 0 0 0-1.061M14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
27
+ bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm1.157 9.172a1 1 0 0 0-1.415 0L12 12.585l-1.414-1.413a1 1 0 1 0-1.414 1.414L10.586 14l-1.414 1.414a1 1 0 0 0 1.414 1.414L12 15.414l1.414 1.414a1.001 1.001 0 0 0 1.415-1.414L13.414 14l1.415-1.414a1 1 0 0 0 0-1.414M14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) })
28
+ }
29
+ });
30
+ export {
31
+ IconFileX
32
+ };
@@ -0,0 +1,56 @@
1
+ "use client";
2
+ "use strict";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+ var file_exports = {};
21
+ __export(file_exports, {
22
+ IconFile: () => IconFile
23
+ });
24
+ module.exports = __toCommonJS(file_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ var import_createIcon = require("../createIcon");
27
+ const IconFile = /* @__PURE__ */ (0, import_createIcon.createIcon)("file", {
28
+ line: {
29
+ light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19M18.293 7.5 15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" }) }),
30
+ regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m11.5-11.75h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" }) }),
31
+ bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m12-12h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" }) })
32
+ },
33
+ duotone: {
34
+ light: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
36
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19M18.293 7.5 15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" })
37
+ ] }),
38
+ regular: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
39
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m11.5-11.75h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" })
41
+ ] }),
42
+ bold: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m12-12h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" })
45
+ ] })
46
+ },
47
+ solid: {
48
+ light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.5a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19V5a2.5 2.5 0 0 1 2.5-2.5zM14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
49
+ regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.25c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19V5A2.75 2.75 0 0 1 6.5 2.25zM14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
50
+ bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm.828 6h3.586L14.5 4.414z", clipRule: "evenodd" }) })
51
+ }
52
+ });
53
+ // Annotate the CommonJS export names for ESM import in node:
54
+ 0 && (module.exports = {
55
+ IconFile
56
+ });
@@ -0,0 +1,7 @@
1
+ import { IconComponent } from '../createIcon.cjs';
2
+ import 'react';
3
+ import '../types.cjs';
4
+
5
+ declare const IconFile: IconComponent;
6
+
7
+ export { IconFile };
@@ -0,0 +1,7 @@
1
+ import { IconComponent } from '../createIcon.js';
2
+ import 'react';
3
+ import '../types.js';
4
+
5
+ declare const IconFile: IconComponent;
6
+
7
+ export { IconFile };
@@ -0,0 +1,32 @@
1
+ "use client";
2
+ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
3
+ import { createIcon } from "../createIcon";
4
+ const IconFile = /* @__PURE__ */ createIcon("file", {
5
+ line: {
6
+ light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19M18.293 7.5 15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" }) }),
7
+ regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m11.5-11.75h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" }) }),
8
+ bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m12-12h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" }) })
9
+ },
10
+ duotone: {
11
+ light: /* @__PURE__ */ jsxs(Fragment, { children: [
12
+ /* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
13
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 19V5a2.5 2.5 0 0 1 2.5-2.5h7.172a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19M18.293 7.5 15 4.207V7.5zM5 19a1.5 1.5 0 0 0 1.5 1.5h11A1.5 1.5 0 0 0 19 19V8.828q-.001-.167-.038-.328H15a1 1 0 0 1-1-1V3.537a1.5 1.5 0 0 0-.328-.037H6.5A1.5 1.5 0 0 0 5 5z" })
14
+ ] }),
15
+ regular: /* @__PURE__ */ jsxs(Fragment, { children: [
16
+ /* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
17
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.75 19V5A2.75 2.75 0 0 1 6.5 2.25h7.172c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19m11.5-11.75h2.44l-2.44-2.44zM5.25 19c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8.828q0-.039-.004-.078H15c-.69 0-1.25-.56-1.25-1.25V3.753l-.078-.003H6.5c-.69 0-1.25.56-1.25 1.25z" })
18
+ ] }),
19
+ bold: /* @__PURE__ */ jsxs(Fragment, { children: [
20
+ /* @__PURE__ */ jsx("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4.5 5a2 2 0 0 1 2-2h8v4.5a.5.5 0 0 0 .5.5h4.5v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2z" }),
21
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3.5 19V5a3 3 0 0 1 3-3h7.172a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3m12-12h1.586L15.5 5.414zm-10 12a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9H15a1.5 1.5 0 0 1-1.5-1.5V4h-7a1 1 0 0 0-1 1z" })
22
+ ] })
23
+ },
24
+ solid: {
25
+ light: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.5a2.5 2.5 0 0 1 1.768.732l3.828 3.829A2.5 2.5 0 0 1 20 8.828V19a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19V5a2.5 2.5 0 0 1 2.5-2.5zM14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
26
+ regular: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2.25c.73 0 1.429.29 1.944.806l3.828 3.828a2.75 2.75 0 0 1 .806 1.944V19a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 3.75 19V5A2.75 2.75 0 0 1 6.5 2.25zM14.5 8h3.586L14.5 4.414z", clipRule: "evenodd" }) }),
27
+ bold: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.672 2a3 3 0 0 1 2.121.879l3.828 3.828a3 3 0 0 1 .879 2.121V19a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm.828 6h3.586L14.5 4.414z", clipRule: "evenodd" }) })
28
+ }
29
+ });
30
+ export {
31
+ IconFile
32
+ };
@@ -0,0 +1,56 @@
1
+ "use client";
2
+ "use strict";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+ var filter_exports = {};
21
+ __export(filter_exports, {
22
+ IconFilter: () => IconFilter
23
+ });
24
+ module.exports = __toCommonJS(filter_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ var import_createIcon = require("../createIcon");
27
+ const IconFilter = /* @__PURE__ */ (0, import_createIcon.createIcon)("filter", {
28
+ line: {
29
+ light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M16 16.5a.5.5 0 0 1 0 1H8a.5.5 0 0 1 0-1zm2-5a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1zm2-5a.5.5 0 0 1 0 1H4a.5.5 0 0 1 0-1z" }) }),
30
+ regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M16 16.25a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm2-5a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1 0-1.5zm2-5a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1 0-1.5z" }) }),
31
+ bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M16 16a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2zm2-5a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2zm2-5a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2z" }) })
32
+ },
33
+ duotone: {
34
+ light: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4 7h16l-4 10H8z" }),
36
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M16 16.5a.5.5 0 0 1 0 1H8a.5.5 0 0 1 0-1zm2-5a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1zm2-5a.5.5 0 0 1 0 1H4a.5.5 0 0 1 0-1z" })
37
+ ] }),
38
+ regular: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
39
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4 7h16l-4 10H8z" }),
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M16 16.25a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm2-5a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1 0-1.5zm2-5a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1 0-1.5z" })
41
+ ] }),
42
+ bold: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "var(--uiux-accent, currentColor)", fillOpacity: "0.25", d: "M4 7h16l-4 10H8z" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", d: "M16 16a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2zm2-5a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2zm2-5a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2z" })
45
+ ] })
46
+ },
47
+ solid: {
48
+ light: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M19 2.5A2.5 2.5 0 0 1 21.5 5v14a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 19V5A2.5 2.5 0 0 1 5 2.5zm-9 14a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm-2-5a.5.5 0 0 0 0 1h8a.5.5 0 0 0 0-1zm-2-5a.5.5 0 0 0 0 1h12a.5.5 0 0 0 0-1z", clipRule: "evenodd" }) }),
49
+ regular: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M19 2.25A2.75 2.75 0 0 1 21.75 5v14A2.75 2.75 0 0 1 19 21.75H5A2.75 2.75 0 0 1 2.25 19V5A2.75 2.75 0 0 1 5 2.25zm-9 14a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5zm-2-5a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5zm-2-5a.75.75 0 0 0 0 1.5h12a.75.75 0 0 0 0-1.5z", clipRule: "evenodd" }) }),
50
+ bold: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm-9 14a1 1 0 1 0 0 2h4a1 1 0 0 0 0-2zm-2-5a1 1 0 1 0 0 2h8a1 1 0 0 0 0-2zM6 6a1 1 0 0 0 0 2h12a1 1 0 0 0 0-2z", clipRule: "evenodd" }) })
51
+ }
52
+ });
53
+ // Annotate the CommonJS export names for ESM import in node:
54
+ 0 && (module.exports = {
55
+ IconFilter
56
+ });
@@ -0,0 +1,7 @@
1
+ import { IconComponent } from '../createIcon.cjs';
2
+ import 'react';
3
+ import '../types.cjs';
4
+
5
+ declare const IconFilter: IconComponent;
6
+
7
+ export { IconFilter };
@@ -0,0 +1,7 @@
1
+ import { IconComponent } from '../createIcon.js';
2
+ import 'react';
3
+ import '../types.js';
4
+
5
+ declare const IconFilter: IconComponent;
6
+
7
+ export { IconFilter };