@webpros/mui-theme 0.3.11 → 0.3.12

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 (850) hide show
  1. package/dist/package.json +2 -1
  2. package/dist/src/components/data-display/Badge/Badge.theme.js +18 -18
  3. package/dist/src/components/data-display/Chip/Chip.theme.js +2 -0
  4. package/dist/src/components/feedback/Alert/Alert.theme.js +82 -15
  5. package/dist/src/components/feedback/Alert/alertDefaultIcons.d.ts +2 -0
  6. package/dist/src/components/feedback/Alert/alertDefaultIcons.js +16 -0
  7. package/dist/src/components/feedback/Dialog/Dialog.theme.js +5 -8
  8. package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.js +32 -3
  9. package/dist/src/components/inputs/Checkbox/Checkbox.theme.d.ts +2 -1
  10. package/dist/src/components/inputs/Checkbox/Checkbox.theme.js +27 -0
  11. package/dist/src/components/inputs/Filter/Filter.js +2 -1
  12. package/dist/src/components/inputs/Radio/Radio.theme.js +17 -1
  13. package/dist/src/components/inputs/Select/Select.theme.js +2 -2
  14. package/dist/src/components/navigation/PaginationItem/components/PaginationIcons.js +4 -1
  15. package/dist/src/components/navigation/Tab/Tab.theme.js +2 -2
  16. package/dist/src/components/utils/inputIcons.d.ts +9 -0
  17. package/dist/src/components/utils/inputIcons.js +19 -0
  18. package/dist/src/icons/AlignLeftSimpleIcon.d.ts +2 -0
  19. package/dist/src/icons/AlignLeftSimpleIcon.js +12 -0
  20. package/dist/src/icons/AmazonIcon.d.ts +2 -0
  21. package/dist/src/icons/AmazonIcon.js +12 -0
  22. package/dist/src/icons/AndroidIcon.d.ts +2 -0
  23. package/dist/src/icons/AndroidIcon.js +12 -0
  24. package/dist/src/icons/ApparetmentIcon.d.ts +2 -0
  25. package/dist/src/icons/ApparetmentIcon.js +12 -0
  26. package/dist/src/icons/ArchiveIcon.d.ts +2 -0
  27. package/dist/src/icons/ArchiveIcon.js +12 -0
  28. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.d.ts +2 -0
  29. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +12 -0
  30. package/dist/src/icons/ArrowBendDoubleUpRightIcon.d.ts +2 -0
  31. package/dist/src/icons/ArrowBendDoubleUpRightIcon.js +12 -0
  32. package/dist/src/icons/ArrowBendUpLeftIcon.d.ts +2 -0
  33. package/dist/src/icons/ArrowBendUpLeftIcon.js +12 -0
  34. package/dist/src/icons/ArrowBendUpRightIcon.d.ts +2 -0
  35. package/dist/src/icons/ArrowBendUpRightIcon.js +12 -0
  36. package/dist/src/icons/ArrowCircleDownFillIcon.d.ts +2 -0
  37. package/dist/src/icons/ArrowCircleDownFillIcon.js +12 -0
  38. package/dist/src/icons/ArrowCircleUpFillIcon.d.ts +2 -0
  39. package/dist/src/icons/ArrowCircleUpFillIcon.js +12 -0
  40. package/dist/src/icons/ArrowClockwiseFillIcon.d.ts +2 -0
  41. package/dist/src/icons/ArrowClockwiseFillIcon.js +12 -0
  42. package/dist/src/icons/ArrowDownBoldIcon.d.ts +2 -0
  43. package/dist/src/icons/ArrowDownBoldIcon.js +12 -0
  44. package/dist/src/icons/ArrowDownIcon.d.ts +2 -0
  45. package/dist/src/icons/ArrowDownIcon.js +12 -0
  46. package/dist/src/icons/ArrowDownSmallIcon.d.ts +2 -0
  47. package/dist/src/icons/ArrowDownSmallIcon.js +12 -0
  48. package/dist/src/icons/ArrowLeftIcon.d.ts +2 -0
  49. package/dist/src/icons/ArrowLeftIcon.js +12 -0
  50. package/dist/src/icons/ArrowLeftWpIcon.d.ts +2 -0
  51. package/dist/src/icons/ArrowLeftWpIcon.js +12 -0
  52. package/dist/src/icons/ArrowLineDownIcon.d.ts +2 -0
  53. package/dist/src/icons/ArrowLineDownIcon.js +12 -0
  54. package/dist/src/icons/ArrowLineUpIcon.d.ts +2 -0
  55. package/dist/src/icons/ArrowLineUpIcon.js +12 -0
  56. package/dist/src/icons/ArrowRightIcon.d.ts +2 -0
  57. package/dist/src/icons/ArrowRightIcon.js +12 -0
  58. package/dist/src/icons/ArrowRightSmallIcon.d.ts +2 -0
  59. package/dist/src/icons/ArrowRightSmallIcon.js +12 -0
  60. package/dist/src/icons/ArrowSquareInIcon.d.ts +2 -0
  61. package/dist/src/icons/ArrowSquareInIcon.js +12 -0
  62. package/dist/src/icons/ArrowSquareOutIcon.d.ts +2 -0
  63. package/dist/src/icons/ArrowSquareOutIcon.js +12 -0
  64. package/dist/src/icons/ArrowSquareOutSmallIcon.d.ts +2 -0
  65. package/dist/src/icons/ArrowSquareOutSmallIcon.js +12 -0
  66. package/dist/src/icons/ArrowUpIcon.d.ts +2 -0
  67. package/dist/src/icons/ArrowUpIcon.js +12 -0
  68. package/dist/src/icons/ArrowUpLeftIcon.d.ts +2 -0
  69. package/dist/src/icons/ArrowUpLeftIcon.js +12 -0
  70. package/dist/src/icons/ArrowUpSmallIcon.d.ts +2 -0
  71. package/dist/src/icons/ArrowUpSmallIcon.js +12 -0
  72. package/dist/src/icons/ArrowarcleftIcon.d.ts +2 -0
  73. package/dist/src/icons/ArrowarcleftIcon.js +12 -0
  74. package/dist/src/icons/ArrowarcrightIcon.d.ts +2 -0
  75. package/dist/src/icons/ArrowarcrightIcon.js +12 -0
  76. package/dist/src/icons/ArrowbendrightdownIcon.d.ts +2 -0
  77. package/dist/src/icons/ArrowbendrightdownIcon.js +12 -0
  78. package/dist/src/icons/ArrowbendrightupIcon.d.ts +2 -0
  79. package/dist/src/icons/ArrowbendrightupIcon.js +12 -0
  80. package/dist/src/icons/ArrowcirclerightIcon.d.ts +2 -0
  81. package/dist/src/icons/ArrowcirclerightIcon.js +12 -0
  82. package/dist/src/icons/ArrowcircleupIcon.d.ts +2 -0
  83. package/dist/src/icons/ArrowcircleupIcon.js +12 -0
  84. package/dist/src/icons/ArrowdownrightIcon.d.ts +2 -0
  85. package/dist/src/icons/ArrowdownrightIcon.js +12 -0
  86. package/dist/src/icons/ArrowelbowdownleftIcon.d.ts +2 -0
  87. package/dist/src/icons/ArrowelbowdownleftIcon.js +12 -0
  88. package/dist/src/icons/ArrowelbowrightupIcon.d.ts +2 -0
  89. package/dist/src/icons/ArrowelbowrightupIcon.js +12 -0
  90. package/dist/src/icons/ArrowelbowupleftIcon.d.ts +2 -0
  91. package/dist/src/icons/ArrowelbowupleftIcon.js +12 -0
  92. package/dist/src/icons/ArrowfatlinesdownIcon.d.ts +2 -0
  93. package/dist/src/icons/ArrowfatlinesdownIcon.js +12 -0
  94. package/dist/src/icons/ArrowfatlineupIcon.d.ts +2 -0
  95. package/dist/src/icons/ArrowfatlineupIcon.js +12 -0
  96. package/dist/src/icons/ArrowlinedownleftIcon.d.ts +2 -0
  97. package/dist/src/icons/ArrowlinedownleftIcon.js +12 -0
  98. package/dist/src/icons/ArrowsClockwiseIcon.d.ts +2 -0
  99. package/dist/src/icons/ArrowsClockwiseIcon.js +12 -0
  100. package/dist/src/icons/ArrowsInSimpleIcon.d.ts +2 -0
  101. package/dist/src/icons/ArrowsInSimpleIcon.js +12 -0
  102. package/dist/src/icons/ArrowsOutCardinalIcon.d.ts +2 -0
  103. package/dist/src/icons/ArrowsOutCardinalIcon.js +12 -0
  104. package/dist/src/icons/ArrowsOutSimpleIcon.d.ts +2 -0
  105. package/dist/src/icons/ArrowsOutSimpleIcon.js +12 -0
  106. package/dist/src/icons/ArrowsdownupIcon.d.ts +2 -0
  107. package/dist/src/icons/ArrowsdownupIcon.js +12 -0
  108. package/dist/src/icons/ArrowshorizontalIcon.d.ts +2 -0
  109. package/dist/src/icons/ArrowshorizontalIcon.js +12 -0
  110. package/dist/src/icons/ArrowsmergeIcon.d.ts +2 -0
  111. package/dist/src/icons/ArrowsmergeIcon.js +12 -0
  112. package/dist/src/icons/ArrowsoutIcon.d.ts +2 -0
  113. package/dist/src/icons/ArrowsoutIcon.js +12 -0
  114. package/dist/src/icons/ArrowsquaredownIcon.d.ts +2 -0
  115. package/dist/src/icons/ArrowsquaredownIcon.js +12 -0
  116. package/dist/src/icons/ArrowsquareupIcon.d.ts +2 -0
  117. package/dist/src/icons/ArrowsquareupIcon.js +12 -0
  118. package/dist/src/icons/ArrowsquareupleftIcon.d.ts +2 -0
  119. package/dist/src/icons/ArrowsquareupleftIcon.js +12 -0
  120. package/dist/src/icons/ArrowurightupIcon.d.ts +2 -0
  121. package/dist/src/icons/ArrowurightupIcon.js +12 -0
  122. package/dist/src/icons/ArrowuupleftIcon.d.ts +2 -0
  123. package/dist/src/icons/ArrowuupleftIcon.js +12 -0
  124. package/dist/src/icons/ArticleIcon.d.ts +2 -0
  125. package/dist/src/icons/ArticleIcon.js +12 -0
  126. package/dist/src/icons/AtIcon.d.ts +2 -0
  127. package/dist/src/icons/AtIcon.js +12 -0
  128. package/dist/src/icons/AutoResponderIcon.d.ts +2 -0
  129. package/dist/src/icons/AutoResponderIcon.js +12 -0
  130. package/dist/src/icons/AutoResponderPlusIcon.d.ts +2 -0
  131. package/dist/src/icons/AutoResponderPlusIcon.js +12 -0
  132. package/dist/src/icons/BarChartIcon.d.ts +2 -0
  133. package/dist/src/icons/BarChartIcon.js +12 -0
  134. package/dist/src/icons/BarricadeIcon.d.ts +2 -0
  135. package/dist/src/icons/BarricadeIcon.js +12 -0
  136. package/dist/src/icons/BellIcon.d.ts +2 -0
  137. package/dist/src/icons/BellIcon.js +12 -0
  138. package/dist/src/icons/BellSimpleSlashIcon.d.ts +2 -0
  139. package/dist/src/icons/BellSimpleSlashIcon.js +12 -0
  140. package/dist/src/icons/BluetoothIcon.d.ts +2 -0
  141. package/dist/src/icons/BluetoothIcon.js +12 -0
  142. package/dist/src/icons/BookOpenIcon.d.ts +2 -0
  143. package/dist/src/icons/BookOpenIcon.js +12 -0
  144. package/dist/src/icons/BookmarkSimpleIcon.d.ts +2 -0
  145. package/dist/src/icons/BookmarkSimpleIcon.js +12 -0
  146. package/dist/src/icons/BookmarksIcon.d.ts +2 -0
  147. package/dist/src/icons/BookmarksIcon.js +12 -0
  148. package/dist/src/icons/BoundingBoxIcon.d.ts +2 -0
  149. package/dist/src/icons/BoundingBoxIcon.js +12 -0
  150. package/dist/src/icons/BoxArrowDownIcon.d.ts +2 -0
  151. package/dist/src/icons/BoxArrowDownIcon.js +12 -0
  152. package/dist/src/icons/BoxArrowUpIcon.d.ts +2 -0
  153. package/dist/src/icons/BoxArrowUpIcon.js +12 -0
  154. package/dist/src/icons/BriefcaseIcon.d.ts +2 -0
  155. package/dist/src/icons/BriefcaseIcon.js +12 -0
  156. package/dist/src/icons/BrowserIcon.d.ts +2 -0
  157. package/dist/src/icons/BrowserIcon.js +12 -0
  158. package/dist/src/icons/BugBeetleIcon.d.ts +2 -0
  159. package/dist/src/icons/BugBeetleIcon.js +12 -0
  160. package/dist/src/icons/BuildingApartmentIcon.d.ts +2 -0
  161. package/dist/src/icons/BuildingApartmentIcon.js +12 -0
  162. package/dist/src/icons/BuildingIcon.d.ts +2 -0
  163. package/dist/src/icons/BuildingIcon.js +12 -0
  164. package/dist/src/icons/BuildingOfficeIcon.d.ts +2 -0
  165. package/dist/src/icons/BuildingOfficeIcon.js +12 -0
  166. package/dist/src/icons/CalendarBlankIcon.d.ts +2 -0
  167. package/dist/src/icons/CalendarBlankIcon.js +12 -0
  168. package/dist/src/icons/CalendarCheckIcon.d.ts +2 -0
  169. package/dist/src/icons/CalendarCheckIcon.js +12 -0
  170. package/dist/src/icons/CalendarPlusIcon.d.ts +2 -0
  171. package/dist/src/icons/CalendarPlusIcon.js +12 -0
  172. package/dist/src/icons/CarIcon.d.ts +2 -0
  173. package/dist/src/icons/CarIcon.js +12 -0
  174. package/dist/src/icons/CaretDoubleDownIcon.d.ts +2 -0
  175. package/dist/src/icons/CaretDoubleDownIcon.js +12 -0
  176. package/dist/src/icons/CaretDoubleDownSmallIcon.d.ts +2 -0
  177. package/dist/src/icons/CaretDoubleDownSmallIcon.js +12 -0
  178. package/dist/src/icons/CaretDoubleLeftIcon.d.ts +2 -0
  179. package/dist/src/icons/CaretDoubleLeftIcon.js +12 -0
  180. package/dist/src/icons/CaretDoubleLeftSmallIcon.d.ts +2 -0
  181. package/dist/src/icons/CaretDoubleLeftSmallIcon.js +12 -0
  182. package/dist/src/icons/CaretDoubleRightIcon.d.ts +2 -0
  183. package/dist/src/icons/CaretDoubleRightIcon.js +12 -0
  184. package/dist/src/icons/CaretDoubleRightSmallIcon.d.ts +2 -0
  185. package/dist/src/icons/CaretDoubleRightSmallIcon.js +12 -0
  186. package/dist/src/icons/CaretDoubleUpIcon.d.ts +2 -0
  187. package/dist/src/icons/CaretDoubleUpIcon.js +12 -0
  188. package/dist/src/icons/CaretDoubleUpSmallIcon.d.ts +2 -0
  189. package/dist/src/icons/CaretDoubleUpSmallIcon.js +12 -0
  190. package/dist/src/icons/CaretDownIcon.d.ts +2 -0
  191. package/dist/src/icons/CaretDownIcon.js +12 -0
  192. package/dist/src/icons/CaretDownSmallIcon.d.ts +2 -0
  193. package/dist/src/icons/CaretDownSmallIcon.js +12 -0
  194. package/dist/src/icons/CaretLeftIcon.d.ts +2 -0
  195. package/dist/src/icons/CaretLeftIcon.js +12 -0
  196. package/dist/src/icons/CaretLeftSmallIcon.d.ts +2 -0
  197. package/dist/src/icons/CaretLeftSmallIcon.js +12 -0
  198. package/dist/src/icons/CaretRightIcon.d.ts +2 -0
  199. package/dist/src/icons/CaretRightIcon.js +12 -0
  200. package/dist/src/icons/CaretRightSmallIcon.d.ts +2 -0
  201. package/dist/src/icons/CaretRightSmallIcon.js +12 -0
  202. package/dist/src/icons/CaretRightTinyIcon.d.ts +2 -0
  203. package/dist/src/icons/CaretRightTinyIcon.js +12 -0
  204. package/dist/src/icons/CaretUpIcon.d.ts +2 -0
  205. package/dist/src/icons/CaretUpIcon.js +12 -0
  206. package/dist/src/icons/CaretUpSmallIcon.d.ts +2 -0
  207. package/dist/src/icons/CaretUpSmallIcon.js +12 -0
  208. package/dist/src/icons/CaretcircledoubledownIcon.d.ts +2 -0
  209. package/dist/src/icons/CaretcircledoubledownIcon.js +12 -0
  210. package/dist/src/icons/CaretcircledoubleleftIcon.d.ts +2 -0
  211. package/dist/src/icons/CaretcircledoubleleftIcon.js +12 -0
  212. package/dist/src/icons/CaretcircleupdownIcon.d.ts +2 -0
  213. package/dist/src/icons/CaretcircleupdownIcon.js +12 -0
  214. package/dist/src/icons/CellTowerIcon.d.ts +2 -0
  215. package/dist/src/icons/CellTowerIcon.js +12 -0
  216. package/dist/src/icons/ChartLineDownIcon.d.ts +2 -0
  217. package/dist/src/icons/ChartLineDownIcon.js +12 -0
  218. package/dist/src/icons/ChartLineUpIcon.d.ts +2 -0
  219. package/dist/src/icons/ChartLineUpIcon.js +12 -0
  220. package/dist/src/icons/ChartPieSliceIcon.d.ts +2 -0
  221. package/dist/src/icons/ChartPieSliceIcon.js +12 -0
  222. package/dist/src/icons/ChartPolarIcon.d.ts +2 -0
  223. package/dist/src/icons/ChartPolarIcon.js +12 -0
  224. package/dist/src/icons/ChartScatterIcon.d.ts +2 -0
  225. package/dist/src/icons/ChartScatterIcon.js +12 -0
  226. package/dist/src/icons/ChatCenteredIcon.d.ts +2 -0
  227. package/dist/src/icons/ChatCenteredIcon.js +12 -0
  228. package/dist/src/icons/ChatCircleIcon.d.ts +2 -0
  229. package/dist/src/icons/ChatCircleIcon.js +12 -0
  230. package/dist/src/icons/CheckAllIcon.d.ts +2 -0
  231. package/dist/src/icons/CheckAllIcon.js +12 -0
  232. package/dist/src/icons/CheckCircleFillIcon.d.ts +2 -0
  233. package/dist/src/icons/CheckCircleFillIcon.js +12 -0
  234. package/dist/src/icons/CheckCircleIcon.d.ts +2 -0
  235. package/dist/src/icons/CheckCircleIcon.js +12 -0
  236. package/dist/src/icons/CheckIcon.d.ts +2 -0
  237. package/dist/src/icons/CheckIcon.js +12 -0
  238. package/dist/src/icons/CheckIndeterminateSmallIcon.d.ts +2 -0
  239. package/dist/src/icons/CheckIndeterminateSmallIcon.js +12 -0
  240. package/dist/src/icons/CheckSmallIcon.d.ts +2 -0
  241. package/dist/src/icons/CheckSmallIcon.js +12 -0
  242. package/dist/src/icons/CheckSquareFillIcon.d.ts +2 -0
  243. package/dist/src/icons/CheckSquareFillIcon.js +12 -0
  244. package/dist/src/icons/CheckSquareIcon.d.ts +2 -0
  245. package/dist/src/icons/CheckSquareIcon.js +12 -0
  246. package/dist/src/icons/CheckboxIntermediate20Icon.d.ts +2 -0
  247. package/dist/src/icons/CheckboxIntermediate20Icon.js +12 -0
  248. package/dist/src/icons/CheckboxOff20Icon.d.ts +2 -0
  249. package/dist/src/icons/CheckboxOff20Icon.js +12 -0
  250. package/dist/src/icons/CheckboxOffSmallIcon.d.ts +2 -0
  251. package/dist/src/icons/CheckboxOffSmallIcon.js +12 -0
  252. package/dist/src/icons/CheckboxOn20Icon.d.ts +2 -0
  253. package/dist/src/icons/CheckboxOn20Icon.js +12 -0
  254. package/dist/src/icons/CircleIcon.d.ts +2 -0
  255. package/dist/src/icons/CircleIcon.js +12 -0
  256. package/dist/src/icons/CirclesFourIcon.d.ts +2 -0
  257. package/dist/src/icons/CirclesFourIcon.js +12 -0
  258. package/dist/src/icons/CirclesThreeIcon.d.ts +2 -0
  259. package/dist/src/icons/CirclesThreeIcon.js +12 -0
  260. package/dist/src/icons/ClockClockwiseIcon.d.ts +2 -0
  261. package/dist/src/icons/ClockClockwiseIcon.js +12 -0
  262. package/dist/src/icons/ClockCounterClockwiseIcon.d.ts +2 -0
  263. package/dist/src/icons/ClockCounterClockwiseIcon.js +12 -0
  264. package/dist/src/icons/ClockDuotoneIcon.d.ts +2 -0
  265. package/dist/src/icons/ClockDuotoneIcon.js +12 -0
  266. package/dist/src/icons/ClockIcon.d.ts +2 -0
  267. package/dist/src/icons/ClockIcon.js +12 -0
  268. package/dist/src/icons/ClockSmallIcon.d.ts +2 -0
  269. package/dist/src/icons/ClockSmallIcon.js +12 -0
  270. package/dist/src/icons/CloneIcon.d.ts +2 -0
  271. package/dist/src/icons/CloneIcon.js +12 -0
  272. package/dist/src/icons/CloseBigIcon.d.ts +2 -0
  273. package/dist/src/icons/CloseBigIcon.js +12 -0
  274. package/dist/src/icons/CloseCircleFillIcon.d.ts +2 -0
  275. package/dist/src/icons/CloseCircleFillIcon.js +12 -0
  276. package/dist/src/icons/CloseCircleIcon.d.ts +2 -0
  277. package/dist/src/icons/CloseCircleIcon.js +12 -0
  278. package/dist/src/icons/CloseIcon.d.ts +2 -0
  279. package/dist/src/icons/CloseIcon.js +12 -0
  280. package/dist/src/icons/CloseSmallIcon.d.ts +2 -0
  281. package/dist/src/icons/CloseSmallIcon.js +12 -0
  282. package/dist/src/icons/CloudCheckIcon.d.ts +2 -0
  283. package/dist/src/icons/CloudCheckIcon.js +12 -0
  284. package/dist/src/icons/CloudIcon.d.ts +2 -0
  285. package/dist/src/icons/CloudIcon.js +12 -0
  286. package/dist/src/icons/CodepenIcon.d.ts +2 -0
  287. package/dist/src/icons/CodepenIcon.js +12 -0
  288. package/dist/src/icons/CodesandboxIcon.d.ts +2 -0
  289. package/dist/src/icons/CodesandboxIcon.js +12 -0
  290. package/dist/src/icons/CommandIcon.d.ts +2 -0
  291. package/dist/src/icons/CommandIcon.js +12 -0
  292. package/dist/src/icons/CompassIcon.d.ts +2 -0
  293. package/dist/src/icons/CompassIcon.js +12 -0
  294. package/dist/src/icons/CompassToolIcon.d.ts +2 -0
  295. package/dist/src/icons/CompassToolIcon.js +12 -0
  296. package/dist/src/icons/CopyIcon.d.ts +2 -0
  297. package/dist/src/icons/CopyIcon.js +12 -0
  298. package/dist/src/icons/CopySimpleIcon.d.ts +2 -0
  299. package/dist/src/icons/CopySimpleIcon.js +12 -0
  300. package/dist/src/icons/CornersOutIcon.d.ts +2 -0
  301. package/dist/src/icons/CornersOutIcon.js +12 -0
  302. package/dist/src/icons/CpuIcon.d.ts +2 -0
  303. package/dist/src/icons/CpuIcon.js +12 -0
  304. package/dist/src/icons/CreditCardIcon.d.ts +2 -0
  305. package/dist/src/icons/CreditCardIcon.js +12 -0
  306. package/dist/src/icons/CrownIcon.d.ts +2 -0
  307. package/dist/src/icons/CrownIcon.js +12 -0
  308. package/dist/src/icons/CurrencyDollarCircledIcon.d.ts +2 -0
  309. package/dist/src/icons/CurrencyDollarCircledIcon.js +12 -0
  310. package/dist/src/icons/CurrencyDollarSimpleIcon.d.ts +2 -0
  311. package/dist/src/icons/CurrencyDollarSimpleIcon.js +12 -0
  312. package/dist/src/icons/DatabaseIcon.d.ts +2 -0
  313. package/dist/src/icons/DatabaseIcon.js +12 -0
  314. package/dist/src/icons/DesktopIcon.d.ts +2 -0
  315. package/dist/src/icons/DesktopIcon.js +12 -0
  316. package/dist/src/icons/DetectiveIcon.d.ts +2 -0
  317. package/dist/src/icons/DetectiveIcon.js +12 -0
  318. package/dist/src/icons/DeviceMobileCameraIcon.d.ts +2 -0
  319. package/dist/src/icons/DeviceMobileCameraIcon.js +12 -0
  320. package/dist/src/icons/DisableIcon.d.ts +2 -0
  321. package/dist/src/icons/DisableIcon.js +12 -0
  322. package/dist/src/icons/DominoIcon.d.ts +2 -0
  323. package/dist/src/icons/DominoIcon.js +12 -0
  324. package/dist/src/icons/DominoPlusIcon.d.ts +2 -0
  325. package/dist/src/icons/DominoPlusIcon.js +12 -0
  326. package/dist/src/icons/DonutChartIcon.d.ts +2 -0
  327. package/dist/src/icons/DonutChartIcon.js +12 -0
  328. package/dist/src/icons/DotsNineBoldIcon.d.ts +2 -0
  329. package/dist/src/icons/DotsNineBoldIcon.js +12 -0
  330. package/dist/src/icons/DotsSixVerticalIcon.d.ts +2 -0
  331. package/dist/src/icons/DotsSixVerticalIcon.js +12 -0
  332. package/dist/src/icons/DotsThreeCircleIcon.d.ts +2 -0
  333. package/dist/src/icons/DotsThreeCircleIcon.js +12 -0
  334. package/dist/src/icons/DotsThreeIcon.d.ts +2 -0
  335. package/dist/src/icons/DotsThreeIcon.js +12 -0
  336. package/dist/src/icons/DotsThreeVerticalIcon.d.ts +2 -0
  337. package/dist/src/icons/DotsThreeVerticalIcon.js +12 -0
  338. package/dist/src/icons/DraftIcon.d.ts +2 -0
  339. package/dist/src/icons/DraftIcon.js +12 -0
  340. package/dist/src/icons/EnvelopeFilledIcon.d.ts +2 -0
  341. package/dist/src/icons/EnvelopeFilledIcon.js +12 -0
  342. package/dist/src/icons/EnvelopeIcon.d.ts +2 -0
  343. package/dist/src/icons/EnvelopeIcon.js +12 -0
  344. package/dist/src/icons/EnvelopeOpenIcon.d.ts +2 -0
  345. package/dist/src/icons/EnvelopeOpenIcon.js +12 -0
  346. package/dist/src/icons/EqualizerIcon.d.ts +2 -0
  347. package/dist/src/icons/EqualizerIcon.js +12 -0
  348. package/dist/src/icons/EqualsIcon.d.ts +2 -0
  349. package/dist/src/icons/EqualsIcon.js +12 -0
  350. package/dist/src/icons/ErrorFilledIcon.d.ts +2 -0
  351. package/dist/src/icons/ErrorFilledIcon.js +12 -0
  352. package/dist/src/icons/ErrorIcon.d.ts +2 -0
  353. package/dist/src/icons/ErrorIcon.js +12 -0
  354. package/dist/src/icons/ErrorMarkerIcon.d.ts +2 -0
  355. package/dist/src/icons/ErrorMarkerIcon.js +12 -0
  356. package/dist/src/icons/ExclamationMarkIcon.d.ts +2 -0
  357. package/dist/src/icons/ExclamationMarkIcon.js +12 -0
  358. package/dist/src/icons/EyeClosedIcon.d.ts +2 -0
  359. package/dist/src/icons/EyeClosedIcon.js +12 -0
  360. package/dist/src/icons/EyeIcon.d.ts +2 -0
  361. package/dist/src/icons/EyeIcon.js +12 -0
  362. package/dist/src/icons/EyeSlashIcon.d.ts +2 -0
  363. package/dist/src/icons/EyeSlashIcon.js +12 -0
  364. package/dist/src/icons/FadersIcon.d.ts +2 -0
  365. package/dist/src/icons/FadersIcon.js +12 -0
  366. package/dist/src/icons/FallIcon.d.ts +2 -0
  367. package/dist/src/icons/FallIcon.js +12 -0
  368. package/dist/src/icons/FigmaIcon.d.ts +2 -0
  369. package/dist/src/icons/FigmaIcon.js +12 -0
  370. package/dist/src/icons/FilePdfIcon.d.ts +2 -0
  371. package/dist/src/icons/FilePdfIcon.js +12 -0
  372. package/dist/src/icons/FilledCircleIcon.d.ts +2 -0
  373. package/dist/src/icons/FilledCircleIcon.js +12 -0
  374. package/dist/src/icons/FireIcon.d.ts +2 -0
  375. package/dist/src/icons/FireIcon.js +12 -0
  376. package/dist/src/icons/FlagIcon.d.ts +2 -0
  377. package/dist/src/icons/FlagIcon.js +12 -0
  378. package/dist/src/icons/FlagPennantIcon.d.ts +2 -0
  379. package/dist/src/icons/FlagPennantIcon.js +12 -0
  380. package/dist/src/icons/FolderIcon.d.ts +2 -0
  381. package/dist/src/icons/FolderIcon.js +12 -0
  382. package/dist/src/icons/FolderOpenIcon.d.ts +2 -0
  383. package/dist/src/icons/FolderOpenIcon.js +12 -0
  384. package/dist/src/icons/FolderPlusIcon.d.ts +2 -0
  385. package/dist/src/icons/FolderPlusIcon.js +12 -0
  386. package/dist/src/icons/FolderSimpleIcon.d.ts +2 -0
  387. package/dist/src/icons/FolderSimpleIcon.js +12 -0
  388. package/dist/src/icons/FoldersIcon.d.ts +2 -0
  389. package/dist/src/icons/FoldersIcon.js +12 -0
  390. package/dist/src/icons/FontInterIcon.d.ts +2 -0
  391. package/dist/src/icons/FontInterIcon.js +12 -0
  392. package/dist/src/icons/FontMerriweatherIcon.d.ts +2 -0
  393. package/dist/src/icons/FontMerriweatherIcon.js +12 -0
  394. package/dist/src/icons/FontMonserratIcon.d.ts +2 -0
  395. package/dist/src/icons/FontMonserratIcon.js +12 -0
  396. package/dist/src/icons/FontOpensansIcon.d.ts +2 -0
  397. package/dist/src/icons/FontOpensansIcon.js +12 -0
  398. package/dist/src/icons/FontPlayfairIcon.d.ts +2 -0
  399. package/dist/src/icons/FontPlayfairIcon.js +12 -0
  400. package/dist/src/icons/FontPoppinsIcon.d.ts +2 -0
  401. package/dist/src/icons/FontPoppinsIcon.js +12 -0
  402. package/dist/src/icons/FontRobotoCondensedIcon.d.ts +2 -0
  403. package/dist/src/icons/FontRobotoCondensedIcon.js +12 -0
  404. package/dist/src/icons/FontRubikIcon.d.ts +2 -0
  405. package/dist/src/icons/FontRubikIcon.js +12 -0
  406. package/dist/src/icons/FontVallkornIcon.d.ts +2 -0
  407. package/dist/src/icons/FontVallkornIcon.js +12 -0
  408. package/dist/src/icons/ForwarderIcon.d.ts +2 -0
  409. package/dist/src/icons/ForwarderIcon.js +12 -0
  410. package/dist/src/icons/ForwarderPlusIcon.d.ts +2 -0
  411. package/dist/src/icons/ForwarderPlusIcon.js +12 -0
  412. package/dist/src/icons/FrameCornersIcon.d.ts +2 -0
  413. package/dist/src/icons/FrameCornersIcon.js +12 -0
  414. package/dist/src/icons/FramerIcon.d.ts +2 -0
  415. package/dist/src/icons/FramerIcon.js +12 -0
  416. package/dist/src/icons/FtpIcon.d.ts +2 -0
  417. package/dist/src/icons/FtpIcon.js +12 -0
  418. package/dist/src/icons/FunnelIcon.d.ts +2 -0
  419. package/dist/src/icons/FunnelIcon.js +12 -0
  420. package/dist/src/icons/FunnelSimpleIcon.d.ts +2 -0
  421. package/dist/src/icons/FunnelSimpleIcon.js +12 -0
  422. package/dist/src/icons/GearIcon.d.ts +2 -0
  423. package/dist/src/icons/GearIcon.js +12 -0
  424. package/dist/src/icons/GearSixIcon.d.ts +2 -0
  425. package/dist/src/icons/GearSixIcon.js +12 -0
  426. package/dist/src/icons/GearsIcon.d.ts +2 -0
  427. package/dist/src/icons/GearsIcon.js +12 -0
  428. package/dist/src/icons/GithubIcon.d.ts +2 -0
  429. package/dist/src/icons/GithubIcon.js +12 -0
  430. package/dist/src/icons/GlobeIcon.d.ts +2 -0
  431. package/dist/src/icons/GlobeIcon.js +12 -0
  432. package/dist/src/icons/GoToIcon.d.ts +2 -0
  433. package/dist/src/icons/GoToIcon.js +12 -0
  434. package/dist/src/icons/GoogleIcon.d.ts +2 -0
  435. package/dist/src/icons/GoogleIcon.js +12 -0
  436. package/dist/src/icons/GooglePhotosIcon.d.ts +2 -0
  437. package/dist/src/icons/GooglePhotosIcon.js +12 -0
  438. package/dist/src/icons/GridFourIcon.d.ts +2 -0
  439. package/dist/src/icons/GridFourIcon.js +12 -0
  440. package/dist/src/icons/GridNineIcon.d.ts +2 -0
  441. package/dist/src/icons/GridNineIcon.js +12 -0
  442. package/dist/src/icons/HalfStarIcon.d.ts +2 -0
  443. package/dist/src/icons/HalfStarIcon.js +12 -0
  444. package/dist/src/icons/HandPalmIcon.d.ts +2 -0
  445. package/dist/src/icons/HandPalmIcon.js +12 -0
  446. package/dist/src/icons/HardDriveIcon.d.ts +2 -0
  447. package/dist/src/icons/HardDriveIcon.js +12 -0
  448. package/dist/src/icons/HardDrivesIcon.d.ts +2 -0
  449. package/dist/src/icons/HardDrivesIcon.js +12 -0
  450. package/dist/src/icons/HashIcon.d.ts +2 -0
  451. package/dist/src/icons/HashIcon.js +12 -0
  452. package/dist/src/icons/HeartIcon.d.ts +2 -0
  453. package/dist/src/icons/HeartIcon.js +12 -0
  454. package/dist/src/icons/HeartbeatIcon.d.ts +2 -0
  455. package/dist/src/icons/HeartbeatIcon.js +12 -0
  456. package/dist/src/icons/HomeIcon.d.ts +2 -0
  457. package/dist/src/icons/HomeIcon.js +12 -0
  458. package/dist/src/icons/HourglassHighDuotoneIcon.d.ts +2 -0
  459. package/dist/src/icons/HourglassHighDuotoneIcon.js +12 -0
  460. package/dist/src/icons/HourglassHighIcon.d.ts +2 -0
  461. package/dist/src/icons/HourglassHighIcon.js +12 -0
  462. package/dist/src/icons/IdentificationCardIcon.d.ts +2 -0
  463. package/dist/src/icons/IdentificationCardIcon.js +12 -0
  464. package/dist/src/icons/ImageIcon.d.ts +2 -0
  465. package/dist/src/icons/ImageIcon.js +12 -0
  466. package/dist/src/icons/InfoFillIcon.d.ts +2 -0
  467. package/dist/src/icons/InfoFillIcon.js +12 -0
  468. package/dist/src/icons/InfoIIcon.d.ts +2 -0
  469. package/dist/src/icons/InfoIIcon.js +12 -0
  470. package/dist/src/icons/InfoIcon.d.ts +2 -0
  471. package/dist/src/icons/InfoIcon.js +12 -0
  472. package/dist/src/icons/KeyIcon.d.ts +2 -0
  473. package/dist/src/icons/KeyIcon.js +12 -0
  474. package/dist/src/icons/KeyholeIcon.d.ts +2 -0
  475. package/dist/src/icons/KeyholeIcon.js +12 -0
  476. package/dist/src/icons/LaravelIcon.d.ts +2 -0
  477. package/dist/src/icons/LaravelIcon.js +12 -0
  478. package/dist/src/icons/LayoutIcon.d.ts +2 -0
  479. package/dist/src/icons/LayoutIcon.js +12 -0
  480. package/dist/src/icons/LightningFillIcon.d.ts +2 -0
  481. package/dist/src/icons/LightningFillIcon.js +12 -0
  482. package/dist/src/icons/LightningIcon.d.ts +2 -0
  483. package/dist/src/icons/LightningIcon.js +12 -0
  484. package/dist/src/icons/LineChartDuotoneIcon.d.ts +2 -0
  485. package/dist/src/icons/LineChartDuotoneIcon.js +12 -0
  486. package/dist/src/icons/LineChartIcon.d.ts +2 -0
  487. package/dist/src/icons/LineChartIcon.js +12 -0
  488. package/dist/src/icons/LinkIcon.d.ts +2 -0
  489. package/dist/src/icons/LinkIcon.js +12 -0
  490. package/dist/src/icons/LinuxIcon.d.ts +2 -0
  491. package/dist/src/icons/LinuxIcon.js +12 -0
  492. package/dist/src/icons/ListDashesIcon.d.ts +2 -0
  493. package/dist/src/icons/ListDashesIcon.js +12 -0
  494. package/dist/src/icons/ListIcon.d.ts +2 -0
  495. package/dist/src/icons/ListIcon.js +12 -0
  496. package/dist/src/icons/LockIcon.d.ts +2 -0
  497. package/dist/src/icons/LockIcon.js +12 -0
  498. package/dist/src/icons/MagnifyingGlassIcon.d.ts +2 -0
  499. package/dist/src/icons/MagnifyingGlassIcon.js +12 -0
  500. package/dist/src/icons/MapPinIcon.d.ts +2 -0
  501. package/dist/src/icons/MapPinIcon.js +12 -0
  502. package/dist/src/icons/MastodonIcon.d.ts +2 -0
  503. package/dist/src/icons/MastodonIcon.js +12 -0
  504. package/dist/src/icons/MedalIcon.d.ts +2 -0
  505. package/dist/src/icons/MedalIcon.js +12 -0
  506. package/dist/src/icons/MemoryIcon.d.ts +2 -0
  507. package/dist/src/icons/MemoryIcon.js +12 -0
  508. package/dist/src/icons/MessengerLogoIcon.d.ts +2 -0
  509. package/dist/src/icons/MessengerLogoIcon.js +12 -0
  510. package/dist/src/icons/MicIcon.d.ts +2 -0
  511. package/dist/src/icons/MicIcon.js +12 -0
  512. package/dist/src/icons/MicrosoftTeamsIcon.d.ts +2 -0
  513. package/dist/src/icons/MicrosoftTeamsIcon.js +12 -0
  514. package/dist/src/icons/MicrosoftWordIcon.d.ts +2 -0
  515. package/dist/src/icons/MicrosoftWordIcon.js +12 -0
  516. package/dist/src/icons/MinusCircleDuotoneIcon.d.ts +2 -0
  517. package/dist/src/icons/MinusCircleDuotoneIcon.js +12 -0
  518. package/dist/src/icons/MinusCircleFillIcon.d.ts +2 -0
  519. package/dist/src/icons/MinusCircleFillIcon.js +12 -0
  520. package/dist/src/icons/MinusCircleIcon.d.ts +2 -0
  521. package/dist/src/icons/MinusCircleIcon.js +12 -0
  522. package/dist/src/icons/MinusIcon.d.ts +2 -0
  523. package/dist/src/icons/MinusIcon.js +12 -0
  524. package/dist/src/icons/MinusSquareFillIcon.d.ts +2 -0
  525. package/dist/src/icons/MinusSquareFillIcon.js +12 -0
  526. package/dist/src/icons/MinusSquareIcon.d.ts +2 -0
  527. package/dist/src/icons/MinusSquareIcon.js +12 -0
  528. package/dist/src/icons/MoonIcon.d.ts +2 -0
  529. package/dist/src/icons/MoonIcon.js +12 -0
  530. package/dist/src/icons/NotEqualsIcon.d.ts +2 -0
  531. package/dist/src/icons/NotEqualsIcon.js +12 -0
  532. package/dist/src/icons/NotchesIcon.d.ts +2 -0
  533. package/dist/src/icons/NotchesIcon.js +12 -0
  534. package/dist/src/icons/NotePencilIcon.d.ts +2 -0
  535. package/dist/src/icons/NotePencilIcon.js +12 -0
  536. package/dist/src/icons/NotepadIcon.d.ts +2 -0
  537. package/dist/src/icons/NotepadIcon.js +12 -0
  538. package/dist/src/icons/NovaIcon.d.ts +2 -0
  539. package/dist/src/icons/NovaIcon.js +12 -0
  540. package/dist/src/icons/NumberCircleFourIcon.d.ts +2 -0
  541. package/dist/src/icons/NumberCircleFourIcon.js +12 -0
  542. package/dist/src/icons/NumberCircleOneIcon.d.ts +2 -0
  543. package/dist/src/icons/NumberCircleOneIcon.js +12 -0
  544. package/dist/src/icons/NumberCircleThreeIcon.d.ts +2 -0
  545. package/dist/src/icons/NumberCircleThreeIcon.js +12 -0
  546. package/dist/src/icons/NumberCircleTwoIcon.d.ts +2 -0
  547. package/dist/src/icons/NumberCircleTwoIcon.js +12 -0
  548. package/dist/src/icons/PaintBrushBroadIcon.d.ts +2 -0
  549. package/dist/src/icons/PaintBrushBroadIcon.js +12 -0
  550. package/dist/src/icons/PaintBucketFillIcon.d.ts +2 -0
  551. package/dist/src/icons/PaintBucketFillIcon.js +12 -0
  552. package/dist/src/icons/PalmIcon.d.ts +2 -0
  553. package/dist/src/icons/PalmIcon.js +12 -0
  554. package/dist/src/icons/PaperPlaneTiltIcon.d.ts +2 -0
  555. package/dist/src/icons/PaperPlaneTiltIcon.js +12 -0
  556. package/dist/src/icons/PaperclipIcon.d.ts +2 -0
  557. package/dist/src/icons/PaperclipIcon.js +12 -0
  558. package/dist/src/icons/PasswordIcon.d.ts +2 -0
  559. package/dist/src/icons/PasswordIcon.js +12 -0
  560. package/dist/src/icons/PauseCircleDuotoneIcon.d.ts +2 -0
  561. package/dist/src/icons/PauseCircleDuotoneIcon.js +12 -0
  562. package/dist/src/icons/PauseCircleIcon.d.ts +2 -0
  563. package/dist/src/icons/PauseCircleIcon.js +12 -0
  564. package/dist/src/icons/PauseFillIcon.d.ts +2 -0
  565. package/dist/src/icons/PauseFillIcon.js +12 -0
  566. package/dist/src/icons/PauseIcon.d.ts +2 -0
  567. package/dist/src/icons/PauseIcon.js +12 -0
  568. package/dist/src/icons/PencilSimpleIcon.d.ts +2 -0
  569. package/dist/src/icons/PencilSimpleIcon.js +12 -0
  570. package/dist/src/icons/PercentIcon.d.ts +2 -0
  571. package/dist/src/icons/PercentIcon.js +12 -0
  572. package/dist/src/icons/PhoneIcon.d.ts +2 -0
  573. package/dist/src/icons/PhoneIcon.js +12 -0
  574. package/dist/src/icons/PieChartIcon.d.ts +2 -0
  575. package/dist/src/icons/PieChartIcon.js +12 -0
  576. package/dist/src/icons/PinterestIcon.d.ts +2 -0
  577. package/dist/src/icons/PinterestIcon.js +12 -0
  578. package/dist/src/icons/PlayIcon.d.ts +2 -0
  579. package/dist/src/icons/PlayIcon.js +12 -0
  580. package/dist/src/icons/PleskIcon.d.ts +2 -0
  581. package/dist/src/icons/PleskIcon.js +12 -0
  582. package/dist/src/icons/PluginIcon.d.ts +2 -0
  583. package/dist/src/icons/PluginIcon.js +12 -0
  584. package/dist/src/icons/PlugsConnectedIcon.d.ts +2 -0
  585. package/dist/src/icons/PlugsConnectedIcon.js +12 -0
  586. package/dist/src/icons/PlugsIcon.d.ts +2 -0
  587. package/dist/src/icons/PlugsIcon.js +12 -0
  588. package/dist/src/icons/PlusCircleFillIcon.d.ts +2 -0
  589. package/dist/src/icons/PlusCircleFillIcon.js +12 -0
  590. package/dist/src/icons/PlusCircleIcon.d.ts +2 -0
  591. package/dist/src/icons/PlusCircleIcon.js +12 -0
  592. package/dist/src/icons/PlusIcon.d.ts +2 -0
  593. package/dist/src/icons/PlusIcon.js +12 -0
  594. package/dist/src/icons/PlusSmallIcon.d.ts +2 -0
  595. package/dist/src/icons/PlusSmallIcon.js +12 -0
  596. package/dist/src/icons/PlusSquareIcon.d.ts +2 -0
  597. package/dist/src/icons/PlusSquareIcon.js +12 -0
  598. package/dist/src/icons/PowerIcon.d.ts +2 -0
  599. package/dist/src/icons/PowerIcon.js +12 -0
  600. package/dist/src/icons/ProhibitIcon.d.ts +2 -0
  601. package/dist/src/icons/ProhibitIcon.js +12 -0
  602. package/dist/src/icons/PulseIcon.d.ts +2 -0
  603. package/dist/src/icons/PulseIcon.js +12 -0
  604. package/dist/src/icons/PushPinIcon.d.ts +2 -0
  605. package/dist/src/icons/PushPinIcon.js +12 -0
  606. package/dist/src/icons/PuzzlePieceIcon.d.ts +2 -0
  607. package/dist/src/icons/PuzzlePieceIcon.js +12 -0
  608. package/dist/src/icons/QuestionFillIcon.d.ts +2 -0
  609. package/dist/src/icons/QuestionFillIcon.js +12 -0
  610. package/dist/src/icons/QuestionIcon.d.ts +2 -0
  611. package/dist/src/icons/QuestionIcon.js +12 -0
  612. package/dist/src/icons/QuestionSimpleIcon.d.ts +2 -0
  613. package/dist/src/icons/QuestionSimpleIcon.js +12 -0
  614. package/dist/src/icons/QueueIcon.d.ts +2 -0
  615. package/dist/src/icons/QueueIcon.js +12 -0
  616. package/dist/src/icons/RadioOffIcon.d.ts +2 -0
  617. package/dist/src/icons/RadioOffIcon.js +12 -0
  618. package/dist/src/icons/RadioOnIcon.d.ts +2 -0
  619. package/dist/src/icons/RadioOnIcon.js +12 -0
  620. package/dist/src/icons/RealcvIcon.d.ts +2 -0
  621. package/dist/src/icons/RealcvIcon.js +12 -0
  622. package/dist/src/icons/RectangleCircleIcon.d.ts +2 -0
  623. package/dist/src/icons/RectangleCircleIcon.js +12 -0
  624. package/dist/src/icons/RemoveAutoResponderIcon.d.ts +2 -0
  625. package/dist/src/icons/RemoveAutoResponderIcon.js +12 -0
  626. package/dist/src/icons/RemoveForwarderIcon.d.ts +2 -0
  627. package/dist/src/icons/RemoveForwarderIcon.js +12 -0
  628. package/dist/src/icons/RemoveIcon.d.ts +2 -0
  629. package/dist/src/icons/RemoveIcon.js +12 -0
  630. package/dist/src/icons/RepeatIcon.d.ts +2 -0
  631. package/dist/src/icons/RepeatIcon.js +12 -0
  632. package/dist/src/icons/RiseIcon.d.ts +2 -0
  633. package/dist/src/icons/RiseIcon.js +12 -0
  634. package/dist/src/icons/RobotIcon.d.ts +2 -0
  635. package/dist/src/icons/RobotIcon.js +12 -0
  636. package/dist/src/icons/SealWarningIcon.d.ts +2 -0
  637. package/dist/src/icons/SealWarningIcon.js +12 -0
  638. package/dist/src/icons/SettingsIcon.d.ts +2 -0
  639. package/dist/src/icons/SettingsIcon.js +12 -0
  640. package/dist/src/icons/ShareNetworkIcon.d.ts +2 -0
  641. package/dist/src/icons/ShareNetworkIcon.js +12 -0
  642. package/dist/src/icons/ShieldCheckIcon.d.ts +2 -0
  643. package/dist/src/icons/ShieldCheckIcon.js +12 -0
  644. package/dist/src/icons/ShieldCheckedIcon.d.ts +2 -0
  645. package/dist/src/icons/ShieldCheckedIcon.js +12 -0
  646. package/dist/src/icons/ShieldCrossIcon.d.ts +2 -0
  647. package/dist/src/icons/ShieldCrossIcon.js +12 -0
  648. package/dist/src/icons/ShieldIcon.d.ts +2 -0
  649. package/dist/src/icons/ShieldIcon.js +12 -0
  650. package/dist/src/icons/SidebarCollapseIcon.d.ts +2 -0
  651. package/dist/src/icons/SidebarCollapseIcon.js +12 -0
  652. package/dist/src/icons/SidebarExpandIcon.d.ts +2 -0
  653. package/dist/src/icons/SidebarExpandIcon.js +12 -0
  654. package/dist/src/icons/SidebarSimpleIcon.d.ts +2 -0
  655. package/dist/src/icons/SidebarSimpleIcon.js +12 -0
  656. package/dist/src/icons/SignInIcon.d.ts +2 -0
  657. package/dist/src/icons/SignInIcon.js +12 -0
  658. package/dist/src/icons/SignOutIcon.d.ts +2 -0
  659. package/dist/src/icons/SignOutIcon.js +12 -0
  660. package/dist/src/icons/SirenIcon.d.ts +2 -0
  661. package/dist/src/icons/SirenIcon.js +12 -0
  662. package/dist/src/icons/SkipBackIcon.d.ts +2 -0
  663. package/dist/src/icons/SkipBackIcon.js +12 -0
  664. package/dist/src/icons/SkipForwardIcon.d.ts +2 -0
  665. package/dist/src/icons/SkipForwardIcon.js +12 -0
  666. package/dist/src/icons/SkypeLogoIcon.d.ts +2 -0
  667. package/dist/src/icons/SkypeLogoIcon.js +12 -0
  668. package/dist/src/icons/SlidersHorizontalIcon.d.ts +2 -0
  669. package/dist/src/icons/SlidersHorizontalIcon.js +12 -0
  670. package/dist/src/icons/SmartphoneIcon.d.ts +2 -0
  671. package/dist/src/icons/SmartphoneIcon.js +12 -0
  672. package/dist/src/icons/SnapchatLogoIcon.d.ts +2 -0
  673. package/dist/src/icons/SnapchatLogoIcon.js +12 -0
  674. package/dist/src/icons/SortAscendingIcon.d.ts +2 -0
  675. package/dist/src/icons/SortAscendingIcon.js +12 -0
  676. package/dist/src/icons/SortDescendingIcon.d.ts +2 -0
  677. package/dist/src/icons/SortDescendingIcon.js +12 -0
  678. package/dist/src/icons/SoundcloudIcon.d.ts +2 -0
  679. package/dist/src/icons/SoundcloudIcon.js +12 -0
  680. package/dist/src/icons/SparkleIcon.d.ts +2 -0
  681. package/dist/src/icons/SparkleIcon.js +12 -0
  682. package/dist/src/icons/SparklesStarsIcon.d.ts +2 -0
  683. package/dist/src/icons/SparklesStarsIcon.js +12 -0
  684. package/dist/src/icons/SpeakerXIcon.d.ts +2 -0
  685. package/dist/src/icons/SpeakerXIcon.js +12 -0
  686. package/dist/src/icons/SpeedometerIcon.d.ts +2 -0
  687. package/dist/src/icons/SpeedometerIcon.js +12 -0
  688. package/dist/src/icons/SpotifyIcon.d.ts +2 -0
  689. package/dist/src/icons/SpotifyIcon.js +12 -0
  690. package/dist/src/icons/SquareFillIcon.d.ts +2 -0
  691. package/dist/src/icons/SquareFillIcon.js +12 -0
  692. package/dist/src/icons/SquareFillRoundedIcon.d.ts +2 -0
  693. package/dist/src/icons/SquareFillRoundedIcon.js +12 -0
  694. package/dist/src/icons/SquareIcon.d.ts +2 -0
  695. package/dist/src/icons/SquareIcon.js +12 -0
  696. package/dist/src/icons/SquaresFourFillIcon.d.ts +2 -0
  697. package/dist/src/icons/SquaresFourFillIcon.js +12 -0
  698. package/dist/src/icons/SquaresFourIcon.d.ts +2 -0
  699. package/dist/src/icons/SquaresFourIcon.js +12 -0
  700. package/dist/src/icons/StagingIcon.d.ts +2 -0
  701. package/dist/src/icons/StagingIcon.js +12 -0
  702. package/dist/src/icons/StairsIcon.d.ts +2 -0
  703. package/dist/src/icons/StairsIcon.js +12 -0
  704. package/dist/src/icons/StarFilledIcon.d.ts +2 -0
  705. package/dist/src/icons/StarFilledIcon.js +12 -0
  706. package/dist/src/icons/StarFourIcon.d.ts +2 -0
  707. package/dist/src/icons/StarFourIcon.js +12 -0
  708. package/dist/src/icons/StarIcon.d.ts +2 -0
  709. package/dist/src/icons/StarIcon.js +12 -0
  710. package/dist/src/icons/StethoscopeIcon.d.ts +2 -0
  711. package/dist/src/icons/StethoscopeIcon.js +12 -0
  712. package/dist/src/icons/StopCircleIcon.d.ts +2 -0
  713. package/dist/src/icons/StopCircleIcon.js +12 -0
  714. package/dist/src/icons/StopFillIcon.d.ts +2 -0
  715. package/dist/src/icons/StopFillIcon.js +12 -0
  716. package/dist/src/icons/SunIcon.d.ts +2 -0
  717. package/dist/src/icons/SunIcon.js +12 -0
  718. package/dist/src/icons/TabletIcon.d.ts +2 -0
  719. package/dist/src/icons/TabletIcon.js +12 -0
  720. package/dist/src/icons/TabsIcon.d.ts +2 -0
  721. package/dist/src/icons/TabsIcon.js +12 -0
  722. package/dist/src/icons/TagFilledIcon.d.ts +2 -0
  723. package/dist/src/icons/TagFilledIcon.js +12 -0
  724. package/dist/src/icons/TagIcon.d.ts +2 -0
  725. package/dist/src/icons/TagIcon.js +12 -0
  726. package/dist/src/icons/TagSmallIcon.d.ts +2 -0
  727. package/dist/src/icons/TagSmallIcon.js +12 -0
  728. package/dist/src/icons/TaskpadIcon.d.ts +2 -0
  729. package/dist/src/icons/TaskpadIcon.js +12 -0
  730. package/dist/src/icons/TerminalIcon.d.ts +2 -0
  731. package/dist/src/icons/TerminalIcon.js +12 -0
  732. package/dist/src/icons/TerminalWindowIcon.d.ts +2 -0
  733. package/dist/src/icons/TerminalWindowIcon.js +12 -0
  734. package/dist/src/icons/TextAlignCenterIcon.d.ts +2 -0
  735. package/dist/src/icons/TextAlignCenterIcon.js +12 -0
  736. package/dist/src/icons/TextAlignJustifyIcon.d.ts +2 -0
  737. package/dist/src/icons/TextAlignJustifyIcon.js +12 -0
  738. package/dist/src/icons/TextAlignLeftIcon.d.ts +2 -0
  739. package/dist/src/icons/TextAlignLeftIcon.js +12 -0
  740. package/dist/src/icons/TextAlignRightIcon.d.ts +2 -0
  741. package/dist/src/icons/TextAlignRightIcon.js +12 -0
  742. package/dist/src/icons/TextBBoldIcon.d.ts +2 -0
  743. package/dist/src/icons/TextBBoldIcon.js +12 -0
  744. package/dist/src/icons/TextHTwoIcon.d.ts +2 -0
  745. package/dist/src/icons/TextHTwoIcon.js +12 -0
  746. package/dist/src/icons/TextItalicIcon.d.ts +2 -0
  747. package/dist/src/icons/TextItalicIcon.js +12 -0
  748. package/dist/src/icons/TextStrikethroughIcon.d.ts +2 -0
  749. package/dist/src/icons/TextStrikethroughIcon.js +12 -0
  750. package/dist/src/icons/TextUnderlineIcon.d.ts +2 -0
  751. package/dist/src/icons/TextUnderlineIcon.js +12 -0
  752. package/dist/src/icons/TextboxIcon.d.ts +2 -0
  753. package/dist/src/icons/TextboxIcon.js +12 -0
  754. package/dist/src/icons/ThemeIcon.d.ts +2 -0
  755. package/dist/src/icons/ThemeIcon.js +12 -0
  756. package/dist/src/icons/ThermometerSimpleIcon.d.ts +2 -0
  757. package/dist/src/icons/ThermometerSimpleIcon.js +12 -0
  758. package/dist/src/icons/TicketIcon.d.ts +2 -0
  759. package/dist/src/icons/TicketIcon.js +12 -0
  760. package/dist/src/icons/TidalIcon.d.ts +2 -0
  761. package/dist/src/icons/TidalIcon.js +12 -0
  762. package/dist/src/icons/TiktokIcon.d.ts +2 -0
  763. package/dist/src/icons/TiktokIcon.js +12 -0
  764. package/dist/src/icons/ToggleLeftFillIcon.d.ts +2 -0
  765. package/dist/src/icons/ToggleLeftFillIcon.js +12 -0
  766. package/dist/src/icons/ToggleLeftIcon.d.ts +2 -0
  767. package/dist/src/icons/ToggleLeftIcon.js +12 -0
  768. package/dist/src/icons/ToggleRightFillIcon.d.ts +2 -0
  769. package/dist/src/icons/ToggleRightFillIcon.js +12 -0
  770. package/dist/src/icons/ToggleRightIcon.d.ts +2 -0
  771. package/dist/src/icons/ToggleRightIcon.js +12 -0
  772. package/dist/src/icons/TranslateIcon.d.ts +2 -0
  773. package/dist/src/icons/TranslateIcon.js +12 -0
  774. package/dist/src/icons/TrashIcon.d.ts +2 -0
  775. package/dist/src/icons/TrashIcon.js +12 -0
  776. package/dist/src/icons/TrayArrowInIcon.d.ts +2 -0
  777. package/dist/src/icons/TrayArrowInIcon.js +12 -0
  778. package/dist/src/icons/TrayIcon.d.ts +2 -0
  779. package/dist/src/icons/TrayIcon.js +12 -0
  780. package/dist/src/icons/TrayPlusIcon.d.ts +2 -0
  781. package/dist/src/icons/TrayPlusIcon.js +12 -0
  782. package/dist/src/icons/TreeStructureIcon.d.ts +2 -0
  783. package/dist/src/icons/TreeStructureIcon.js +12 -0
  784. package/dist/src/icons/UploadIcon.d.ts +2 -0
  785. package/dist/src/icons/UploadIcon.js +12 -0
  786. package/dist/src/icons/UserIcon.d.ts +2 -0
  787. package/dist/src/icons/UserIcon.js +12 -0
  788. package/dist/src/icons/UserPlusIcon.d.ts +2 -0
  789. package/dist/src/icons/UserPlusIcon.js +12 -0
  790. package/dist/src/icons/UserSquareIcon.d.ts +2 -0
  791. package/dist/src/icons/UserSquareIcon.js +12 -0
  792. package/dist/src/icons/UsersIcon.d.ts +2 -0
  793. package/dist/src/icons/UsersIcon.js +12 -0
  794. package/dist/src/icons/VectorTwoIcon.d.ts +2 -0
  795. package/dist/src/icons/VectorTwoIcon.js +12 -0
  796. package/dist/src/icons/ViewstreamfilledIcon.d.ts +2 -0
  797. package/dist/src/icons/ViewstreamfilledIcon.js +12 -0
  798. package/dist/src/icons/WandMagicIcon.d.ts +2 -0
  799. package/dist/src/icons/WandMagicIcon.js +12 -0
  800. package/dist/src/icons/WarningCircleDuotoneIcon.d.ts +2 -0
  801. package/dist/src/icons/WarningCircleDuotoneIcon.js +12 -0
  802. package/dist/src/icons/WarningFillIcon.d.ts +2 -0
  803. package/dist/src/icons/WarningFillIcon.js +12 -0
  804. package/dist/src/icons/WarningFilledIcon.d.ts +2 -0
  805. package/dist/src/icons/WarningFilledIcon.js +12 -0
  806. package/dist/src/icons/WarningIcon.d.ts +2 -0
  807. package/dist/src/icons/WarningIcon.js +12 -0
  808. package/dist/src/icons/WarningMarkerIcon.d.ts +2 -0
  809. package/dist/src/icons/WarningMarkerIcon.js +12 -0
  810. package/dist/src/icons/WarningOctagonFillIcon.d.ts +2 -0
  811. package/dist/src/icons/WarningOctagonFillIcon.js +12 -0
  812. package/dist/src/icons/WarningOctagonIcon.d.ts +2 -0
  813. package/dist/src/icons/WarningOctagonIcon.js +12 -0
  814. package/dist/src/icons/WarningTriangleIcon.d.ts +2 -0
  815. package/dist/src/icons/WarningTriangleIcon.js +12 -0
  816. package/dist/src/icons/WaveSineIcon.d.ts +2 -0
  817. package/dist/src/icons/WaveSineIcon.js +12 -0
  818. package/dist/src/icons/WebhooksLogoIcon.d.ts +2 -0
  819. package/dist/src/icons/WebhooksLogoIcon.js +12 -0
  820. package/dist/src/icons/WebsiteIcon.d.ts +2 -0
  821. package/dist/src/icons/WebsiteIcon.js +12 -0
  822. package/dist/src/icons/WhatsappLogoFillIcon.d.ts +2 -0
  823. package/dist/src/icons/WhatsappLogoFillIcon.js +12 -0
  824. package/dist/src/icons/WhatsappLogoIcon.d.ts +2 -0
  825. package/dist/src/icons/WhatsappLogoIcon.js +12 -0
  826. package/dist/src/icons/WheelchairMotionIcon.d.ts +2 -0
  827. package/dist/src/icons/WheelchairMotionIcon.js +12 -0
  828. package/dist/src/icons/WifiIcon.d.ts +2 -0
  829. package/dist/src/icons/WifiIcon.js +12 -0
  830. package/dist/src/icons/WordpressIcon.d.ts +2 -0
  831. package/dist/src/icons/WordpressIcon.js +12 -0
  832. package/dist/src/icons/WorkIcon.d.ts +2 -0
  833. package/dist/src/icons/WorkIcon.js +12 -0
  834. package/dist/src/icons/WrenchIcon.d.ts +2 -0
  835. package/dist/src/icons/WrenchIcon.js +12 -0
  836. package/dist/src/icons/XIcon.d.ts +2 -0
  837. package/dist/src/icons/XIcon.js +12 -0
  838. package/dist/src/icons/YoutubeIcon.d.ts +2 -0
  839. package/dist/src/icons/YoutubeIcon.js +12 -0
  840. package/dist/src/icons/index.d.ts +411 -4
  841. package/dist/src/icons/index.js +412 -10
  842. package/dist/src/utils/createIcon.d.ts +16 -5
  843. package/dist/src/utils/createIcon.js +3 -65
  844. package/package.json +2 -1
  845. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +0 -1
  846. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +0 -4
  847. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.d.ts +0 -1
  848. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.js +0 -4
  849. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.d.ts +0 -1
  850. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.js +0 -4
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CheckSmallIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.6135 8.88647C16.6833 8.95612 16.7386 9.03884 16.7763 9.12989C16.8141 9.22094 16.8335 9.31853 16.8335 9.41709C16.8335 9.51566 16.8141 9.61325 16.7763 9.7043C16.7386 9.79535 16.6833 9.87806 16.6135 9.94772L11.0306 15.5306C10.961 15.6004 10.8783 15.6557 10.7872 15.6934C10.6962 15.7312 10.5986 15.7506 10.5 15.7506C10.4015 15.7506 10.3039 15.7312 10.2128 15.6934C10.1218 15.6557 10.039 15.6004 9.96939 15.5306L7.33002 12.8913C7.18929 12.7505 7.11023 12.5597 7.11023 12.3606C7.11023 12.1616 7.18929 11.9707 7.33002 11.83C7.47075 11.6893 7.66162 11.6102 7.86065 11.6102C8.05967 11.6102 8.25054 11.6893 8.39127 11.83L10.5 13.9397L15.5523 8.88647C15.622 8.81674 15.7047 8.76142 15.7957 8.72367C15.8868 8.68593 15.9844 8.6665 16.0829 8.6665C16.1815 8.6665 16.2791 8.68593 16.3701 8.72367C16.4612 8.76142 16.5439 8.81674 16.6135 8.88647Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CheckSmallIcon.displayName = 'CheckSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CheckSquareFillIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CheckSquareFillIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 3H4.5C4.10218 3 3.72064 3.15804 3.43934 3.43934C3.15804 3.72064 3 4.10218 3 4.5V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V4.5C21 4.10218 20.842 3.72064 20.5607 3.43934C20.2794 3.15804 19.8978 3 19.5 3ZM16.2806 10.2806L11.0306 15.5306C10.961 15.6004 10.8783 15.6557 10.7872 15.6934C10.6962 15.7312 10.5986 15.7506 10.5 15.7506C10.4014 15.7506 10.3038 15.7312 10.2128 15.6934C10.1217 15.6557 10.039 15.6004 9.96937 15.5306L7.71937 13.2806C7.57864 13.1399 7.49958 12.949 7.49958 12.75C7.49958 12.551 7.57864 12.3601 7.71937 12.2194C7.86011 12.0786 8.05098 11.9996 8.25 11.9996C8.44902 11.9996 8.63989 12.0786 8.78063 12.2194L10.5 13.9397L15.2194 9.21937C15.2891 9.14969 15.3718 9.09442 15.4628 9.0567C15.5539 9.01899 15.6515 8.99958 15.75 8.99958C15.8485 8.99958 15.9461 9.01899 16.0372 9.0567C16.1282 9.09442 16.2109 9.14969 16.2806 9.21937C16.3503 9.28906 16.4056 9.37178 16.4433 9.46283C16.481 9.55387 16.5004 9.65145 16.5004 9.75C16.5004 9.84855 16.481 9.94613 16.4433 10.0372C16.4056 10.1282 16.3503 10.2109 16.2806 10.2806Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CheckSquareFillIcon.displayName = 'CheckSquareFillIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CheckSquareIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CheckSquareIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.2806 9.21937C16.3504 9.28903 16.4057 9.37175 16.4434 9.46279C16.4812 9.55384 16.5006 9.65144 16.5006 9.75C16.5006 9.84856 16.4812 9.94616 16.4434 10.0372C16.4057 10.1283 16.3504 10.211 16.2806 10.2806L11.0306 15.5306C10.961 15.6004 10.8783 15.6557 10.7872 15.6934C10.6962 15.7312 10.5986 15.7506 10.5 15.7506C10.4014 15.7506 10.3038 15.7312 10.2128 15.6934C10.1217 15.6557 10.039 15.6004 9.96937 15.5306L7.71937 13.2806C7.57864 13.1399 7.49958 12.949 7.49958 12.75C7.49958 12.551 7.57864 12.3601 7.71937 12.2194C7.86011 12.0786 8.05098 11.9996 8.25 11.9996C8.44902 11.9996 8.63989 12.0786 8.78063 12.2194L10.5 13.9397L15.2194 9.21937C15.289 9.14964 15.3717 9.09432 15.4628 9.05658C15.5538 9.01884 15.6514 8.99941 15.75 8.99941C15.8486 8.99941 15.9462 9.01884 16.0372 9.05658C16.1283 9.09432 16.211 9.14964 16.2806 9.21937ZM21 4.5V19.5C21 19.8978 20.842 20.2794 20.5607 20.5607C20.2794 20.842 19.8978 21 19.5 21H4.5C4.10218 21 3.72064 20.842 3.43934 20.5607C3.15804 20.2794 3 19.8978 3 19.5V4.5C3 4.10218 3.15804 3.72064 3.43934 3.43934C3.72064 3.15804 4.10218 3 4.5 3H19.5C19.8978 3 20.2794 3.15804 20.5607 3.43934C20.842 3.72064 21 4.10218 21 4.5ZM19.5 19.5V4.5H4.5V19.5H19.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CheckSquareIcon.displayName = 'CheckSquareIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CheckboxIntermediate20Icon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CheckboxIntermediate20Icon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 20 20", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 2C16.6569 2 18 3.34315 18 5V15C18 16.6569 16.6569 18 15 18H5C3.34315 18 2 16.6569 2 15V5C2 3.34315 3.34315 2 5 2H15ZM6.25 9.25C5.83579 9.25 5.5 9.58579 5.5 10C5.5 10.4142 5.83579 10.75 6.25 10.75H13.75C14.1642 10.75 14.5 10.4142 14.5 10C14.5 9.58579 14.1642 9.25 13.75 9.25H6.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CheckboxIntermediate20Icon.displayName = 'CheckboxIntermediate20Icon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CheckboxOff20Icon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CheckboxOff20Icon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 20 20", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("rect", { x: "2.75", y: "2.75", width: "14.5", height: "14.5", rx: "2.25", stroke: "currentColor", strokeWidth: "1.5" }) })) }));
11
+ });
12
+ CheckboxOff20Icon.displayName = 'CheckboxOff20Icon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CheckboxOffSmallIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CheckboxOffSmallIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 20 20", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M14 4C15.1046 4 16 4.89543 16 6V14C16 15.1046 15.1046 16 14 16H6C4.89543 16 4 15.1046 4 14V6C4 4.89543 4.89543 4 6 4H14ZM6 5.5C5.72386 5.5 5.5 5.72386 5.5 6V14C5.5 14.2761 5.72386 14.5 6 14.5H14C14.2761 14.5 14.5 14.2761 14.5 14V6C14.5 5.72386 14.2761 5.5 14 5.5H6Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CheckboxOffSmallIcon.displayName = 'CheckboxOffSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CheckboxOn20Icon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CheckboxOn20Icon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 20 20", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 2C16.6569 2 18 3.34315 18 5V15C18 16.6569 16.6569 18 15 18H5C3.34315 18 2 16.6569 2 15V5C2 3.34315 3.34315 2 5 2H15ZM15.1133 6.55273C14.8204 6.26017 14.3455 6.25995 14.0527 6.55273L8.74902 11.8555L6.36328 9.46973C6.07036 9.17716 5.59552 9.17694 5.30273 9.46973C5.01011 9.76252 5.01022 10.2374 5.30273 10.5303L8.75 13.9766L15.1133 7.61328C15.4062 7.32039 15.4062 6.84563 15.1133 6.55273Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CheckboxOn20Icon.displayName = 'CheckboxOn20Icon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CircleIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CircleIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25ZM12 20.25C10.3683 20.25 8.77326 19.7661 7.41655 18.8596C6.05984 17.9531 5.00242 16.6646 4.378 15.1571C3.75358 13.6496 3.5902 11.9908 3.90853 10.3905C4.22685 8.79016 5.01259 7.32015 6.16637 6.16637C7.32016 5.01259 8.79017 4.22685 10.3905 3.90852C11.9909 3.59019 13.6497 3.75357 15.1571 4.37799C16.6646 5.00242 17.9531 6.05984 18.8596 7.41655C19.7661 8.77325 20.25 10.3683 20.25 12C20.2475 14.1873 19.3775 16.2843 17.8309 17.8309C16.2843 19.3775 14.1873 20.2475 12 20.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CircleIcon.displayName = 'CircleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CirclesFourIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CirclesFourIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M7.5 3.75C6.75832 3.75 6.0333 3.96994 5.41661 4.38199C4.79993 4.79405 4.31928 5.37972 4.03545 6.06494C3.75162 6.75016 3.67736 7.50416 3.82206 8.23159C3.96675 8.95902 4.3239 9.6272 4.84835 10.1517C5.3728 10.6761 6.04098 11.0333 6.76841 11.1779C7.49584 11.3226 8.24984 11.2484 8.93506 10.9646C9.62029 10.6807 10.206 10.2001 10.618 9.58339C11.0301 8.96671 11.25 8.24168 11.25 7.5C11.25 6.50544 10.8549 5.55161 10.1517 4.84835C9.44839 4.14509 8.49456 3.75 7.5 3.75ZM7.5 9.75C7.05499 9.75 6.61998 9.61804 6.24997 9.37081C5.87996 9.12358 5.59157 8.77217 5.42127 8.36104C5.25098 7.94991 5.20642 7.49751 5.29323 7.06105C5.38005 6.62459 5.59434 6.22368 5.90901 5.90901C6.22368 5.59434 6.62459 5.38005 7.06105 5.29323C7.49751 5.20642 7.94991 5.25098 8.36104 5.42127C8.77217 5.59157 9.12358 5.87996 9.37081 6.24997C9.61804 6.61998 9.75 7.05499 9.75 7.5C9.75 8.09674 9.51295 8.66904 9.09099 9.09099C8.66904 9.51295 8.09674 9.75 7.5 9.75ZM16.5 11.25C17.2417 11.25 17.9667 11.0301 18.5834 10.618C19.2001 10.206 19.6807 9.62029 19.9646 8.93506C20.2484 8.24984 20.3226 7.49584 20.1779 6.76841C20.0333 6.04098 19.6761 5.3728 19.1517 4.84835C18.6272 4.3239 17.959 3.96675 17.2316 3.82206C16.5042 3.67736 15.7502 3.75162 15.0649 4.03545C14.3797 4.31928 13.794 4.79993 13.382 5.41661C12.9699 6.0333 12.75 6.75832 12.75 7.5C12.75 8.49456 13.1451 9.44839 13.8484 10.1517C14.5516 10.8549 15.5054 11.25 16.5 11.25ZM16.5 5.25C16.945 5.25 17.38 5.38196 17.75 5.6292C18.12 5.87643 18.4084 6.22783 18.5787 6.63896C18.749 7.0501 18.7936 7.5025 18.7068 7.93895C18.62 8.37541 18.4057 8.77632 18.091 9.09099C17.7763 9.40566 17.3754 9.61995 16.939 9.70677C16.5025 9.79359 16.0501 9.74903 15.639 9.57873C15.2278 9.40843 14.8764 9.12005 14.6292 8.75003C14.382 8.38002 14.25 7.94501 14.25 7.5C14.25 6.90326 14.4871 6.33097 14.909 5.90901C15.331 5.48705 15.9033 5.25 16.5 5.25ZM7.5 12.75C6.75832 12.75 6.0333 12.9699 5.41661 13.382C4.79993 13.794 4.31928 14.3797 4.03545 15.0649C3.75162 15.7502 3.67736 16.5042 3.82206 17.2316C3.96675 17.959 4.3239 18.6272 4.84835 19.1517C5.3728 19.6761 6.04098 20.0333 6.76841 20.1779C7.49584 20.3226 8.24984 20.2484 8.93506 19.9646C9.62029 19.6807 10.206 19.2001 10.618 18.5834C11.0301 17.9667 11.25 17.2417 11.25 16.5C11.25 15.5054 10.8549 14.5516 10.1517 13.8484C9.44839 13.1451 8.49456 12.75 7.5 12.75ZM7.5 18.75C7.05499 18.75 6.61998 18.618 6.24997 18.3708C5.87996 18.1236 5.59157 17.7722 5.42127 17.361C5.25098 16.9499 5.20642 16.4975 5.29323 16.061C5.38005 15.6246 5.59434 15.2237 5.90901 14.909C6.22368 14.5943 6.62459 14.3801 7.06105 14.2932C7.49751 14.2064 7.94991 14.251 8.36104 14.4213C8.77217 14.5916 9.12358 14.88 9.37081 15.25C9.61804 15.62 9.75 16.055 9.75 16.5C9.75 17.0967 9.51295 17.669 9.09099 18.091C8.66904 18.5129 8.09674 18.75 7.5 18.75ZM16.5 12.75C15.7583 12.75 15.0333 12.9699 14.4166 13.382C13.7999 13.794 13.3193 14.3797 13.0355 15.0649C12.7516 15.7502 12.6774 16.5042 12.8221 17.2316C12.9668 17.959 13.3239 18.6272 13.8484 19.1517C14.3728 19.6761 15.041 20.0333 15.7684 20.1779C16.4958 20.3226 17.2498 20.2484 17.9351 19.9646C18.6203 19.6807 19.206 19.2001 19.618 18.5834C20.0301 17.9667 20.25 17.2417 20.25 16.5C20.25 15.5054 19.8549 14.5516 19.1517 13.8484C18.4484 13.1451 17.4946 12.75 16.5 12.75ZM16.5 18.75C16.055 18.75 15.62 18.618 15.25 18.3708C14.88 18.1236 14.5916 17.7722 14.4213 17.361C14.251 16.9499 14.2064 16.4975 14.2932 16.061C14.3801 15.6246 14.5943 15.2237 14.909 14.909C15.2237 14.5943 15.6246 14.3801 16.061 14.2932C16.4975 14.2064 16.9499 14.251 17.361 14.4213C17.7722 14.5916 18.1236 14.88 18.3708 15.25C18.618 15.62 18.75 16.055 18.75 16.5C18.75 17.0967 18.5129 17.669 18.091 18.091C17.669 18.5129 17.0967 18.75 16.5 18.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CirclesFourIcon.displayName = 'CirclesFourIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CirclesThreeIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CirclesThreeIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.125 7.125C16.125 6.30915 15.8831 5.51163 15.4298 4.83327C14.9766 4.15492 14.3323 3.62621 13.5786 3.314C12.8248 3.00179 11.9954 2.9201 11.1953 3.07926C10.3951 3.23843 9.66008 3.63129 9.08319 4.20819C8.50629 4.78508 8.11343 5.52008 7.95426 6.32025C7.7951 7.12043 7.87679 7.94983 8.189 8.70357C8.50121 9.45732 9.02992 10.1016 9.70827 10.5548C10.3866 11.0081 11.1842 11.25 12 11.25C13.0936 11.2488 14.1421 10.8138 14.9154 10.0404C15.6888 9.26713 16.1238 8.21864 16.125 7.125ZM12 9.75C11.4808 9.75 10.9733 9.59605 10.5416 9.30761C10.11 9.01917 9.7735 8.6092 9.57482 8.12955C9.37614 7.64989 9.32415 7.12209 9.42544 6.61289C9.52673 6.10369 9.77673 5.63596 10.1438 5.26885C10.511 4.90173 10.9787 4.65173 11.4879 4.55044C11.9971 4.44915 12.5249 4.50114 13.0045 4.69982C13.4842 4.8985 13.8942 5.23495 14.1826 5.66663C14.471 6.09831 14.625 6.60583 14.625 7.125C14.625 7.8212 14.3484 8.48887 13.8562 8.98116C13.3639 9.47344 12.6962 9.75 12 9.75ZM17.625 12C16.8092 12 16.0116 12.2419 15.3333 12.6952C14.6549 13.1485 14.1262 13.7927 13.814 14.5464C13.5018 15.3002 13.4201 16.1296 13.5793 16.9297C13.7384 17.7299 14.1313 18.4649 14.7082 19.0418C15.2851 19.6187 16.0201 20.0116 16.8203 20.1707C17.6204 20.3299 18.4498 20.2482 19.2036 19.936C19.9573 19.6238 20.6016 19.0951 21.0548 18.4167C21.5081 17.7384 21.75 16.9408 21.75 16.125C21.7488 15.0314 21.3138 13.9829 20.5404 13.2096C19.7671 12.4362 18.7186 12.0012 17.625 12ZM17.625 18.75C17.1058 18.75 16.5983 18.596 16.1666 18.3076C15.735 18.0192 15.3985 17.6092 15.1998 17.1295C15.0011 16.6499 14.9492 16.1221 15.0504 15.6129C15.1517 15.1037 15.4017 14.636 15.7688 14.2688C16.136 13.9017 16.6037 13.6517 17.1129 13.5504C17.6221 13.4492 18.1499 13.5011 18.6295 13.6998C19.1092 13.8985 19.5192 14.235 19.8076 14.6666C20.096 15.0983 20.25 15.6058 20.25 16.125C20.25 16.8212 19.9734 17.4889 19.4812 17.9812C18.9889 18.4734 18.3212 18.75 17.625 18.75ZM6.375 12C5.55915 12 4.76163 12.2419 4.08327 12.6952C3.40492 13.1485 2.87621 13.7927 2.564 14.5464C2.25179 15.3002 2.1701 16.1296 2.32926 16.9297C2.48843 17.7299 2.88129 18.4649 3.45819 19.0418C4.03508 19.6187 4.77008 20.0116 5.57025 20.1707C6.37043 20.3299 7.19983 20.2482 7.95357 19.936C8.70732 19.6238 9.35155 19.0951 9.80481 18.4167C10.2581 17.7384 10.5 16.9408 10.5 16.125C10.4988 15.0314 10.0638 13.9829 9.29045 13.2096C8.51713 12.4362 7.46864 12.0012 6.375 12ZM6.375 18.75C5.85583 18.75 5.34831 18.596 4.91663 18.3076C4.48495 18.0192 4.1485 17.6092 3.94982 17.1295C3.75114 16.6499 3.69915 16.1221 3.80044 15.6129C3.90173 15.1037 4.15173 14.636 4.51885 14.2688C4.88596 13.9017 5.35369 13.6517 5.86289 13.5504C6.37209 13.4492 6.89989 13.5011 7.37955 13.6998C7.8592 13.8985 8.26917 14.235 8.55761 14.6666C8.84605 15.0983 9 15.6058 9 16.125C9 16.8212 8.72344 17.4889 8.23116 17.9812C7.73887 18.4734 7.0712 18.75 6.375 18.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CirclesThreeIcon.displayName = 'CirclesThreeIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ClockClockwiseIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const ClockClockwiseIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M12.75 7.49997V11.5753L16.1363 13.6068C16.3068 13.7093 16.4297 13.8753 16.4779 14.0683C16.5261 14.2614 16.4956 14.4657 16.3931 14.6362C16.2907 14.8068 16.1247 14.9297 15.9316 14.9778C15.7386 15.026 15.5343 14.9955 15.3638 14.8931L11.6138 12.6431C11.5028 12.5764 11.4109 12.4821 11.3472 12.3694C11.2835 12.2567 11.25 12.1294 11.25 12V7.49997C11.25 7.30106 11.329 7.11029 11.4697 6.96964C11.6103 6.82899 11.8011 6.74997 12 6.74997C12.1989 6.74997 12.3897 6.82899 12.5303 6.96964C12.671 7.11029 12.75 7.30106 12.75 7.49997ZM21 5.24997C20.8011 5.24997 20.6103 5.32899 20.4697 5.46964C20.329 5.61029 20.25 5.80106 20.25 5.99997V7.68747C19.6547 6.99747 19.0472 6.33278 18.3638 5.64091C17.113 4.39001 15.5213 3.53543 13.7877 3.18396C12.054 2.83249 10.2552 2.99971 8.616 3.66472C6.97682 4.32974 5.56996 5.46306 4.5712 6.92307C3.57245 8.38309 3.02609 10.1051 3.0004 11.8738C2.97471 13.6426 3.47083 15.3797 4.42676 16.8681C5.38269 18.3565 6.75604 19.5302 8.37522 20.2425C9.99439 20.9549 11.7876 21.1743 13.5307 20.8733C15.2739 20.5723 16.8897 19.7643 18.1763 18.5503C18.2479 18.4826 18.3055 18.4014 18.3458 18.3114C18.3861 18.2214 18.4083 18.1244 18.4111 18.0259C18.4138 17.9273 18.3972 17.8292 18.362 17.7371C18.3269 17.645 18.274 17.5607 18.2063 17.489C18.1385 17.4174 18.0574 17.3598 17.9674 17.3195C17.8774 17.2792 17.7804 17.257 17.6819 17.2542C17.5833 17.2515 17.4852 17.2681 17.3931 17.3032C17.301 17.3384 17.2167 17.3913 17.145 17.459C16.0726 18.4697 14.7261 19.1421 13.2738 19.3921C11.8215 19.6422 10.3277 19.4589 8.97902 18.865C7.6303 18.2712 6.4864 17.2932 5.69018 16.0532C4.89396 14.8131 4.48069 13.366 4.50199 11.8925C4.52329 10.419 4.97822 8.98439 5.80995 7.76788C6.64169 6.55138 7.81338 5.60685 9.1787 5.05226C10.544 4.49767 12.0425 4.3576 13.4869 4.64952C14.9314 4.94145 16.2578 5.65245 17.3006 6.69372C18.0638 7.46622 18.7322 8.2106 19.4063 8.99997H17.25C17.0511 8.99997 16.8603 9.07899 16.7197 9.21964C16.579 9.36029 16.5 9.55106 16.5 9.74997C16.5 9.94888 16.579 10.1396 16.7197 10.2803C16.8603 10.421 17.0511 10.5 17.25 10.5H21C21.1989 10.5 21.3897 10.421 21.5303 10.2803C21.671 10.1396 21.75 9.94888 21.75 9.74997V5.99997C21.75 5.80106 21.671 5.61029 21.5303 5.46964C21.3897 5.32899 21.1989 5.24997 21 5.24997Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ClockClockwiseIcon.displayName = 'ClockClockwiseIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ClockCounterClockwiseIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const ClockCounterClockwiseIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M12.75 7.50003V11.5753L16.1363 13.6069C16.3068 13.7093 16.4297 13.8753 16.4779 14.0684C16.5261 14.2614 16.4956 14.4657 16.3931 14.6363C16.2907 14.8068 16.1247 14.9297 15.9316 14.9779C15.7386 15.0261 15.5343 14.9956 15.3638 14.8932L11.6138 12.6432C11.5028 12.5765 11.4109 12.4822 11.3472 12.3695C11.2834 12.2568 11.25 12.1295 11.25 12V7.50003C11.25 7.30112 11.329 7.11035 11.4697 6.9697C11.6103 6.82905 11.8011 6.75003 12 6.75003C12.1989 6.75003 12.3897 6.82905 12.5303 6.9697C12.671 7.11035 12.75 7.30112 12.75 7.50003ZM12 3.00003C10.8169 2.99708 9.64491 3.22881 8.55193 3.6818C7.45895 4.1348 6.46667 4.80006 5.6325 5.63909C4.95094 6.32909 4.34531 6.99284 3.75 7.68753V6.00003C3.75 5.80112 3.67098 5.61035 3.53033 5.4697C3.38968 5.32905 3.19891 5.25003 3 5.25003C2.80109 5.25003 2.61032 5.32905 2.46967 5.4697C2.32902 5.61035 2.25 5.80112 2.25 6.00003V9.75003C2.25 9.94894 2.32902 10.1397 2.46967 10.2804C2.61032 10.421 2.80109 10.5 3 10.5H6.75C6.94891 10.5 7.13968 10.421 7.28033 10.2804C7.42098 10.1397 7.5 9.94894 7.5 9.75003C7.5 9.55112 7.42098 9.36035 7.28033 9.2197C7.13968 9.07905 6.94891 9.00003 6.75 9.00003H4.59375C5.26406 8.21065 5.93156 7.46722 6.69281 6.69659C7.73518 5.65423 9.0616 4.94216 10.5063 4.64935C11.9511 4.35654 13.4501 4.49598 14.816 5.05023C16.182 5.60449 17.3543 6.54899 18.1866 7.76572C19.0188 8.98245 19.474 10.4175 19.4953 11.8914C19.5166 13.3654 19.1031 14.813 18.3064 16.0532C17.5098 17.2935 16.3652 18.2716 15.0159 18.8651C13.6665 19.4586 12.1722 19.6414 10.7196 19.3905C9.26698 19.1396 7.92052 18.4662 6.84844 17.4544C6.77679 17.3867 6.6925 17.3338 6.60039 17.2986C6.50828 17.2635 6.41015 17.2468 6.3116 17.2496C6.21305 17.2524 6.11602 17.2746 6.02604 17.3149C5.93606 17.3551 5.8549 17.4128 5.78719 17.4844C5.71947 17.5561 5.66654 17.6403 5.6314 17.7325C5.59626 17.8246 5.57961 17.9227 5.5824 18.0212C5.58518 18.1198 5.60735 18.2168 5.64764 18.3068C5.68792 18.3968 5.74554 18.4779 5.81719 18.5457C6.88542 19.5537 8.18414 20.285 9.6 20.6757C11.0159 21.0665 12.5058 21.1047 13.9399 20.7872C15.3739 20.4696 16.7085 19.806 17.827 18.854C18.9456 17.9021 19.8142 16.6909 20.357 15.3261C20.8998 13.9613 21.1003 12.4844 20.9411 11.0243C20.7818 9.56414 20.2677 8.16517 19.4434 6.94947C18.6192 5.73376 17.5099 4.73825 16.2125 4.04982C14.915 3.3614 13.4688 3.00098 12 3.00003Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ClockCounterClockwiseIcon.displayName = 'ClockCounterClockwiseIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ClockDuotoneIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const ClockDuotoneIcon = forwardRef((props, ref) => {
9
+ const { sx, size = 24 } = props, rest = __rest(props, ["sx", "size"]);
10
+ return (_jsx(IconWrapper, { sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96452 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46927 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25Z", fill: "#EEEEEE" }), _jsx("path", { d: "M18 12C18 12.1989 17.921 12.3897 17.7803 12.5303C17.6397 12.671 17.4489 12.75 17.25 12.75H12C11.8011 12.75 11.6103 12.671 11.4697 12.5303C11.329 12.3897 11.25 12.1989 11.25 12V6.75C11.25 6.55109 11.329 6.36032 11.4697 6.21967C11.6103 6.07902 11.8011 6 12 6C12.1989 6 12.3897 6.07902 12.5303 6.21967C12.671 6.36032 12.75 6.55109 12.75 6.75V11.25H17.25C17.4489 11.25 17.6397 11.329 17.7803 11.4697C17.921 11.6103 18 11.8011 18 12Z", fill: "#53566F" })] })) }));
11
+ });
12
+ ClockDuotoneIcon.displayName = 'ClockDuotoneIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ClockIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const ClockIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M12 6.27164C12.471 6.27164 12.8531 6.65404 12.8534 7.125V11.1466H16.875C17.346 11.1466 17.7281 11.529 17.7284 12C17.7284 12.4712 17.3462 12.8534 16.875 12.8534H11.1466V7.125C11.1469 6.65409 11.529 6.27172 12 6.27164Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.25C17.3846 2.25 21.7498 6.61543 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61529 21.7499 2.25 17.3847 2.25 12C2.25024 6.61548 6.61544 2.25008 12 2.25ZM12 3.95673C7.55778 3.95681 3.95697 7.55781 3.95673 12C3.95673 16.4424 7.55763 20.0432 12 20.0433C16.4424 20.0433 20.0433 16.4424 20.0433 12C20.043 7.55776 16.4423 3.95673 12 3.95673Z", fill: "currentColor" })] })) }));
11
+ });
12
+ ClockIcon.displayName = 'ClockIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ClockSmallIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const ClockSmallIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M12 7C12.1989 7 12.3896 7.07907 12.5303 7.21973C12.6709 7.36038 12.75 7.55109 12.75 7.75V11.25H16.25C16.4489 11.25 16.6396 11.3291 16.7803 11.4697C16.9209 11.6104 17 11.8011 17 12C17 12.1989 16.9209 12.3896 16.7803 12.5303C16.6396 12.6709 16.4489 12.75 16.25 12.75H12C11.8011 12.75 11.6104 12.6709 11.4697 12.5303C11.3291 12.3896 11.25 12.1989 11.25 12V7.75C11.25 7.55109 11.3291 7.36038 11.4697 7.21973C11.6104 7.07907 11.8011 7 12 7Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4ZM12 5.40039C8.35492 5.40039 5.40039 8.35492 5.40039 12C5.40039 15.6451 8.35492 18.5996 12 18.5996C15.6451 18.5996 18.5996 15.6451 18.5996 12C18.5996 8.35492 15.6451 5.40039 12 5.40039Z", fill: "currentColor" })] })) }));
11
+ });
12
+ ClockSmallIcon.displayName = 'ClockSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CloneIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CloneIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M20.75 18C20.75 19.5188 19.5188 20.75 18 20.75H7V19.25H18C18.6904 19.25 19.25 18.6904 19.25 18V7H20.75V18Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 3C16.1046 3 17 3.89543 17 5V15C17 16.0357 16.2128 16.887 15.2041 16.9893L15 17H5L4.7959 16.9893C3.85435 16.8938 3.1062 16.1457 3.01074 15.2041L3 15V5C3 3.89543 3.89543 3 5 3H15ZM4.5 15C4.5 15.2761 4.72386 15.5 5 15.5H9.40039V10.0996H4.5V15ZM10.5996 15.5H15C15.2761 15.5 15.5 15.2761 15.5 15V10.0996H10.5996V15.5ZM5 4.5C4.72386 4.5 4.5 4.72386 4.5 5V8.90039H15.5V5C15.5 4.72386 15.2761 4.5 15 4.5H5Z", fill: "currentColor" })] })) }));
11
+ });
12
+ CloneIcon.displayName = 'CloneIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CloseBigIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CloseBigIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19 17.9387C19.0697 18.0084 19.125 18.0912 19.1627 18.1822C19.2004 18.2732 19.2198 18.3708 19.2198 18.4694C19.2198 18.5679 19.2004 18.6655 19.1627 18.7565C19.125 18.8476 19.0697 18.9303 19 19C18.9303 19.0697 18.8476 19.125 18.7566 19.1627C18.6655 19.2004 18.5679 19.2198 18.4694 19.2198C18.3708 19.2198 18.2733 19.2004 18.1822 19.1627C18.0912 19.125 18.0084 19.0697 17.9388 19L12 13.0603L6.06124 19C5.9205 19.1407 5.72963 19.2198 5.53061 19.2198C5.33159 19.2198 5.14072 19.1407 4.99999 19C4.85925 18.8593 4.78019 18.6684 4.78019 18.4694C4.78019 18.2704 4.85925 18.0795 4.99999 17.9387L10.9397 12L5.00007 6.06132C4.85934 5.92058 4.78028 5.72971 4.78028 5.53069C4.78028 5.33167 4.85934 5.1408 5.00007 5.00007C5.1408 4.85933 5.33167 4.78027 5.53069 4.78027C5.72972 4.78027 5.92059 4.85933 6.06132 5.00007L12 10.9397L17.9759 5.00007C18.1167 4.85933 18.3075 4.78027 18.5065 4.78027C18.7056 4.78027 18.8964 4.85933 19.0372 5.00007C19.1779 5.1408 19.257 5.33167 19.257 5.53069C19.257 5.72971 19.1779 5.92058 19.0372 6.06132L13.0603 12L19 17.9387Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CloseBigIcon.displayName = 'CloseBigIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CloseCircleFillIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CloseCircleFillIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.0001 2.25C14.5851 2.25276 17.0639 3.28054 18.8917 5.1084C20.7196 6.93628 21.7474 9.415 21.7501 12C21.7501 13.9284 21.1779 15.8136 20.1066 17.417C19.0353 19.0201 17.5129 20.2699 15.7316 21.0078C13.95 21.7458 11.9891 21.9387 10.0978 21.5625C8.20655 21.1863 6.46912 20.258 5.1056 18.8945C3.7421 17.531 2.81387 15.7936 2.43763 13.9023C2.06142 12.011 2.25436 10.0501 2.99232 8.26855C3.73025 6.48718 4.97995 4.96483 6.58314 3.89355C8.18652 2.82221 10.0718 2.25 12.0001 2.25ZM15.9699 7.28027C15.7709 7.28027 15.5803 7.35932 15.4396 7.5L12.0001 10.9395L8.56055 7.49987C8.41985 7.35917 8.22925 7.28018 8.03027 7.28014C7.83129 7.28014 7.64072 7.3592 7.5 7.49987C7.35928 7.64059 7.27931 7.83114 7.2793 8.03014C7.2793 8.22917 7.35927 8.41969 7.5 8.56042L10.9396 12L7.5 15.4398C7.35928 15.5805 7.27931 15.771 7.2793 15.97C7.2793 16.1691 7.35927 16.3596 7.5 16.5003C7.64073 16.641 7.83127 16.72 8.03027 16.72C8.22925 16.72 8.41985 16.641 8.56055 16.5003L12.0001 13.0605L15.4396 16.5C15.5093 16.5697 15.5917 16.6254 15.6827 16.6631C15.7737 16.7008 15.8714 16.7197 15.9699 16.7197C16.0684 16.7197 16.166 16.7008 16.257 16.6631C16.348 16.6254 16.4305 16.5697 16.5001 16.5C16.5698 16.4303 16.6255 16.3478 16.6632 16.2568C16.7009 16.1658 16.7199 16.0682 16.7199 15.9697C16.7198 15.8712 16.7009 15.7736 16.6632 15.6826C16.6255 15.5916 16.5698 15.5091 16.5001 15.4395L13.0607 12L16.5001 8.56055C16.6408 8.41982 16.7199 8.22926 16.7199 8.03027C16.7198 7.83129 16.6408 7.64072 16.5001 7.5C16.3594 7.3593 16.1688 7.28031 15.9699 7.28027Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CloseCircleFillIcon.displayName = 'CloseCircleFillIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CloseCircleIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CloseCircleIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M15.5306 9.53063L13.0603 12L15.5306 14.4694C15.6003 14.5391 15.6556 14.6218 15.6933 14.7128C15.731 14.8039 15.7504 14.9015 15.7504 15C15.7504 15.0985 15.731 15.1961 15.6933 15.2872C15.6556 15.3782 15.6003 15.4609 15.5306 15.5306C15.4609 15.6003 15.3782 15.6556 15.2872 15.6933C15.1961 15.731 15.0986 15.7504 15 15.7504C14.9015 15.7504 14.8039 15.731 14.7128 15.6933C14.6218 15.6556 14.5391 15.6003 14.4694 15.5306L12 13.0603L9.53063 15.5306C9.46095 15.6003 9.37822 15.6556 9.28718 15.6933C9.19613 15.731 9.09855 15.7504 9 15.7504C8.90146 15.7504 8.80388 15.731 8.71283 15.6933C8.62179 15.6556 8.53906 15.6003 8.46938 15.5306C8.3997 15.4609 8.34442 15.3782 8.30671 15.2872C8.269 15.1961 8.24959 15.0985 8.24959 15C8.24959 14.9015 8.269 14.8039 8.30671 14.7128C8.34442 14.6218 8.3997 14.5391 8.46938 14.4694L10.9397 12L8.46938 9.53063C8.32865 9.38989 8.24959 9.19902 8.24959 9C8.24959 8.80098 8.32865 8.61011 8.46938 8.46937C8.61011 8.32864 8.80098 8.24958 9 8.24958C9.19903 8.24958 9.3899 8.32864 9.53063 8.46937L12 10.9397L14.4694 8.46937C14.5391 8.39969 14.6218 8.34442 14.7128 8.3067C14.8039 8.26899 14.9015 8.24958 15 8.24958C15.0986 8.24958 15.1961 8.26899 15.2872 8.3067C15.3782 8.34442 15.4609 8.39969 15.5306 8.46937C15.6003 8.53906 15.6556 8.62178 15.6933 8.71283C15.731 8.80387 15.7504 8.90145 15.7504 9C15.7504 9.09855 15.731 9.19613 15.6933 9.28717C15.6556 9.37822 15.6003 9.46094 15.5306 9.53063ZM21.75 12C21.75 13.9284 21.1782 15.8134 20.1068 17.4168C19.0355 19.0202 17.5127 20.2699 15.7312 21.0078C13.9496 21.7458 11.9892 21.9389 10.0979 21.5627C8.20656 21.1865 6.46928 20.2579 5.10571 18.8943C3.74215 17.5307 2.81355 15.7934 2.43735 13.9021C2.06114 12.0108 2.25422 10.0504 2.99218 8.26884C3.73013 6.48726 4.97982 4.96451 6.58319 3.89317C8.18657 2.82183 10.0716 2.25 12 2.25C14.585 2.25273 17.0634 3.28084 18.8913 5.10872C20.7192 6.93661 21.7473 9.41498 21.75 12ZM20.25 12C20.25 10.3683 19.7661 8.77325 18.8596 7.41655C17.9531 6.05984 16.6646 5.00242 15.1571 4.37799C13.6497 3.75357 11.9909 3.59019 10.3905 3.90852C8.79017 4.22685 7.32016 5.01259 6.16637 6.16637C5.01259 7.32015 4.22685 8.79016 3.90853 10.3905C3.5902 11.9908 3.75358 13.6496 4.378 15.1571C5.00242 16.6646 6.05984 17.9531 7.41655 18.8596C8.77326 19.7661 10.3683 20.25 12 20.25C14.1873 20.2475 16.2843 19.3775 17.8309 17.8309C19.3775 16.2843 20.2475 14.1873 20.25 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CloseCircleIcon.displayName = 'CloseCircleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CloseIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CloseIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M18.5 17.4388C18.5697 17.5085 18.6249 17.5912 18.6626 17.6823C18.7004 17.7733 18.7198 17.8709 18.7198 17.9694C18.7198 18.068 18.7004 18.1656 18.6626 18.2566C18.6249 18.3477 18.5697 18.4304 18.5 18.5001C18.4303 18.5697 18.3476 18.625 18.2565 18.6627C18.1655 18.7004 18.0679 18.7199 17.9693 18.7199C17.8708 18.7199 17.7732 18.7004 17.6822 18.6627C17.5911 18.625 17.5084 18.5697 17.4387 18.5001L12 13.0604L6.56122 18.5001C6.42049 18.6409 6.22962 18.7199 6.03059 18.7199C5.83157 18.7199 5.6407 18.6409 5.49997 18.5001C5.35924 18.3594 5.28018 18.1685 5.28018 17.9695C5.28018 17.7705 5.35924 17.5796 5.49997 17.4389L10.9397 12.0001L5.49998 6.56126C5.35925 6.42053 5.28019 6.22966 5.28019 6.03064C5.28019 5.83161 5.35925 5.64074 5.49998 5.50001C5.64071 5.35928 5.83158 5.28022 6.03061 5.28022C6.22963 5.28022 6.4205 5.35928 6.56123 5.50001L12 10.9398L17.4387 5.49347C17.5795 5.35274 17.7703 5.27368 17.9694 5.27368C18.1684 5.27368 18.3593 5.35274 18.5 5.49347C18.6407 5.6342 18.7198 5.82508 18.7198 6.0241C18.7198 6.22312 18.6407 6.41399 18.5 6.55472L13.0603 12.0001L18.5 17.4388Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CloseIcon.displayName = 'CloseIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CloseSmallIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CloseSmallIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M17 15.9387C17.0697 16.0084 17.125 16.0912 17.1627 16.1822C17.2004 16.2732 17.2198 16.3708 17.2198 16.4694C17.2198 16.5679 17.2004 16.6655 17.1627 16.7565C17.125 16.8476 17.0697 16.9303 17 17C16.9303 17.0697 16.8476 17.125 16.7565 17.1627C16.6655 17.2004 16.5679 17.2198 16.4694 17.2198C16.3708 17.2198 16.2732 17.2004 16.1822 17.1627C16.0912 17.125 16.0084 17.0697 15.9388 17L12 13.0603L8.06123 17C7.9205 17.1407 7.72963 17.2198 7.53061 17.2198C7.33159 17.2198 7.14071 17.1407 6.99998 17C6.85925 16.8593 6.78019 16.6684 6.78019 16.4694C6.78019 16.2704 6.85925 16.0795 6.99998 15.9387L10.9397 12L6.99994 8.06119C6.85921 7.92046 6.78015 7.72959 6.78015 7.53057C6.78015 7.33155 6.85921 7.14067 6.99994 6.99994C7.14067 6.85921 7.33155 6.78015 7.53057 6.78015C7.72959 6.78015 7.92046 6.85921 8.06119 6.99994L12 10.9397L15.9388 7.00004C16.0795 6.85931 16.2704 6.78025 16.4694 6.78025C16.6684 6.78025 16.8593 6.85931 17 7.00004C17.1407 7.14077 17.2198 7.33164 17.2198 7.53067C17.2198 7.72969 17.1407 7.92056 17 8.06129L13.0603 12L17 15.9387Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CloseSmallIcon.displayName = 'CloseSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CloudCheckIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CloudCheckIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M15 3.75C13.4679 3.75118 11.9662 4.17857 10.6631 4.98437C9.3599 5.79017 8.3066 6.94262 7.62096 8.31281C6.8053 8.19385 5.97387 8.24424 5.17855 8.46082C4.38322 8.67741 3.64105 9.05555 2.99833 9.57166C2.3556 10.0878 1.82612 10.7308 1.4429 11.4606C1.05969 12.1904 0.830953 12.9913 0.770972 13.8134C0.710991 14.6355 0.821049 15.4612 1.09428 16.2388C1.36751 17.0165 1.79806 17.7296 2.35906 18.3335C2.92006 18.9375 3.59949 19.4193 4.35496 19.749C5.11043 20.0788 5.92573 20.2493 6.75003 20.25H15C17.1881 20.25 19.2865 19.3808 20.8337 17.8336C22.3808 16.2865 23.25 14.188 23.25 12C23.25 9.81196 22.3808 7.71354 20.8337 6.16637C19.2865 4.61919 17.1881 3.75 15 3.75ZM15 18.75H6.75003C5.55655 18.75 4.41196 18.2759 3.56805 17.432C2.72413 16.5881 2.25003 15.4435 2.25003 14.25C2.25003 13.0565 2.72413 11.9119 3.56805 11.068C4.41196 10.2241 5.55655 9.75 6.75003 9.75C6.85315 9.75 6.95628 9.75 7.05846 9.76031C6.85336 10.4892 6.74957 11.2428 6.75003 12C6.75003 12.1989 6.82904 12.3897 6.9697 12.5303C7.11035 12.671 7.30111 12.75 7.50003 12.75C7.69894 12.75 7.8897 12.671 8.03036 12.5303C8.17101 12.3897 8.25003 12.1989 8.25003 12C8.25003 10.665 8.64591 9.35993 9.38761 8.2499C10.1293 7.13987 11.1835 6.2747 12.4169 5.76381C13.6503 5.25292 15.0075 5.11925 16.3169 5.3797C17.6263 5.64015 18.829 6.28302 19.773 7.22703C20.717 8.17103 21.3599 9.37377 21.6203 10.6831C21.8808 11.9925 21.7471 13.3497 21.2362 14.5831C20.7253 15.8165 19.8602 16.8707 18.7501 17.6124C17.6401 18.3541 16.3351 18.75 15 18.75ZM18.5307 9.96937C18.6004 10.039 18.6557 10.1217 18.6934 10.2128C18.7312 10.3038 18.7506 10.4014 18.7506 10.5C18.7506 10.5986 18.7312 10.6962 18.6934 10.7872C18.6557 10.8783 18.6004 10.961 18.5307 11.0306L14.0307 15.5306C13.961 15.6004 13.8783 15.6557 13.7872 15.6934C13.6962 15.7312 13.5986 15.7506 13.5 15.7506C13.4015 15.7506 13.3039 15.7312 13.2128 15.6934C13.1218 15.6557 13.0391 15.6004 12.9694 15.5306L10.7194 13.2806C10.5787 13.1399 10.4996 12.949 10.4996 12.75C10.4996 12.551 10.5787 12.3601 10.7194 12.2194C10.8601 12.0786 11.051 11.9996 11.25 11.9996C11.449 11.9996 11.6399 12.0786 11.7807 12.2194L13.5 13.9397L17.4694 9.96937C17.5391 9.89964 17.6218 9.84432 17.7128 9.80658C17.8039 9.76884 17.9015 9.74941 18 9.74941C18.0986 9.74941 18.1962 9.76884 18.2872 9.80658C18.3783 9.84432 18.461 9.89964 18.5307 9.96937Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CloudCheckIcon.displayName = 'CloudCheckIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CloudIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CloudIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M15 3.75C13.4678 3.75118 11.9662 4.17857 10.663 4.98437C9.35987 5.79017 8.30657 6.94262 7.62093 8.31281C6.80527 8.19385 5.97384 8.24424 5.17851 8.46082C4.38319 8.67741 3.64101 9.05555 2.99829 9.57166C2.35557 10.0878 1.82609 10.7308 1.44287 11.4606C1.05966 12.1904 0.830923 12.9913 0.770942 13.8134C0.710961 14.6355 0.821019 15.4612 1.09425 16.2388C1.36748 17.0165 1.79803 17.7296 2.35903 18.3335C2.92003 18.9375 3.59946 19.4193 4.35493 19.749C5.1104 20.0788 5.9257 20.2493 6.75 20.25H15C17.188 20.25 19.2865 19.3808 20.8336 17.8336C22.3808 16.2865 23.25 14.188 23.25 12C23.25 9.81196 22.3808 7.71354 20.8336 6.16637C19.2865 4.61919 17.188 3.75 15 3.75ZM15 18.75H6.75C5.55652 18.75 4.41193 18.2759 3.56802 17.432C2.7241 16.5881 2.25 15.4435 2.25 14.25C2.25 13.0565 2.7241 11.9119 3.56802 11.068C4.41193 10.2241 5.55652 9.75 6.75 9.75C6.85312 9.75 6.95625 9.75 7.05843 9.76031C6.85333 10.4892 6.74954 11.2428 6.75 12C6.75 12.1989 6.82901 12.3897 6.96967 12.5303C7.11032 12.671 7.30108 12.75 7.5 12.75C7.69891 12.75 7.88967 12.671 8.03033 12.5303C8.17098 12.3897 8.25 12.1989 8.25 12C8.25 10.665 8.64588 9.35993 9.38758 8.2499C10.1293 7.13987 11.1835 6.2747 12.4169 5.76381C13.6503 5.25292 15.0075 5.11925 16.3169 5.3797C17.6262 5.64015 18.829 6.28302 19.773 7.22703C20.717 8.17103 21.3598 9.37377 21.6203 10.6831C21.8807 11.9925 21.7471 13.3497 21.2362 14.5831C20.7253 15.8165 19.8601 16.8707 18.7501 17.6124C17.6401 18.3541 16.335 18.75 15 18.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CloudIcon.displayName = 'CloudIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CodepenIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CodepenIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M22.1053 8.34366L12.3553 3.09366C12.2461 3.0349 12.124 3.00415 12 3.00415C11.876 3.00415 11.7539 3.0349 11.6447 3.09366L1.89469 8.34366C1.77601 8.4075 1.67673 8.50213 1.60727 8.61761C1.53782 8.73309 1.50076 8.86515 1.5 8.99991V14.9999C1.49992 15.1355 1.53658 15.2685 1.60608 15.3849C1.67557 15.5013 1.77531 15.5966 1.89469 15.6608L11.6447 20.9108C11.7539 20.9696 11.876 21.0004 12 21.0004C12.124 21.0004 12.2461 20.9696 12.3553 20.9108L22.1053 15.6608C22.2247 15.5966 22.3244 15.5013 22.3939 15.3849C22.4634 15.2685 22.5001 15.1355 22.5 14.9999V8.99991C22.4992 8.86515 22.4622 8.73309 22.3927 8.61761C22.3233 8.50213 22.224 8.4075 22.1053 8.34366ZM21 13.7446L17.7609 11.9999L21 10.2552V13.7446ZM16.1784 11.1477L12.75 9.30178V5.00522L20.1684 8.99991L16.1784 11.1477ZM12 13.3977L9.40313 11.9999L12 10.6021L14.5969 11.9999L12 13.3977ZM11.25 5.00522V9.30178L7.82156 11.1477L3.83156 8.99991L11.25 5.00522ZM3 10.2552L6.23906 11.9999L3 13.7446V10.2552ZM7.82156 12.8521L11.25 14.698V18.9946L3.83156 14.9999L7.82156 12.8521ZM12.75 18.9946V14.698L16.1784 12.8521L20.1684 14.9999L12.75 18.9946Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CodepenIcon.displayName = 'CodepenIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CodesandboxIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CodesandboxIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.97 6.20164L12.72 1.68757C12.4994 1.56628 12.2517 1.50269 12 1.50269C11.7483 1.50269 11.5006 1.56628 11.28 1.68757L3.03 6.20445C2.7944 6.33336 2.59772 6.52316 2.46052 6.75403C2.32331 6.98491 2.25061 7.24838 2.25 7.51695V16.4832C2.25061 16.7518 2.32331 17.0152 2.46052 17.2461C2.59772 17.477 2.7944 17.6668 3.03 17.7957L11.28 22.3116C11.5004 22.4334 11.7482 22.4973 12 22.4973C12.2518 22.4973 12.4996 22.4334 12.72 22.3116L20.97 17.7957C21.2056 17.6668 21.4023 17.477 21.5395 17.2461C21.6767 17.0152 21.7494 16.7518 21.75 16.4832V7.51695C21.7499 7.24791 21.6774 6.98384 21.5402 6.75243C21.403 6.52102 21.206 6.33078 20.97 6.20164ZM15.75 14.2501V18.946L12.75 20.5885V12.4444L20.25 8.3382V11.3382L16.14 13.5882C16.0214 13.6531 15.9225 13.7489 15.8538 13.8654C15.7852 13.9819 15.7493 14.1148 15.75 14.2501ZM7.86 13.5938L3.75 11.3438V8.34382L11.25 12.4501V20.5941L8.25 18.946V14.2501C8.2497 14.1158 8.21334 13.9841 8.14474 13.8686C8.07614 13.7532 7.9778 13.6583 7.86 13.5938ZM7.79437 5.30539L11.6381 7.41007C11.7485 7.47047 11.8723 7.50212 11.9981 7.50212C12.1239 7.50212 12.2477 7.47047 12.3581 7.41007L16.2019 5.30539L19.4344 7.07445L12 11.1451L4.56187 7.07257L7.79437 5.30539ZM12 3.00007L14.6437 4.44757L12 5.89601L9.35625 4.44851L12 3.00007ZM3.75 13.0519L6.75 14.6945V18.1248L3.75 16.4832V13.0519ZM17.25 18.1248V14.6945L20.25 13.0519V16.4832L17.25 18.1248Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CodesandboxIcon.displayName = 'CodesandboxIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CommandIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CommandIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.875 13.5H15V10.5H16.875C17.5425 10.5 18.195 10.3021 18.7501 9.93121C19.3051 9.56036 19.7376 9.03326 19.9931 8.41656C20.2485 7.79986 20.3154 7.12126 20.1852 6.46657C20.0549 5.81189 19.7335 5.21052 19.2615 4.73852C18.7895 4.26651 18.1881 3.94508 17.5334 3.81485C16.8787 3.68463 16.2001 3.75146 15.5834 4.00691C14.9667 4.26235 14.4396 4.69494 14.0688 5.24995C13.6979 5.80497 13.5 6.45749 13.5 7.125V9H10.5V7.125C10.5 6.45749 10.3021 5.80497 9.93121 5.24995C9.56036 4.69494 9.03326 4.26235 8.41656 4.00691C7.79986 3.75146 7.12126 3.68463 6.46657 3.81485C5.81189 3.94508 5.21052 4.26651 4.73852 4.73852C4.26651 5.21052 3.94508 5.81189 3.81485 6.46657C3.68463 7.12126 3.75146 7.79986 4.00691 8.41656C4.26235 9.03326 4.69494 9.56036 5.24995 9.93121C5.80497 10.3021 6.45749 10.5 7.125 10.5H9V13.5H7.125C6.45749 13.5 5.80497 13.6979 5.24995 14.0688C4.69494 14.4396 4.26235 14.9667 4.00691 15.5834C3.75146 16.2001 3.68463 16.8787 3.81485 17.5334C3.94508 18.1881 4.26651 18.7895 4.73852 19.2615C5.21052 19.7335 5.81189 20.0549 6.46657 20.1852C7.12126 20.3154 7.79986 20.2485 8.41656 19.9931C9.03326 19.7376 9.56036 19.3051 9.93121 18.7501C10.3021 18.195 10.5 17.5425 10.5 16.875V15H13.5V16.875C13.5 17.5425 13.6979 18.195 14.0688 18.7501C14.4396 19.3051 14.9667 19.7376 15.5834 19.9931C16.2001 20.2485 16.8787 20.3154 17.5334 20.1852C18.1881 20.0549 18.7895 19.7335 19.2615 19.2615C19.7335 18.7895 20.0549 18.1881 20.1852 17.5334C20.3154 16.8787 20.2485 16.2001 19.9931 15.5834C19.7376 14.9667 19.3051 14.4396 18.7501 14.0688C18.195 13.6979 17.5425 13.5 16.875 13.5ZM15 7.125C15 6.75416 15.11 6.39165 15.316 6.08331C15.522 5.77497 15.8149 5.53464 16.1575 5.39273C16.5001 5.25081 16.8771 5.21368 17.2408 5.28603C17.6045 5.35838 17.9386 5.53695 18.2008 5.79918C18.4631 6.0614 18.6416 6.39549 18.714 6.75921C18.7863 7.12292 18.7492 7.49992 18.6073 7.84253C18.4654 8.18514 18.225 8.47798 17.9167 8.68401C17.6084 8.89004 17.2458 9 16.875 9H15V7.125ZM5.25 7.125C5.25 6.62772 5.44755 6.15081 5.79918 5.79918C6.15081 5.44755 6.62772 5.25 7.125 5.25C7.62228 5.25 8.0992 5.44755 8.45083 5.79918C8.80246 6.15081 9 6.62772 9 7.125V9H7.125C6.62772 9 6.15081 8.80246 5.79918 8.45083C5.44755 8.0992 5.25 7.62228 5.25 7.125ZM9 16.875C9 17.2458 8.89004 17.6084 8.68401 17.9167C8.47798 18.225 8.18514 18.4654 7.84253 18.6073C7.49992 18.7492 7.12292 18.7863 6.75921 18.714C6.39549 18.6416 6.0614 18.4631 5.79918 18.2008C5.53695 17.9386 5.35838 17.6045 5.28603 17.2408C5.21368 16.8771 5.25081 16.5001 5.39273 16.1575C5.53464 15.8149 5.77497 15.522 6.08331 15.316C6.39165 15.11 6.75416 15 7.125 15H9V16.875ZM10.5 10.5H13.5V13.5H10.5V10.5ZM16.875 18.75C16.3777 18.75 15.9008 18.5525 15.5492 18.2008C15.1975 17.8492 15 17.3723 15 16.875V15H16.875C17.3723 15 17.8492 15.1975 18.2008 15.5492C18.5525 15.9008 18.75 16.3777 18.75 16.875C18.75 17.3723 18.5525 17.8492 18.2008 18.2008C17.8492 18.5525 17.3723 18.75 16.875 18.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CommandIcon.displayName = 'CommandIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CompassIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CompassIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25ZM12 20.25C10.3683 20.25 8.77326 19.7661 7.41655 18.8596C6.05984 17.9531 5.00242 16.6646 4.378 15.1571C3.75358 13.6496 3.5902 11.9908 3.90853 10.3905C4.22685 8.79016 5.01259 7.32015 6.16637 6.16637C7.32016 5.01259 8.79017 4.22685 10.3905 3.90852C11.9909 3.59019 13.6497 3.75357 15.1571 4.37799C16.6646 5.00242 17.9531 6.05984 18.8596 7.41655C19.7661 8.77325 20.25 10.3683 20.25 12C20.2475 14.1873 19.3775 16.2843 17.8309 17.8309C16.2843 19.3775 14.1873 20.2475 12 20.25ZM16.1644 6.82875L10.1644 9.82875C10.0193 9.90162 9.90162 10.0193 9.82875 10.1644L6.82875 16.1644C6.77151 16.2788 6.74448 16.4059 6.75022 16.5337C6.75596 16.6614 6.79429 16.7856 6.86156 16.8944C6.92882 17.0032 7.0228 17.093 7.13454 17.1552C7.24629 17.2175 7.3721 17.2501 7.5 17.25C7.61644 17.2498 7.73127 17.2229 7.83563 17.1713L13.8356 14.1713C13.9807 14.0984 14.0984 13.9807 14.1713 13.8356L17.1713 7.83563C17.242 7.69475 17.2666 7.53515 17.2415 7.3795C17.2164 7.22385 17.1429 7.08007 17.0314 6.96859C16.9199 6.85711 16.7762 6.7836 16.6205 6.75849C16.4649 6.73339 16.3053 6.75797 16.1644 6.82875ZM12.9375 12.9375L9.17719 14.8228L11.0625 11.0625L14.8266 9.18094L12.9375 12.9375Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CompassIcon.displayName = 'CompassIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CompassToolIcon: CustomIcon;