@webpros/mui-theme 0.3.11 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (875) hide show
  1. package/dist/package.json +2 -2
  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/data-display/Table/Table.theme.js +1 -1
  5. package/dist/src/components/feedback/Alert/Alert.theme.js +82 -15
  6. package/dist/src/components/feedback/Alert/alertDefaultIcons.d.ts +2 -0
  7. package/dist/src/components/feedback/Alert/alertDefaultIcons.js +16 -0
  8. package/dist/src/components/feedback/Dialog/Dialog.theme.js +5 -8
  9. package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.js +32 -3
  10. package/dist/src/components/inputs/Checkbox/Checkbox.theme.d.ts +2 -1
  11. package/dist/src/components/inputs/Checkbox/Checkbox.theme.js +27 -0
  12. package/dist/src/components/inputs/Filter/Filter.js +3 -2
  13. package/dist/src/components/inputs/Radio/Radio.theme.js +17 -1
  14. package/dist/src/components/inputs/Select/Select.theme.js +2 -2
  15. package/dist/src/components/inputs/ToggleButton/ToggleButton.d.ts +10 -2
  16. package/dist/src/components/inputs/ToggleButton/ToggleButton.js +26 -3
  17. package/dist/src/components/inputs/ToggleButton/index.d.ts +1 -1
  18. package/dist/src/components/inputs/ToggleButton/index.js +2 -2
  19. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.d.ts +12 -3
  20. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.js +32 -3
  21. package/dist/src/components/inputs/ToggleButtonGroup/index.d.ts +1 -1
  22. package/dist/src/components/inputs/ToggleButtonGroup/index.js +2 -2
  23. package/dist/src/components/navigation/PaginationItem/components/PaginationIcons.js +4 -1
  24. package/dist/src/components/navigation/Tab/Tab.theme.js +2 -2
  25. package/dist/src/components/utils/inputIcons.d.ts +9 -0
  26. package/dist/src/components/utils/inputIcons.js +19 -0
  27. package/dist/src/icons/AlignLeftSimpleIcon.d.ts +2 -0
  28. package/dist/src/icons/AlignLeftSimpleIcon.js +12 -0
  29. package/dist/src/icons/AmazonIcon.d.ts +2 -0
  30. package/dist/src/icons/AmazonIcon.js +12 -0
  31. package/dist/src/icons/AndroidIcon.d.ts +2 -0
  32. package/dist/src/icons/AndroidIcon.js +12 -0
  33. package/dist/src/icons/ApparetmentIcon.d.ts +2 -0
  34. package/dist/src/icons/ApparetmentIcon.js +12 -0
  35. package/dist/src/icons/ArchiveIcon.d.ts +2 -0
  36. package/dist/src/icons/ArchiveIcon.js +12 -0
  37. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.d.ts +2 -0
  38. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +12 -0
  39. package/dist/src/icons/ArrowBendDoubleUpRightIcon.d.ts +2 -0
  40. package/dist/src/icons/ArrowBendDoubleUpRightIcon.js +12 -0
  41. package/dist/src/icons/ArrowBendUpLeftIcon.d.ts +2 -0
  42. package/dist/src/icons/ArrowBendUpLeftIcon.js +12 -0
  43. package/dist/src/icons/ArrowBendUpRightIcon.d.ts +2 -0
  44. package/dist/src/icons/ArrowBendUpRightIcon.js +12 -0
  45. package/dist/src/icons/ArrowCircleDownFillIcon.d.ts +2 -0
  46. package/dist/src/icons/ArrowCircleDownFillIcon.js +12 -0
  47. package/dist/src/icons/ArrowCircleUpFillIcon.d.ts +2 -0
  48. package/dist/src/icons/ArrowCircleUpFillIcon.js +12 -0
  49. package/dist/src/icons/ArrowClockwiseFillIcon.d.ts +2 -0
  50. package/dist/src/icons/ArrowClockwiseFillIcon.js +12 -0
  51. package/dist/src/icons/ArrowDownBoldIcon.d.ts +2 -0
  52. package/dist/src/icons/ArrowDownBoldIcon.js +12 -0
  53. package/dist/src/icons/ArrowDownIcon.d.ts +2 -0
  54. package/dist/src/icons/ArrowDownIcon.js +12 -0
  55. package/dist/src/icons/ArrowDownSmallIcon.d.ts +2 -0
  56. package/dist/src/icons/ArrowDownSmallIcon.js +12 -0
  57. package/dist/src/icons/ArrowLeftIcon.d.ts +2 -0
  58. package/dist/src/icons/ArrowLeftIcon.js +12 -0
  59. package/dist/src/icons/ArrowLeftWpIcon.d.ts +2 -0
  60. package/dist/src/icons/ArrowLeftWpIcon.js +12 -0
  61. package/dist/src/icons/ArrowLineDownIcon.d.ts +2 -0
  62. package/dist/src/icons/ArrowLineDownIcon.js +12 -0
  63. package/dist/src/icons/ArrowLineUpIcon.d.ts +2 -0
  64. package/dist/src/icons/ArrowLineUpIcon.js +12 -0
  65. package/dist/src/icons/ArrowRightIcon.d.ts +2 -0
  66. package/dist/src/icons/ArrowRightIcon.js +12 -0
  67. package/dist/src/icons/ArrowRightSmallIcon.d.ts +2 -0
  68. package/dist/src/icons/ArrowRightSmallIcon.js +12 -0
  69. package/dist/src/icons/ArrowSquareInIcon.d.ts +2 -0
  70. package/dist/src/icons/ArrowSquareInIcon.js +12 -0
  71. package/dist/src/icons/ArrowSquareOutIcon.d.ts +2 -0
  72. package/dist/src/icons/ArrowSquareOutIcon.js +12 -0
  73. package/dist/src/icons/ArrowSquareOutSmallIcon.d.ts +2 -0
  74. package/dist/src/icons/ArrowSquareOutSmallIcon.js +12 -0
  75. package/dist/src/icons/ArrowUpIcon.d.ts +2 -0
  76. package/dist/src/icons/ArrowUpIcon.js +12 -0
  77. package/dist/src/icons/ArrowUpLeftIcon.d.ts +2 -0
  78. package/dist/src/icons/ArrowUpLeftIcon.js +12 -0
  79. package/dist/src/icons/ArrowUpSmallIcon.d.ts +2 -0
  80. package/dist/src/icons/ArrowUpSmallIcon.js +12 -0
  81. package/dist/src/icons/ArrowarcleftIcon.d.ts +2 -0
  82. package/dist/src/icons/ArrowarcleftIcon.js +12 -0
  83. package/dist/src/icons/ArrowarcrightIcon.d.ts +2 -0
  84. package/dist/src/icons/ArrowarcrightIcon.js +12 -0
  85. package/dist/src/icons/ArrowbendrightdownIcon.d.ts +2 -0
  86. package/dist/src/icons/ArrowbendrightdownIcon.js +12 -0
  87. package/dist/src/icons/ArrowbendrightupIcon.d.ts +2 -0
  88. package/dist/src/icons/ArrowbendrightupIcon.js +12 -0
  89. package/dist/src/icons/ArrowcirclerightIcon.d.ts +2 -0
  90. package/dist/src/icons/ArrowcirclerightIcon.js +12 -0
  91. package/dist/src/icons/ArrowcircleupIcon.d.ts +2 -0
  92. package/dist/src/icons/ArrowcircleupIcon.js +12 -0
  93. package/dist/src/icons/ArrowdownrightIcon.d.ts +2 -0
  94. package/dist/src/icons/ArrowdownrightIcon.js +12 -0
  95. package/dist/src/icons/ArrowelbowdownleftIcon.d.ts +2 -0
  96. package/dist/src/icons/ArrowelbowdownleftIcon.js +12 -0
  97. package/dist/src/icons/ArrowelbowrightupIcon.d.ts +2 -0
  98. package/dist/src/icons/ArrowelbowrightupIcon.js +12 -0
  99. package/dist/src/icons/ArrowelbowupleftIcon.d.ts +2 -0
  100. package/dist/src/icons/ArrowelbowupleftIcon.js +12 -0
  101. package/dist/src/icons/ArrowfatlinesdownIcon.d.ts +2 -0
  102. package/dist/src/icons/ArrowfatlinesdownIcon.js +12 -0
  103. package/dist/src/icons/ArrowfatlineupIcon.d.ts +2 -0
  104. package/dist/src/icons/ArrowfatlineupIcon.js +12 -0
  105. package/dist/src/icons/ArrowlinedownleftIcon.d.ts +2 -0
  106. package/dist/src/icons/ArrowlinedownleftIcon.js +12 -0
  107. package/dist/src/icons/ArrowsClockwiseIcon.d.ts +2 -0
  108. package/dist/src/icons/ArrowsClockwiseIcon.js +12 -0
  109. package/dist/src/icons/ArrowsInSimpleIcon.d.ts +2 -0
  110. package/dist/src/icons/ArrowsInSimpleIcon.js +12 -0
  111. package/dist/src/icons/ArrowsOutCardinalIcon.d.ts +2 -0
  112. package/dist/src/icons/ArrowsOutCardinalIcon.js +12 -0
  113. package/dist/src/icons/ArrowsOutSimpleIcon.d.ts +2 -0
  114. package/dist/src/icons/ArrowsOutSimpleIcon.js +12 -0
  115. package/dist/src/icons/ArrowsdownupIcon.d.ts +2 -0
  116. package/dist/src/icons/ArrowsdownupIcon.js +12 -0
  117. package/dist/src/icons/ArrowshorizontalIcon.d.ts +2 -0
  118. package/dist/src/icons/ArrowshorizontalIcon.js +12 -0
  119. package/dist/src/icons/ArrowsmergeIcon.d.ts +2 -0
  120. package/dist/src/icons/ArrowsmergeIcon.js +12 -0
  121. package/dist/src/icons/ArrowsoutIcon.d.ts +2 -0
  122. package/dist/src/icons/ArrowsoutIcon.js +12 -0
  123. package/dist/src/icons/ArrowsquaredownIcon.d.ts +2 -0
  124. package/dist/src/icons/ArrowsquaredownIcon.js +12 -0
  125. package/dist/src/icons/ArrowsquareupIcon.d.ts +2 -0
  126. package/dist/src/icons/ArrowsquareupIcon.js +12 -0
  127. package/dist/src/icons/ArrowsquareupleftIcon.d.ts +2 -0
  128. package/dist/src/icons/ArrowsquareupleftIcon.js +12 -0
  129. package/dist/src/icons/ArrowurightupIcon.d.ts +2 -0
  130. package/dist/src/icons/ArrowurightupIcon.js +12 -0
  131. package/dist/src/icons/ArrowuupleftIcon.d.ts +2 -0
  132. package/dist/src/icons/ArrowuupleftIcon.js +12 -0
  133. package/dist/src/icons/ArticleIcon.d.ts +2 -0
  134. package/dist/src/icons/ArticleIcon.js +12 -0
  135. package/dist/src/icons/AtIcon.d.ts +2 -0
  136. package/dist/src/icons/AtIcon.js +12 -0
  137. package/dist/src/icons/AutoResponderIcon.d.ts +2 -0
  138. package/dist/src/icons/AutoResponderIcon.js +12 -0
  139. package/dist/src/icons/AutoResponderPlusIcon.d.ts +2 -0
  140. package/dist/src/icons/AutoResponderPlusIcon.js +12 -0
  141. package/dist/src/icons/BarChartIcon.d.ts +2 -0
  142. package/dist/src/icons/BarChartIcon.js +12 -0
  143. package/dist/src/icons/BarricadeIcon.d.ts +2 -0
  144. package/dist/src/icons/BarricadeIcon.js +12 -0
  145. package/dist/src/icons/BellIcon.d.ts +2 -0
  146. package/dist/src/icons/BellIcon.js +12 -0
  147. package/dist/src/icons/BellSimpleSlashIcon.d.ts +2 -0
  148. package/dist/src/icons/BellSimpleSlashIcon.js +12 -0
  149. package/dist/src/icons/BluetoothIcon.d.ts +2 -0
  150. package/dist/src/icons/BluetoothIcon.js +12 -0
  151. package/dist/src/icons/BookOpenIcon.d.ts +2 -0
  152. package/dist/src/icons/BookOpenIcon.js +12 -0
  153. package/dist/src/icons/BookmarkSimpleIcon.d.ts +2 -0
  154. package/dist/src/icons/BookmarkSimpleIcon.js +12 -0
  155. package/dist/src/icons/BookmarksIcon.d.ts +2 -0
  156. package/dist/src/icons/BookmarksIcon.js +12 -0
  157. package/dist/src/icons/BoundingBoxIcon.d.ts +2 -0
  158. package/dist/src/icons/BoundingBoxIcon.js +12 -0
  159. package/dist/src/icons/BoxArrowDownIcon.d.ts +2 -0
  160. package/dist/src/icons/BoxArrowDownIcon.js +12 -0
  161. package/dist/src/icons/BoxArrowUpIcon.d.ts +2 -0
  162. package/dist/src/icons/BoxArrowUpIcon.js +12 -0
  163. package/dist/src/icons/BriefcaseIcon.d.ts +2 -0
  164. package/dist/src/icons/BriefcaseIcon.js +12 -0
  165. package/dist/src/icons/BrowserIcon.d.ts +2 -0
  166. package/dist/src/icons/BrowserIcon.js +12 -0
  167. package/dist/src/icons/BugBeetleIcon.d.ts +2 -0
  168. package/dist/src/icons/BugBeetleIcon.js +12 -0
  169. package/dist/src/icons/BuildingApartmentIcon.d.ts +2 -0
  170. package/dist/src/icons/BuildingApartmentIcon.js +12 -0
  171. package/dist/src/icons/BuildingIcon.d.ts +2 -0
  172. package/dist/src/icons/BuildingIcon.js +12 -0
  173. package/dist/src/icons/BuildingOfficeIcon.d.ts +2 -0
  174. package/dist/src/icons/BuildingOfficeIcon.js +12 -0
  175. package/dist/src/icons/CalendarBlankIcon.d.ts +2 -0
  176. package/dist/src/icons/CalendarBlankIcon.js +12 -0
  177. package/dist/src/icons/CalendarCheckIcon.d.ts +2 -0
  178. package/dist/src/icons/CalendarCheckIcon.js +12 -0
  179. package/dist/src/icons/CalendarPlusIcon.d.ts +2 -0
  180. package/dist/src/icons/CalendarPlusIcon.js +12 -0
  181. package/dist/src/icons/CarIcon.d.ts +2 -0
  182. package/dist/src/icons/CarIcon.js +12 -0
  183. package/dist/src/icons/CaretDoubleDownIcon.d.ts +2 -0
  184. package/dist/src/icons/CaretDoubleDownIcon.js +12 -0
  185. package/dist/src/icons/CaretDoubleDownSmallIcon.d.ts +2 -0
  186. package/dist/src/icons/CaretDoubleDownSmallIcon.js +12 -0
  187. package/dist/src/icons/CaretDoubleLeftIcon.d.ts +2 -0
  188. package/dist/src/icons/CaretDoubleLeftIcon.js +12 -0
  189. package/dist/src/icons/CaretDoubleLeftSmallIcon.d.ts +2 -0
  190. package/dist/src/icons/CaretDoubleLeftSmallIcon.js +12 -0
  191. package/dist/src/icons/CaretDoubleRightIcon.d.ts +2 -0
  192. package/dist/src/icons/CaretDoubleRightIcon.js +12 -0
  193. package/dist/src/icons/CaretDoubleRightSmallIcon.d.ts +2 -0
  194. package/dist/src/icons/CaretDoubleRightSmallIcon.js +12 -0
  195. package/dist/src/icons/CaretDoubleUpIcon.d.ts +2 -0
  196. package/dist/src/icons/CaretDoubleUpIcon.js +12 -0
  197. package/dist/src/icons/CaretDoubleUpSmallIcon.d.ts +2 -0
  198. package/dist/src/icons/CaretDoubleUpSmallIcon.js +12 -0
  199. package/dist/src/icons/CaretDownIcon.d.ts +2 -0
  200. package/dist/src/icons/CaretDownIcon.js +12 -0
  201. package/dist/src/icons/CaretDownSmallIcon.d.ts +2 -0
  202. package/dist/src/icons/CaretDownSmallIcon.js +12 -0
  203. package/dist/src/icons/CaretLeftIcon.d.ts +2 -0
  204. package/dist/src/icons/CaretLeftIcon.js +12 -0
  205. package/dist/src/icons/CaretLeftSmallIcon.d.ts +2 -0
  206. package/dist/src/icons/CaretLeftSmallIcon.js +12 -0
  207. package/dist/src/icons/CaretRightIcon.d.ts +2 -0
  208. package/dist/src/icons/CaretRightIcon.js +12 -0
  209. package/dist/src/icons/CaretRightSmallIcon.d.ts +2 -0
  210. package/dist/src/icons/CaretRightSmallIcon.js +12 -0
  211. package/dist/src/icons/CaretRightTinyIcon.d.ts +2 -0
  212. package/dist/src/icons/CaretRightTinyIcon.js +12 -0
  213. package/dist/src/icons/CaretUpIcon.d.ts +2 -0
  214. package/dist/src/icons/CaretUpIcon.js +12 -0
  215. package/dist/src/icons/CaretUpSmallIcon.d.ts +2 -0
  216. package/dist/src/icons/CaretUpSmallIcon.js +12 -0
  217. package/dist/src/icons/CaretcircledoubledownIcon.d.ts +2 -0
  218. package/dist/src/icons/CaretcircledoubledownIcon.js +12 -0
  219. package/dist/src/icons/CaretcircledoubleleftIcon.d.ts +2 -0
  220. package/dist/src/icons/CaretcircledoubleleftIcon.js +12 -0
  221. package/dist/src/icons/CaretcircleupdownIcon.d.ts +2 -0
  222. package/dist/src/icons/CaretcircleupdownIcon.js +12 -0
  223. package/dist/src/icons/CellTowerIcon.d.ts +2 -0
  224. package/dist/src/icons/CellTowerIcon.js +12 -0
  225. package/dist/src/icons/ChartLineDownIcon.d.ts +2 -0
  226. package/dist/src/icons/ChartLineDownIcon.js +12 -0
  227. package/dist/src/icons/ChartLineUpIcon.d.ts +2 -0
  228. package/dist/src/icons/ChartLineUpIcon.js +12 -0
  229. package/dist/src/icons/ChartPieSliceIcon.d.ts +2 -0
  230. package/dist/src/icons/ChartPieSliceIcon.js +12 -0
  231. package/dist/src/icons/ChartPolarIcon.d.ts +2 -0
  232. package/dist/src/icons/ChartPolarIcon.js +12 -0
  233. package/dist/src/icons/ChartScatterIcon.d.ts +2 -0
  234. package/dist/src/icons/ChartScatterIcon.js +12 -0
  235. package/dist/src/icons/ChatCenteredIcon.d.ts +2 -0
  236. package/dist/src/icons/ChatCenteredIcon.js +12 -0
  237. package/dist/src/icons/ChatCircleIcon.d.ts +2 -0
  238. package/dist/src/icons/ChatCircleIcon.js +12 -0
  239. package/dist/src/icons/CheckAllIcon.d.ts +2 -0
  240. package/dist/src/icons/CheckAllIcon.js +12 -0
  241. package/dist/src/icons/CheckCircleFillIcon.d.ts +2 -0
  242. package/dist/src/icons/CheckCircleFillIcon.js +12 -0
  243. package/dist/src/icons/CheckCircleIcon.d.ts +2 -0
  244. package/dist/src/icons/CheckCircleIcon.js +12 -0
  245. package/dist/src/icons/CheckIcon.d.ts +2 -0
  246. package/dist/src/icons/CheckIcon.js +12 -0
  247. package/dist/src/icons/CheckIndeterminateSmallIcon.d.ts +2 -0
  248. package/dist/src/icons/CheckIndeterminateSmallIcon.js +12 -0
  249. package/dist/src/icons/CheckSmallIcon.d.ts +2 -0
  250. package/dist/src/icons/CheckSmallIcon.js +12 -0
  251. package/dist/src/icons/CheckSquareFillIcon.d.ts +2 -0
  252. package/dist/src/icons/CheckSquareFillIcon.js +12 -0
  253. package/dist/src/icons/CheckSquareIcon.d.ts +2 -0
  254. package/dist/src/icons/CheckSquareIcon.js +12 -0
  255. package/dist/src/icons/CheckboxIntermediate20Icon.d.ts +2 -0
  256. package/dist/src/icons/CheckboxIntermediate20Icon.js +12 -0
  257. package/dist/src/icons/CheckboxOff20Icon.d.ts +2 -0
  258. package/dist/src/icons/CheckboxOff20Icon.js +12 -0
  259. package/dist/src/icons/CheckboxOffSmallIcon.d.ts +2 -0
  260. package/dist/src/icons/CheckboxOffSmallIcon.js +12 -0
  261. package/dist/src/icons/CheckboxOn20Icon.d.ts +2 -0
  262. package/dist/src/icons/CheckboxOn20Icon.js +12 -0
  263. package/dist/src/icons/CircleIcon.d.ts +2 -0
  264. package/dist/src/icons/CircleIcon.js +12 -0
  265. package/dist/src/icons/CirclesFourIcon.d.ts +2 -0
  266. package/dist/src/icons/CirclesFourIcon.js +12 -0
  267. package/dist/src/icons/CirclesThreeIcon.d.ts +2 -0
  268. package/dist/src/icons/CirclesThreeIcon.js +12 -0
  269. package/dist/src/icons/ClockClockwiseIcon.d.ts +2 -0
  270. package/dist/src/icons/ClockClockwiseIcon.js +12 -0
  271. package/dist/src/icons/ClockCounterClockwiseIcon.d.ts +2 -0
  272. package/dist/src/icons/ClockCounterClockwiseIcon.js +12 -0
  273. package/dist/src/icons/ClockDuotoneIcon.d.ts +2 -0
  274. package/dist/src/icons/ClockDuotoneIcon.js +12 -0
  275. package/dist/src/icons/ClockIcon.d.ts +2 -0
  276. package/dist/src/icons/ClockIcon.js +12 -0
  277. package/dist/src/icons/ClockSmallIcon.d.ts +2 -0
  278. package/dist/src/icons/ClockSmallIcon.js +12 -0
  279. package/dist/src/icons/CloneIcon.d.ts +2 -0
  280. package/dist/src/icons/CloneIcon.js +12 -0
  281. package/dist/src/icons/CloseBigIcon.d.ts +2 -0
  282. package/dist/src/icons/CloseBigIcon.js +12 -0
  283. package/dist/src/icons/CloseCircleFillIcon.d.ts +2 -0
  284. package/dist/src/icons/CloseCircleFillIcon.js +12 -0
  285. package/dist/src/icons/CloseCircleIcon.d.ts +2 -0
  286. package/dist/src/icons/CloseCircleIcon.js +12 -0
  287. package/dist/src/icons/CloseIcon.d.ts +2 -0
  288. package/dist/src/icons/CloseIcon.js +12 -0
  289. package/dist/src/icons/CloseSmallIcon.d.ts +2 -0
  290. package/dist/src/icons/CloseSmallIcon.js +12 -0
  291. package/dist/src/icons/CloudCheckIcon.d.ts +2 -0
  292. package/dist/src/icons/CloudCheckIcon.js +12 -0
  293. package/dist/src/icons/CloudIcon.d.ts +2 -0
  294. package/dist/src/icons/CloudIcon.js +12 -0
  295. package/dist/src/icons/CodepenIcon.d.ts +2 -0
  296. package/dist/src/icons/CodepenIcon.js +12 -0
  297. package/dist/src/icons/CodesandboxIcon.d.ts +2 -0
  298. package/dist/src/icons/CodesandboxIcon.js +12 -0
  299. package/dist/src/icons/CommandIcon.d.ts +2 -0
  300. package/dist/src/icons/CommandIcon.js +12 -0
  301. package/dist/src/icons/CompassIcon.d.ts +2 -0
  302. package/dist/src/icons/CompassIcon.js +12 -0
  303. package/dist/src/icons/CompassToolIcon.d.ts +2 -0
  304. package/dist/src/icons/CompassToolIcon.js +12 -0
  305. package/dist/src/icons/CopyIcon.d.ts +2 -0
  306. package/dist/src/icons/CopyIcon.js +12 -0
  307. package/dist/src/icons/CopySimpleIcon.d.ts +2 -0
  308. package/dist/src/icons/CopySimpleIcon.js +12 -0
  309. package/dist/src/icons/CornersOutIcon.d.ts +2 -0
  310. package/dist/src/icons/CornersOutIcon.js +12 -0
  311. package/dist/src/icons/CpuIcon.d.ts +2 -0
  312. package/dist/src/icons/CpuIcon.js +12 -0
  313. package/dist/src/icons/CreditCardIcon.d.ts +2 -0
  314. package/dist/src/icons/CreditCardIcon.js +12 -0
  315. package/dist/src/icons/CrownIcon.d.ts +2 -0
  316. package/dist/src/icons/CrownIcon.js +12 -0
  317. package/dist/src/icons/CurrencyDollarCircledIcon.d.ts +2 -0
  318. package/dist/src/icons/CurrencyDollarCircledIcon.js +12 -0
  319. package/dist/src/icons/CurrencyDollarSimpleIcon.d.ts +2 -0
  320. package/dist/src/icons/CurrencyDollarSimpleIcon.js +12 -0
  321. package/dist/src/icons/DatabaseIcon.d.ts +2 -0
  322. package/dist/src/icons/DatabaseIcon.js +12 -0
  323. package/dist/src/icons/DesktopIcon.d.ts +2 -0
  324. package/dist/src/icons/DesktopIcon.js +12 -0
  325. package/dist/src/icons/DetectiveIcon.d.ts +2 -0
  326. package/dist/src/icons/DetectiveIcon.js +12 -0
  327. package/dist/src/icons/DeviceMobileCameraIcon.d.ts +2 -0
  328. package/dist/src/icons/DeviceMobileCameraIcon.js +12 -0
  329. package/dist/src/icons/DisableIcon.d.ts +2 -0
  330. package/dist/src/icons/DisableIcon.js +12 -0
  331. package/dist/src/icons/DominoIcon.d.ts +2 -0
  332. package/dist/src/icons/DominoIcon.js +12 -0
  333. package/dist/src/icons/DominoPlusIcon.d.ts +2 -0
  334. package/dist/src/icons/DominoPlusIcon.js +12 -0
  335. package/dist/src/icons/DonutChartIcon.d.ts +2 -0
  336. package/dist/src/icons/DonutChartIcon.js +12 -0
  337. package/dist/src/icons/DotsNineBoldIcon.d.ts +2 -0
  338. package/dist/src/icons/DotsNineBoldIcon.js +12 -0
  339. package/dist/src/icons/DotsSixVerticalIcon.d.ts +2 -0
  340. package/dist/src/icons/DotsSixVerticalIcon.js +12 -0
  341. package/dist/src/icons/DotsThreeCircleIcon.d.ts +2 -0
  342. package/dist/src/icons/DotsThreeCircleIcon.js +12 -0
  343. package/dist/src/icons/DotsThreeIcon.d.ts +2 -0
  344. package/dist/src/icons/DotsThreeIcon.js +12 -0
  345. package/dist/src/icons/DotsThreeVerticalIcon.d.ts +2 -0
  346. package/dist/src/icons/DotsThreeVerticalIcon.js +12 -0
  347. package/dist/src/icons/DraftIcon.d.ts +2 -0
  348. package/dist/src/icons/DraftIcon.js +12 -0
  349. package/dist/src/icons/EnvelopeFilledIcon.d.ts +2 -0
  350. package/dist/src/icons/EnvelopeFilledIcon.js +12 -0
  351. package/dist/src/icons/EnvelopeIcon.d.ts +2 -0
  352. package/dist/src/icons/EnvelopeIcon.js +12 -0
  353. package/dist/src/icons/EnvelopeOpenIcon.d.ts +2 -0
  354. package/dist/src/icons/EnvelopeOpenIcon.js +12 -0
  355. package/dist/src/icons/EqualizerIcon.d.ts +2 -0
  356. package/dist/src/icons/EqualizerIcon.js +12 -0
  357. package/dist/src/icons/EqualsIcon.d.ts +2 -0
  358. package/dist/src/icons/EqualsIcon.js +12 -0
  359. package/dist/src/icons/ErrorFilledIcon.d.ts +2 -0
  360. package/dist/src/icons/ErrorFilledIcon.js +12 -0
  361. package/dist/src/icons/ErrorIcon.d.ts +2 -0
  362. package/dist/src/icons/ErrorIcon.js +12 -0
  363. package/dist/src/icons/ErrorMarkerIcon.d.ts +2 -0
  364. package/dist/src/icons/ErrorMarkerIcon.js +12 -0
  365. package/dist/src/icons/ExclamationMarkIcon.d.ts +2 -0
  366. package/dist/src/icons/ExclamationMarkIcon.js +12 -0
  367. package/dist/src/icons/EyeClosedIcon.d.ts +2 -0
  368. package/dist/src/icons/EyeClosedIcon.js +12 -0
  369. package/dist/src/icons/EyeIcon.d.ts +2 -0
  370. package/dist/src/icons/EyeIcon.js +12 -0
  371. package/dist/src/icons/EyeSlashIcon.d.ts +2 -0
  372. package/dist/src/icons/EyeSlashIcon.js +12 -0
  373. package/dist/src/icons/FadersIcon.d.ts +2 -0
  374. package/dist/src/icons/FadersIcon.js +12 -0
  375. package/dist/src/icons/FallIcon.d.ts +2 -0
  376. package/dist/src/icons/FallIcon.js +12 -0
  377. package/dist/src/icons/FigmaIcon.d.ts +2 -0
  378. package/dist/src/icons/FigmaIcon.js +12 -0
  379. package/dist/src/icons/FilePdfIcon.d.ts +2 -0
  380. package/dist/src/icons/FilePdfIcon.js +12 -0
  381. package/dist/src/icons/FilledCircleIcon.d.ts +2 -0
  382. package/dist/src/icons/FilledCircleIcon.js +12 -0
  383. package/dist/src/icons/FireIcon.d.ts +2 -0
  384. package/dist/src/icons/FireIcon.js +12 -0
  385. package/dist/src/icons/FlagIcon.d.ts +2 -0
  386. package/dist/src/icons/FlagIcon.js +12 -0
  387. package/dist/src/icons/FlagPennantIcon.d.ts +2 -0
  388. package/dist/src/icons/FlagPennantIcon.js +12 -0
  389. package/dist/src/icons/FolderIcon.d.ts +2 -0
  390. package/dist/src/icons/FolderIcon.js +12 -0
  391. package/dist/src/icons/FolderOpenIcon.d.ts +2 -0
  392. package/dist/src/icons/FolderOpenIcon.js +12 -0
  393. package/dist/src/icons/FolderPlusIcon.d.ts +2 -0
  394. package/dist/src/icons/FolderPlusIcon.js +12 -0
  395. package/dist/src/icons/FolderSimpleIcon.d.ts +2 -0
  396. package/dist/src/icons/FolderSimpleIcon.js +12 -0
  397. package/dist/src/icons/FoldersIcon.d.ts +2 -0
  398. package/dist/src/icons/FoldersIcon.js +12 -0
  399. package/dist/src/icons/FontInterIcon.d.ts +2 -0
  400. package/dist/src/icons/FontInterIcon.js +12 -0
  401. package/dist/src/icons/FontMerriweatherIcon.d.ts +2 -0
  402. package/dist/src/icons/FontMerriweatherIcon.js +12 -0
  403. package/dist/src/icons/FontMonserratIcon.d.ts +2 -0
  404. package/dist/src/icons/FontMonserratIcon.js +12 -0
  405. package/dist/src/icons/FontOpensansIcon.d.ts +2 -0
  406. package/dist/src/icons/FontOpensansIcon.js +12 -0
  407. package/dist/src/icons/FontPlayfairIcon.d.ts +2 -0
  408. package/dist/src/icons/FontPlayfairIcon.js +12 -0
  409. package/dist/src/icons/FontPoppinsIcon.d.ts +2 -0
  410. package/dist/src/icons/FontPoppinsIcon.js +12 -0
  411. package/dist/src/icons/FontRobotoCondensedIcon.d.ts +2 -0
  412. package/dist/src/icons/FontRobotoCondensedIcon.js +12 -0
  413. package/dist/src/icons/FontRubikIcon.d.ts +2 -0
  414. package/dist/src/icons/FontRubikIcon.js +12 -0
  415. package/dist/src/icons/FontVallkornIcon.d.ts +2 -0
  416. package/dist/src/icons/FontVallkornIcon.js +12 -0
  417. package/dist/src/icons/ForwarderIcon.d.ts +2 -0
  418. package/dist/src/icons/ForwarderIcon.js +12 -0
  419. package/dist/src/icons/ForwarderPlusIcon.d.ts +2 -0
  420. package/dist/src/icons/ForwarderPlusIcon.js +12 -0
  421. package/dist/src/icons/FrameCornersIcon.d.ts +2 -0
  422. package/dist/src/icons/FrameCornersIcon.js +12 -0
  423. package/dist/src/icons/FramerIcon.d.ts +2 -0
  424. package/dist/src/icons/FramerIcon.js +12 -0
  425. package/dist/src/icons/FtpIcon.d.ts +2 -0
  426. package/dist/src/icons/FtpIcon.js +12 -0
  427. package/dist/src/icons/FunnelIcon.d.ts +2 -0
  428. package/dist/src/icons/FunnelIcon.js +12 -0
  429. package/dist/src/icons/FunnelSimpleIcon.d.ts +2 -0
  430. package/dist/src/icons/FunnelSimpleIcon.js +12 -0
  431. package/dist/src/icons/GearIcon.d.ts +2 -0
  432. package/dist/src/icons/GearIcon.js +12 -0
  433. package/dist/src/icons/GearSixIcon.d.ts +2 -0
  434. package/dist/src/icons/GearSixIcon.js +12 -0
  435. package/dist/src/icons/GearsIcon.d.ts +2 -0
  436. package/dist/src/icons/GearsIcon.js +12 -0
  437. package/dist/src/icons/GithubIcon.d.ts +2 -0
  438. package/dist/src/icons/GithubIcon.js +12 -0
  439. package/dist/src/icons/GlobeIcon.d.ts +2 -0
  440. package/dist/src/icons/GlobeIcon.js +12 -0
  441. package/dist/src/icons/GoToIcon.d.ts +2 -0
  442. package/dist/src/icons/GoToIcon.js +12 -0
  443. package/dist/src/icons/GoogleIcon.d.ts +2 -0
  444. package/dist/src/icons/GoogleIcon.js +12 -0
  445. package/dist/src/icons/GooglePhotosIcon.d.ts +2 -0
  446. package/dist/src/icons/GooglePhotosIcon.js +12 -0
  447. package/dist/src/icons/GridFourIcon.d.ts +2 -0
  448. package/dist/src/icons/GridFourIcon.js +12 -0
  449. package/dist/src/icons/GridNineIcon.d.ts +2 -0
  450. package/dist/src/icons/GridNineIcon.js +12 -0
  451. package/dist/src/icons/HalfStarIcon.d.ts +2 -0
  452. package/dist/src/icons/HalfStarIcon.js +12 -0
  453. package/dist/src/icons/HandPalmIcon.d.ts +2 -0
  454. package/dist/src/icons/HandPalmIcon.js +12 -0
  455. package/dist/src/icons/HardDriveIcon.d.ts +2 -0
  456. package/dist/src/icons/HardDriveIcon.js +12 -0
  457. package/dist/src/icons/HardDrivesIcon.d.ts +2 -0
  458. package/dist/src/icons/HardDrivesIcon.js +12 -0
  459. package/dist/src/icons/HashIcon.d.ts +2 -0
  460. package/dist/src/icons/HashIcon.js +12 -0
  461. package/dist/src/icons/HeartIcon.d.ts +2 -0
  462. package/dist/src/icons/HeartIcon.js +12 -0
  463. package/dist/src/icons/HeartbeatIcon.d.ts +2 -0
  464. package/dist/src/icons/HeartbeatIcon.js +12 -0
  465. package/dist/src/icons/HomeIcon.d.ts +2 -0
  466. package/dist/src/icons/HomeIcon.js +12 -0
  467. package/dist/src/icons/HourglassHighDuotoneIcon.d.ts +2 -0
  468. package/dist/src/icons/HourglassHighDuotoneIcon.js +12 -0
  469. package/dist/src/icons/HourglassHighIcon.d.ts +2 -0
  470. package/dist/src/icons/HourglassHighIcon.js +12 -0
  471. package/dist/src/icons/IdentificationCardIcon.d.ts +2 -0
  472. package/dist/src/icons/IdentificationCardIcon.js +12 -0
  473. package/dist/src/icons/ImageIcon.d.ts +2 -0
  474. package/dist/src/icons/ImageIcon.js +12 -0
  475. package/dist/src/icons/InfoFillIcon.d.ts +2 -0
  476. package/dist/src/icons/InfoFillIcon.js +12 -0
  477. package/dist/src/icons/InfoIIcon.d.ts +2 -0
  478. package/dist/src/icons/InfoIIcon.js +12 -0
  479. package/dist/src/icons/InfoIcon.d.ts +2 -0
  480. package/dist/src/icons/InfoIcon.js +12 -0
  481. package/dist/src/icons/KeyIcon.d.ts +2 -0
  482. package/dist/src/icons/KeyIcon.js +12 -0
  483. package/dist/src/icons/KeyholeIcon.d.ts +2 -0
  484. package/dist/src/icons/KeyholeIcon.js +12 -0
  485. package/dist/src/icons/LaravelIcon.d.ts +2 -0
  486. package/dist/src/icons/LaravelIcon.js +12 -0
  487. package/dist/src/icons/LayoutIcon.d.ts +2 -0
  488. package/dist/src/icons/LayoutIcon.js +12 -0
  489. package/dist/src/icons/LightningFillIcon.d.ts +2 -0
  490. package/dist/src/icons/LightningFillIcon.js +12 -0
  491. package/dist/src/icons/LightningIcon.d.ts +2 -0
  492. package/dist/src/icons/LightningIcon.js +12 -0
  493. package/dist/src/icons/LineChartDuotoneIcon.d.ts +2 -0
  494. package/dist/src/icons/LineChartDuotoneIcon.js +12 -0
  495. package/dist/src/icons/LineChartIcon.d.ts +2 -0
  496. package/dist/src/icons/LineChartIcon.js +12 -0
  497. package/dist/src/icons/LinkIcon.d.ts +2 -0
  498. package/dist/src/icons/LinkIcon.js +12 -0
  499. package/dist/src/icons/LinuxIcon.d.ts +2 -0
  500. package/dist/src/icons/LinuxIcon.js +12 -0
  501. package/dist/src/icons/ListDashesIcon.d.ts +2 -0
  502. package/dist/src/icons/ListDashesIcon.js +12 -0
  503. package/dist/src/icons/ListIcon.d.ts +2 -0
  504. package/dist/src/icons/ListIcon.js +12 -0
  505. package/dist/src/icons/LockIcon.d.ts +2 -0
  506. package/dist/src/icons/LockIcon.js +12 -0
  507. package/dist/src/icons/MagnifyingGlassIcon.d.ts +2 -0
  508. package/dist/src/icons/MagnifyingGlassIcon.js +12 -0
  509. package/dist/src/icons/MapPinIcon.d.ts +2 -0
  510. package/dist/src/icons/MapPinIcon.js +12 -0
  511. package/dist/src/icons/MastodonIcon.d.ts +2 -0
  512. package/dist/src/icons/MastodonIcon.js +12 -0
  513. package/dist/src/icons/MedalIcon.d.ts +2 -0
  514. package/dist/src/icons/MedalIcon.js +12 -0
  515. package/dist/src/icons/MemoryIcon.d.ts +2 -0
  516. package/dist/src/icons/MemoryIcon.js +12 -0
  517. package/dist/src/icons/MessengerLogoIcon.d.ts +2 -0
  518. package/dist/src/icons/MessengerLogoIcon.js +12 -0
  519. package/dist/src/icons/MicIcon.d.ts +2 -0
  520. package/dist/src/icons/MicIcon.js +12 -0
  521. package/dist/src/icons/MicrosoftTeamsIcon.d.ts +2 -0
  522. package/dist/src/icons/MicrosoftTeamsIcon.js +12 -0
  523. package/dist/src/icons/MicrosoftWordIcon.d.ts +2 -0
  524. package/dist/src/icons/MicrosoftWordIcon.js +12 -0
  525. package/dist/src/icons/MinusCircleDuotoneIcon.d.ts +2 -0
  526. package/dist/src/icons/MinusCircleDuotoneIcon.js +12 -0
  527. package/dist/src/icons/MinusCircleFillIcon.d.ts +2 -0
  528. package/dist/src/icons/MinusCircleFillIcon.js +12 -0
  529. package/dist/src/icons/MinusCircleIcon.d.ts +2 -0
  530. package/dist/src/icons/MinusCircleIcon.js +12 -0
  531. package/dist/src/icons/MinusIcon.d.ts +2 -0
  532. package/dist/src/icons/MinusIcon.js +12 -0
  533. package/dist/src/icons/MinusSquareFillIcon.d.ts +2 -0
  534. package/dist/src/icons/MinusSquareFillIcon.js +12 -0
  535. package/dist/src/icons/MinusSquareIcon.d.ts +2 -0
  536. package/dist/src/icons/MinusSquareIcon.js +12 -0
  537. package/dist/src/icons/MoonIcon.d.ts +2 -0
  538. package/dist/src/icons/MoonIcon.js +12 -0
  539. package/dist/src/icons/NotEqualsIcon.d.ts +2 -0
  540. package/dist/src/icons/NotEqualsIcon.js +12 -0
  541. package/dist/src/icons/NotchesIcon.d.ts +2 -0
  542. package/dist/src/icons/NotchesIcon.js +12 -0
  543. package/dist/src/icons/NotePencilIcon.d.ts +2 -0
  544. package/dist/src/icons/NotePencilIcon.js +12 -0
  545. package/dist/src/icons/NotepadIcon.d.ts +2 -0
  546. package/dist/src/icons/NotepadIcon.js +12 -0
  547. package/dist/src/icons/NovaIcon.d.ts +2 -0
  548. package/dist/src/icons/NovaIcon.js +12 -0
  549. package/dist/src/icons/NumberCircleFourIcon.d.ts +2 -0
  550. package/dist/src/icons/NumberCircleFourIcon.js +12 -0
  551. package/dist/src/icons/NumberCircleOneIcon.d.ts +2 -0
  552. package/dist/src/icons/NumberCircleOneIcon.js +12 -0
  553. package/dist/src/icons/NumberCircleThreeIcon.d.ts +2 -0
  554. package/dist/src/icons/NumberCircleThreeIcon.js +12 -0
  555. package/dist/src/icons/NumberCircleTwoIcon.d.ts +2 -0
  556. package/dist/src/icons/NumberCircleTwoIcon.js +12 -0
  557. package/dist/src/icons/PaintBrushBroadIcon.d.ts +2 -0
  558. package/dist/src/icons/PaintBrushBroadIcon.js +12 -0
  559. package/dist/src/icons/PaintBucketFillIcon.d.ts +2 -0
  560. package/dist/src/icons/PaintBucketFillIcon.js +12 -0
  561. package/dist/src/icons/PalmIcon.d.ts +2 -0
  562. package/dist/src/icons/PalmIcon.js +12 -0
  563. package/dist/src/icons/PaperPlaneTiltIcon.d.ts +2 -0
  564. package/dist/src/icons/PaperPlaneTiltIcon.js +12 -0
  565. package/dist/src/icons/PaperclipIcon.d.ts +2 -0
  566. package/dist/src/icons/PaperclipIcon.js +12 -0
  567. package/dist/src/icons/PasswordIcon.d.ts +2 -0
  568. package/dist/src/icons/PasswordIcon.js +12 -0
  569. package/dist/src/icons/PauseCircleDuotoneIcon.d.ts +2 -0
  570. package/dist/src/icons/PauseCircleDuotoneIcon.js +12 -0
  571. package/dist/src/icons/PauseCircleIcon.d.ts +2 -0
  572. package/dist/src/icons/PauseCircleIcon.js +12 -0
  573. package/dist/src/icons/PauseFillIcon.d.ts +2 -0
  574. package/dist/src/icons/PauseFillIcon.js +12 -0
  575. package/dist/src/icons/PauseIcon.d.ts +2 -0
  576. package/dist/src/icons/PauseIcon.js +12 -0
  577. package/dist/src/icons/PencilSimpleIcon.d.ts +2 -0
  578. package/dist/src/icons/PencilSimpleIcon.js +12 -0
  579. package/dist/src/icons/PercentIcon.d.ts +2 -0
  580. package/dist/src/icons/PercentIcon.js +12 -0
  581. package/dist/src/icons/PhoneIcon.d.ts +2 -0
  582. package/dist/src/icons/PhoneIcon.js +12 -0
  583. package/dist/src/icons/PieChartIcon.d.ts +2 -0
  584. package/dist/src/icons/PieChartIcon.js +12 -0
  585. package/dist/src/icons/PinterestIcon.d.ts +2 -0
  586. package/dist/src/icons/PinterestIcon.js +12 -0
  587. package/dist/src/icons/PlayIcon.d.ts +2 -0
  588. package/dist/src/icons/PlayIcon.js +12 -0
  589. package/dist/src/icons/PleskIcon.d.ts +2 -0
  590. package/dist/src/icons/PleskIcon.js +12 -0
  591. package/dist/src/icons/PluginIcon.d.ts +2 -0
  592. package/dist/src/icons/PluginIcon.js +12 -0
  593. package/dist/src/icons/PlugsConnectedIcon.d.ts +2 -0
  594. package/dist/src/icons/PlugsConnectedIcon.js +12 -0
  595. package/dist/src/icons/PlugsIcon.d.ts +2 -0
  596. package/dist/src/icons/PlugsIcon.js +12 -0
  597. package/dist/src/icons/PlusCircleFillIcon.d.ts +2 -0
  598. package/dist/src/icons/PlusCircleFillIcon.js +12 -0
  599. package/dist/src/icons/PlusCircleIcon.d.ts +2 -0
  600. package/dist/src/icons/PlusCircleIcon.js +12 -0
  601. package/dist/src/icons/PlusIcon.d.ts +2 -0
  602. package/dist/src/icons/PlusIcon.js +12 -0
  603. package/dist/src/icons/PlusSmallIcon.d.ts +2 -0
  604. package/dist/src/icons/PlusSmallIcon.js +12 -0
  605. package/dist/src/icons/PlusSquareIcon.d.ts +2 -0
  606. package/dist/src/icons/PlusSquareIcon.js +12 -0
  607. package/dist/src/icons/PowerIcon.d.ts +2 -0
  608. package/dist/src/icons/PowerIcon.js +12 -0
  609. package/dist/src/icons/ProhibitIcon.d.ts +2 -0
  610. package/dist/src/icons/ProhibitIcon.js +12 -0
  611. package/dist/src/icons/PulseIcon.d.ts +2 -0
  612. package/dist/src/icons/PulseIcon.js +12 -0
  613. package/dist/src/icons/PushPinIcon.d.ts +2 -0
  614. package/dist/src/icons/PushPinIcon.js +12 -0
  615. package/dist/src/icons/PuzzlePieceIcon.d.ts +2 -0
  616. package/dist/src/icons/PuzzlePieceIcon.js +12 -0
  617. package/dist/src/icons/QuestionFillIcon.d.ts +2 -0
  618. package/dist/src/icons/QuestionFillIcon.js +12 -0
  619. package/dist/src/icons/QuestionIcon.d.ts +2 -0
  620. package/dist/src/icons/QuestionIcon.js +12 -0
  621. package/dist/src/icons/QuestionSimpleIcon.d.ts +2 -0
  622. package/dist/src/icons/QuestionSimpleIcon.js +12 -0
  623. package/dist/src/icons/QueueIcon.d.ts +2 -0
  624. package/dist/src/icons/QueueIcon.js +12 -0
  625. package/dist/src/icons/RadioOffIcon.d.ts +2 -0
  626. package/dist/src/icons/RadioOffIcon.js +12 -0
  627. package/dist/src/icons/RadioOnIcon.d.ts +2 -0
  628. package/dist/src/icons/RadioOnIcon.js +12 -0
  629. package/dist/src/icons/RealcvIcon.d.ts +2 -0
  630. package/dist/src/icons/RealcvIcon.js +12 -0
  631. package/dist/src/icons/RectangleCircleIcon.d.ts +2 -0
  632. package/dist/src/icons/RectangleCircleIcon.js +12 -0
  633. package/dist/src/icons/RemoveAutoResponderIcon.d.ts +2 -0
  634. package/dist/src/icons/RemoveAutoResponderIcon.js +12 -0
  635. package/dist/src/icons/RemoveForwarderIcon.d.ts +2 -0
  636. package/dist/src/icons/RemoveForwarderIcon.js +12 -0
  637. package/dist/src/icons/RemoveIcon.d.ts +2 -0
  638. package/dist/src/icons/RemoveIcon.js +12 -0
  639. package/dist/src/icons/RepeatIcon.d.ts +2 -0
  640. package/dist/src/icons/RepeatIcon.js +12 -0
  641. package/dist/src/icons/RiseIcon.d.ts +2 -0
  642. package/dist/src/icons/RiseIcon.js +12 -0
  643. package/dist/src/icons/RobotIcon.d.ts +2 -0
  644. package/dist/src/icons/RobotIcon.js +12 -0
  645. package/dist/src/icons/SealWarningIcon.d.ts +2 -0
  646. package/dist/src/icons/SealWarningIcon.js +12 -0
  647. package/dist/src/icons/SettingsIcon.d.ts +2 -0
  648. package/dist/src/icons/SettingsIcon.js +12 -0
  649. package/dist/src/icons/ShareNetworkIcon.d.ts +2 -0
  650. package/dist/src/icons/ShareNetworkIcon.js +12 -0
  651. package/dist/src/icons/ShieldCheckIcon.d.ts +2 -0
  652. package/dist/src/icons/ShieldCheckIcon.js +12 -0
  653. package/dist/src/icons/ShieldCheckedIcon.d.ts +2 -0
  654. package/dist/src/icons/ShieldCheckedIcon.js +12 -0
  655. package/dist/src/icons/ShieldCrossIcon.d.ts +2 -0
  656. package/dist/src/icons/ShieldCrossIcon.js +12 -0
  657. package/dist/src/icons/ShieldIcon.d.ts +2 -0
  658. package/dist/src/icons/ShieldIcon.js +12 -0
  659. package/dist/src/icons/SidebarCollapseIcon.d.ts +2 -0
  660. package/dist/src/icons/SidebarCollapseIcon.js +12 -0
  661. package/dist/src/icons/SidebarExpandIcon.d.ts +2 -0
  662. package/dist/src/icons/SidebarExpandIcon.js +12 -0
  663. package/dist/src/icons/SidebarSimpleIcon.d.ts +2 -0
  664. package/dist/src/icons/SidebarSimpleIcon.js +12 -0
  665. package/dist/src/icons/SignInIcon.d.ts +2 -0
  666. package/dist/src/icons/SignInIcon.js +12 -0
  667. package/dist/src/icons/SignOutIcon.d.ts +2 -0
  668. package/dist/src/icons/SignOutIcon.js +12 -0
  669. package/dist/src/icons/SirenIcon.d.ts +2 -0
  670. package/dist/src/icons/SirenIcon.js +12 -0
  671. package/dist/src/icons/SkipBackIcon.d.ts +2 -0
  672. package/dist/src/icons/SkipBackIcon.js +12 -0
  673. package/dist/src/icons/SkipForwardIcon.d.ts +2 -0
  674. package/dist/src/icons/SkipForwardIcon.js +12 -0
  675. package/dist/src/icons/SkypeLogoIcon.d.ts +2 -0
  676. package/dist/src/icons/SkypeLogoIcon.js +12 -0
  677. package/dist/src/icons/SlidersHorizontalIcon.d.ts +2 -0
  678. package/dist/src/icons/SlidersHorizontalIcon.js +12 -0
  679. package/dist/src/icons/SmartphoneIcon.d.ts +2 -0
  680. package/dist/src/icons/SmartphoneIcon.js +12 -0
  681. package/dist/src/icons/SnapchatLogoIcon.d.ts +2 -0
  682. package/dist/src/icons/SnapchatLogoIcon.js +12 -0
  683. package/dist/src/icons/SortAscendingIcon.d.ts +2 -0
  684. package/dist/src/icons/SortAscendingIcon.js +12 -0
  685. package/dist/src/icons/SortDescendingIcon.d.ts +2 -0
  686. package/dist/src/icons/SortDescendingIcon.js +12 -0
  687. package/dist/src/icons/SoundcloudIcon.d.ts +2 -0
  688. package/dist/src/icons/SoundcloudIcon.js +12 -0
  689. package/dist/src/icons/SparkleIcon.d.ts +2 -0
  690. package/dist/src/icons/SparkleIcon.js +12 -0
  691. package/dist/src/icons/SparklesStarsIcon.d.ts +2 -0
  692. package/dist/src/icons/SparklesStarsIcon.js +12 -0
  693. package/dist/src/icons/SpeakerXIcon.d.ts +2 -0
  694. package/dist/src/icons/SpeakerXIcon.js +12 -0
  695. package/dist/src/icons/SpeedometerIcon.d.ts +2 -0
  696. package/dist/src/icons/SpeedometerIcon.js +12 -0
  697. package/dist/src/icons/SpotifyIcon.d.ts +2 -0
  698. package/dist/src/icons/SpotifyIcon.js +12 -0
  699. package/dist/src/icons/SquareFillIcon.d.ts +2 -0
  700. package/dist/src/icons/SquareFillIcon.js +12 -0
  701. package/dist/src/icons/SquareFillRoundedIcon.d.ts +2 -0
  702. package/dist/src/icons/SquareFillRoundedIcon.js +12 -0
  703. package/dist/src/icons/SquareIcon.d.ts +2 -0
  704. package/dist/src/icons/SquareIcon.js +12 -0
  705. package/dist/src/icons/SquaresFourFillIcon.d.ts +2 -0
  706. package/dist/src/icons/SquaresFourFillIcon.js +12 -0
  707. package/dist/src/icons/SquaresFourIcon.d.ts +2 -0
  708. package/dist/src/icons/SquaresFourIcon.js +12 -0
  709. package/dist/src/icons/StagingIcon.d.ts +2 -0
  710. package/dist/src/icons/StagingIcon.js +12 -0
  711. package/dist/src/icons/StairsIcon.d.ts +2 -0
  712. package/dist/src/icons/StairsIcon.js +12 -0
  713. package/dist/src/icons/StarFilledIcon.d.ts +2 -0
  714. package/dist/src/icons/StarFilledIcon.js +12 -0
  715. package/dist/src/icons/StarFourIcon.d.ts +2 -0
  716. package/dist/src/icons/StarFourIcon.js +12 -0
  717. package/dist/src/icons/StarIcon.d.ts +2 -0
  718. package/dist/src/icons/StarIcon.js +12 -0
  719. package/dist/src/icons/StethoscopeIcon.d.ts +2 -0
  720. package/dist/src/icons/StethoscopeIcon.js +12 -0
  721. package/dist/src/icons/StopCircleIcon.d.ts +2 -0
  722. package/dist/src/icons/StopCircleIcon.js +12 -0
  723. package/dist/src/icons/StopFillIcon.d.ts +2 -0
  724. package/dist/src/icons/StopFillIcon.js +12 -0
  725. package/dist/src/icons/SunIcon.d.ts +2 -0
  726. package/dist/src/icons/SunIcon.js +12 -0
  727. package/dist/src/icons/TabletIcon.d.ts +2 -0
  728. package/dist/src/icons/TabletIcon.js +12 -0
  729. package/dist/src/icons/TabsIcon.d.ts +2 -0
  730. package/dist/src/icons/TabsIcon.js +12 -0
  731. package/dist/src/icons/TagFilledIcon.d.ts +2 -0
  732. package/dist/src/icons/TagFilledIcon.js +12 -0
  733. package/dist/src/icons/TagIcon.d.ts +2 -0
  734. package/dist/src/icons/TagIcon.js +12 -0
  735. package/dist/src/icons/TagSmallIcon.d.ts +2 -0
  736. package/dist/src/icons/TagSmallIcon.js +12 -0
  737. package/dist/src/icons/TaskpadIcon.d.ts +2 -0
  738. package/dist/src/icons/TaskpadIcon.js +12 -0
  739. package/dist/src/icons/TerminalIcon.d.ts +2 -0
  740. package/dist/src/icons/TerminalIcon.js +12 -0
  741. package/dist/src/icons/TerminalWindowIcon.d.ts +2 -0
  742. package/dist/src/icons/TerminalWindowIcon.js +12 -0
  743. package/dist/src/icons/TextAlignCenterIcon.d.ts +2 -0
  744. package/dist/src/icons/TextAlignCenterIcon.js +12 -0
  745. package/dist/src/icons/TextAlignJustifyIcon.d.ts +2 -0
  746. package/dist/src/icons/TextAlignJustifyIcon.js +12 -0
  747. package/dist/src/icons/TextAlignLeftIcon.d.ts +2 -0
  748. package/dist/src/icons/TextAlignLeftIcon.js +12 -0
  749. package/dist/src/icons/TextAlignRightIcon.d.ts +2 -0
  750. package/dist/src/icons/TextAlignRightIcon.js +12 -0
  751. package/dist/src/icons/TextBBoldIcon.d.ts +2 -0
  752. package/dist/src/icons/TextBBoldIcon.js +12 -0
  753. package/dist/src/icons/TextHTwoIcon.d.ts +2 -0
  754. package/dist/src/icons/TextHTwoIcon.js +12 -0
  755. package/dist/src/icons/TextItalicIcon.d.ts +2 -0
  756. package/dist/src/icons/TextItalicIcon.js +12 -0
  757. package/dist/src/icons/TextStrikethroughIcon.d.ts +2 -0
  758. package/dist/src/icons/TextStrikethroughIcon.js +12 -0
  759. package/dist/src/icons/TextUnderlineIcon.d.ts +2 -0
  760. package/dist/src/icons/TextUnderlineIcon.js +12 -0
  761. package/dist/src/icons/TextboxIcon.d.ts +2 -0
  762. package/dist/src/icons/TextboxIcon.js +12 -0
  763. package/dist/src/icons/ThemeIcon.d.ts +2 -0
  764. package/dist/src/icons/ThemeIcon.js +12 -0
  765. package/dist/src/icons/ThermometerSimpleIcon.d.ts +2 -0
  766. package/dist/src/icons/ThermometerSimpleIcon.js +12 -0
  767. package/dist/src/icons/TicketIcon.d.ts +2 -0
  768. package/dist/src/icons/TicketIcon.js +12 -0
  769. package/dist/src/icons/TidalIcon.d.ts +2 -0
  770. package/dist/src/icons/TidalIcon.js +12 -0
  771. package/dist/src/icons/TiktokIcon.d.ts +2 -0
  772. package/dist/src/icons/TiktokIcon.js +12 -0
  773. package/dist/src/icons/ToggleLeftFillIcon.d.ts +2 -0
  774. package/dist/src/icons/ToggleLeftFillIcon.js +12 -0
  775. package/dist/src/icons/ToggleLeftIcon.d.ts +2 -0
  776. package/dist/src/icons/ToggleLeftIcon.js +12 -0
  777. package/dist/src/icons/ToggleRightFillIcon.d.ts +2 -0
  778. package/dist/src/icons/ToggleRightFillIcon.js +12 -0
  779. package/dist/src/icons/ToggleRightIcon.d.ts +2 -0
  780. package/dist/src/icons/ToggleRightIcon.js +12 -0
  781. package/dist/src/icons/TranslateIcon.d.ts +2 -0
  782. package/dist/src/icons/TranslateIcon.js +12 -0
  783. package/dist/src/icons/TrashIcon.d.ts +2 -0
  784. package/dist/src/icons/TrashIcon.js +12 -0
  785. package/dist/src/icons/TrayArrowInIcon.d.ts +2 -0
  786. package/dist/src/icons/TrayArrowInIcon.js +12 -0
  787. package/dist/src/icons/TrayIcon.d.ts +2 -0
  788. package/dist/src/icons/TrayIcon.js +12 -0
  789. package/dist/src/icons/TrayPlusIcon.d.ts +2 -0
  790. package/dist/src/icons/TrayPlusIcon.js +12 -0
  791. package/dist/src/icons/TreeStructureIcon.d.ts +2 -0
  792. package/dist/src/icons/TreeStructureIcon.js +12 -0
  793. package/dist/src/icons/UploadIcon.d.ts +2 -0
  794. package/dist/src/icons/UploadIcon.js +12 -0
  795. package/dist/src/icons/UserIcon.d.ts +2 -0
  796. package/dist/src/icons/UserIcon.js +12 -0
  797. package/dist/src/icons/UserPlusIcon.d.ts +2 -0
  798. package/dist/src/icons/UserPlusIcon.js +12 -0
  799. package/dist/src/icons/UserSquareIcon.d.ts +2 -0
  800. package/dist/src/icons/UserSquareIcon.js +12 -0
  801. package/dist/src/icons/UsersIcon.d.ts +2 -0
  802. package/dist/src/icons/UsersIcon.js +12 -0
  803. package/dist/src/icons/VectorTwoIcon.d.ts +2 -0
  804. package/dist/src/icons/VectorTwoIcon.js +12 -0
  805. package/dist/src/icons/ViewstreamfilledIcon.d.ts +2 -0
  806. package/dist/src/icons/ViewstreamfilledIcon.js +12 -0
  807. package/dist/src/icons/WandMagicIcon.d.ts +2 -0
  808. package/dist/src/icons/WandMagicIcon.js +12 -0
  809. package/dist/src/icons/WarningCircleDuotoneIcon.d.ts +2 -0
  810. package/dist/src/icons/WarningCircleDuotoneIcon.js +12 -0
  811. package/dist/src/icons/WarningFillIcon.d.ts +2 -0
  812. package/dist/src/icons/WarningFillIcon.js +12 -0
  813. package/dist/src/icons/WarningFilledIcon.d.ts +2 -0
  814. package/dist/src/icons/WarningFilledIcon.js +12 -0
  815. package/dist/src/icons/WarningIcon.d.ts +2 -0
  816. package/dist/src/icons/WarningIcon.js +12 -0
  817. package/dist/src/icons/WarningMarkerIcon.d.ts +2 -0
  818. package/dist/src/icons/WarningMarkerIcon.js +12 -0
  819. package/dist/src/icons/WarningOctagonFillIcon.d.ts +2 -0
  820. package/dist/src/icons/WarningOctagonFillIcon.js +12 -0
  821. package/dist/src/icons/WarningOctagonIcon.d.ts +2 -0
  822. package/dist/src/icons/WarningOctagonIcon.js +12 -0
  823. package/dist/src/icons/WarningTriangleIcon.d.ts +2 -0
  824. package/dist/src/icons/WarningTriangleIcon.js +12 -0
  825. package/dist/src/icons/WaveSineIcon.d.ts +2 -0
  826. package/dist/src/icons/WaveSineIcon.js +12 -0
  827. package/dist/src/icons/WebhooksLogoIcon.d.ts +2 -0
  828. package/dist/src/icons/WebhooksLogoIcon.js +12 -0
  829. package/dist/src/icons/WebsiteIcon.d.ts +2 -0
  830. package/dist/src/icons/WebsiteIcon.js +12 -0
  831. package/dist/src/icons/WhatsappLogoFillIcon.d.ts +2 -0
  832. package/dist/src/icons/WhatsappLogoFillIcon.js +12 -0
  833. package/dist/src/icons/WhatsappLogoIcon.d.ts +2 -0
  834. package/dist/src/icons/WhatsappLogoIcon.js +12 -0
  835. package/dist/src/icons/WheelchairMotionIcon.d.ts +2 -0
  836. package/dist/src/icons/WheelchairMotionIcon.js +12 -0
  837. package/dist/src/icons/WifiIcon.d.ts +2 -0
  838. package/dist/src/icons/WifiIcon.js +12 -0
  839. package/dist/src/icons/WordpressIcon.d.ts +2 -0
  840. package/dist/src/icons/WordpressIcon.js +12 -0
  841. package/dist/src/icons/WorkIcon.d.ts +2 -0
  842. package/dist/src/icons/WorkIcon.js +12 -0
  843. package/dist/src/icons/WrenchIcon.d.ts +2 -0
  844. package/dist/src/icons/WrenchIcon.js +12 -0
  845. package/dist/src/icons/XIcon.d.ts +2 -0
  846. package/dist/src/icons/XIcon.js +12 -0
  847. package/dist/src/icons/YoutubeIcon.d.ts +2 -0
  848. package/dist/src/icons/YoutubeIcon.js +12 -0
  849. package/dist/src/icons/index.d.ts +411 -4
  850. package/dist/src/icons/index.js +412 -10
  851. package/dist/src/index.d.ts +3 -0
  852. package/dist/src/index.js +3 -0
  853. package/dist/src/tokens/ThemeColorTokens.d.ts +1 -0
  854. package/dist/src/tokens/ThemeColorTokens.js +16 -1
  855. package/dist/src/tokens/ThemeMode.d.ts +1 -1
  856. package/dist/src/tokens/ThemeScheme.d.ts +2 -0
  857. package/dist/src/tokens/ThemeScheme.js +2 -1
  858. package/dist/src/tokens/colors/Wptk.d.ts +24 -0
  859. package/dist/src/tokens/colors/Wptk.js +1496 -0
  860. package/dist/src/tokens/colors/index.d.ts +1 -0
  861. package/dist/src/tokens/colors/index.js +1 -0
  862. package/dist/src/utils/createIcon.d.ts +16 -5
  863. package/dist/src/utils/createIcon.js +3 -65
  864. package/dist/src/utils/getMUIComponents.js +2 -2
  865. package/package.json +3 -3
  866. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +0 -1
  867. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +0 -4
  868. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.d.ts +0 -1
  869. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.js +0 -4
  870. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.d.ts +0 -1
  871. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.js +0 -4
  872. package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.d.ts +0 -11
  873. package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.js +0 -26
  874. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.d.ts +0 -11
  875. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.js +0 -18
