@uiuxicons/vue 0.1.1 → 0.1.2

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 (474) hide show
  1. package/README.md +11 -1
  2. package/dist/Icon.cjs +66 -0
  3. package/dist/Icon.d.cts +65 -0
  4. package/dist/Icon.d.ts +65 -0
  5. package/dist/Icon.js +42 -0
  6. package/dist/IconProvider.cjs +48 -0
  7. package/dist/IconProvider.d.cts +48 -0
  8. package/dist/IconProvider.d.ts +48 -0
  9. package/dist/IconProvider.js +24 -0
  10. package/dist/createIcon.cjs +44 -0
  11. package/dist/createIcon.d.cts +57 -0
  12. package/dist/createIcon.d.ts +57 -0
  13. package/dist/createIcon.js +20 -0
  14. package/dist/icons/align-bottom.cjs +45 -0
  15. package/dist/icons/align-bottom.d.cts +56 -0
  16. package/dist/icons/align-bottom.d.ts +56 -0
  17. package/dist/icons/align-bottom.js +21 -0
  18. package/dist/icons/align-center-horizontal.cjs +45 -0
  19. package/dist/icons/align-center-horizontal.d.cts +56 -0
  20. package/dist/icons/align-center-horizontal.d.ts +56 -0
  21. package/dist/icons/align-center-horizontal.js +21 -0
  22. package/dist/icons/align-center-vertical.cjs +45 -0
  23. package/dist/icons/align-center-vertical.d.cts +56 -0
  24. package/dist/icons/align-center-vertical.d.ts +56 -0
  25. package/dist/icons/align-center-vertical.js +21 -0
  26. package/dist/icons/align-left.cjs +45 -0
  27. package/dist/icons/align-left.d.cts +56 -0
  28. package/dist/icons/align-left.d.ts +56 -0
  29. package/dist/icons/align-left.js +21 -0
  30. package/dist/icons/align-right.cjs +45 -0
  31. package/dist/icons/align-right.d.cts +56 -0
  32. package/dist/icons/align-right.d.ts +56 -0
  33. package/dist/icons/align-right.js +21 -0
  34. package/dist/icons/align-top.cjs +45 -0
  35. package/dist/icons/align-top.d.cts +56 -0
  36. package/dist/icons/align-top.d.ts +56 -0
  37. package/dist/icons/align-top.js +21 -0
  38. package/dist/icons/angle.cjs +45 -0
  39. package/dist/icons/angle.d.cts +56 -0
  40. package/dist/icons/angle.d.ts +56 -0
  41. package/dist/icons/angle.js +21 -0
  42. package/dist/icons/app-window.cjs +45 -0
  43. package/dist/icons/app-window.d.cts +56 -0
  44. package/dist/icons/app-window.d.ts +56 -0
  45. package/dist/icons/app-window.js +21 -0
  46. package/dist/icons/archive-x.cjs +45 -0
  47. package/dist/icons/archive-x.d.cts +56 -0
  48. package/dist/icons/archive-x.d.ts +56 -0
  49. package/dist/icons/archive-x.js +21 -0
  50. package/dist/icons/archive.cjs +45 -0
  51. package/dist/icons/archive.d.cts +56 -0
  52. package/dist/icons/archive.d.ts +56 -0
  53. package/dist/icons/archive.js +21 -0
  54. package/dist/icons/arrow-circle-down-left.cjs +45 -0
  55. package/dist/icons/arrow-circle-down-left.d.cts +56 -0
  56. package/dist/icons/arrow-circle-down-left.d.ts +56 -0
  57. package/dist/icons/arrow-circle-down-left.js +21 -0
  58. package/dist/icons/arrow-circle-down-right.cjs +45 -0
  59. package/dist/icons/arrow-circle-down-right.d.cts +56 -0
  60. package/dist/icons/arrow-circle-down-right.d.ts +56 -0
  61. package/dist/icons/arrow-circle-down-right.js +21 -0
  62. package/dist/icons/arrow-circle-down.cjs +45 -0
  63. package/dist/icons/arrow-circle-down.d.cts +56 -0
  64. package/dist/icons/arrow-circle-down.d.ts +56 -0
  65. package/dist/icons/arrow-circle-down.js +21 -0
  66. package/dist/icons/arrow-circle-left.cjs +45 -0
  67. package/dist/icons/arrow-circle-left.d.cts +56 -0
  68. package/dist/icons/arrow-circle-left.d.ts +56 -0
  69. package/dist/icons/arrow-circle-left.js +21 -0
  70. package/dist/icons/arrow-circle-right.cjs +45 -0
  71. package/dist/icons/arrow-circle-right.d.cts +56 -0
  72. package/dist/icons/arrow-circle-right.d.ts +56 -0
  73. package/dist/icons/arrow-circle-right.js +21 -0
  74. package/dist/icons/arrow-circle-up-left.cjs +45 -0
  75. package/dist/icons/arrow-circle-up-left.d.cts +56 -0
  76. package/dist/icons/arrow-circle-up-left.d.ts +56 -0
  77. package/dist/icons/arrow-circle-up-left.js +21 -0
  78. package/dist/icons/arrow-circle-up-right.cjs +45 -0
  79. package/dist/icons/arrow-circle-up-right.d.cts +56 -0
  80. package/dist/icons/arrow-circle-up-right.d.ts +56 -0
  81. package/dist/icons/arrow-circle-up-right.js +21 -0
  82. package/dist/icons/arrow-circle-up.cjs +45 -0
  83. package/dist/icons/arrow-circle-up.d.cts +56 -0
  84. package/dist/icons/arrow-circle-up.d.ts +56 -0
  85. package/dist/icons/arrow-circle-up.js +21 -0
  86. package/dist/icons/arrow-down-left.cjs +45 -0
  87. package/dist/icons/arrow-down-left.d.cts +56 -0
  88. package/dist/icons/arrow-down-left.d.ts +56 -0
  89. package/dist/icons/arrow-down-left.js +21 -0
  90. package/dist/icons/arrow-down-right.cjs +45 -0
  91. package/dist/icons/arrow-down-right.d.cts +56 -0
  92. package/dist/icons/arrow-down-right.d.ts +56 -0
  93. package/dist/icons/arrow-down-right.js +21 -0
  94. package/dist/icons/arrow-down.cjs +45 -0
  95. package/dist/icons/arrow-down.d.cts +56 -0
  96. package/dist/icons/arrow-down.d.ts +56 -0
  97. package/dist/icons/arrow-down.js +21 -0
  98. package/dist/icons/arrow-left.cjs +45 -0
  99. package/dist/icons/arrow-left.d.cts +56 -0
  100. package/dist/icons/arrow-left.d.ts +56 -0
  101. package/dist/icons/arrow-left.js +21 -0
  102. package/dist/icons/arrow-reload.cjs +45 -0
  103. package/dist/icons/arrow-reload.d.cts +56 -0
  104. package/dist/icons/arrow-reload.d.ts +56 -0
  105. package/dist/icons/arrow-reload.js +21 -0
  106. package/dist/icons/arrow-reset.cjs +45 -0
  107. package/dist/icons/arrow-reset.d.cts +56 -0
  108. package/dist/icons/arrow-reset.d.ts +56 -0
  109. package/dist/icons/arrow-reset.js +21 -0
  110. package/dist/icons/arrow-right.cjs +45 -0
  111. package/dist/icons/arrow-right.d.cts +56 -0
  112. package/dist/icons/arrow-right.d.ts +56 -0
  113. package/dist/icons/arrow-right.js +21 -0
  114. package/dist/icons/arrow-square-down-left.cjs +45 -0
  115. package/dist/icons/arrow-square-down-left.d.cts +56 -0
  116. package/dist/icons/arrow-square-down-left.d.ts +56 -0
  117. package/dist/icons/arrow-square-down-left.js +21 -0
  118. package/dist/icons/arrow-square-down-right.cjs +45 -0
  119. package/dist/icons/arrow-square-down-right.d.cts +56 -0
  120. package/dist/icons/arrow-square-down-right.d.ts +56 -0
  121. package/dist/icons/arrow-square-down-right.js +21 -0
  122. package/dist/icons/arrow-square-down.cjs +45 -0
  123. package/dist/icons/arrow-square-down.d.cts +56 -0
  124. package/dist/icons/arrow-square-down.d.ts +56 -0
  125. package/dist/icons/arrow-square-down.js +21 -0
  126. package/dist/icons/arrow-square-left.cjs +45 -0
  127. package/dist/icons/arrow-square-left.d.cts +56 -0
  128. package/dist/icons/arrow-square-left.d.ts +56 -0
  129. package/dist/icons/arrow-square-left.js +21 -0
  130. package/dist/icons/arrow-square-right.cjs +45 -0
  131. package/dist/icons/arrow-square-right.d.cts +56 -0
  132. package/dist/icons/arrow-square-right.d.ts +56 -0
  133. package/dist/icons/arrow-square-right.js +21 -0
  134. package/dist/icons/arrow-square-up-left.cjs +45 -0
  135. package/dist/icons/arrow-square-up-left.d.cts +56 -0
  136. package/dist/icons/arrow-square-up-left.d.ts +56 -0
  137. package/dist/icons/arrow-square-up-left.js +21 -0
  138. package/dist/icons/arrow-square-up-right.cjs +45 -0
  139. package/dist/icons/arrow-square-up-right.d.cts +56 -0
  140. package/dist/icons/arrow-square-up-right.d.ts +56 -0
  141. package/dist/icons/arrow-square-up-right.js +21 -0
  142. package/dist/icons/arrow-square-up.cjs +45 -0
  143. package/dist/icons/arrow-square-up.d.cts +56 -0
  144. package/dist/icons/arrow-square-up.d.ts +56 -0
  145. package/dist/icons/arrow-square-up.js +21 -0
  146. package/dist/icons/arrow-up-left.cjs +45 -0
  147. package/dist/icons/arrow-up-left.d.cts +56 -0
  148. package/dist/icons/arrow-up-left.d.ts +56 -0
  149. package/dist/icons/arrow-up-left.js +21 -0
  150. package/dist/icons/arrow-up-right.cjs +45 -0
  151. package/dist/icons/arrow-up-right.d.cts +56 -0
  152. package/dist/icons/arrow-up-right.d.ts +56 -0
  153. package/dist/icons/arrow-up-right.js +21 -0
  154. package/dist/icons/arrow-up.cjs +45 -0
  155. package/dist/icons/arrow-up.d.cts +56 -0
  156. package/dist/icons/arrow-up.d.ts +56 -0
  157. package/dist/icons/arrow-up.js +21 -0
  158. package/dist/icons/calendar-blank.cjs +45 -0
  159. package/dist/icons/calendar-blank.d.cts +56 -0
  160. package/dist/icons/calendar-blank.d.ts +56 -0
  161. package/dist/icons/calendar-blank.js +21 -0
  162. package/dist/icons/calendar-check.cjs +45 -0
  163. package/dist/icons/calendar-check.d.cts +56 -0
  164. package/dist/icons/calendar-check.d.ts +56 -0
  165. package/dist/icons/calendar-check.js +21 -0
  166. package/dist/icons/calendar-minus.cjs +45 -0
  167. package/dist/icons/calendar-minus.d.cts +56 -0
  168. package/dist/icons/calendar-minus.d.ts +56 -0
  169. package/dist/icons/calendar-minus.js +21 -0
  170. package/dist/icons/calendar-plus.cjs +45 -0
  171. package/dist/icons/calendar-plus.d.cts +56 -0
  172. package/dist/icons/calendar-plus.d.ts +56 -0
  173. package/dist/icons/calendar-plus.js +21 -0
  174. package/dist/icons/calendar-x.cjs +45 -0
  175. package/dist/icons/calendar-x.d.cts +56 -0
  176. package/dist/icons/calendar-x.d.ts +56 -0
  177. package/dist/icons/calendar-x.js +21 -0
  178. package/dist/icons/calendar.cjs +45 -0
  179. package/dist/icons/calendar.d.cts +56 -0
  180. package/dist/icons/calendar.d.ts +56 -0
  181. package/dist/icons/calendar.js +21 -0
  182. package/dist/icons/chevron-circle-down.cjs +45 -0
  183. package/dist/icons/chevron-circle-down.d.cts +56 -0
  184. package/dist/icons/chevron-circle-down.d.ts +56 -0
  185. package/dist/icons/chevron-circle-down.js +21 -0
  186. package/dist/icons/chevron-circle-left.cjs +45 -0
  187. package/dist/icons/chevron-circle-left.d.cts +56 -0
  188. package/dist/icons/chevron-circle-left.d.ts +56 -0
  189. package/dist/icons/chevron-circle-left.js +21 -0
  190. package/dist/icons/chevron-circle-right.cjs +45 -0
  191. package/dist/icons/chevron-circle-right.d.cts +56 -0
  192. package/dist/icons/chevron-circle-right.d.ts +56 -0
  193. package/dist/icons/chevron-circle-right.js +21 -0
  194. package/dist/icons/chevron-circle-up.cjs +45 -0
  195. package/dist/icons/chevron-circle-up.d.cts +56 -0
  196. package/dist/icons/chevron-circle-up.d.ts +56 -0
  197. package/dist/icons/chevron-circle-up.js +21 -0
  198. package/dist/icons/chevron-down.cjs +45 -0
  199. package/dist/icons/chevron-down.d.cts +56 -0
  200. package/dist/icons/chevron-down.d.ts +56 -0
  201. package/dist/icons/chevron-down.js +21 -0
  202. package/dist/icons/chevron-left.cjs +45 -0
  203. package/dist/icons/chevron-left.d.cts +56 -0
  204. package/dist/icons/chevron-left.d.ts +56 -0
  205. package/dist/icons/chevron-left.js +21 -0
  206. package/dist/icons/chevron-right.cjs +45 -0
  207. package/dist/icons/chevron-right.d.cts +56 -0
  208. package/dist/icons/chevron-right.d.ts +56 -0
  209. package/dist/icons/chevron-right.js +21 -0
  210. package/dist/icons/chevron-up.cjs +45 -0
  211. package/dist/icons/chevron-up.d.cts +56 -0
  212. package/dist/icons/chevron-up.d.ts +56 -0
  213. package/dist/icons/chevron-up.js +21 -0
  214. package/dist/icons/circle-dashed.cjs +45 -0
  215. package/dist/icons/circle-dashed.d.cts +56 -0
  216. package/dist/icons/circle-dashed.d.ts +56 -0
  217. package/dist/icons/circle-dashed.js +21 -0
  218. package/dist/icons/circle.cjs +45 -0
  219. package/dist/icons/circle.d.cts +56 -0
  220. package/dist/icons/circle.d.ts +56 -0
  221. package/dist/icons/circle.js +21 -0
  222. package/dist/icons/clock-am.cjs +45 -0
  223. package/dist/icons/clock-am.d.cts +56 -0
  224. package/dist/icons/clock-am.d.ts +56 -0
  225. package/dist/icons/clock-am.js +21 -0
  226. package/dist/icons/clock-ccw.cjs +45 -0
  227. package/dist/icons/clock-ccw.d.cts +56 -0
  228. package/dist/icons/clock-ccw.d.ts +56 -0
  229. package/dist/icons/clock-ccw.js +21 -0
  230. package/dist/icons/clock-cw.cjs +45 -0
  231. package/dist/icons/clock-cw.d.cts +56 -0
  232. package/dist/icons/clock-cw.d.ts +56 -0
  233. package/dist/icons/clock-cw.js +21 -0
  234. package/dist/icons/clock-minus.cjs +45 -0
  235. package/dist/icons/clock-minus.d.cts +56 -0
  236. package/dist/icons/clock-minus.d.ts +56 -0
  237. package/dist/icons/clock-minus.js +21 -0
  238. package/dist/icons/clock-plus.cjs +45 -0
  239. package/dist/icons/clock-plus.d.cts +56 -0
  240. package/dist/icons/clock-plus.d.ts +56 -0
  241. package/dist/icons/clock-plus.js +21 -0
  242. package/dist/icons/clock-pm.cjs +45 -0
  243. package/dist/icons/clock-pm.d.cts +56 -0
  244. package/dist/icons/clock-pm.d.ts +56 -0
  245. package/dist/icons/clock-pm.js +21 -0
  246. package/dist/icons/clock-z.cjs +45 -0
  247. package/dist/icons/clock-z.d.cts +56 -0
  248. package/dist/icons/clock-z.d.ts +56 -0
  249. package/dist/icons/clock-z.js +21 -0
  250. package/dist/icons/clock.cjs +45 -0
  251. package/dist/icons/clock.d.cts +56 -0
  252. package/dist/icons/clock.d.ts +56 -0
  253. package/dist/icons/clock.js +21 -0
  254. package/dist/icons/ellipsis-horizontal.cjs +45 -0
  255. package/dist/icons/ellipsis-horizontal.d.cts +56 -0
  256. package/dist/icons/ellipsis-horizontal.d.ts +56 -0
  257. package/dist/icons/ellipsis-horizontal.js +21 -0
  258. package/dist/icons/ellipsis-vertical.cjs +45 -0
  259. package/dist/icons/ellipsis-vertical.d.cts +56 -0
  260. package/dist/icons/ellipsis-vertical.d.ts +56 -0
  261. package/dist/icons/ellipsis-vertical.js +21 -0
  262. package/dist/icons/envelope-open.cjs +45 -0
  263. package/dist/icons/envelope-open.d.cts +56 -0
  264. package/dist/icons/envelope-open.d.ts +56 -0
  265. package/dist/icons/envelope-open.js +21 -0
  266. package/dist/icons/envelope.cjs +45 -0
  267. package/dist/icons/envelope.d.cts +56 -0
  268. package/dist/icons/envelope.d.ts +56 -0
  269. package/dist/icons/envelope.js +21 -0
  270. package/dist/icons/file-arrow-down.cjs +45 -0
  271. package/dist/icons/file-arrow-down.d.cts +56 -0
  272. package/dist/icons/file-arrow-down.d.ts +56 -0
  273. package/dist/icons/file-arrow-down.js +21 -0
  274. package/dist/icons/file-arrow-up.cjs +45 -0
  275. package/dist/icons/file-arrow-up.d.cts +56 -0
  276. package/dist/icons/file-arrow-up.d.ts +56 -0
  277. package/dist/icons/file-arrow-up.js +21 -0
  278. package/dist/icons/file-minus.cjs +45 -0
  279. package/dist/icons/file-minus.d.cts +56 -0
  280. package/dist/icons/file-minus.d.ts +56 -0
  281. package/dist/icons/file-minus.js +21 -0
  282. package/dist/icons/file-plus.cjs +45 -0
  283. package/dist/icons/file-plus.d.cts +56 -0
  284. package/dist/icons/file-plus.d.ts +56 -0
  285. package/dist/icons/file-plus.js +21 -0
  286. package/dist/icons/file-text.cjs +45 -0
  287. package/dist/icons/file-text.d.cts +56 -0
  288. package/dist/icons/file-text.d.ts +56 -0
  289. package/dist/icons/file-text.js +21 -0
  290. package/dist/icons/file-x.cjs +45 -0
  291. package/dist/icons/file-x.d.cts +56 -0
  292. package/dist/icons/file-x.d.ts +56 -0
  293. package/dist/icons/file-x.js +21 -0
  294. package/dist/icons/file.cjs +45 -0
  295. package/dist/icons/file.d.cts +56 -0
  296. package/dist/icons/file.d.ts +56 -0
  297. package/dist/icons/file.js +21 -0
  298. package/dist/icons/filter.cjs +45 -0
  299. package/dist/icons/filter.d.cts +56 -0
  300. package/dist/icons/filter.d.ts +56 -0
  301. package/dist/icons/filter.js +21 -0
  302. package/dist/icons/gear.cjs +45 -0
  303. package/dist/icons/gear.d.cts +56 -0
  304. package/dist/icons/gear.d.ts +56 -0
  305. package/dist/icons/gear.js +21 -0
  306. package/dist/icons/house.cjs +45 -0
  307. package/dist/icons/house.d.cts +56 -0
  308. package/dist/icons/house.d.ts +56 -0
  309. package/dist/icons/house.js +21 -0
  310. package/dist/icons/inbox-arrow-down.cjs +45 -0
  311. package/dist/icons/inbox-arrow-down.d.cts +56 -0
  312. package/dist/icons/inbox-arrow-down.d.ts +56 -0
  313. package/dist/icons/inbox-arrow-down.js +21 -0
  314. package/dist/icons/inbox-arrow-up.cjs +45 -0
  315. package/dist/icons/inbox-arrow-up.d.cts +56 -0
  316. package/dist/icons/inbox-arrow-up.d.ts +56 -0
  317. package/dist/icons/inbox-arrow-up.js +21 -0
  318. package/dist/icons/inbox.cjs +45 -0
  319. package/dist/icons/inbox.d.cts +56 -0
  320. package/dist/icons/inbox.d.ts +56 -0
  321. package/dist/icons/inbox.js +21 -0
  322. package/dist/icons/list.cjs +45 -0
  323. package/dist/icons/list.d.cts +56 -0
  324. package/dist/icons/list.d.ts +56 -0
  325. package/dist/icons/list.js +21 -0
  326. package/dist/icons/menu.cjs +45 -0
  327. package/dist/icons/menu.d.cts +56 -0
  328. package/dist/icons/menu.d.ts +56 -0
  329. package/dist/icons/menu.js +21 -0
  330. package/dist/icons/minus-circle.cjs +45 -0
  331. package/dist/icons/minus-circle.d.cts +56 -0
  332. package/dist/icons/minus-circle.d.ts +56 -0
  333. package/dist/icons/minus-circle.js +21 -0
  334. package/dist/icons/minus-square.cjs +45 -0
  335. package/dist/icons/minus-square.d.cts +56 -0
  336. package/dist/icons/minus-square.d.ts +56 -0
  337. package/dist/icons/minus-square.js +21 -0
  338. package/dist/icons/minus.cjs +45 -0
  339. package/dist/icons/minus.d.cts +56 -0
  340. package/dist/icons/minus.d.ts +56 -0
  341. package/dist/icons/minus.js +21 -0
  342. package/dist/icons/moon.cjs +45 -0
  343. package/dist/icons/moon.d.cts +56 -0
  344. package/dist/icons/moon.d.ts +56 -0
  345. package/dist/icons/moon.js +21 -0
  346. package/dist/icons/plus-circle.cjs +45 -0
  347. package/dist/icons/plus-circle.d.cts +56 -0
  348. package/dist/icons/plus-circle.d.ts +56 -0
  349. package/dist/icons/plus-circle.js +21 -0
  350. package/dist/icons/plus-square.cjs +45 -0
  351. package/dist/icons/plus-square.d.cts +56 -0
  352. package/dist/icons/plus-square.d.ts +56 -0
  353. package/dist/icons/plus-square.js +21 -0
  354. package/dist/icons/plus.cjs +45 -0
  355. package/dist/icons/plus.d.cts +56 -0
  356. package/dist/icons/plus.d.ts +56 -0
  357. package/dist/icons/plus.js +21 -0
  358. package/dist/icons/search.cjs +45 -0
  359. package/dist/icons/search.d.cts +56 -0
  360. package/dist/icons/search.d.ts +56 -0
  361. package/dist/icons/search.js +21 -0
  362. package/dist/icons/server-stack.cjs +45 -0
  363. package/dist/icons/server-stack.d.cts +56 -0
  364. package/dist/icons/server-stack.d.ts +56 -0
  365. package/dist/icons/server-stack.js +21 -0
  366. package/dist/icons/server.cjs +45 -0
  367. package/dist/icons/server.d.cts +56 -0
  368. package/dist/icons/server.d.ts +56 -0
  369. package/dist/icons/server.js +21 -0
  370. package/dist/icons/square-dashed.cjs +45 -0
  371. package/dist/icons/square-dashed.d.cts +56 -0
  372. package/dist/icons/square-dashed.d.ts +56 -0
  373. package/dist/icons/square-dashed.js +21 -0
  374. package/dist/icons/square.cjs +45 -0
  375. package/dist/icons/square.d.cts +56 -0
  376. package/dist/icons/square.d.ts +56 -0
  377. package/dist/icons/square.js +21 -0
  378. package/dist/icons/sun-dim.cjs +45 -0
  379. package/dist/icons/sun-dim.d.cts +56 -0
  380. package/dist/icons/sun-dim.d.ts +56 -0
  381. package/dist/icons/sun-dim.js +21 -0
  382. package/dist/icons/sun-horizon.cjs +45 -0
  383. package/dist/icons/sun-horizon.d.cts +56 -0
  384. package/dist/icons/sun-horizon.d.ts +56 -0
  385. package/dist/icons/sun-horizon.js +21 -0
  386. package/dist/icons/sun-moon.cjs +45 -0
  387. package/dist/icons/sun-moon.d.cts +56 -0
  388. package/dist/icons/sun-moon.d.ts +56 -0
  389. package/dist/icons/sun-moon.js +21 -0
  390. package/dist/icons/sun.cjs +45 -0
  391. package/dist/icons/sun.d.cts +56 -0
  392. package/dist/icons/sun.d.ts +56 -0
  393. package/dist/icons/sun.js +21 -0
  394. package/dist/icons/sunrise.cjs +45 -0
  395. package/dist/icons/sunrise.d.cts +56 -0
  396. package/dist/icons/sunrise.d.ts +56 -0
  397. package/dist/icons/sunrise.js +21 -0
  398. package/dist/icons/sunset.cjs +45 -0
  399. package/dist/icons/sunset.d.cts +56 -0
  400. package/dist/icons/sunset.d.ts +56 -0
  401. package/dist/icons/sunset.js +21 -0
  402. package/dist/icons/table.cjs +45 -0
  403. package/dist/icons/table.d.cts +56 -0
  404. package/dist/icons/table.d.ts +56 -0
  405. package/dist/icons/table.js +21 -0
  406. package/dist/icons/target.cjs +45 -0
  407. package/dist/icons/target.d.cts +56 -0
  408. package/dist/icons/target.d.ts +56 -0
  409. package/dist/icons/target.js +21 -0
  410. package/dist/icons/text-align-center.cjs +45 -0
  411. package/dist/icons/text-align-center.d.cts +56 -0
  412. package/dist/icons/text-align-center.d.ts +56 -0
  413. package/dist/icons/text-align-center.js +21 -0
  414. package/dist/icons/text-align-justify.cjs +45 -0
  415. package/dist/icons/text-align-justify.d.cts +56 -0
  416. package/dist/icons/text-align-justify.d.ts +56 -0
  417. package/dist/icons/text-align-justify.js +21 -0
  418. package/dist/icons/text-align-left.cjs +45 -0
  419. package/dist/icons/text-align-left.d.cts +56 -0
  420. package/dist/icons/text-align-left.d.ts +56 -0
  421. package/dist/icons/text-align-left.js +21 -0
  422. package/dist/icons/text-align-right.cjs +45 -0
  423. package/dist/icons/text-align-right.d.cts +56 -0
  424. package/dist/icons/text-align-right.d.ts +56 -0
  425. package/dist/icons/text-align-right.js +21 -0
  426. package/dist/icons/text-initial.cjs +45 -0
  427. package/dist/icons/text-initial.d.cts +56 -0
  428. package/dist/icons/text-initial.d.ts +56 -0
  429. package/dist/icons/text-initial.js +21 -0
  430. package/dist/icons/text-select.cjs +45 -0
  431. package/dist/icons/text-select.d.cts +56 -0
  432. package/dist/icons/text-select.d.ts +56 -0
  433. package/dist/icons/text-select.js +21 -0
  434. package/dist/icons/text.cjs +45 -0
  435. package/dist/icons/text.d.cts +56 -0
  436. package/dist/icons/text.d.ts +56 -0
  437. package/dist/icons/text.js +21 -0
  438. package/dist/icons/trash.cjs +45 -0
  439. package/dist/icons/trash.d.cts +56 -0
  440. package/dist/icons/trash.d.ts +56 -0
  441. package/dist/icons/trash.js +21 -0
  442. package/dist/icons/triangle-dashed.cjs +45 -0
  443. package/dist/icons/triangle-dashed.d.cts +56 -0
  444. package/dist/icons/triangle-dashed.d.ts +56 -0
  445. package/dist/icons/triangle-dashed.js +21 -0
  446. package/dist/icons/triangle.cjs +45 -0
  447. package/dist/icons/triangle.d.cts +56 -0
  448. package/dist/icons/triangle.d.ts +56 -0
  449. package/dist/icons/triangle.js +21 -0
  450. package/dist/icons/ui-ux.cjs +45 -0
  451. package/dist/icons/ui-ux.d.cts +56 -0
  452. package/dist/icons/ui-ux.d.ts +56 -0
  453. package/dist/icons/ui-ux.js +21 -0
  454. package/dist/icons/x-circle.cjs +45 -0
  455. package/dist/icons/x-circle.d.cts +56 -0
  456. package/dist/icons/x-circle.d.ts +56 -0
  457. package/dist/icons/x-circle.js +21 -0
  458. package/dist/icons/x-square.cjs +45 -0
  459. package/dist/icons/x-square.d.cts +56 -0
  460. package/dist/icons/x-square.d.ts +56 -0
  461. package/dist/icons/x-square.js +21 -0
  462. package/dist/icons/x.cjs +45 -0
  463. package/dist/icons/x.d.cts +56 -0
  464. package/dist/icons/x.d.ts +56 -0
  465. package/dist/icons/x.js +21 -0
  466. package/dist/index.cjs +228 -2350
  467. package/dist/index.d.cts +116 -5939
  468. package/dist/index.d.ts +116 -5939
  469. package/dist/index.js +114 -2233
  470. package/dist/types.cjs +28 -0
  471. package/dist/types.d.cts +25 -0
  472. package/dist/types.d.ts +25 -0
  473. package/dist/types.js +4 -0
  474. package/package.json +11 -1
@@ -0,0 +1,56 @@
1
+ import * as vue from 'vue';
2
+ import { IconVariant, IconWeight } from '../types.js';
3
+
4
+ declare const IconCircleDashed: vue.DefineComponent<vue.ExtractPropTypes<{
5
+ variant: {
6
+ type: vue.PropType<IconVariant>;
7
+ default: undefined;
8
+ };
9
+ weight: {
10
+ type: vue.PropType<IconWeight>;
11
+ default: undefined;
12
+ };
13
+ size: {
14
+ type: vue.PropType<number | string>;
15
+ default: undefined;
16
+ };
17
+ color: {
18
+ type: StringConstructor;
19
+ default: undefined;
20
+ };
21
+ title: {
22
+ type: StringConstructor;
23
+ default: undefined;
24
+ };
25
+ }>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
26
+ [key: string]: any;
27
+ }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
28
+ variant: {
29
+ type: vue.PropType<IconVariant>;
30
+ default: undefined;
31
+ };
32
+ weight: {
33
+ type: vue.PropType<IconWeight>;
34
+ default: undefined;
35
+ };
36
+ size: {
37
+ type: vue.PropType<number | string>;
38
+ default: undefined;
39
+ };
40
+ color: {
41
+ type: StringConstructor;
42
+ default: undefined;
43
+ };
44
+ title: {
45
+ type: StringConstructor;
46
+ default: undefined;
47
+ };
48
+ }>> & Readonly<{}>, {
49
+ variant: IconVariant;
50
+ weight: IconWeight;
51
+ size: string | number;
52
+ color: string;
53
+ title: string;
54
+ }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
55
+
56
+ export { IconCircleDashed };
@@ -0,0 +1,21 @@
1
+ import { createIcon } from "../createIcon";
2
+ const IconCircleDashed = /* @__PURE__ */ createIcon("circle-dashed", {
3
+ line: {
4
+ light: `<path fill="currentColor" d="M13.11 20.428a.5.5 0 0 1 .13.992 9.6 9.6 0 0 1-2.48 0 .5.5 0 1 1 .13-.992 8.6 8.6 0 0 0 2.22 0m-8.555-3.345a.5.5 0 0 1 .7.092 8.6 8.6 0 0 0 1.57 1.57.5.5 0 0 1-.61.792 9.6 9.6 0 0 1-1.752-1.753.5.5 0 0 1 .092-.701m14.19.092a.5.5 0 1 1 .792.61 9.6 9.6 0 0 1-1.753 1.752.5.5 0 0 1-.61-.793 8.6 8.6 0 0 0 1.57-1.57M2.5 12q0-.63.08-1.24a.5.5 0 0 1 .992.13 8.6 8.6 0 0 0 0 2.22.5.5 0 0 1-.992.13A10 10 0 0 1 2.5 12m18 0q0-.566-.072-1.11a.5.5 0 0 1 .992-.13 9.6 9.6 0 0 1 0 2.48.5.5 0 1 1-.992-.13q.071-.544.072-1.11M6.216 4.463a.5.5 0 0 1 .61.793 8.6 8.6 0 0 0-1.57 1.57.5.5 0 0 1-.793-.61 9.6 9.6 0 0 1 1.753-1.753m10.867.092a.5.5 0 0 1 .701-.092 9.6 9.6 0 0 1 1.753 1.753.5.5 0 0 1-.793.61 8.6 8.6 0 0 0-1.57-1.57.5.5 0 0 1-.091-.701M12 2.5q.63 0 1.24.08a.5.5 0 0 1-.13.992 8.6 8.6 0 0 0-2.22 0 .5.5 0 0 1-.13-.992q.61-.08 1.24-.08"/>`,
5
+ regular: `<path fill="currentColor" d="M13.078 20.18a.75.75 0 1 1 .195 1.488 10 10 0 0 1-2.546 0 .75.75 0 0 1 .195-1.487 8.4 8.4 0 0 0 2.156 0m-8.676-3.295a.75.75 0 0 1 1.052.137c.44.572.952 1.085 1.524 1.524a.75.75 0 0 1-.915 1.19 9.8 9.8 0 0 1-1.798-1.8.75.75 0 0 1 .137-1.051m14.144.137a.75.75 0 0 1 1.19.915 9.8 9.8 0 0 1-1.8 1.798.75.75 0 0 1-.913-1.19 8.3 8.3 0 0 0 1.523-1.523M2.25 12q0-.646.082-1.273a.75.75 0 0 1 1.487.195 8.3 8.3 0 0 0 0 2.156.75.75 0 1 1-1.487.195A10 10 0 0 1 2.25 12m18 0q0-.55-.07-1.078a.75.75 0 1 1 1.488-.195 10 10 0 0 1 0 2.546.75.75 0 0 1-1.487-.195q.069-.529.069-1.078M6.063 4.265a.75.75 0 0 1 .915 1.19 8.3 8.3 0 0 0-1.524 1.523.75.75 0 0 1-1.19-.915 9.8 9.8 0 0 1 1.8-1.798m10.822.137a.75.75 0 0 1 1.051-.137 9.8 9.8 0 0 1 1.8 1.798.75.75 0 0 1-1.19.915 8.3 8.3 0 0 0-1.523-1.524.75.75 0 0 1-.138-1.052M12 2.25q.646 0 1.273.082a.75.75 0 0 1-.195 1.487 8.3 8.3 0 0 0-2.156 0 .75.75 0 1 1-.195-1.487A10 10 0 0 1 12 2.25"/>`,
6
+ bold: `<path fill="currentColor" d="M13.046 19.933a1 1 0 0 1 .259 1.983 10 10 0 0 1-2.61 0 1 1 0 0 1 .26-1.983 8 8 0 0 0 2.09 0M4.25 16.686a1 1 0 0 1 1.402.184 8 8 0 0 0 1.478 1.478 1 1 0 0 1-1.219 1.586 10 10 0 0 1-1.845-1.845 1 1 0 0 1 .184-1.402m14.098.184a1 1 0 0 1 1.586 1.219 10 10 0 0 1-1.845 1.845 1 1 0 0 1-1.219-1.586 8 8 0 0 0 1.478-1.478M2 12q0-.663.084-1.305a1 1 0 0 1 1.983.26 8 8 0 0 0 0 2.09 1 1 0 0 1-1.983.26A10 10 0 0 1 2 12m18 0q0-.533-.067-1.046a1 1 0 0 1 1.983-.259 10 10 0 0 1 0 2.61 1 1 0 0 1-1.983-.26q.066-.512.067-1.045M5.911 4.066A1 1 0 0 1 7.13 5.652 8 8 0 0 0 5.652 7.13a1 1 0 0 1-1.586-1.22 10 10 0 0 1 1.845-1.845m10.776.184a1 1 0 0 1 1.402-.184 10 10 0 0 1 1.845 1.845 1 1 0 0 1-1.586 1.219 8 8 0 0 0-1.478-1.478 1 1 0 0 1-.184-1.402M12 2q.663 0 1.305.084a1 1 0 0 1-.26 1.983 8 8 0 0 0-2.09 0 1 1 0 0 1-.26-1.983Q11.337 2 12 2"/>`
7
+ },
8
+ duotone: {
9
+ light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M13.11 20.428a.5.5 0 0 1 .13.992 9.6 9.6 0 0 1-2.48 0 .5.5 0 1 1 .13-.992 8.6 8.6 0 0 0 2.22 0m-8.555-3.345a.5.5 0 0 1 .7.092 8.6 8.6 0 0 0 1.57 1.57.5.5 0 0 1-.61.792 9.6 9.6 0 0 1-1.752-1.753.5.5 0 0 1 .092-.701m14.19.092a.5.5 0 1 1 .792.61 9.6 9.6 0 0 1-1.753 1.752.5.5 0 0 1-.61-.793 8.6 8.6 0 0 0 1.57-1.57M2.5 12q0-.63.08-1.24a.5.5 0 0 1 .992.13 8.6 8.6 0 0 0 0 2.22.5.5 0 0 1-.992.13A10 10 0 0 1 2.5 12m18 0q0-.566-.072-1.11a.5.5 0 0 1 .992-.13 9.6 9.6 0 0 1 0 2.48.5.5 0 1 1-.992-.13q.071-.544.072-1.11M6.216 4.463a.5.5 0 0 1 .61.793 8.6 8.6 0 0 0-1.57 1.57.5.5 0 0 1-.793-.61 9.6 9.6 0 0 1 1.753-1.753m10.867.092a.5.5 0 0 1 .701-.092 9.6 9.6 0 0 1 1.753 1.753.5.5 0 0 1-.793.61 8.6 8.6 0 0 0-1.57-1.57.5.5 0 0 1-.091-.701M12 2.5q.63 0 1.24.08a.5.5 0 0 1-.13.992 8.6 8.6 0 0 0-2.22 0 .5.5 0 0 1-.13-.992q.61-.08 1.24-.08"/>`,
10
+ regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M13.078 20.18a.75.75 0 1 1 .195 1.488 10 10 0 0 1-2.546 0 .75.75 0 0 1 .195-1.487 8.4 8.4 0 0 0 2.156 0m-8.676-3.295a.75.75 0 0 1 1.052.137c.44.572.952 1.085 1.524 1.524a.75.75 0 0 1-.915 1.19 9.8 9.8 0 0 1-1.798-1.8.75.75 0 0 1 .137-1.051m14.144.137a.75.75 0 0 1 1.19.915 9.8 9.8 0 0 1-1.8 1.798.75.75 0 0 1-.913-1.19 8.3 8.3 0 0 0 1.523-1.523M2.25 12q0-.646.082-1.273a.75.75 0 0 1 1.487.195 8.3 8.3 0 0 0 0 2.156.75.75 0 1 1-1.487.195A10 10 0 0 1 2.25 12m18 0q0-.55-.07-1.078a.75.75 0 1 1 1.488-.195 10 10 0 0 1 0 2.546.75.75 0 0 1-1.487-.195q.069-.529.069-1.078M6.063 4.265a.75.75 0 0 1 .915 1.19 8.3 8.3 0 0 0-1.524 1.523.75.75 0 0 1-1.19-.915 9.8 9.8 0 0 1 1.8-1.798m10.822.137a.75.75 0 0 1 1.051-.137 9.8 9.8 0 0 1 1.8 1.798.75.75 0 0 1-1.19.915 8.3 8.3 0 0 0-1.523-1.524.75.75 0 0 1-.138-1.052M12 2.25q.646 0 1.273.082a.75.75 0 0 1-.195 1.487 8.3 8.3 0 0 0-2.156 0 .75.75 0 1 1-.195-1.487A10 10 0 0 1 12 2.25"/>`,
11
+ bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M13.046 19.933a1 1 0 0 1 .259 1.983 10 10 0 0 1-2.61 0 1 1 0 0 1 .26-1.983 8 8 0 0 0 2.09 0M4.25 16.686a1 1 0 0 1 1.402.184 8 8 0 0 0 1.478 1.478 1 1 0 0 1-1.219 1.586 10 10 0 0 1-1.845-1.845 1 1 0 0 1 .184-1.402m14.098.184a1 1 0 0 1 1.586 1.219 10 10 0 0 1-1.845 1.845 1 1 0 0 1-1.219-1.586 8 8 0 0 0 1.478-1.478M2 12q0-.663.084-1.305a1 1 0 0 1 1.983.26 8 8 0 0 0 0 2.09 1 1 0 0 1-1.983.26A10 10 0 0 1 2 12m18 0q0-.533-.067-1.046a1 1 0 0 1 1.983-.259 10 10 0 0 1 0 2.61 1 1 0 0 1-1.983-.26q.066-.512.067-1.045M5.911 4.066A1 1 0 0 1 7.13 5.652 8 8 0 0 0 5.652 7.13a1 1 0 0 1-1.586-1.22 10 10 0 0 1 1.845-1.845m10.776.184a1 1 0 0 1 1.402-.184 10 10 0 0 1 1.845 1.845 1 1 0 0 1-1.586 1.219 8 8 0 0 0-1.478-1.478 1 1 0 0 1-.184-1.402M12 2q.663 0 1.305.084a1 1 0 0 1-.26 1.983 8 8 0 0 0-2.09 0 1 1 0 0 1-.26-1.983Q11.337 2 12 2"/>`
12
+ },
13
+ solid: {
14
+ light: `<path fill="currentColor" fill-rule="evenodd" d="M12 2.5a9.5 9.5 0 1 1 0 19 9.5 9.5 0 0 1 0-19m.85 15.945a6.6 6.6 0 0 1-1.7 0 .5.5 0 1 0-.129.991 7.6 7.6 0 0 0 1.957 0 .5.5 0 0 0-.128-.99m-6.007-2.488a.5.5 0 0 0-.793.61 7.5 7.5 0 0 0 1.384 1.383.5.5 0 0 0 .609-.793 6.5 6.5 0 0 1-1.2-1.2m11.015-.092a.5.5 0 0 0-.7.092 6.6 6.6 0 0 1-1.201 1.2.5.5 0 0 0 .61.793 7.5 7.5 0 0 0 1.383-1.384.5.5 0 0 0-.092-.7M5.124 10.59a.5.5 0 0 0-.56.431 7.6 7.6 0 0 0 0 1.957.5.5 0 0 0 .99-.128 6.6 6.6 0 0 1 0-1.7.5.5 0 0 0-.43-.56m13.752 0a.5.5 0 0 0-.43.56 6.6 6.6 0 0 1 0 1.7.5.5 0 1 0 .99.129 7.6 7.6 0 0 0 0-1.957.5.5 0 0 0-.56-.432M8.135 6.142a.5.5 0 0 0-.701-.092c-.52.399-.985.864-1.384 1.384a.5.5 0 0 0 .793.609c.346-.45.75-.854 1.2-1.2a.5.5 0 0 0 .092-.701m8.431-.092a.5.5 0 0 0-.609.793c.45.346.854.75 1.2 1.2a.5.5 0 0 0 .793-.61 7.5 7.5 0 0 0-1.384-1.383M12 4.5q-.497 0-.979.063a.5.5 0 0 0 .13.992 6.6 6.6 0 0 1 1.699 0 .5.5 0 1 0 .129-.992A8 8 0 0 0 12 4.5" clip-rule="evenodd"/>`,
15
+ regular: `<path fill="currentColor" fill-rule="evenodd" d="M12 2.25c5.385 0 9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25m.817 15.947a6.3 6.3 0 0 1-1.634 0 .75.75 0 0 0-.195 1.488 7.8 7.8 0 0 0 2.024 0 .75.75 0 0 0-.195-1.488m-5.776-2.392a.75.75 0 1 0-1.19.914 7.8 7.8 0 0 0 1.43 1.43.75.75 0 0 0 .914-1.19 6.3 6.3 0 0 1-1.154-1.154m10.97-.138a.75.75 0 0 0-1.052.138 6.3 6.3 0 0 1-1.154 1.154.75.75 0 1 0 .914 1.19 7.8 7.8 0 0 0 1.43-1.43.75.75 0 0 0-.138-1.052M5.156 10.342a.75.75 0 0 0-.84.646 7.8 7.8 0 0 0 0 2.024.75.75 0 0 0 1.487-.195 6.3 6.3 0 0 1 0-1.634.75.75 0 0 0-.647-.841m13.688 0a.75.75 0 0 0-.647.84 6.3 6.3 0 0 1 0 1.635.75.75 0 0 0 1.488.195 7.8 7.8 0 0 0 0-2.024.75.75 0 0 0-.841-.646M8.333 5.989a.75.75 0 0 0-1.052-.137 7.8 7.8 0 0 0-1.43 1.43.75.75 0 0 0 1.19.913 6.3 6.3 0 0 1 1.154-1.154.75.75 0 0 0 .138-1.052m8.386-.137a.75.75 0 0 0-.914 1.189c.433.333.821.721 1.154 1.154a.75.75 0 1 0 1.19-.914 7.8 7.8 0 0 0-1.43-1.43M12 4.25q-.514 0-1.012.065a.75.75 0 0 0 .195 1.488 6.3 6.3 0 0 1 1.634 0 .75.75 0 0 0 .195-1.488A8 8 0 0 0 12 4.25" clip-rule="evenodd"/>`,
16
+ bold: `<path fill="currentColor" fill-rule="evenodd" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m.785 15.95a6 6 0 0 1-1.57 0 1 1 0 0 0-.259 1.983 8 8 0 0 0 2.088 0 1 1 0 0 0-.259-1.984M7.24 15.651a1 1 0 0 0-1.586 1.22c.426.553.922 1.05 1.476 1.475a1 1 0 0 0 1.219-1.586 6 6 0 0 1-1.109-1.109m10.924-.183a1 1 0 0 0-1.402.183 6 6 0 0 1-1.109 1.109 1 1 0 0 0 1.22 1.586 8 8 0 0 0 1.475-1.476 1 1 0 0 0-.184-1.402M5.188 10.094a1 1 0 0 0-1.12.862 8 8 0 0 0 0 2.088 1 1 0 0 0 1.983-.259 6 6 0 0 1 0-1.57 1 1 0 0 0-.863-1.121m13.624 0a1 1 0 0 0-.863 1.12 6 6 0 0 1 0 1.571 1 1 0 0 0 1.984.259 8 8 0 0 0 0-2.088 1 1 0 0 0-1.122-.862M8.532 5.837a1 1 0 0 0-1.403-.184A8 8 0 0 0 5.653 7.13 1 1 0 0 0 7.24 8.348c.32-.416.693-.79 1.109-1.109a1 1 0 0 0 .183-1.402m8.34-.184a1 1 0 0 0-1.22 1.586c.416.32.79.693 1.109 1.109a1 1 0 0 0 1.586-1.22 8 8 0 0 0-1.476-1.475M12 4q-.53 0-1.044.067a1 1 0 0 0 .259 1.984 6 6 0 0 1 1.57 0 1 1 0 0 0 .259-1.984A8 8 0 0 0 12 4" clip-rule="evenodd"/>`
17
+ }
18
+ });
19
+ export {
20
+ IconCircleDashed
21
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var circle_exports = {};
20
+ __export(circle_exports, {
21
+ IconCircle: () => IconCircle
22
+ });
23
+ module.exports = __toCommonJS(circle_exports);
24
+ var import_createIcon = require("../createIcon");
25
+ const IconCircle = /* @__PURE__ */ (0, import_createIcon.createIcon)("circle", {
26
+ line: {
27
+ light: `<path fill="currentColor" d="M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1 0a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0"/>`,
28
+ regular: `<path fill="currentColor" d="M20.25 12a8.25 8.25 0 1 0-16.5 0 8.25 8.25 0 0 0 16.5 0m1.5 0c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75"/>`,
29
+ bold: `<path fill="currentColor" d="M20 12a8 8 0 1 0-16 0 8 8 0 0 0 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10"/>`
30
+ },
31
+ duotone: {
32
+ light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1 0a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0"/>`,
33
+ regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M20.25 12a8.25 8.25 0 1 0-16.5 0 8.25 8.25 0 0 0 16.5 0m1.5 0c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75"/>`,
34
+ bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M20 12a8 8 0 1 0-16 0 8 8 0 0 0 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10"/>`
35
+ },
36
+ solid: {
37
+ light: `<path fill="currentColor" d="M21.5 12a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0"/>`,
38
+ regular: `<path fill="currentColor" d="M21.75 12c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75"/>`,
39
+ bold: `<path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10"/>`
40
+ }
41
+ });
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ IconCircle
45
+ });
@@ -0,0 +1,56 @@
1
+ import * as vue from 'vue';
2
+ import { IconVariant, IconWeight } from '../types.cjs';
3
+
4
+ declare const IconCircle: vue.DefineComponent<vue.ExtractPropTypes<{
5
+ variant: {
6
+ type: vue.PropType<IconVariant>;
7
+ default: undefined;
8
+ };
9
+ weight: {
10
+ type: vue.PropType<IconWeight>;
11
+ default: undefined;
12
+ };
13
+ size: {
14
+ type: vue.PropType<number | string>;
15
+ default: undefined;
16
+ };
17
+ color: {
18
+ type: StringConstructor;
19
+ default: undefined;
20
+ };
21
+ title: {
22
+ type: StringConstructor;
23
+ default: undefined;
24
+ };
25
+ }>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
26
+ [key: string]: any;
27
+ }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
28
+ variant: {
29
+ type: vue.PropType<IconVariant>;
30
+ default: undefined;
31
+ };
32
+ weight: {
33
+ type: vue.PropType<IconWeight>;
34
+ default: undefined;
35
+ };
36
+ size: {
37
+ type: vue.PropType<number | string>;
38
+ default: undefined;
39
+ };
40
+ color: {
41
+ type: StringConstructor;
42
+ default: undefined;
43
+ };
44
+ title: {
45
+ type: StringConstructor;
46
+ default: undefined;
47
+ };
48
+ }>> & Readonly<{}>, {
49
+ variant: IconVariant;
50
+ weight: IconWeight;
51
+ size: string | number;
52
+ color: string;
53
+ title: string;
54
+ }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
55
+
56
+ export { IconCircle };
@@ -0,0 +1,56 @@
1
+ import * as vue from 'vue';
2
+ import { IconVariant, IconWeight } from '../types.js';
3
+
4
+ declare const IconCircle: vue.DefineComponent<vue.ExtractPropTypes<{
5
+ variant: {
6
+ type: vue.PropType<IconVariant>;
7
+ default: undefined;
8
+ };
9
+ weight: {
10
+ type: vue.PropType<IconWeight>;
11
+ default: undefined;
12
+ };
13
+ size: {
14
+ type: vue.PropType<number | string>;
15
+ default: undefined;
16
+ };
17
+ color: {
18
+ type: StringConstructor;
19
+ default: undefined;
20
+ };
21
+ title: {
22
+ type: StringConstructor;
23
+ default: undefined;
24
+ };
25
+ }>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
26
+ [key: string]: any;
27
+ }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
28
+ variant: {
29
+ type: vue.PropType<IconVariant>;
30
+ default: undefined;
31
+ };
32
+ weight: {
33
+ type: vue.PropType<IconWeight>;
34
+ default: undefined;
35
+ };
36
+ size: {
37
+ type: vue.PropType<number | string>;
38
+ default: undefined;
39
+ };
40
+ color: {
41
+ type: StringConstructor;
42
+ default: undefined;
43
+ };
44
+ title: {
45
+ type: StringConstructor;
46
+ default: undefined;
47
+ };
48
+ }>> & Readonly<{}>, {
49
+ variant: IconVariant;
50
+ weight: IconWeight;
51
+ size: string | number;
52
+ color: string;
53
+ title: string;
54
+ }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
55
+
56
+ export { IconCircle };
@@ -0,0 +1,21 @@
1
+ import { createIcon } from "../createIcon";
2
+ const IconCircle = /* @__PURE__ */ createIcon("circle", {
3
+ line: {
4
+ light: `<path fill="currentColor" d="M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1 0a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0"/>`,
5
+ regular: `<path fill="currentColor" d="M20.25 12a8.25 8.25 0 1 0-16.5 0 8.25 8.25 0 0 0 16.5 0m1.5 0c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75"/>`,
6
+ bold: `<path fill="currentColor" d="M20 12a8 8 0 1 0-16 0 8 8 0 0 0 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10"/>`
7
+ },
8
+ duotone: {
9
+ light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1 0a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0"/>`,
10
+ regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M20.25 12a8.25 8.25 0 1 0-16.5 0 8.25 8.25 0 0 0 16.5 0m1.5 0c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75"/>`,
11
+ bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M20 12a8 8 0 1 0-16 0 8 8 0 0 0 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10"/>`
12
+ },
13
+ solid: {
14
+ light: `<path fill="currentColor" d="M21.5 12a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0"/>`,
15
+ regular: `<path fill="currentColor" d="M21.75 12c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75"/>`,
16
+ bold: `<path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10"/>`
17
+ }
18
+ });
19
+ export {
20
+ IconCircle
21
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var clock_am_exports = {};
20
+ __export(clock_am_exports, {
21
+ IconClockAm: () => IconClockAm
22
+ });
23
+ module.exports = __toCommonJS(clock_am_exports);
24
+ var import_createIcon = require("../createIcon");
25
+ const IconClockAm = /* @__PURE__ */ (0, import_createIcon.createIcon)("clock-am", {
26
+ line: {
27
+ light: `<path fill="currentColor" d="M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1 0a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0m-9-.104a.75.75 0 0 1-.22.53l-2.755 2.756a.5.5 0 1 1-.707-.707l2.682-2.682V7a.5.5 0 0 1 1 0z"/>`,
28
+ regular: `<path fill="currentColor" d="M20.25 12a8.25 8.25 0 1 0-16.5 0 8.25 8.25 0 0 0 16.5 0m1.5 0c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75m-9-.104a1 1 0 0 1-.293.707l-2.755 2.755a.75.75 0 1 1-1.06-1.06l2.608-2.608V7a.75.75 0 0 1 1.5 0z"/>`,
29
+ bold: `<path fill="currentColor" d="M20 12a8 8 0 1 0-16 0 8 8 0 0 0 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-9-.104c0 .332-.132.65-.366.884l-2.755 2.755a1 1 0 1 1-1.414-1.414L11 11.586V7a1 1 0 0 1 2 0z"/>`
30
+ },
31
+ duotone: {
32
+ light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1 0a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0m-9-.104a.75.75 0 0 1-.22.53l-2.755 2.756a.5.5 0 1 1-.707-.707l2.682-2.682V7a.5.5 0 0 1 1 0z"/>`,
33
+ regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M20.25 12a8.25 8.25 0 1 0-16.5 0 8.25 8.25 0 0 0 16.5 0m1.5 0c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75m-9-.104a1 1 0 0 1-.293.707l-2.755 2.755a.75.75 0 1 1-1.06-1.06l2.608-2.608V7a.75.75 0 0 1 1.5 0z"/>`,
34
+ bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M20 12a8 8 0 1 0-16 0 8 8 0 0 0 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-9-.104c0 .332-.132.65-.366.884l-2.755 2.755a1 1 0 1 1-1.414-1.414L11 11.586V7a1 1 0 0 1 2 0z"/>`
35
+ },
36
+ solid: {
37
+ light: `<path fill="currentColor" d="M12 2.5a9.5 9.5 0 1 1 0 19 9.5 9.5 0 0 1 0-19m0 4a.5.5 0 0 0-.5.5l.001 4.793-2.683 2.682a.501.501 0 0 0 .707.708l2.756-2.756c.14-.14.22-.332.22-.53L12.5 7a.5.5 0 0 0-.5-.5"/>`,
38
+ regular: `<path fill="currentColor" d="M12 2.25c5.385 0 9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25m0 4a.75.75 0 0 0-.75.75l.001 4.69-2.61 2.608a.751.751 0 0 0 1.061 1.061l2.756-2.755c.187-.188.293-.442.293-.707L12.75 7a.75.75 0 0 0-.75-.75"/>`,
39
+ bold: `<path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 4a1 1 0 0 0-1 1l.001 4.586-2.536 2.535a1.001 1.001 0 0 0 1.414 1.415l2.756-2.756a1.25 1.25 0 0 0 .366-.883L13 7a1 1 0 0 0-1-1"/>`
40
+ }
41
+ });
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ IconClockAm
45
+ });
@@ -0,0 +1,56 @@
1
+ import * as vue from 'vue';
2
+ import { IconVariant, IconWeight } from '../types.cjs';
3
+
4
+ declare const IconClockAm: vue.DefineComponent<vue.ExtractPropTypes<{
5
+ variant: {
6
+ type: vue.PropType<IconVariant>;
7
+ default: undefined;
8
+ };
9
+ weight: {
10
+ type: vue.PropType<IconWeight>;
11
+ default: undefined;
12
+ };
13
+ size: {
14
+ type: vue.PropType<number | string>;
15
+ default: undefined;
16
+ };
17
+ color: {
18
+ type: StringConstructor;
19
+ default: undefined;
20
+ };
21
+ title: {
22
+ type: StringConstructor;
23
+ default: undefined;
24
+ };
25
+ }>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
26
+ [key: string]: any;
27
+ }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
28
+ variant: {
29
+ type: vue.PropType<IconVariant>;
30
+ default: undefined;
31
+ };
32
+ weight: {
33
+ type: vue.PropType<IconWeight>;
34
+ default: undefined;
35
+ };
36
+ size: {
37
+ type: vue.PropType<number | string>;
38
+ default: undefined;
39
+ };
40
+ color: {
41
+ type: StringConstructor;
42
+ default: undefined;
43
+ };
44
+ title: {
45
+ type: StringConstructor;
46
+ default: undefined;
47
+ };
48
+ }>> & Readonly<{}>, {
49
+ variant: IconVariant;
50
+ weight: IconWeight;
51
+ size: string | number;
52
+ color: string;
53
+ title: string;
54
+ }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
55
+
56
+ export { IconClockAm };
@@ -0,0 +1,56 @@
1
+ import * as vue from 'vue';
2
+ import { IconVariant, IconWeight } from '../types.js';
3
+
4
+ declare const IconClockAm: vue.DefineComponent<vue.ExtractPropTypes<{
5
+ variant: {
6
+ type: vue.PropType<IconVariant>;
7
+ default: undefined;
8
+ };
9
+ weight: {
10
+ type: vue.PropType<IconWeight>;
11
+ default: undefined;
12
+ };
13
+ size: {
14
+ type: vue.PropType<number | string>;
15
+ default: undefined;
16
+ };
17
+ color: {
18
+ type: StringConstructor;
19
+ default: undefined;
20
+ };
21
+ title: {
22
+ type: StringConstructor;
23
+ default: undefined;
24
+ };
25
+ }>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
26
+ [key: string]: any;
27
+ }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
28
+ variant: {
29
+ type: vue.PropType<IconVariant>;
30
+ default: undefined;
31
+ };
32
+ weight: {
33
+ type: vue.PropType<IconWeight>;
34
+ default: undefined;
35
+ };
36
+ size: {
37
+ type: vue.PropType<number | string>;
38
+ default: undefined;
39
+ };
40
+ color: {
41
+ type: StringConstructor;
42
+ default: undefined;
43
+ };
44
+ title: {
45
+ type: StringConstructor;
46
+ default: undefined;
47
+ };
48
+ }>> & Readonly<{}>, {
49
+ variant: IconVariant;
50
+ weight: IconWeight;
51
+ size: string | number;
52
+ color: string;
53
+ title: string;
54
+ }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
55
+
56
+ export { IconClockAm };
@@ -0,0 +1,21 @@
1
+ import { createIcon } from "../createIcon";
2
+ const IconClockAm = /* @__PURE__ */ createIcon("clock-am", {
3
+ line: {
4
+ light: `<path fill="currentColor" d="M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1 0a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0m-9-.104a.75.75 0 0 1-.22.53l-2.755 2.756a.5.5 0 1 1-.707-.707l2.682-2.682V7a.5.5 0 0 1 1 0z"/>`,
5
+ regular: `<path fill="currentColor" d="M20.25 12a8.25 8.25 0 1 0-16.5 0 8.25 8.25 0 0 0 16.5 0m1.5 0c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75m-9-.104a1 1 0 0 1-.293.707l-2.755 2.755a.75.75 0 1 1-1.06-1.06l2.608-2.608V7a.75.75 0 0 1 1.5 0z"/>`,
6
+ bold: `<path fill="currentColor" d="M20 12a8 8 0 1 0-16 0 8 8 0 0 0 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-9-.104c0 .332-.132.65-.366.884l-2.755 2.755a1 1 0 1 1-1.414-1.414L11 11.586V7a1 1 0 0 1 2 0z"/>`
7
+ },
8
+ duotone: {
9
+ light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M20.5 12a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0m1 0a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0m-9-.104a.75.75 0 0 1-.22.53l-2.755 2.756a.5.5 0 1 1-.707-.707l2.682-2.682V7a.5.5 0 0 1 1 0z"/>`,
10
+ regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M20.25 12a8.25 8.25 0 1 0-16.5 0 8.25 8.25 0 0 0 16.5 0m1.5 0c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75m-9-.104a1 1 0 0 1-.293.707l-2.755 2.755a.75.75 0 1 1-1.06-1.06l2.608-2.608V7a.75.75 0 0 1 1.5 0z"/>`,
11
+ bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M20 12a8 8 0 1 0-16 0 8 8 0 0 0 16 0m2 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-9-.104c0 .332-.132.65-.366.884l-2.755 2.755a1 1 0 1 1-1.414-1.414L11 11.586V7a1 1 0 0 1 2 0z"/>`
12
+ },
13
+ solid: {
14
+ light: `<path fill="currentColor" d="M12 2.5a9.5 9.5 0 1 1 0 19 9.5 9.5 0 0 1 0-19m0 4a.5.5 0 0 0-.5.5l.001 4.793-2.683 2.682a.501.501 0 0 0 .707.708l2.756-2.756c.14-.14.22-.332.22-.53L12.5 7a.5.5 0 0 0-.5-.5"/>`,
15
+ regular: `<path fill="currentColor" d="M12 2.25c5.385 0 9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25m0 4a.75.75 0 0 0-.75.75l.001 4.69-2.61 2.608a.751.751 0 0 0 1.061 1.061l2.756-2.755c.187-.188.293-.442.293-.707L12.75 7a.75.75 0 0 0-.75-.75"/>`,
16
+ bold: `<path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 4a1 1 0 0 0-1 1l.001 4.586-2.536 2.535a1.001 1.001 0 0 0 1.414 1.415l2.756-2.756a1.25 1.25 0 0 0 .366-.883L13 7a1 1 0 0 0-1-1"/>`
17
+ }
18
+ });
19
+ export {
20
+ IconClockAm
21
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var clock_ccw_exports = {};
20
+ __export(clock_ccw_exports, {
21
+ IconClockCcw: () => IconClockCcw
22
+ });
23
+ module.exports = __toCommonJS(clock_ccw_exports);
24
+ var import_createIcon = require("../createIcon");
25
+ const IconClockCcw = /* @__PURE__ */ (0, import_createIcon.createIcon)("clock-ccw", {
26
+ line: {
27
+ light: `<path fill="currentColor" d="M5.282 5.282a9.5 9.5 0 1 1-2.78 6.923.5.5 0 0 1 1-.021A8.501 8.501 0 1 0 5.477 6.55h2.521a.5.5 0 0 1 0 1H4.721a1 1 0 0 1-1-1V3.27a.5.5 0 0 1 1 0v2.625q.265-.315.56-.613M11.502 7a.5.5 0 0 1 1 0v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z"/>`,
28
+ regular: `<path fill="currentColor" d="M5.104 5.105c3.807-3.807 9.981-3.807 13.789 0s3.807 9.982 0 13.79-9.982 3.807-13.79 0A9.72 9.72 0 0 1 2.25 12.21a.751.751 0 0 1 1.5-.032 8.25 8.25 0 1 0 2.414-6.013l-.128.134h1.962a.75.75 0 0 1 0 1.5H4.72c-.69 0-1.25-.56-1.25-1.25V3.27a.75.75 0 0 1 1.5 0v1.975zM11.25 7a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z"/>`,
29
+ bold: `<path fill="currentColor" d="M5.221 4.65c3.923-3.623 10.04-3.53 13.85.279 3.905 3.905 3.905 10.237 0 14.143-3.906 3.905-10.238 3.905-14.143 0a9.97 9.97 0 0 1-2.927-6.856 1 1 0 0 1 2-.043A8 8 0 1 0 6.652 6.05H8a1 1 0 0 1 0 2H4.721a1.5 1.5 0 0 1-1.5-1.5V3.27a1 1 0 0 1 2 0zM11.001 7a1 1 0 1 1 2 0v4h3a1 1 0 0 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z"/>`
30
+ },
31
+ duotone: {
32
+ light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M5.282 5.282a9.5 9.5 0 1 1-2.78 6.923.5.5 0 0 1 1-.021A8.5 8.5 0 1 0 5.477 6.55h2.521a.5.5 0 0 1 0 1H4.721a1 1 0 0 1-1-1V3.27a.5.5 0 0 1 1 0v2.625q.265-.316.56-.613M11.502 7a.5.5 0 0 1 1 0v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z"/>`,
33
+ regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M5.105 5.105c3.807-3.807 9.981-3.807 13.789 0s3.807 9.982 0 13.79-9.982 3.807-13.79 0a9.72 9.72 0 0 1-2.853-6.684.751.751 0 0 1 1.5-.032 8.25 8.25 0 1 0 2.414-6.013l-.128.134H8a.75.75 0 0 1 0 1.5H4.721c-.69 0-1.25-.56-1.25-1.25V3.27a.75.75 0 0 1 1.5 0v1.975zM11.25 7a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z"/>`,
34
+ bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M5.221 4.65c3.923-3.623 10.04-3.53 13.85.279 3.905 3.905 3.905 10.237 0 14.143-3.906 3.905-10.238 3.905-14.143 0a9.97 9.97 0 0 1-2.927-6.856 1 1 0 0 1 2-.043A8 8 0 1 0 6.652 6.05H8a1 1 0 0 1 0 2H4.721a1.5 1.5 0 0 1-1.5-1.5V3.27a1 1 0 0 1 2 0zM11.001 7a1 1 0 1 1 2 0v4h3a1 1 0 0 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z"/>`
35
+ },
36
+ solid: {
37
+ light: `<path fill="currentColor" d="M6.162 4.506a9.5 9.5 0 1 1-3.661 7.7.5.5 0 0 1 1-.022 8.501 8.501 0 1 0 3.374-6.965l1.461 1.462a.51.51 0 0 1-.361.87H4.72a1 1 0 0 1-1-1V3.295a.51.51 0 0 1 .808-.415l.063.055zM12.001 6.5a.5.5 0 0 1 .5.5v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75V7a.5.5 0 0 1 .5-.5"/>`,
38
+ regular: `<path fill="currentColor" d="M6.182 4.174C10 1.33 15.426 1.64 18.892 5.106c3.808 3.808 3.808 9.981 0 13.789s-9.981 3.808-13.789 0a9.72 9.72 0 0 1-2.853-6.684.751.751 0 0 1 1.5-.032 8.25 8.25 0 1 0 3.507-6.93L8.51 6.504a.76.76 0 0 1-.538 1.297H4.72c-.69 0-1.25-.56-1.25-1.25V3.295c0-.634.72-.972 1.205-.618l.093.081zM12 6.25a.75.75 0 0 1 .75.75v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1V7a.75.75 0 0 1 .75-.75"/>`,
39
+ bold: `<path fill="currentColor" d="M6.21 3.847c3.905-2.78 9.358-2.42 12.86 1.082 3.906 3.905 3.906 10.237 0 14.142-3.905 3.905-10.237 3.905-14.142 0a9.97 9.97 0 0 1-2.927-6.855 1.001 1.001 0 0 1 2-.043 8 8 0 1 0 3.646-6.888L8.69 6.327c.635.636.184 1.724-.715 1.724H4.72a1.5 1.5 0 0 1-1.5-1.5V3.295c0-.844.957-1.293 1.6-.821l.125.107zM12.001 6a1 1 0 0 1 1 1v4h3a1 1 0 0 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25V7a1 1 0 0 1 1-1"/>`
40
+ }
41
+ });
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ IconClockCcw
45
+ });
@@ -0,0 +1,56 @@
1
+ import * as vue from 'vue';
2
+ import { IconVariant, IconWeight } from '../types.cjs';
3
+
4
+ declare const IconClockCcw: vue.DefineComponent<vue.ExtractPropTypes<{
5
+ variant: {
6
+ type: vue.PropType<IconVariant>;
7
+ default: undefined;
8
+ };
9
+ weight: {
10
+ type: vue.PropType<IconWeight>;
11
+ default: undefined;
12
+ };
13
+ size: {
14
+ type: vue.PropType<number | string>;
15
+ default: undefined;
16
+ };
17
+ color: {
18
+ type: StringConstructor;
19
+ default: undefined;
20
+ };
21
+ title: {
22
+ type: StringConstructor;
23
+ default: undefined;
24
+ };
25
+ }>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
26
+ [key: string]: any;
27
+ }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
28
+ variant: {
29
+ type: vue.PropType<IconVariant>;
30
+ default: undefined;
31
+ };
32
+ weight: {
33
+ type: vue.PropType<IconWeight>;
34
+ default: undefined;
35
+ };
36
+ size: {
37
+ type: vue.PropType<number | string>;
38
+ default: undefined;
39
+ };
40
+ color: {
41
+ type: StringConstructor;
42
+ default: undefined;
43
+ };
44
+ title: {
45
+ type: StringConstructor;
46
+ default: undefined;
47
+ };
48
+ }>> & Readonly<{}>, {
49
+ variant: IconVariant;
50
+ weight: IconWeight;
51
+ size: string | number;
52
+ color: string;
53
+ title: string;
54
+ }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
55
+
56
+ export { IconClockCcw };
@@ -0,0 +1,56 @@
1
+ import * as vue from 'vue';
2
+ import { IconVariant, IconWeight } from '../types.js';
3
+
4
+ declare const IconClockCcw: vue.DefineComponent<vue.ExtractPropTypes<{
5
+ variant: {
6
+ type: vue.PropType<IconVariant>;
7
+ default: undefined;
8
+ };
9
+ weight: {
10
+ type: vue.PropType<IconWeight>;
11
+ default: undefined;
12
+ };
13
+ size: {
14
+ type: vue.PropType<number | string>;
15
+ default: undefined;
16
+ };
17
+ color: {
18
+ type: StringConstructor;
19
+ default: undefined;
20
+ };
21
+ title: {
22
+ type: StringConstructor;
23
+ default: undefined;
24
+ };
25
+ }>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
26
+ [key: string]: any;
27
+ }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
28
+ variant: {
29
+ type: vue.PropType<IconVariant>;
30
+ default: undefined;
31
+ };
32
+ weight: {
33
+ type: vue.PropType<IconWeight>;
34
+ default: undefined;
35
+ };
36
+ size: {
37
+ type: vue.PropType<number | string>;
38
+ default: undefined;
39
+ };
40
+ color: {
41
+ type: StringConstructor;
42
+ default: undefined;
43
+ };
44
+ title: {
45
+ type: StringConstructor;
46
+ default: undefined;
47
+ };
48
+ }>> & Readonly<{}>, {
49
+ variant: IconVariant;
50
+ weight: IconWeight;
51
+ size: string | number;
52
+ color: string;
53
+ title: string;
54
+ }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
55
+
56
+ export { IconClockCcw };
@@ -0,0 +1,21 @@
1
+ import { createIcon } from "../createIcon";
2
+ const IconClockCcw = /* @__PURE__ */ createIcon("clock-ccw", {
3
+ line: {
4
+ light: `<path fill="currentColor" d="M5.282 5.282a9.5 9.5 0 1 1-2.78 6.923.5.5 0 0 1 1-.021A8.501 8.501 0 1 0 5.477 6.55h2.521a.5.5 0 0 1 0 1H4.721a1 1 0 0 1-1-1V3.27a.5.5 0 0 1 1 0v2.625q.265-.315.56-.613M11.502 7a.5.5 0 0 1 1 0v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z"/>`,
5
+ regular: `<path fill="currentColor" d="M5.104 5.105c3.807-3.807 9.981-3.807 13.789 0s3.807 9.982 0 13.79-9.982 3.807-13.79 0A9.72 9.72 0 0 1 2.25 12.21a.751.751 0 0 1 1.5-.032 8.25 8.25 0 1 0 2.414-6.013l-.128.134h1.962a.75.75 0 0 1 0 1.5H4.72c-.69 0-1.25-.56-1.25-1.25V3.27a.75.75 0 0 1 1.5 0v1.975zM11.25 7a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z"/>`,
6
+ bold: `<path fill="currentColor" d="M5.221 4.65c3.923-3.623 10.04-3.53 13.85.279 3.905 3.905 3.905 10.237 0 14.143-3.906 3.905-10.238 3.905-14.143 0a9.97 9.97 0 0 1-2.927-6.856 1 1 0 0 1 2-.043A8 8 0 1 0 6.652 6.05H8a1 1 0 0 1 0 2H4.721a1.5 1.5 0 0 1-1.5-1.5V3.27a1 1 0 0 1 2 0zM11.001 7a1 1 0 1 1 2 0v4h3a1 1 0 0 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z"/>`
7
+ },
8
+ duotone: {
9
+ light: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M5.282 5.282a9.5 9.5 0 1 1-2.78 6.923.5.5 0 0 1 1-.021A8.5 8.5 0 1 0 5.477 6.55h2.521a.5.5 0 0 1 0 1H4.721a1 1 0 0 1-1-1V3.27a.5.5 0 0 1 1 0v2.625q.265-.316.56-.613M11.502 7a.5.5 0 0 1 1 0v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75z"/>`,
10
+ regular: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M5.105 5.105c3.807-3.807 9.981-3.807 13.789 0s3.807 9.982 0 13.79-9.982 3.807-13.79 0a9.72 9.72 0 0 1-2.853-6.684.751.751 0 0 1 1.5-.032 8.25 8.25 0 1 0 2.414-6.013l-.128.134H8a.75.75 0 0 1 0 1.5H4.721c-.69 0-1.25-.56-1.25-1.25V3.27a.75.75 0 0 1 1.5 0v1.975zM11.25 7a.75.75 0 0 1 1.5 0v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1z"/>`,
11
+ bold: `<path fill="var(--uiux-accent, currentColor)" fill-opacity="0.25" d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0"/><path fill="currentColor" d="M5.221 4.65c3.923-3.623 10.04-3.53 13.85.279 3.905 3.905 3.905 10.237 0 14.143-3.906 3.905-10.238 3.905-14.143 0a9.97 9.97 0 0 1-2.927-6.856 1 1 0 0 1 2-.043A8 8 0 1 0 6.652 6.05H8a1 1 0 0 1 0 2H4.721a1.5 1.5 0 0 1-1.5-1.5V3.27a1 1 0 0 1 2 0zM11.001 7a1 1 0 1 1 2 0v4h3a1 1 0 0 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25z"/>`
12
+ },
13
+ solid: {
14
+ light: `<path fill="currentColor" d="M6.162 4.506a9.5 9.5 0 1 1-3.661 7.7.5.5 0 0 1 1-.022 8.501 8.501 0 1 0 3.374-6.965l1.461 1.462a.51.51 0 0 1-.361.87H4.72a1 1 0 0 1-1-1V3.295a.51.51 0 0 1 .808-.415l.063.055zM12.001 6.5a.5.5 0 0 1 .5.5v4.5h3.5a.5.5 0 0 1 0 1h-3.75a.75.75 0 0 1-.75-.75V7a.5.5 0 0 1 .5-.5"/>`,
15
+ regular: `<path fill="currentColor" d="M6.182 4.174C10 1.33 15.426 1.64 18.892 5.106c3.808 3.808 3.808 9.981 0 13.789s-9.981 3.808-13.789 0a9.72 9.72 0 0 1-2.853-6.684.751.751 0 0 1 1.5-.032 8.25 8.25 0 1 0 3.507-6.93L8.51 6.504a.76.76 0 0 1-.538 1.297H4.72c-.69 0-1.25-.56-1.25-1.25V3.295c0-.634.72-.972 1.205-.618l.093.081zM12 6.25a.75.75 0 0 1 .75.75v4.25H16a.75.75 0 0 1 0 1.5h-3.75a1 1 0 0 1-1-1V7a.75.75 0 0 1 .75-.75"/>`,
16
+ bold: `<path fill="currentColor" d="M6.21 3.847c3.905-2.78 9.358-2.42 12.86 1.082 3.906 3.905 3.906 10.237 0 14.142-3.905 3.905-10.237 3.905-14.142 0a9.97 9.97 0 0 1-2.927-6.855 1.001 1.001 0 0 1 2-.043 8 8 0 1 0 3.646-6.888L8.69 6.327c.635.636.184 1.724-.715 1.724H4.72a1.5 1.5 0 0 1-1.5-1.5V3.295c0-.844.957-1.293 1.6-.821l.125.107zM12.001 6a1 1 0 0 1 1 1v4h3a1 1 0 0 1 0 2h-3.75c-.69 0-1.25-.56-1.25-1.25V7a1 1 0 0 1 1-1"/>`
17
+ }
18
+ });
19
+ export {
20
+ IconClockCcw
21
+ };