@@ -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;
@@ -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 CompassToolIcon = 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.1675 11.5912C20.2158 11.5033 20.246 11.4065 20.2562 11.3067C20.2664 11.2068 20.2565 11.106 20.2271 11.01C20.1976 10.9141 20.1492 10.8251 20.0847 10.7482C20.0202 10.6713 19.9409 10.6081 19.8515 10.5625C19.7622 10.5168 19.6645 10.4895 19.5644 10.4822C19.4644 10.4749 19.3638 10.4878 19.2688 10.5201C19.1738 10.5524 19.0862 10.6035 19.0113 10.6702C18.9363 10.737 18.8755 10.8181 18.8325 10.9088C18.1392 12.2445 17.0581 13.3392 15.7313 14.0494L14.1769 10.5506C14.771 10.1264 15.2283 9.53808 15.4929 8.85772C15.7574 8.17736 15.8176 7.43459 15.6661 6.72051C15.5146 6.00643 15.158 5.35209 14.64 4.83775C14.122 4.32341 13.4652 3.97144 12.75 3.825V2.25C12.75 2.05109 12.671 1.86032 12.5304 1.71967C12.3897 1.57902 12.1989 1.5 12 1.5C11.8011 1.5 11.6103 1.57902 11.4697 1.71967C11.329 1.86032 11.25 2.05109 11.25 2.25V3.825C10.5349 3.97144 9.87804 4.32341 9.36005 4.83775C8.84205 5.35209 8.48544 6.00643 8.33394 6.72051C8.18245 7.43459 8.24266 8.17736 8.50719 8.85772C8.77172 9.53808 9.22907 10.1264 9.82315 10.5506L5.31471 20.6953C5.27415 20.7854 5.2518 20.8826 5.24892 20.9813C5.24603 21.0801 5.26269 21.1784 5.29793 21.2707C5.33316 21.363 5.38628 21.4474 5.45423 21.5191C5.52219 21.5908 5.60364 21.6484 5.69391 21.6885C5.78417 21.7287 5.88148 21.7506 5.98024 21.753C6.07899 21.7554 6.17725 21.7383 6.26938 21.7026C6.3615 21.667 6.44567 21.6134 6.51705 21.5451C6.58844 21.4769 6.64562 21.3951 6.68533 21.3047L9.04221 16.0022C9.99313 16.3333 10.9931 16.5016 12 16.5C13.0075 16.4988 14.008 16.3339 14.9625 16.0116L17.3147 21.3047C17.3961 21.4855 17.5458 21.6267 17.7311 21.6975C17.9163 21.7682 18.1221 21.7627 18.3033 21.6821C18.4845 21.6016 18.6264 21.4525 18.698 21.2676C18.7696 21.0826 18.765 20.8769 18.6853 20.6953L16.3416 15.4219C17.9805 14.5689 19.3165 13.2312 20.1675 11.5912ZM12 5.25C12.445 5.25 12.88 5.38196 13.2501 5.62919C13.6201 5.87643 13.9085 6.22783 14.0788 6.63896C14.249 7.0501 14.2936 7.5025 14.2068 7.93895C14.12 8.37541 13.9057 8.77632 13.591 9.09099C13.2763 9.40566 12.8754 9.61995 12.439 9.70677C12.0025 9.79358 11.5501 9.74903 11.139 9.57873C10.7278 9.40843 10.3764 9.12004 10.1292 8.75003C9.88198 8.38002 9.75002 7.94501 9.75002 7.5C9.75002 6.90326 9.98707 6.33097 10.409 5.90901C10.831 5.48705 11.4033 5.25 12 5.25ZM12 15C11.2038 15.001 10.4125 14.8744 9.65627 14.625L11.1956 11.1619C11.7267 11.2794 12.2771 11.2794 12.8081 11.1619L14.3531 14.6362C13.592 14.8772 12.7984 14.9999 12 15Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CompassToolIcon.displayName = 'CompassToolIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CopyIcon: 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 CopyIcon = 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.25 3H8.25C8.05109 3 7.86032 3.07902 7.71967 3.21967C7.57902 3.36032 7.5 3.55109 7.5 3.75V7.5H3.75C3.55109 7.5 3.36032 7.57902 3.21967 7.71967C3.07902 7.86032 3 8.05109 3 8.25V20.25C3 20.4489 3.07902 20.6397 3.21967 20.7803C3.36032 20.921 3.55109 21 3.75 21H15.75C15.9489 21 16.1397 20.921 16.2803 20.7803C16.421 20.6397 16.5 20.4489 16.5 20.25V16.5H20.25C20.4489 16.5 20.6397 16.421 20.7803 16.2803C20.921 16.1397 21 15.9489 21 15.75V3.75C21 3.55109 20.921 3.36032 20.7803 3.21967C20.6397 3.07902 20.4489 3 20.25 3ZM15 19.5H4.5V9H15V19.5ZM19.5 15H16.5V8.25C16.5 8.05109 16.421 7.86032 16.2803 7.71967C16.1397 7.57902 15.9489 7.5 15.75 7.5H9V4.5H19.5V15Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CopyIcon.displayName = 'CopyIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CopySimpleIcon: 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 CopySimpleIcon = 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.25 6H3.75C3.55109 6 3.36032 6.07902 3.21967 6.21967C3.07902 6.36032 3 6.55109 3 6.75V20.25C3 20.4489 3.07902 20.6397 3.21967 20.7803C3.36032 20.921 3.55109 21 3.75 21H17.25C17.4489 21 17.6397 20.921 17.7803 20.7803C17.921 20.6397 18 20.4489 18 20.25V6.75C18 6.55109 17.921 6.36032 17.7803 6.21967C17.6397 6.07902 17.4489 6 17.25 6ZM16.5 19.5H4.5V7.5H16.5V19.5ZM21 3.75V17.25C21 17.4489 20.921 17.6397 20.7803 17.7803C20.6397 17.921 20.4489 18 20.25 18C20.0511 18 19.8603 17.921 19.7197 17.7803C19.579 17.6397 19.5 17.4489 19.5 17.25V4.5H6.75C6.55109 4.5 6.36032 4.42098 6.21967 4.28033C6.07902 4.13968 6 3.94891 6 3.75C6 3.55109 6.07902 3.36032 6.21967 3.21967C6.36032 3.07902 6.55109 3 6.75 3H20.25C20.4489 3 20.6397 3.07902 20.7803 3.21967C20.921 3.36032 21 3.55109 21 3.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CopySimpleIcon.displayName = 'CopySimpleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CornersOutIcon: 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 CornersOutIcon = 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.25 4.5V8.25C20.25 8.44891 20.171 8.63968 20.0303 8.78033C19.8897 8.92098 19.6989 9 19.5 9C19.3011 9 19.1103 8.92098 18.9697 8.78033C18.829 8.63968 18.75 8.44891 18.75 8.25V5.25H15.75C15.5511 5.25 15.3603 5.17098 15.2197 5.03033C15.079 4.88968 15 4.69891 15 4.5C15 4.30109 15.079 4.11032 15.2197 3.96967C15.3603 3.82902 15.5511 3.75 15.75 3.75H19.5C19.6989 3.75 19.8897 3.82902 20.0303 3.96967C20.171 4.11032 20.25 4.30109 20.25 4.5ZM8.25 18.75H5.25V15.75C5.25 15.5511 5.17098 15.3603 5.03033 15.2197C4.88968 15.079 4.69891 15 4.5 15C4.30109 15 4.11032 15.079 3.96967 15.2197C3.82902 15.3603 3.75 15.5511 3.75 15.75V19.5C3.75 19.6989 3.82902 19.8897 3.96967 20.0303C4.11032 20.171 4.30109 20.25 4.5 20.25H8.25C8.44891 20.25 8.63968 20.171 8.78033 20.0303C8.92098 19.8897 9 19.6989 9 19.5C9 19.3011 8.92098 19.1103 8.78033 18.9697C8.63968 18.829 8.44891 18.75 8.25 18.75ZM19.5 15C19.3011 15 19.1103 15.079 18.9697 15.2197C18.829 15.3603 18.75 15.5511 18.75 15.75V18.75H15.75C15.5511 18.75 15.3603 18.829 15.2197 18.9697C15.079 19.1103 15 19.3011 15 19.5C15 19.6989 15.079 19.8897 15.2197 20.0303C15.3603 20.171 15.5511 20.25 15.75 20.25H19.5C19.6989 20.25 19.8897 20.171 20.0303 20.0303C20.171 19.8897 20.25 19.6989 20.25 19.5V15.75C20.25 15.5511 20.171 15.3603 20.0303 15.2197C19.8897 15.079 19.6989 15 19.5 15ZM8.25 3.75H4.5C4.30109 3.75 4.11032 3.82902 3.96967 3.96967C3.82902 4.11032 3.75 4.30109 3.75 4.5V8.25C3.75 8.44891 3.82902 8.63968 3.96967 8.78033C4.11032 8.92098 4.30109 9 4.5 9C4.69891 9 4.88968 8.92098 5.03033 8.78033C5.17098 8.63968 5.25 8.44891 5.25 8.25V5.25H8.25C8.44891 5.25 8.63968 5.17098 8.78033 5.03033C8.92098 4.88968 9 4.69891 9 4.5C9 4.30109 8.92098 4.11032 8.78033 3.96967C8.63968 3.82902 8.44891 3.75 8.25 3.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CornersOutIcon.displayName = 'CornersOutIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CpuIcon: 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 CpuIcon = 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: "M14.25 9H9.75C9.55109 9 9.36032 9.07902 9.21967 9.21967C9.07902 9.36032 9 9.55109 9 9.75V14.25C9 14.4489 9.07902 14.6397 9.21967 14.7803C9.36032 14.921 9.55109 15 9.75 15H14.25C14.4489 15 14.6397 14.921 14.7803 14.7803C14.921 14.6397 15 14.4489 15 14.25V9.75C15 9.55109 14.921 9.36032 14.7803 9.21967C14.6397 9.07902 14.4489 9 14.25 9ZM13.5 13.5H10.5V10.5H13.5V13.5ZM21.75 13.5H20.25V10.5H21.75C21.9489 10.5 22.1397 10.421 22.2803 10.2803C22.421 10.1397 22.5 9.94891 22.5 9.75C22.5 9.55109 22.421 9.36032 22.2803 9.21967C22.1397 9.07902 21.9489 9 21.75 9H20.25V5.25C20.25 4.85218 20.092 4.47064 19.8107 4.18934C19.5294 3.90804 19.1478 3.75 18.75 3.75H15V2.25C15 2.05109 14.921 1.86032 14.7803 1.71967C14.6397 1.57902 14.4489 1.5 14.25 1.5C14.0511 1.5 13.8603 1.57902 13.7197 1.71967C13.579 1.86032 13.5 2.05109 13.5 2.25V3.75H10.5V2.25C10.5 2.05109 10.421 1.86032 10.2803 1.71967C10.1397 1.57902 9.94891 1.5 9.75 1.5C9.55109 1.5 9.36032 1.57902 9.21967 1.71967C9.07902 1.86032 9 2.05109 9 2.25V3.75H5.25C4.85218 3.75 4.47064 3.90804 4.18934 4.18934C3.90804 4.47064 3.75 4.85218 3.75 5.25V9H2.25C2.05109 9 1.86032 9.07902 1.71967 9.21967C1.57902 9.36032 1.5 9.55109 1.5 9.75C1.5 9.94891 1.57902 10.1397 1.71967 10.2803C1.86032 10.421 2.05109 10.5 2.25 10.5H3.75V13.5H2.25C2.05109 13.5 1.86032 13.579 1.71967 13.7197C1.57902 13.8603 1.5 14.0511 1.5 14.25C1.5 14.4489 1.57902 14.6397 1.71967 14.7803C1.86032 14.921 2.05109 15 2.25 15H3.75V18.75C3.75 19.1478 3.90804 19.5294 4.18934 19.8107C4.47064 20.092 4.85218 20.25 5.25 20.25H9V21.75C9 21.9489 9.07902 22.1397 9.21967 22.2803C9.36032 22.421 9.55109 22.5 9.75 22.5C9.94891 22.5 10.1397 22.421 10.2803 22.2803C10.421 22.1397 10.5 21.9489 10.5 21.75V20.25H13.5V21.75C13.5 21.9489 13.579 22.1397 13.7197 22.2803C13.8603 22.421 14.0511 22.5 14.25 22.5C14.4489 22.5 14.6397 22.421 14.7803 22.2803C14.921 22.1397 15 21.9489 15 21.75V20.25H18.75C19.1478 20.25 19.5294 20.092 19.8107 19.8107C20.092 19.5294 20.25 19.1478 20.25 18.75V15H21.75C21.9489 15 22.1397 14.921 22.2803 14.7803C22.421 14.6397 22.5 14.4489 22.5 14.25C22.5 14.0511 22.421 13.8603 22.2803 13.7197C22.1397 13.579 21.9489 13.5 21.75 13.5ZM18.75 18.75H5.25V5.25H18.75V14.2378C18.75 14.2378 18.75 14.2463 18.75 14.25C18.75 14.2537 18.75 14.2584 18.75 14.2622V18.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CpuIcon.displayName = 'CpuIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CreditCardIcon: 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 CreditCardIcon = 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: "M21 4.5H3C2.60218 4.5 2.22064 4.65804 1.93934 4.93934C1.65804 5.22064 1.5 5.60218 1.5 6V18C1.5 18.3978 1.65804 18.7794 1.93934 19.0607C2.22064 19.342 2.60218 19.5 3 19.5H21C21.3978 19.5 21.7794 19.342 22.0607 19.0607C22.342 18.7794 22.5 18.3978 22.5 18V6C22.5 5.60218 22.342 5.22064 22.0607 4.93934C21.7794 4.65804 21.3978 4.5 21 4.5ZM21 6V8.25H3V6H21ZM21 18H3V9.75H21V18ZM19.5 15.75C19.5 15.9489 19.421 16.1397 19.2803 16.2803C19.1397 16.421 18.9489 16.5 18.75 16.5H15.75C15.5511 16.5 15.3603 16.421 15.2197 16.2803C15.079 16.1397 15 15.9489 15 15.75C15 15.5511 15.079 15.3603 15.2197 15.2197C15.3603 15.079 15.5511 15 15.75 15H18.75C18.9489 15 19.1397 15.079 19.2803 15.2197C19.421 15.3603 19.5 15.5511 19.5 15.75ZM13.5 15.75C13.5 15.9489 13.421 16.1397 13.2803 16.2803C13.1397 16.421 12.9489 16.5 12.75 16.5H11.25C11.0511 16.5 10.8603 16.421 10.7197 16.2803C10.579 16.1397 10.5 15.9489 10.5 15.75C10.5 15.5511 10.579 15.3603 10.7197 15.2197C10.8603 15.079 11.0511 15 11.25 15H12.75C12.9489 15 13.1397 15.079 13.2803 15.2197C13.421 15.3603 13.5 15.5511 13.5 15.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CreditCardIcon.displayName = 'CreditCardIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CrownIcon: 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 CrownIcon = 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: "M23.25 7.50002C23.2503 7.08889 23.1541 6.68342 22.9691 6.31628C22.784 5.94914 22.5153 5.6306 22.1846 5.38632C21.8539 5.14204 21.4705 4.97885 21.0652 4.90991C20.6599 4.84096 20.244 4.86818 19.8512 4.98937C19.4583 5.11057 19.0994 5.32235 18.8034 5.60765C18.5073 5.89296 18.2824 6.24381 18.1468 6.63194C18.0112 7.02006 17.9687 7.43462 18.0227 7.8422C18.0766 8.24977 18.2255 8.63898 18.4575 8.97846L15.9459 12.0722L13.6875 6.88128C14.0994 6.5346 14.3947 6.06967 14.5335 5.54949C14.6722 5.02931 14.6477 4.47905 14.4632 3.97328C14.2787 3.46752 13.9431 3.03072 13.502 2.72209C13.0609 2.41346 12.5355 2.24792 11.9971 2.24792C11.4588 2.24792 10.9334 2.41346 10.4923 2.72209C10.0512 3.03072 9.71563 3.46752 9.53112 3.97328C9.34661 4.47905 9.32207 5.02931 9.46083 5.54949C9.59959 6.06967 9.89493 6.5346 10.3068 6.88128L8.05402 12.0694L5.54245 8.97565C5.86509 8.50291 6.02437 7.93768 5.99606 7.36604C5.96774 6.7944 5.75337 6.24768 5.3856 5.80915C5.01782 5.37061 4.5168 5.06429 3.95883 4.93683C3.40086 4.80938 2.81653 4.86778 2.29482 5.10313C1.77311 5.33849 1.34262 5.73791 1.06891 6.24056C0.795197 6.7432 0.693266 7.32154 0.778638 7.88747C0.864011 8.45341 1.13201 8.97594 1.54182 9.37547C1.95162 9.77501 2.48078 10.0297 3.0487 10.1006L4.4062 18.2466C4.46456 18.5968 4.64526 18.915 4.91614 19.1445C5.18702 19.374 5.53054 19.5 5.88558 19.5H18.1143C18.4694 19.5 18.8129 19.374 19.0838 19.1445C19.3547 18.915 19.5353 18.5968 19.5937 18.2466L20.9503 10.1044C21.5851 10.0251 22.1692 9.7167 22.5926 9.23712C23.0161 8.75754 23.2499 8.13981 23.25 7.50002ZM12 3.75002C12.2225 3.75002 12.44 3.816 12.625 3.93962C12.81 4.06324 12.9542 4.23894 13.0393 4.44451C13.1245 4.65007 13.1467 4.87627 13.1033 5.0945C13.0599 5.31273 12.9528 5.51319 12.7954 5.67052C12.6381 5.82785 12.4377 5.935 12.2194 5.97841C12.0012 6.02182 11.775 5.99954 11.5694 5.91439C11.3639 5.82924 11.1882 5.68505 11.0646 5.50004C10.9409 5.31504 10.875 5.09753 10.875 4.87502C10.875 4.57666 10.9935 4.29051 11.2045 4.07953C11.4154 3.86855 11.7016 3.75002 12 3.75002ZM2.24995 7.50002C2.24995 7.27752 2.31593 7.06001 2.43955 6.87501C2.56317 6.69 2.73887 6.54581 2.94444 6.46066C3.15 6.37551 3.3762 6.35323 3.59443 6.39664C3.81266 6.44005 4.01312 6.5472 4.17045 6.70453C4.32778 6.86186 4.43493 7.06232 4.47834 7.28055C4.52175 7.49878 4.49947 7.72498 4.41432 7.93054C4.32917 8.13611 4.18498 8.31181 3.99997 8.43543C3.81497 8.55904 3.59746 8.62502 3.37495 8.62502C3.07659 8.62502 2.79044 8.5065 2.57946 8.29552C2.36848 8.08454 2.24995 7.79839 2.24995 7.50002ZM18.1143 18H5.88558L4.58058 10.1738L7.66777 13.9688C7.73769 14.0561 7.82626 14.1267 7.927 14.1754C8.02773 14.224 8.13808 14.2495 8.24995 14.25C8.28382 14.2502 8.31765 14.248 8.3512 14.2435C8.47898 14.2261 8.60011 14.1761 8.70291 14.0982C8.80571 14.0204 8.88671 13.9174 8.93808 13.7991L11.685 7.48034C11.8941 7.50657 12.1058 7.50657 12.315 7.48034L15.0618 13.7991C15.1132 13.9174 15.1942 14.0204 15.297 14.0982C15.3998 14.1761 15.5209 14.2261 15.6487 14.2435C15.6823 14.248 15.7161 14.2502 15.75 14.25C15.8618 14.2495 15.9722 14.224 16.0729 14.1754C16.1736 14.1267 16.2622 14.0561 16.3321 13.9688L19.4193 10.17L18.1143 18ZM20.625 8.62502C20.4025 8.62502 20.1849 8.55904 19.9999 8.43543C19.8149 8.31181 19.6707 8.13611 19.5856 7.93054C19.5004 7.72498 19.4782 7.49878 19.5216 7.28055C19.565 7.06232 19.6721 6.86186 19.8295 6.70453C19.9868 6.5472 20.1873 6.44005 20.4055 6.39664C20.6237 6.35323 20.8499 6.37551 21.0555 6.46066C21.261 6.54581 21.4367 6.69 21.5604 6.87501C21.684 7.06001 21.75 7.27752 21.75 7.50002C21.75 7.79839 21.6314 8.08454 21.4204 8.29552C21.2095 8.5065 20.9233 8.62502 20.625 8.62502Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CrownIcon.displayName = 'CrownIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CurrencyDollarCircledIcon: 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 CurrencyDollarCircledIcon = 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.25ZM15.75 13.875C15.75 14.5712 15.4734 15.2389 14.9812 15.7312C14.4889 16.2234 13.8212 16.5 13.125 16.5H12.75V17.25C12.75 17.4489 12.671 17.6397 12.5303 17.7803C12.3897 17.921 12.1989 18 12 18C11.8011 18 11.6103 17.921 11.4697 17.7803C11.329 17.6397 11.25 17.4489 11.25 17.25V16.5H9.75C9.55109 16.5 9.36033 16.421 9.21967 16.2803C9.07902 16.1397 9 15.9489 9 15.75C9 15.5511 9.07902 15.3603 9.21967 15.2197C9.36033 15.079 9.55109 15 9.75 15H13.125C13.4234 15 13.7095 14.8815 13.9205 14.6705C14.1315 14.4595 14.25 14.1734 14.25 13.875C14.25 13.5766 14.1315 13.2905 13.9205 13.0795C13.7095 12.8685 13.4234 12.75 13.125 12.75H10.875C10.1788 12.75 9.51113 12.4734 9.01885 11.9812C8.52657 11.4889 8.25 10.8212 8.25 10.125C8.25 9.42881 8.52657 8.76113 9.01885 8.26884C9.51113 7.77656 10.1788 7.5 10.875 7.5H11.25V6.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.75V7.5H14.25C14.4489 7.5 14.6397 7.57902 14.7803 7.71967C14.921 7.86032 15 8.05109 15 8.25C15 8.44891 14.921 8.63968 14.7803 8.78033C14.6397 8.92098 14.4489 9 14.25 9H10.875C10.5766 9 10.2905 9.11853 10.0795 9.3295C9.86853 9.54048 9.75 9.82663 9.75 10.125C9.75 10.4234 9.86853 10.7095 10.0795 10.9205C10.2905 11.1315 10.5766 11.25 10.875 11.25H13.125C13.8212 11.25 14.4889 11.5266 14.9812 12.0188C15.4734 12.5111 15.75 13.1788 15.75 13.875Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CurrencyDollarCircledIcon.displayName = 'CurrencyDollarCircledIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CurrencyDollarSimpleIcon: 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 CurrencyDollarSimpleIcon = 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.75 15.75C18.7488 16.9431 18.2743 18.087 17.4306 18.9306C16.587 19.7743 15.4431 20.2488 14.25 20.25H12.75V21.75C12.75 21.9489 12.671 22.1397 12.5303 22.2803C12.3897 22.421 12.1989 22.5 12 22.5C11.8011 22.5 11.6103 22.421 11.4697 22.2803C11.329 22.1397 11.25 21.9489 11.25 21.75V20.25H9.75C8.55691 20.2488 7.41303 19.7743 6.56939 18.9306C5.72575 18.087 5.25124 16.9431 5.25 15.75C5.25 15.5511 5.32902 15.3603 5.46967 15.2197C5.61032 15.079 5.80109 15 6 15C6.19891 15 6.38968 15.079 6.53033 15.2197C6.67098 15.3603 6.75 15.5511 6.75 15.75C6.75 16.5456 7.06607 17.3087 7.62868 17.8713C8.19129 18.4339 8.95435 18.75 9.75 18.75H14.25C15.0456 18.75 15.8087 18.4339 16.3713 17.8713C16.9339 17.3087 17.25 16.5456 17.25 15.75C17.25 14.9544 16.9339 14.1913 16.3713 13.6287C15.8087 13.0661 15.0456 12.75 14.25 12.75H10.5C9.30653 12.75 8.16193 12.2759 7.31802 11.432C6.47411 10.5881 6 9.44347 6 8.25C6 7.05653 6.47411 5.91193 7.31802 5.06802C8.16193 4.22411 9.30653 3.75 10.5 3.75H11.25V2.25C11.25 2.05109 11.329 1.86032 11.4697 1.71967C11.6103 1.57902 11.8011 1.5 12 1.5C12.1989 1.5 12.3897 1.57902 12.5303 1.71967C12.671 1.86032 12.75 2.05109 12.75 2.25V3.75H13.5C14.6931 3.75124 15.837 4.22575 16.6806 5.06939C17.5243 5.91303 17.9988 7.05691 18 8.25C18 8.44891 17.921 8.63968 17.7803 8.78033C17.6397 8.92098 17.4489 9 17.25 9C17.0511 9 16.8603 8.92098 16.7197 8.78033C16.579 8.63968 16.5 8.44891 16.5 8.25C16.5 7.45435 16.1839 6.69129 15.6213 6.12868C15.0587 5.56607 14.2956 5.25 13.5 5.25H10.5C9.70435 5.25 8.94129 5.56607 8.37868 6.12868C7.81607 6.69129 7.5 7.45435 7.5 8.25C7.5 9.04565 7.81607 9.80871 8.37868 10.3713C8.94129 10.9339 9.70435 11.25 10.5 11.25H14.25C15.4431 11.2512 16.587 11.7257 17.4306 12.5694C18.2743 13.413 18.7488 14.5569 18.75 15.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CurrencyDollarSimpleIcon.displayName = 'CurrencyDollarSimpleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const DatabaseIcon: 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 DatabaseIcon = 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.25C6.95344 2.25 3 4.55625 3 7.5V16.5C3 19.4438 6.95344 21.75 12 21.75C17.0466 21.75 21 19.4438 21 16.5V7.5C21 4.55625 17.0466 2.25 12 2.25ZM19.5 12C19.5 12.9019 18.7612 13.8216 17.4741 14.5238C16.0247 15.3141 14.0803 15.75 12 15.75C9.91969 15.75 7.97531 15.3141 6.52594 14.5238C5.23875 13.8216 4.5 12.9019 4.5 12V10.44C6.09938 11.8463 8.83406 12.75 12 12.75C15.1659 12.75 17.9006 11.8425 19.5 10.44V12ZM6.52594 4.97625C7.97531 4.18594 9.91969 3.75 12 3.75C14.0803 3.75 16.0247 4.18594 17.4741 4.97625C18.7612 5.67844 19.5 6.59812 19.5 7.5C19.5 8.40188 18.7612 9.32156 17.4741 10.0237C16.0247 10.8141 14.0803 11.25 12 11.25C9.91969 11.25 7.97531 10.8141 6.52594 10.0237C5.23875 9.32156 4.5 8.40188 4.5 7.5C4.5 6.59812 5.23875 5.67844 6.52594 4.97625ZM17.4741 19.0238C16.0247 19.8141 14.0803 20.25 12 20.25C9.91969 20.25 7.97531 19.8141 6.52594 19.0238C5.23875 18.3216 4.5 17.4019 4.5 16.5V14.94C6.09938 16.3463 8.83406 17.25 12 17.25C15.1659 17.25 17.9006 16.3425 19.5 14.94V16.5C19.5 17.4019 18.7612 18.3216 17.4741 19.0238Z", fill: "currentColor" }) })) }));
11
+ });
12
+ DatabaseIcon.displayName = 'DatabaseIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const DesktopIcon: 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 DesktopIcon = 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 3.75H4.5C3.90326 3.75 3.33097 3.98705 2.90901 4.40901C2.48705 4.83097 2.25 5.40326 2.25 6V16.5C2.25 17.0967 2.48705 17.669 2.90901 18.091C3.33097 18.5129 3.90326 18.75 4.5 18.75H11.25V20.25H9C8.80109 20.25 8.61032 20.329 8.46967 20.4697C8.32902 20.6103 8.25 20.8011 8.25 21C8.25 21.1989 8.32902 21.3897 8.46967 21.5303C8.61032 21.671 8.80109 21.75 9 21.75H15C15.1989 21.75 15.3897 21.671 15.5303 21.5303C15.671 21.3897 15.75 21.1989 15.75 21C15.75 20.8011 15.671 20.6103 15.5303 20.4697C15.3897 20.329 15.1989 20.25 15 20.25H12.75V18.75H19.5C20.0967 18.75 20.669 18.5129 21.091 18.091C21.5129 17.669 21.75 17.0967 21.75 16.5V6C21.75 5.40326 21.5129 4.83097 21.091 4.40901C20.669 3.98705 20.0967 3.75 19.5 3.75ZM4.5 5.25H19.5C19.6989 5.25 19.8897 5.32902 20.0303 5.46967C20.171 5.61032 20.25 5.80109 20.25 6V13.5H3.75V6C3.75 5.80109 3.82902 5.61032 3.96967 5.46967C4.11032 5.32902 4.30109 5.25 4.5 5.25ZM19.5 17.25H4.5C4.30109 17.25 4.11032 17.171 3.96967 17.0303C3.82902 16.8897 3.75 16.6989 3.75 16.5V15H20.25V16.5C20.25 16.6989 20.171 16.8897 20.0303 17.0303C19.8897 17.171 19.6989 17.25 19.5 17.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ DesktopIcon.displayName = 'DesktopIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const DetectiveIcon: 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 DetectiveIcon = 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: "M23.25 10.5001H20.6325L16.1794 4.36787C16.0444 4.1826 15.8688 4.03071 15.666 3.92387C15.4632 3.81704 15.2387 3.7581 15.0095 3.75158C14.7804 3.74507 14.5529 3.79114 14.3443 3.88628C14.1358 3.98141 13.9518 4.12307 13.8066 4.30037L12.6019 5.69725L12.5831 5.71881C12.5133 5.8065 12.4246 5.87732 12.3237 5.926C12.2227 5.97467 12.1121 5.99995 12 5.99995C11.8879 5.99995 11.7773 5.97467 11.6763 5.926C11.5754 5.87732 11.4867 5.8065 11.4169 5.71881L11.3981 5.69725L10.1934 4.30037C10.0482 4.12307 9.86422 3.98141 9.65568 3.88628C9.44714 3.79114 9.21958 3.74507 8.99046 3.75158C8.76134 3.7581 8.53676 3.81704 8.33397 3.92387C8.13118 4.03071 7.95557 4.1826 7.82062 4.36787L3.3675 10.5001H0.75C0.551088 10.5001 0.360322 10.5791 0.21967 10.7197C0.0790176 10.8604 0 11.0511 0 11.2501C0 11.449 0.0790176 11.6397 0.21967 11.7804C0.360322 11.921 0.551088 12.0001 0.75 12.0001H23.25C23.4489 12.0001 23.6397 11.921 23.7803 11.7804C23.921 11.6397 24 11.449 24 11.2501C24 11.0511 23.921 10.8604 23.7803 10.7197C23.6397 10.5791 23.4489 10.5001 23.25 10.5001ZM9.03187 5.25006L9.04969 5.27162L10.2544 6.66756C10.4654 6.92699 10.7315 7.13613 11.0335 7.27977C11.3354 7.42342 11.6656 7.49795 12 7.49795C12.3344 7.49795 12.6646 7.42342 12.9665 7.27977C13.2685 7.13613 13.5346 6.92699 13.7456 6.66756L14.9503 5.27162C14.9559 5.26412 14.9597 5.25756 14.9662 5.25006L18.7781 10.5001H5.22094L9.03187 5.25006ZM16.875 13.5001C16.0449 13.5002 15.2441 13.8063 14.6254 14.3597C14.0068 14.9131 13.6138 15.6751 13.5216 16.5001H10.4784C10.386 15.6759 9.99334 14.9146 9.37539 14.3615C8.75745 13.8084 7.95748 13.5022 7.12815 13.5013C6.29882 13.5004 5.49819 13.8048 4.87904 14.3566C4.25989 14.9084 3.86557 15.6688 3.77133 16.4927C3.67709 17.3167 3.88953 18.1465 4.3681 18.8238C4.84667 19.5012 5.55788 19.9786 6.36599 20.1649C7.17411 20.3513 8.02256 20.2336 8.74944 19.8343C9.47632 19.435 10.0307 18.7821 10.3069 18.0001H13.6931C13.8994 18.5834 14.262 19.0989 14.7414 19.49C15.2208 19.8812 15.7986 20.1331 16.4115 20.2181C17.0243 20.3031 17.6488 20.2179 18.2166 19.972C18.7843 19.7261 19.2736 19.3288 19.6308 18.8236C19.988 18.3184 20.1995 17.7247 20.2421 17.1074C20.2847 16.4901 20.1568 15.873 19.8723 15.3235C19.5879 14.774 19.1578 14.3133 18.6292 13.9917C18.1006 13.6701 17.4937 13.5 16.875 13.5001ZM7.125 18.7501C6.75416 18.7501 6.39165 18.6401 6.08331 18.4341C5.77496 18.228 5.53464 17.9352 5.39273 17.5926C5.25081 17.25 5.21368 16.873 5.28603 16.5093C5.35837 16.1456 5.53695 15.8115 5.79917 15.5492C6.0614 15.287 6.39549 15.1084 6.75921 15.0361C7.12292 14.9637 7.49992 15.0009 7.84253 15.1428C8.18514 15.2847 8.47798 15.525 8.68401 15.8334C8.89003 16.1417 9 16.5042 9 16.8751C9 17.1213 8.9515 17.3651 8.85727 17.5926C8.76305 17.8201 8.62494 18.0268 8.45082 18.2009C8.27672 18.375 8.07002 18.5131 7.84253 18.6073C7.61505 18.7016 7.37123 18.7501 7.125 18.7501ZM16.875 18.7501C16.5042 18.7501 16.1416 18.6401 15.8333 18.4341C15.525 18.228 15.2846 17.9352 15.1427 17.5926C15.0008 17.25 14.9637 16.873 15.036 16.5093C15.1084 16.1456 15.287 15.8115 15.5492 15.5492C15.8114 15.287 16.1455 15.1084 16.5092 15.0361C16.8729 14.9637 17.2499 15.0009 17.5925 15.1428C17.9351 15.2847 18.228 15.525 18.434 15.8334C18.64 16.1417 18.75 16.5042 18.75 16.8751C18.75 17.3723 18.5525 17.8493 18.2008 18.2009C17.8492 18.5525 17.3723 18.7501 16.875 18.7501Z", fill: "currentColor" }) })) }));
11
+ });
12
+ DetectiveIcon.displayName = 'DetectiveIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const DeviceMobileCameraIcon: 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 DeviceMobileCameraIcon = 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.5 1.5H7.5C6.90326 1.5 6.33097 1.73705 5.90901 2.15901C5.48705 2.58097 5.25 3.15326 5.25 3.75V20.25C5.25 20.8467 5.48705 21.419 5.90901 21.841C6.33097 22.2629 6.90326 22.5 7.5 22.5H16.5C17.0967 22.5 17.669 22.2629 18.091 21.841C18.5129 21.419 18.75 20.8467 18.75 20.25V3.75C18.75 3.15326 18.5129 2.58097 18.091 2.15901C17.669 1.73705 17.0967 1.5 16.5 1.5ZM17.25 20.25C17.25 20.4489 17.171 20.6397 17.0303 20.7803C16.8897 20.921 16.6989 21 16.5 21H7.5C7.30109 21 7.11032 20.921 6.96967 20.7803C6.82902 20.6397 6.75 20.4489 6.75 20.25V3.75C6.75 3.55109 6.82902 3.36032 6.96967 3.21967C7.11032 3.07902 7.30109 3 7.5 3H16.5C16.6989 3 16.8897 3.07902 17.0303 3.21967C17.171 3.36032 17.25 3.55109 17.25 3.75V20.25ZM13.125 5.625C13.125 5.8475 13.059 6.06501 12.9354 6.25002C12.8118 6.43502 12.6361 6.57922 12.4305 6.66436C12.225 6.74951 11.9988 6.77179 11.7805 6.72838C11.5623 6.68498 11.3618 6.57783 11.2045 6.4205C11.0472 6.26316 10.94 6.06271 10.8966 5.84448C10.8532 5.62625 10.8755 5.40005 10.9606 5.19448C11.0458 4.98891 11.19 4.81321 11.375 4.6896C11.56 4.56598 11.7775 4.5 12 4.5C12.2984 4.5 12.5845 4.61853 12.7955 4.8295C13.0065 5.04048 13.125 5.32663 13.125 5.625Z", fill: "currentColor" }) })) }));
11
+ });
12
+ DeviceMobileCameraIcon.displayName = 'DeviceMobileCameraIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const DisableIcon: 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 DisableIcon = 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.25ZM5.62806 6.76074C4.76736 7.80751 4.17432 9.05342 3.90833 10.3906C3.59005 11.9909 3.75366 13.6498 4.37806 15.1572C5.00242 16.6645 6.05966 17.9529 7.41614 18.8594C8.77285 19.7659 10.3684 20.25 12.0001 20.25C13.9185 20.2478 15.7664 19.5772 17.2355 18.3691L5.62806 6.76074ZM15.1574 4.37793C13.65 3.75354 11.991 3.58995 10.3908 3.9082C9.05269 4.17436 7.8061 4.76829 6.75892 5.62988L18.3673 17.2383C19.5767 15.7688 20.248 13.9195 20.2501 12C20.2501 10.3684 19.7659 8.77364 18.8595 7.41699C17.953 6.06033 16.6648 5.00236 15.1574 4.37793Z", fill: "currentColor" }) })) }));
11
+ });
12
+ DisableIcon.displayName = 'DisableIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const DominoIcon: 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 DominoIcon = 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.74 6C22.3554 6.00015 23.9732 7.62752 23.9881 7.64258C23.9892 7.66099 24.6154 17.9997 16.8035 18C14.4026 17.9999 13.5397 15.6429 12.0007 15.6426C10.4615 15.6426 9.59804 17.9997 7.19702 18C-0.61892 17.9996 0.0118899 7.65113 0.0124478 7.64258C0.0325335 7.62225 1.65152 6.00001 5.26148 6C8.89367 6.00022 10.2153 7.64256 12.0007 7.64258C13.786 7.64234 15.1077 6.00001 18.74 6ZM18.74 7.40039C17.1653 7.40039 16.1125 7.74866 15.2058 8.11816C14.7863 8.28913 14.2315 8.53815 13.7664 8.7041C13.2535 8.88704 12.6676 9.04291 12.0007 9.04297C11.3339 9.04296 10.748 8.88701 10.2351 8.7041C9.7698 8.53814 9.21428 8.28917 8.79468 8.11816C7.88813 7.74872 6.83587 7.4005 5.26148 7.40039C3.24268 7.4004 1.99265 7.97705 1.4021 8.34375C1.41147 9.1933 1.50298 10.8081 2.00757 12.4023C2.37395 13.5598 2.92825 14.6093 3.73218 15.3594C4.50431 16.0797 5.58585 16.5995 7.19702 16.5996C7.87731 16.5995 8.36428 16.2957 9.02613 15.7451C9.3166 15.5034 9.74614 15.1204 10.1668 14.8428C10.6229 14.5418 11.2363 14.2422 12.0007 14.2422C12.765 14.2423 13.3777 14.5418 13.8337 14.8428C14.2544 15.1204 14.6839 15.5034 14.9744 15.7451C15.6362 16.2958 16.1232 16.5996 16.8035 16.5996C18.4147 16.5995 19.4962 16.0798 20.2683 15.3594C21.0722 14.6093 21.6256 13.5598 21.992 12.4023C22.4965 10.8081 22.5871 9.1934 22.5964 8.34375C22.0051 7.97671 20.7565 7.40048 18.74 7.40039ZM5.14429 9.13379C5.71929 9.04579 6.52127 8.99794 7.43823 9.1582C8.54181 9.35125 9.31916 9.82449 9.83179 10.292C10.0835 10.5216 10.2655 10.7437 10.3904 10.9209C10.4529 11.0097 10.5023 11.0884 10.5388 11.1514C10.557 11.1827 10.5723 11.2108 10.5847 11.2344C10.5909 11.2461 10.5965 11.257 10.6013 11.2666L10.6111 11.2861C10.6115 11.2871 10.6116 11.2882 10.6121 11.2891L10.613 11.291C10.6088 11.2939 10.5352 11.3301 9.35327 11.9004L10.614 11.292L11.1316 12.3652L10.155 13.0479C10.0554 13.1174 9.03991 13.8143 7.60425 13.8145C5.86782 13.8144 4.69765 13.2845 3.98315 12.4844C3.64351 12.1039 3.45489 11.7134 3.35132 11.4033C3.29968 11.2487 3.26853 11.1126 3.24975 11.0049C3.24034 10.9508 3.23463 10.9032 3.23022 10.8633C3.22804 10.8435 3.22568 10.8256 3.22436 10.8096C3.22371 10.8015 3.22289 10.7932 3.22241 10.7861C3.22218 10.7828 3.2226 10.7795 3.22241 10.7764C3.22232 10.7748 3.22152 10.773 3.22143 10.7715V10.7686L4.61987 10.6904L4.13354 9.37793L4.13452 9.37695H4.13647C4.13764 9.37653 4.13909 9.37547 4.14038 9.375C4.14303 9.37403 4.14601 9.37321 4.14917 9.37207C4.15581 9.36968 4.16373 9.36637 4.17261 9.36328C4.19032 9.35712 4.21268 9.35032 4.23901 9.3418C4.29194 9.32466 4.36205 9.30267 4.448 9.2793C4.61946 9.23266 4.85576 9.17797 5.14429 9.13379ZM16.5623 9.1582C18.3631 8.84335 19.7316 9.32821 19.864 9.37695L20.8338 9.7334L20.7781 10.7666L19.3806 10.6904L20.7781 10.7686V10.7754C20.7779 10.7787 20.7773 10.7826 20.7771 10.7861C20.7766 10.7931 20.7758 10.8006 20.7752 10.8086C20.7738 10.8247 20.7725 10.8433 20.7703 10.8633C20.7659 10.9031 20.7591 10.951 20.7498 11.0049C20.731 11.1125 20.6997 11.2481 20.6482 11.4023C20.5447 11.7126 20.3562 12.1037 20.0164 12.4844C19.3021 13.2845 18.1332 13.8143 16.3972 13.8145C15.6558 13.8145 15.033 13.6287 14.6043 13.4512C14.3875 13.3614 14.2113 13.27 14.0837 13.1973C14.0198 13.1608 13.9669 13.1283 13.9265 13.1025C13.9063 13.0896 13.8889 13.0778 13.8748 13.0684C13.8678 13.0637 13.8616 13.0594 13.8562 13.0557C13.8535 13.0538 13.8507 13.0524 13.8484 13.0508C13.8473 13.05 13.8465 13.0486 13.8455 13.0479L13.8435 13.0469L13.8425 13.0459L14.6472 11.9004C13.3864 11.2918 13.3861 11.2907 13.3865 11.29L13.3875 11.2891C13.3879 11.2881 13.3889 11.2871 13.3894 11.2861L13.3992 11.2666C13.404 11.257 13.4096 11.2461 13.4158 11.2344C13.4282 11.2108 13.4435 11.1828 13.4617 11.1514C13.4982 11.0884 13.5466 11.0097 13.6091 10.9209C13.734 10.7438 13.916 10.5216 14.1677 10.292C14.6804 9.8245 15.4586 9.35123 16.5623 9.1582ZM14.6472 11.9004L13.8416 13.0459L12.8689 12.3623L13.3865 11.292L14.6472 11.9004ZM7.19702 10.5371C5.73937 10.2823 4.63967 10.6832 4.61987 10.6904C4.62022 10.6967 4.71902 12.414 7.60425 12.4141C8.61032 12.4139 9.33522 11.913 9.35327 11.9004C9.35327 11.9004 8.83329 10.8233 7.19702 10.5371ZM19.3806 10.6904C19.3595 10.6827 18.2602 10.2825 16.8035 10.5371C15.1772 10.8215 14.6536 11.8873 14.6472 11.9004C14.6613 11.9102 15.3881 12.4141 16.3972 12.4141C19.2869 12.4138 19.3806 10.6904 19.3806 10.6904ZM5.09253 12.0078C5.09314 12.0076 5.09453 12.0075 5.09644 12.0068L5.09839 12.0059C5.09532 12.0069 5.09335 12.0075 5.09253 12.0078ZM4.61987 10.6904L3.22143 10.7666L3.16577 9.73633L4.13257 9.37793L4.61987 10.6904Z", fill: "currentColor" }) })) }));
11
+ });
12
+ DominoIcon.displayName = 'DominoIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const DominoPlusIcon: 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 DominoPlusIcon = 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 25", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M18.7393 8.06445C22.3355 8.0646 23.9557 9.67519 23.9873 9.70703C23.9885 9.72545 24.6146 20.0642 16.8027 20.0645C14.4025 20.0638 13.5388 17.7074 12 17.707C10.4612 17.7078 9.59692 20.0642 7.19629 20.0645C1.15187 20.0637 0.162504 13.8734 0.0234375 11.0645H1.4248C1.47242 11.9605 1.61226 13.2201 2.00684 14.4668C2.37316 15.624 2.92773 16.6737 3.73145 17.4238C4.50346 18.144 5.58552 18.6638 7.19629 18.6641C7.87643 18.6639 8.36377 18.36 9.02539 17.8096C9.31574 17.568 9.74557 17.1848 10.166 16.9072C10.622 16.6063 11.236 16.3068 12 16.3066C12.764 16.3067 13.377 16.6063 13.833 16.9072C14.2534 17.1847 14.6832 17.5679 14.9736 17.8096C15.6352 18.3601 16.1228 18.6638 16.8027 18.6641C18.4137 18.664 19.4955 18.144 20.2676 17.4238C21.0714 16.6738 21.6248 15.6242 21.9912 14.4668C22.4958 12.8726 22.5863 11.2579 22.5957 10.4082C22.0042 10.0412 20.7552 9.46494 18.7393 9.46484C17.165 9.46496 16.1116 9.81317 15.2051 10.1826C14.7857 10.3536 14.2306 10.6027 13.7656 10.7686C13.2529 10.9514 12.6665 11.1074 12 11.1074C11.644 11.1074 11.3111 11.0615 11 10.9922V9.54688C11.3293 9.64532 11.6561 9.70694 12 9.70703C13.7852 9.70679 15.1076 8.06469 18.7393 8.06445ZM8.64844 11.5908C9.14071 11.8108 9.5316 12.0834 9.83105 12.3564C10.0826 12.5859 10.2648 12.8083 10.3896 12.9854C10.4521 13.074 10.5016 13.1529 10.5381 13.2158C10.5562 13.247 10.5716 13.2754 10.584 13.2988C10.5901 13.3104 10.5958 13.3215 10.6006 13.3311L10.6104 13.3506L10.6113 13.3535L10.6123 13.3555C10.6036 13.3605 10.5015 13.4104 9.35254 13.9648L10.6133 13.3564L11.1309 14.4297L10.1543 15.1123C10.0518 15.1838 9.03683 15.8788 7.60352 15.8789C5.88072 15.8787 4.71585 15.3562 4 14.5664V14.0645H5.60645C6.04688 14.3027 6.68336 14.4784 7.60352 14.4785C8.60239 14.4784 9.3246 13.9842 9.35254 13.9648C9.34418 13.9478 8.96352 13.1827 7.85645 12.7783L8.64844 11.5908ZM16.5615 11.2227C18.3595 10.9083 19.727 11.3913 19.8633 11.4414L20.833 11.7979L20.7773 12.8311L19.3799 12.7549L20.7773 12.833V12.8398C20.7771 12.8431 20.7766 12.8471 20.7764 12.8506C20.7759 12.8576 20.7751 12.8651 20.7744 12.873C20.7731 12.8892 20.7717 12.9078 20.7695 12.9277C20.7651 12.9675 20.7584 13.0155 20.749 13.0693C20.7303 13.1769 20.6989 13.3126 20.6475 13.4668C20.5439 13.777 20.3553 14.1682 20.0156 14.5488C19.3013 15.3488 18.1322 15.8788 16.3965 15.8789C15.6553 15.8788 15.0321 15.6931 14.6035 15.5156C14.387 15.426 14.2105 15.3344 14.083 15.2617C14.0193 15.2254 13.966 15.1927 13.9258 15.167C13.9058 15.1542 13.888 15.1422 13.874 15.1328C13.8673 15.1283 13.8608 15.1238 13.8555 15.1201C13.8529 15.1184 13.8498 15.1167 13.8477 15.1152C13.8467 15.1144 13.8456 15.1129 13.8447 15.1123L13.8428 15.1113L13.8418 15.1104L14.6465 13.9648C13.4061 13.3661 13.3857 13.3553 13.3857 13.3545L13.3867 13.3535C13.3871 13.3527 13.3881 13.3515 13.3887 13.3506L13.3984 13.3311C13.4032 13.3215 13.4089 13.3104 13.415 13.2988C13.4274 13.2754 13.4428 13.2471 13.4609 13.2158C13.4974 13.153 13.546 13.074 13.6084 12.9854C13.7332 12.8083 13.9155 12.5859 14.167 12.3564C14.6795 11.8891 15.4582 11.4158 16.5615 11.2227ZM14.6465 13.9648L13.8408 15.1104L12.8682 14.4268L13.3857 13.3564L14.6465 13.9648ZM19.3799 12.7549C19.3429 12.7414 18.2486 12.3488 16.8027 12.6016C15.177 12.8862 14.6529 13.9518 14.6465 13.9648C14.6605 13.9747 15.3878 14.4783 16.3965 14.4785C19.278 14.4782 19.3793 12.7646 19.3799 12.7549ZM5.0918 14.0723C5.09234 14.0721 5.0941 14.0718 5.0957 14.0713L5.09766 14.0703C5.09494 14.0712 5.09256 14.072 5.0918 14.0723ZM6 0C6.19891 0 6.38962 0.0790743 6.53027 0.219727C6.67085 0.360367 6.75 0.551145 6.75 0.75V5.25H11.25C11.4489 5.25 11.6396 5.32907 11.7803 5.46973C11.9208 5.61037 12 5.80115 12 6C11.9999 6.19882 11.9209 6.38968 11.7803 6.53027C11.6396 6.67085 11.4489 6.75 11.25 6.75H6.75V11.25C6.74994 11.4488 6.67087 11.6397 6.53027 11.7803C6.38963 11.9208 6.19885 12 6 12C5.80115 12 5.61037 11.9208 5.46973 11.7803C5.32913 11.6397 5.25006 11.4488 5.25 11.25V6.75H0.75C0.551145 6.75 0.360367 6.67085 0.219727 6.53027C0.0791318 6.38968 6.46282e-05 6.19882 0 6C0 5.80115 0.0791506 5.61037 0.219727 5.46973C0.360379 5.32907 0.551088 5.25 0.75 5.25H5.25V0.75C5.25 0.551145 5.32915 0.360367 5.46973 0.219727C5.61038 0.0790743 5.80109 0 6 0Z", fill: "currentColor" }) })) }));
11
+ });
12
+ DominoPlusIcon.displayName = 'DominoPlusIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const DonutChartIcon: 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 DonutChartIcon = 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.25C11.8011 2.25 11.6103 2.32902 11.4697 2.46967C11.329 2.61032 11.25 2.80109 11.25 3V8.25C11.25 8.44891 11.329 8.63968 11.4697 8.78033C11.6103 8.92098 11.8011 9 12 9C12.6604 9.00015 13.3023 9.21819 13.8261 9.6203C14.3499 10.0224 14.7264 10.5861 14.8972 11.224C15.0681 11.8619 15.0236 12.5384 14.7708 13.1484C14.518 13.7585 14.071 14.2681 13.499 14.5982C12.9271 14.9284 12.2622 15.0606 11.6075 14.9743C10.9528 14.8881 10.3448 14.5882 9.8779 14.1212C9.41097 13.6542 9.11117 13.0462 9.025 12.3915C8.93882 11.7368 9.07108 11.0719 9.40126 10.5C9.45053 10.4147 9.4825 10.3205 9.49536 10.2228C9.50822 10.1252 9.50171 10.0259 9.4762 9.93075C9.45069 9.83559 9.40668 9.7464 9.3467 9.66825C9.28671 9.59011 9.21191 9.52454 9.12658 9.47531L4.5797 6.85031C4.49439 6.80105 4.40021 6.76907 4.30253 6.75622C4.20486 6.74336 4.10561 6.74987 4.01045 6.77538C3.9153 6.80089 3.8261 6.84489 3.74795 6.90488C3.66981 6.96487 3.60425 7.03967 3.55501 7.125C2.48189 8.98371 2.05205 11.1446 2.33215 13.2725C2.61226 15.4004 3.58667 17.3764 5.10425 18.8941C6.62183 20.4118 8.59779 21.3863 10.7257 21.6665C12.8535 21.9468 15.0144 21.5171 16.8732 20.4441C18.732 19.3711 20.1848 17.7147 21.0063 15.7319C21.8278 13.7491 21.9721 11.5506 21.4168 9.47742C20.8615 7.40424 19.6376 5.57222 17.9351 4.26547C16.2325 2.95872 14.1463 2.25028 12 2.25ZM4.50845 8.54062L7.78126 10.4306C7.59503 10.9329 7.49979 11.4643 7.50001 12C7.50001 12.1434 7.50751 12.2812 7.52064 12.4237L3.87001 13.4062C3.58532 11.7571 3.80795 10.0605 4.50845 8.54062ZM4.25814 14.8509L7.91439 13.8722C8.22008 14.5385 8.68361 15.1203 9.26485 15.5671C9.84608 16.0139 10.5275 16.3122 11.25 16.4363V20.2153C9.69735 20.0714 8.21703 19.4914 6.97988 18.5422C5.74273 17.593 4.79919 16.3134 4.25814 14.8509ZM12.75 20.2153V16.4363C13.7982 16.2586 14.7496 15.7156 15.4356 14.9035C16.1216 14.0914 16.498 13.0626 16.498 11.9995C16.498 10.9364 16.1216 9.90768 15.4356 9.09557C14.7496 8.28347 13.7982 7.74047 12.75 7.56281V3.78375C14.7996 3.97101 16.7051 4.91756 18.0926 6.43761C19.4801 7.95767 20.2494 9.94144 20.2494 11.9995C20.2494 14.0576 19.4801 16.0414 18.0926 17.5614C16.7051 19.0815 14.7996 20.0281 12.75 20.2153Z", fill: "currentColor" }) })) }));
11
+ });
12
+ DonutChartIcon.displayName = 'DonutChartIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const DotsNineBoldIcon: 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 DotsNineBoldIcon = 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: "M10.5837 6.00281C10.5837 5.21908 11.2191 4.58374 12.0028 4.58374C12.7865 4.58374 13.4219 5.21908 13.4219 6.00281C13.4219 6.78654 12.7865 7.42188 12.0028 7.42188C11.2191 7.42188 10.5837 6.78654 10.5837 6.00281Z", fill: "currentColor" }), _jsx("path", { d: "M10.582 12C10.582 11.2169 11.2169 10.582 12 10.582C12.7831 10.582 13.418 11.2169 13.418 12C13.418 12.7831 12.7831 13.418 12 13.418C11.2169 13.418 10.582 12.7831 10.582 12Z", fill: "currentColor" }), _jsx("path", { d: "M10.582 18C10.582 17.2169 11.2169 16.582 12 16.582C12.7831 16.582 13.418 17.2169 13.418 18C13.418 18.7831 12.7831 19.418 12 19.418C11.2169 19.418 10.582 18.7831 10.582 18Z", fill: "currentColor" }), _jsx("path", { d: "M4.58374 6.00281C4.58374 5.21908 5.21908 4.58374 6.00281 4.58374C6.78654 4.58374 7.42188 5.21908 7.42188 6.00281C7.42188 6.78654 6.78654 7.42188 6.00281 7.42188C5.21908 7.42188 4.58374 6.78654 4.58374 6.00281Z", fill: "currentColor" }), _jsx("path", { d: "M4.58203 12C4.58203 11.2169 5.21688 10.582 6 10.582C6.78312 10.582 7.41797 11.2169 7.41797 12C7.41797 12.7831 6.78312 13.418 6 13.418C5.21688 13.418 4.58203 12.7831 4.58203 12Z", fill: "currentColor" }), _jsx("path", { d: "M4.58203 18C4.58203 17.2169 5.21688 16.582 6 16.582C6.78312 16.582 7.41797 17.2169 7.41797 18C7.41797 18.7831 6.78312 19.418 6 19.418C5.21688 19.418 4.58203 18.7831 4.58203 18Z", fill: "currentColor" }), _jsx("path", { d: "M16.5837 6.00281C16.5837 5.21908 17.2191 4.58374 18.0028 4.58374C18.7865 4.58374 19.4219 5.21908 19.4219 6.00281C19.4219 6.78654 18.7865 7.42188 18.0028 7.42188C17.2191 7.42188 16.5837 6.78654 16.5837 6.00281Z", fill: "currentColor" }), _jsx("path", { d: "M16.582 12C16.582 11.2169 17.2169 10.582 18 10.582C18.7831 10.582 19.418 11.2169 19.418 12C19.418 12.7831 18.7831 13.418 18 13.418C17.2169 13.418 16.582 12.7831 16.582 12Z", fill: "currentColor" }), _jsx("path", { d: "M16.582 18C16.582 17.2169 17.2169 16.582 18 16.582C18.7831 16.582 19.418 17.2169 19.418 18C19.418 18.7831 18.7831 19.418 18 19.418C17.2169 19.418 16.582 18.7831 16.582 18Z", fill: "currentColor" })] })) }));
11
+ });
12
+ DotsNineBoldIcon.displayName = 'DotsNineBoldIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const DotsSixVerticalIcon: 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 DotsSixVerticalIcon = 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: "M13.5837 6.00281C13.5837 5.21908 14.2191 4.58374 15.0028 4.58374C15.7865 4.58374 16.4219 5.21908 16.4219 6.00281C16.4219 6.78654 15.7865 7.42188 15.0028 7.42188C14.2191 7.42188 13.5837 6.78654 13.5837 6.00281Z", fill: "currentColor" }), _jsx("path", { d: "M13.582 12C13.582 11.2169 14.2169 10.582 15 10.582C15.7831 10.582 16.418 11.2169 16.418 12C16.418 12.7831 15.7831 13.418 15 13.418C14.2169 13.418 13.582 12.7831 13.582 12Z", fill: "currentColor" }), _jsx("path", { d: "M13.582 18C13.582 17.2169 14.2169 16.582 15 16.582C15.7831 16.582 16.418 17.2169 16.418 18C16.418 18.7831 15.7831 19.418 15 19.418C14.2169 19.418 13.582 18.7831 13.582 18Z", fill: "currentColor" }), _jsx("path", { d: "M7.58374 6.00281C7.58374 5.21908 8.21908 4.58374 9.00281 4.58374C9.78654 4.58374 10.4219 5.21908 10.4219 6.00281C10.4219 6.78654 9.78654 7.42188 9.00281 7.42188C8.21908 7.42188 7.58374 6.78654 7.58374 6.00281Z", fill: "currentColor" }), _jsx("path", { d: "M7.58203 12C7.58203 11.2169 8.21688 10.582 9 10.582C9.78312 10.582 10.418 11.2169 10.418 12C10.418 12.7831 9.78312 13.418 9 13.418C8.21688 13.418 7.58203 12.7831 7.58203 12Z", fill: "currentColor" }), _jsx("path", { d: "M7.58203 18C7.58203 17.2169 8.21688 16.582 9 16.582C9.78312 16.582 10.418 17.2169 10.418 18C10.418 18.7831 9.78312 19.418 9 19.418C8.21688 19.418 7.58203 18.7831 7.58203 18Z", fill: "currentColor" })] })) }));
11
+ });
12
+ DotsSixVerticalIcon.displayName = 'DotsSixVerticalIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const DotsThreeCircleIcon: CustomIcon;