@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,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 GridFourIcon = 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 3.75H5.25C4.85218 3.75 4.47064 3.90804 4.18934 4.18934C3.90804 4.47064 3.75 4.85218 3.75 5.25V18.75C3.75 19.1478 3.90804 19.5294 4.18934 19.8107C4.47064 20.092 4.85218 20.25 5.25 20.25H18.75C19.1478 20.25 19.5294 20.092 19.8107 19.8107C20.092 19.5294 20.25 19.1478 20.25 18.75V5.25C20.25 4.85218 20.092 4.47064 19.8107 4.18934C19.5294 3.90804 19.1478 3.75 18.75 3.75ZM18.75 11.25H12.75V5.25H18.75V11.25ZM11.25 5.25V11.25H5.25V5.25H11.25ZM5.25 12.75H11.25V18.75H5.25V12.75ZM18.75 18.75H12.75V12.75H18.75V18.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ GridFourIcon.displayName = 'GridFourIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const GridNineIcon: 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 GridNineIcon = 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.5H3.75C3.35218 4.5 2.97064 4.65804 2.68934 4.93934C2.40804 5.22064 2.25 5.60218 2.25 6V18C2.25 18.3978 2.40804 18.7794 2.68934 19.0607C2.97064 19.342 3.35218 19.5 3.75 19.5H20.25C20.6478 19.5 21.0294 19.342 21.3107 19.0607C21.592 18.7794 21.75 18.3978 21.75 18V6C21.75 5.60218 21.592 5.22064 21.3107 4.93934C21.0294 4.65804 20.6478 4.5 20.25 4.5ZM9.75 13.5V10.5H14.25V13.5H9.75ZM14.25 15V18H9.75V15H14.25ZM3.75 10.5H8.25V13.5H3.75V10.5ZM9.75 9V6H14.25V9H9.75ZM15.75 10.5H20.25V13.5H15.75V10.5ZM20.25 9H15.75V6H20.25V9ZM8.25 6V9H3.75V6H8.25ZM3.75 15H8.25V18H3.75V15ZM20.25 18H15.75V15H20.25V18Z", fill: "currentColor" }) })) }));
11
+ });
12
+ GridNineIcon.displayName = 'GridNineIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const HalfStarIcon: 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 HalfStarIcon = 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.571 10.9038L21.1152 11.2974C20.9705 11.4222 20.782 11.4844 20.5914 11.4703C20.4008 11.4562 20.2236 11.367 20.0988 11.2222C19.974 11.0775 19.9118 10.889 19.9259 10.6984C19.94 10.5078 20.0292 10.3306 20.174 10.2058L20.6297 9.81218C20.6405 9.80317 20.6505 9.79507 20.6414 9.76715C20.6324 9.73922 20.6252 9.74283 20.6108 9.74103L19.8659 9.68068C19.7695 9.67592 19.6751 9.65183 19.5881 9.60985C19.5012 9.56788 19.4236 9.50886 19.3599 9.43631C19.2963 9.36376 19.2478 9.27916 19.2175 9.18752C19.1871 9.09589 19.1755 8.99909 19.1833 8.90288C19.1911 8.80666 19.2181 8.71299 19.2628 8.62743C19.3075 8.54187 19.3689 8.46616 19.4434 8.40479C19.5179 8.34342 19.604 8.29766 19.6966 8.2702C19.7891 8.24275 19.8862 8.23417 19.9821 8.24497L20.727 8.30441C21.0178 8.32901 21.2948 8.43886 21.5234 8.6202C21.752 8.80155 21.9221 9.04633 22.0122 9.32387C22.1023 9.60142 22.1085 9.89938 22.03 10.1804C21.9515 10.4615 21.7918 10.7131 21.571 10.9038ZM16.0128 14.3076L16.3802 15.8586C16.4176 16.0164 16.507 16.1571 16.6342 16.2577C16.7614 16.3584 16.9188 16.4133 17.081 16.4134C17.1371 16.4134 17.1931 16.4068 17.2476 16.3936C17.3397 16.3718 17.4266 16.332 17.5033 16.2766C17.58 16.2212 17.6451 16.1512 17.6948 16.0707C17.7445 15.9902 17.7778 15.9006 17.7929 15.8072C17.8079 15.7138 17.8045 15.6183 17.7826 15.5262L17.5124 14.4012L18.233 13.7834C18.3777 13.6585 18.467 13.4813 18.4811 13.2907C18.4952 13.1001 18.433 12.9117 18.3082 12.7669C18.2464 12.6952 18.1711 12.6364 18.0865 12.5939C18.002 12.5513 17.9099 12.5258 17.8155 12.5188C17.6249 12.5047 17.4365 12.5669 17.2918 12.6917L16.2433 13.5924C16.1428 13.6789 16.0681 13.7914 16.0275 13.9175C15.9868 14.0437 15.9817 14.1787 16.0128 14.3076ZM18.6365 19.129C18.5924 18.943 18.4763 18.7822 18.3136 18.6818C18.151 18.5815 17.9551 18.5499 17.7691 18.594C17.5832 18.638 17.4223 18.7542 17.322 18.9169C17.2216 19.0795 17.19 19.2754 17.2341 19.4613L17.353 19.9639C17.3565 19.9717 17.3568 19.9806 17.354 19.9886C17.3511 19.9966 17.3453 20.0033 17.3377 20.0072C17.3215 20.0198 17.317 20.0171 17.3035 20.0072L16.6982 19.6352C16.5354 19.5351 16.3395 19.5038 16.1536 19.5481C15.9677 19.5924 15.8071 19.7088 15.707 19.8716C15.6069 20.0344 15.5756 20.2303 15.6199 20.4162C15.6642 20.6021 15.7806 20.7627 15.9434 20.8628L16.5487 21.2348C16.7976 21.386 17.0858 21.4602 17.3768 21.4481C17.6678 21.436 17.9487 21.3381 18.1843 21.1667C18.4198 20.9954 18.5995 20.7583 18.7006 20.4851C18.8017 20.212 18.8199 19.915 18.7527 19.6316L18.6365 19.129ZM16.2632 9.39066L14.8545 9.27627C14.7226 9.2651 14.5964 9.21784 14.4896 9.13967C14.3829 9.0615 14.2997 8.95544 14.2492 8.83312L12.718 5.13306V17.1889L13.3872 17.6005C13.4678 17.6501 13.5379 17.715 13.5934 17.7917C13.6489 17.8683 13.6888 17.9551 13.7107 18.0471C13.7327 18.1392 13.7363 18.2347 13.7214 18.3281C13.7064 18.4215 13.6732 18.5111 13.6237 18.5917C13.5741 18.6723 13.5092 18.7424 13.4325 18.7979C13.3559 18.8534 13.2691 18.8933 13.177 18.9152C13.085 18.9372 12.9895 18.9408 12.8961 18.9259C12.8026 18.9109 12.7131 18.8777 12.6325 18.8282L11.9975 18.4373L7.44624 21.2366C7.19713 21.388 6.9088 21.4623 6.61754 21.4502C6.32629 21.438 6.04514 21.34 5.8095 21.1684C5.57385 20.9968 5.39425 20.7593 5.29331 20.4858C5.19237 20.2124 5.1746 19.9151 5.24224 19.6316L6.4816 14.4012L2.42846 10.9038C2.20806 10.7133 2.04866 10.4621 1.97017 10.1816C1.89168 9.90106 1.89758 9.60361 1.98713 9.32641C2.07668 9.0492 2.24592 8.80452 2.4737 8.62292C2.70148 8.44132 2.97772 8.33086 3.26791 8.30532L8.58202 7.87658L10.632 2.91555C10.743 2.64517 10.9318 2.4139 11.1746 2.25114C11.4173 2.08837 11.703 2.00146 11.9952 2.00146C12.2875 2.00146 12.5731 2.08837 12.8159 2.25114C13.0586 2.4139 13.2475 2.64517 13.3584 2.91555L15.4075 7.87658L16.3766 7.95494C16.4713 7.96257 16.5635 7.98877 16.648 8.03203C16.7325 8.07529 16.8076 8.13477 16.8691 8.20707C16.9307 8.27938 16.9773 8.36309 17.0065 8.45343C17.0357 8.54377 17.0467 8.63897 17.0391 8.7336C17.0315 8.82822 17.0053 8.92042 16.962 9.00492C16.9188 9.08942 16.8593 9.16458 16.787 9.22609C16.7147 9.28761 16.631 9.33428 16.5406 9.36344C16.4503 9.3926 16.3551 9.40369 16.2605 9.39606L16.2632 9.39066ZM11.2769 17.1889V5.13306L9.74572 8.83312C9.69504 8.95583 9.61144 9.06214 9.50416 9.14034C9.39688 9.21854 9.27008 9.26558 9.13775 9.27627L3.3805 9.74103C3.36699 9.74103 3.35888 9.74103 3.35077 9.76715C3.34664 9.77488 3.34554 9.78389 3.34771 9.79239C3.34988 9.80089 3.35515 9.80827 3.36248 9.81308L7.74887 13.596C7.84891 13.6822 7.92332 13.7943 7.96398 13.9199C8.00465 14.0456 8.01 14.18 7.97945 14.3085L6.63922 19.9648C6.63575 19.9726 6.6354 19.9815 6.63825 19.9895C6.6411 19.9975 6.64693 20.0042 6.65453 20.0081C6.67074 20.0207 6.67524 20.018 6.68875 20.0081L11.2769 17.1889Z", fill: "currentColor" }) })) }));
11
+ });
12
+ HalfStarIcon.displayName = 'HalfStarIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const HandPalmIcon: 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 HandPalmIcon = 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.625 8.25005C17.2357 8.2495 16.8513 8.33633 16.5 8.50412V5.62505C16.4999 5.17016 16.3816 4.72309 16.1566 4.3277C15.9317 3.93231 15.6078 3.60216 15.2169 3.36962C14.8259 3.13708 14.3812 3.01013 13.9264 3.00122C13.4716 2.99232 13.0223 3.10175 12.6225 3.3188C12.43 2.72404 12.0316 2.21748 11.499 1.89027C10.9663 1.56306 10.3344 1.43669 9.71687 1.53388C9.09934 1.63108 8.53677 1.94546 8.13038 2.42047C7.72399 2.89548 7.50045 3.49992 7.5 4.12505V4.75412C7.14873 4.58633 6.76429 4.4995 6.375 4.50005C5.67881 4.50005 5.01113 4.77662 4.51884 5.2689C4.02656 5.76118 3.75 6.42886 3.75 7.12505V14.2501C3.75 16.4381 4.61919 18.5365 6.16637 20.0837C7.71354 21.6309 9.81196 22.5001 12 22.5001C14.188 22.5001 16.2865 21.6309 17.8336 20.0837C19.3808 18.5365 20.25 16.4381 20.25 14.2501V10.8751C20.25 10.1789 19.9734 9.51118 19.4812 9.0189C18.9889 8.52662 18.3212 8.25005 17.625 8.25005ZM18.75 14.2501C18.75 16.0403 18.0388 17.7572 16.773 19.023C15.5071 20.2889 13.7902 21.0001 12 21.0001C10.2098 21.0001 8.4929 20.2889 7.22703 19.023C5.96116 17.7572 5.25 16.0403 5.25 14.2501V7.12505C5.25 6.82669 5.36853 6.54054 5.5795 6.32956C5.79048 6.11858 6.07663 6.00005 6.375 6.00005C6.67337 6.00005 6.95952 6.11858 7.1705 6.32956C7.38147 6.54054 7.5 6.82669 7.5 7.12505V11.2501C7.5 11.449 7.57902 11.6397 7.71967 11.7804C7.86032 11.921 8.05109 12.0001 8.25 12.0001C8.44891 12.0001 8.63968 11.921 8.78033 11.7804C8.92098 11.6397 9 11.449 9 11.2501V4.12505C9 3.82668 9.11853 3.54054 9.3295 3.32956C9.54048 3.11858 9.82663 3.00005 10.125 3.00005C10.4234 3.00005 10.7095 3.11858 10.9205 3.32956C11.1315 3.54054 11.25 3.82668 11.25 4.12505V10.5001C11.25 10.699 11.329 10.8897 11.4697 11.0304C11.6103 11.171 11.8011 11.2501 12 11.2501C12.1989 11.2501 12.3897 11.171 12.5303 11.0304C12.671 10.8897 12.75 10.699 12.75 10.5001V5.62505C12.75 5.32669 12.8685 5.04054 13.0795 4.82956C13.2905 4.61858 13.5766 4.50005 13.875 4.50005C14.1734 4.50005 14.4595 4.61858 14.6705 4.82956C14.8815 5.04054 15 5.32669 15 5.62505V12.0629C13.9521 12.2415 13.001 12.7848 12.3148 13.5967C11.6286 14.4087 11.2515 15.437 11.25 16.5001C11.25 16.699 11.329 16.8897 11.4697 17.0304C11.6103 17.171 11.8011 17.2501 12 17.2501C12.1989 17.2501 12.3897 17.171 12.5303 17.0304C12.671 16.8897 12.75 16.699 12.75 16.5001C12.75 15.7044 13.0661 14.9413 13.6287 14.3787C14.1913 13.8161 14.9544 13.5001 15.75 13.5001C15.9489 13.5001 16.1397 13.421 16.2803 13.2804C16.421 13.1397 16.5 12.949 16.5 12.7501V10.8751C16.5 10.5767 16.6185 10.2905 16.8295 10.0796C17.0405 9.86858 17.3266 9.75005 17.625 9.75005C17.9234 9.75005 18.2095 9.86858 18.4205 10.0796C18.6315 10.2905 18.75 10.5767 18.75 10.8751V14.2501Z", fill: "currentColor" }) })) }));
11
+ });
12
+ HandPalmIcon.displayName = 'HandPalmIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const HardDriveIcon: 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 HardDriveIcon = 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 6H3C2.60218 6 2.22064 6.15804 1.93934 6.43934C1.65804 6.72064 1.5 7.10218 1.5 7.5V16.5C1.5 16.8978 1.65804 17.2794 1.93934 17.5607C2.22064 17.842 2.60218 18 3 18H21C21.3978 18 21.7794 17.842 22.0607 17.5607C22.342 17.2794 22.5 16.8978 22.5 16.5V7.5C22.5 7.10218 22.342 6.72064 22.0607 6.43934C21.7794 6.15804 21.3978 6 21 6ZM21 16.5H3V7.5H21V16.5ZM18.75 12C18.75 12.2225 18.684 12.44 18.5604 12.625C18.4368 12.81 18.2611 12.9542 18.0555 13.0394C17.85 13.1245 17.6238 13.1468 17.4055 13.1034C17.1873 13.06 16.9868 12.9528 16.8295 12.7955C16.6722 12.6382 16.565 12.4377 16.5216 12.2195C16.4782 12.0012 16.5005 11.775 16.5856 11.5695C16.6708 11.3639 16.815 11.1882 17 11.0646C17.185 10.941 17.4025 10.875 17.625 10.875C17.9234 10.875 18.2095 10.9935 18.4205 11.2045C18.6315 11.4155 18.75 11.7016 18.75 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ HardDriveIcon.displayName = 'HardDriveIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const HardDrivesIcon: 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 HardDrivesIcon = 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.5 12.75H3.5C3.10218 12.75 2.72064 12.908 2.43934 13.1893C2.15804 13.4706 2 13.8522 2 14.25V18.75C2 19.1478 2.15804 19.5294 2.43934 19.8107C2.72064 20.092 3.10218 20.25 3.5 20.25H20.5C20.8978 20.25 21.2794 20.092 21.5607 19.8107C21.842 19.5294 22 19.1478 22 18.75V14.25C22 13.8522 21.842 13.4706 21.5607 13.1893C21.2794 12.908 20.8978 12.75 20.5 12.75ZM20.5 18.75H3.5V14.25H20.5V18.75ZM20.5 3.75H3.5C3.10218 3.75 2.72064 3.90804 2.43934 4.18934C2.15804 4.47064 2 4.85218 2 5.25V9.75C2 10.1478 2.15804 10.5294 2.43934 10.8107C2.72064 11.092 3.10218 11.25 3.5 11.25H20.5C20.8978 11.25 21.2794 11.092 21.5607 10.8107C21.842 10.5294 22 10.1478 22 9.75V5.25C22 4.85218 21.842 4.47064 21.5607 4.18934C21.2794 3.90804 20.8978 3.75 20.5 3.75ZM20.5 9.75H3.5V5.25H20.5V9.75ZM19 7.5C19 7.7225 18.934 7.94001 18.8104 8.12502C18.6868 8.31002 18.5111 8.45422 18.3055 8.53936C18.1 8.62451 17.8738 8.64679 17.6555 8.60338C17.4373 8.55998 17.2368 8.45283 17.0795 8.2955C16.9222 8.13816 16.815 7.93771 16.7716 7.71948C16.7282 7.50125 16.7505 7.27505 16.8356 7.06948C16.9208 6.86391 17.065 6.68821 17.25 6.5646C17.435 6.44098 17.6525 6.375 17.875 6.375C18.1734 6.375 18.4595 6.49353 18.6705 6.7045C18.8815 6.91548 19 7.20163 19 7.5ZM19 16.5C19 16.7225 18.934 16.94 18.8104 17.125C18.6868 17.31 18.5111 17.4542 18.3055 17.5394C18.1 17.6245 17.8738 17.6468 17.6555 17.6034C17.4373 17.56 17.2368 17.4528 17.0795 17.2955C16.9222 17.1382 16.815 16.9377 16.7716 16.7195C16.7282 16.5012 16.7505 16.275 16.8356 16.0695C16.9208 15.8639 17.065 15.6882 17.25 15.5646C17.435 15.441 17.6525 15.375 17.875 15.375C18.1734 15.375 18.4595 15.4935 18.6705 15.7045C18.8815 15.9155 19 16.2016 19 16.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ HardDrivesIcon.displayName = 'HardDrivesIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const HashIcon: 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 HashIcon = 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 8.25001H16.4437L17.2378 3.88407C17.2697 3.68995 17.2241 3.49107 17.1107 3.33029C16.9974 3.16951 16.8254 3.05971 16.6318 3.02454C16.4383 2.98937 16.2386 3.03165 16.076 3.14228C15.9133 3.25291 15.8006 3.42302 15.7622 3.61595L14.9184 8.25001H10.4438L11.2378 3.88407C11.2697 3.68995 11.2241 3.49107 11.1107 3.33029C10.9974 3.16951 10.8254 3.05971 10.6318 3.02454C10.4383 2.98937 10.2386 3.03165 10.076 3.14228C9.91331 3.25291 9.80062 3.42302 9.76219 3.61595L8.91937 8.25001H4.5C4.30109 8.25001 4.11032 8.32903 3.96967 8.46968C3.82902 8.61033 3.75 8.8011 3.75 9.00001C3.75 9.19892 3.82902 9.38969 3.96967 9.53034C4.11032 9.67099 4.30109 9.75001 4.5 9.75001H8.64656L7.82812 14.25H3C2.80109 14.25 2.61032 14.329 2.46967 14.4697C2.32902 14.6103 2.25 14.8011 2.25 15C2.25 15.1989 2.32902 15.3897 2.46967 15.5303C2.61032 15.671 2.80109 15.75 3 15.75H7.55625L6.76219 20.1159C6.72666 20.3116 6.77031 20.5134 6.88353 20.6769C6.99675 20.8404 7.17027 20.9522 7.36594 20.9878C7.41015 20.996 7.45503 21.0001 7.5 21C7.67548 20.9998 7.84532 20.938 7.97996 20.8255C8.11459 20.7129 8.20551 20.5567 8.23688 20.3841L9.08063 15.75H13.5563L12.7622 20.1159C12.7267 20.3116 12.7703 20.5134 12.8835 20.6769C12.9967 20.8404 13.1703 20.9522 13.3659 20.9878C13.4102 20.996 13.455 21.0001 13.5 21C13.6755 20.9998 13.8453 20.938 13.98 20.8255C14.1146 20.7129 14.2055 20.5567 14.2369 20.3841L15.0806 15.75H19.5C19.6989 15.75 19.8897 15.671 20.0303 15.5303C20.171 15.3897 20.25 15.1989 20.25 15C20.25 14.8011 20.171 14.6103 20.0303 14.4697C19.8897 14.329 19.6989 14.25 19.5 14.25H15.3534L16.1719 9.75001H21C21.1989 9.75001 21.3897 9.67099 21.5303 9.53034C21.671 9.38969 21.75 9.19892 21.75 9.00001C21.75 8.8011 21.671 8.61033 21.5303 8.46968C21.3897 8.32903 21.1989 8.25001 21 8.25001ZM13.8281 14.25H9.35344L10.1719 9.75001H14.6466L13.8281 14.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ HashIcon.displayName = 'HashIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const HeartIcon: 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 HeartIcon = 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.6875 3.75C14.7516 3.75 13.0566 4.5825 12 5.98969C10.9434 4.5825 9.24844 3.75 7.3125 3.75C5.77146 3.75174 4.29404 4.36468 3.20436 5.45436C2.11468 6.54404 1.50174 8.02146 1.5 9.5625C1.5 16.125 11.2303 21.4369 11.6447 21.6562C11.7539 21.715 11.876 21.7458 12 21.7458C12.124 21.7458 12.2461 21.715 12.3553 21.6562C12.7697 21.4369 22.5 16.125 22.5 9.5625C22.4983 8.02146 21.8853 6.54404 20.7956 5.45436C19.706 4.36468 18.2285 3.75174 16.6875 3.75ZM12 20.1375C10.2881 19.14 3 14.5959 3 9.5625C3.00149 8.41921 3.45632 7.32317 4.26475 6.51475C5.07317 5.70632 6.16921 5.25149 7.3125 5.25C9.13594 5.25 10.6669 6.22125 11.3062 7.78125C11.3628 7.91881 11.4589 8.03646 11.5824 8.11926C11.7059 8.20207 11.8513 8.24627 12 8.24627C12.1487 8.24627 12.2941 8.20207 12.4176 8.11926C12.5411 8.03646 12.6372 7.91881 12.6937 7.78125C13.3331 6.21844 14.8641 5.25 16.6875 5.25C17.8308 5.25149 18.9268 5.70632 19.7353 6.51475C20.5437 7.32317 20.9985 8.41921 21 9.5625C21 14.5884 13.71 19.1391 12 20.1375Z", fill: "currentColor" }) })) }));
11
+ });
12
+ HeartIcon.displayName = 'HeartIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const HeartbeatIcon: 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 HeartbeatIcon = 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: "M6.75 13.5H3C2.80109 13.5 2.61032 13.421 2.46967 13.2803C2.32902 13.1397 2.25 12.9489 2.25 12.75C2.25 12.5511 2.32902 12.3603 2.46967 12.2197C2.61032 12.079 2.80109 12 3 12H6.34875L7.62562 10.0837C7.69409 9.98087 7.78691 9.89651 7.89584 9.83816C8.00477 9.7798 8.12643 9.74927 8.25 9.74927C8.37357 9.74927 8.49523 9.7798 8.60416 9.83816C8.71309 9.89651 8.80591 9.98087 8.87438 10.0837L11.25 13.6462L12.1256 12.3337C12.1942 12.231 12.287 12.1468 12.396 12.0886C12.5049 12.0303 12.6265 11.9999 12.75 12H15C15.1989 12 15.3897 12.079 15.5303 12.2197C15.671 12.3603 15.75 12.5511 15.75 12.75C15.75 12.9489 15.671 13.1397 15.5303 13.2803C15.3897 13.421 15.1989 13.5 15 13.5H13.1512L11.8744 15.4162C11.8059 15.5191 11.7131 15.6035 11.6042 15.6618C11.4952 15.7202 11.3736 15.7507 11.25 15.7507C11.1264 15.7507 11.0048 15.7202 10.8958 15.6618C10.7869 15.6035 10.6941 15.5191 10.6256 15.4162L8.25 11.8519L7.37438 13.1644C7.30604 13.2675 7.21328 13.3521 7.10434 13.4106C6.99541 13.4692 6.87368 13.4999 6.75 13.5ZM16.6875 3.75C14.7516 3.75 13.0566 4.5825 12 5.98969C10.9434 4.5825 9.24844 3.75 7.3125 3.75C5.77146 3.75174 4.29404 4.36468 3.20436 5.45436C2.11468 6.54404 1.50174 8.02146 1.5 9.5625C1.5 9.63281 1.5 9.70312 1.5 9.77344C1.50622 9.97235 1.5912 10.1606 1.73624 10.2969C1.88129 10.4332 2.07453 10.5062 2.27344 10.5C2.47235 10.4938 2.66065 10.4088 2.7969 10.2638C2.93316 10.1187 3.00622 9.92547 3 9.72656C3 9.67219 3 9.61687 3 9.5625C3.00149 8.41921 3.45632 7.32317 4.26475 6.51475C5.07317 5.70632 6.16921 5.25149 7.3125 5.25C9.13594 5.25 10.6669 6.22125 11.3062 7.78125C11.3628 7.91881 11.4589 8.03646 11.5824 8.11926C11.7059 8.20206 11.8513 8.24627 12 8.24627C12.1487 8.24627 12.2941 8.20206 12.4176 8.11926C12.5411 8.03646 12.6372 7.91881 12.6937 7.78125C13.3331 6.21844 14.8641 5.25 16.6875 5.25C17.8308 5.25149 18.9268 5.70632 19.7353 6.51475C20.5437 7.32317 20.9985 8.41921 21 9.5625C21 14.5884 13.71 19.1391 12 20.1375C10.9847 19.5459 8.00344 17.7 5.74875 15.2428C5.68215 15.1702 5.60189 15.1114 5.51255 15.0697C5.42322 15.0281 5.32657 15.0045 5.22811 15.0002C5.12965 14.996 5.03131 15.0111 4.93872 15.0449C4.84612 15.0786 4.76107 15.1303 4.68844 15.1969C4.6158 15.2635 4.55699 15.3437 4.51537 15.4331C4.47375 15.5224 4.45014 15.6191 4.44587 15.7175C4.44161 15.816 4.45677 15.9143 4.49051 16.0069C4.52425 16.0995 4.5759 16.1845 4.6425 16.2572C7.56469 19.4447 11.4797 21.5709 11.6447 21.66C11.7539 21.7188 11.876 21.7495 12 21.7495C12.124 21.7495 12.2461 21.7188 12.3553 21.66C12.7697 21.4369 22.5 16.125 22.5 9.5625C22.4983 8.02146 21.8853 6.54404 20.7956 5.45436C19.706 4.36468 18.2285 3.75174 16.6875 3.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ HeartbeatIcon.displayName = 'HeartbeatIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const HomeIcon: 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 HomeIcon = 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.5603 10.1887L13.0603 2.68875C12.779 2.40766 12.3977 2.24976 12 2.24976C11.6024 2.24976 11.221 2.40766 10.9397 2.68875L3.4397 10.1887C3.29973 10.3277 3.18878 10.493 3.1133 10.6752C3.03782 10.8574 2.99931 11.0528 3.00001 11.25V20.25C3.00001 20.4489 3.07903 20.6397 3.21968 20.7803C3.36033 20.921 3.5511 21 3.75001 21H9.75001C9.94892 21 10.1397 20.921 10.2803 20.7803C10.421 20.6397 10.5 20.4489 10.5 20.25V15H13.5V20.25C13.5 20.4489 13.579 20.6397 13.7197 20.7803C13.8603 20.921 14.0511 21 14.25 21H20.25C20.4489 21 20.6397 20.921 20.7803 20.7803C20.921 20.6397 21 20.4489 21 20.25V11.25C21.0007 11.0528 20.9622 10.8574 20.8867 10.6752C20.8112 10.493 20.7003 10.3277 20.5603 10.1887ZM19.5 19.5H15V14.25C15 14.0511 14.921 13.8603 14.7803 13.7197C14.6397 13.579 14.4489 13.5 14.25 13.5H9.75001C9.5511 13.5 9.36033 13.579 9.21968 13.7197C9.07903 13.8603 9.00001 14.0511 9.00001 14.25V19.5H4.50001V11.25L12 3.75L19.5 11.25V19.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ HomeIcon.displayName = 'HomeIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const HourglassHighDuotoneIcon: 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 HourglassHighDuotoneIcon = forwardRef((props, ref) => {
9
+ const { sx, size = 24 } = props, rest = __rest(props, ["sx", "size"]);
10
+ return (_jsx(IconWrapper, { sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M18 6V7.09125C17.9996 7.20689 17.9725 7.32088 17.9208 7.42432C17.8691 7.52775 17.7942 7.61783 17.7019 7.6875L12 12L6.3 7.725C6.20685 7.65514 6.13125 7.56455 6.07918 7.46041C6.02711 7.35627 6 7.24143 6 7.125V6H18Z", fill: "#EEEEEE" }), _jsx("path", { d: "M17.25 2.25H6.75C6.35218 2.25 5.97064 2.40804 5.68934 2.68934C5.40804 2.97064 5.25 3.35218 5.25 3.75V7.125C5.25051 7.35778 5.30495 7.58727 5.40905 7.79548C5.51315 8.00368 5.66408 8.18493 5.85 8.325L10.7503 12L5.85 15.675C5.66408 15.8151 5.51315 15.9963 5.40905 16.2045C5.30495 16.4127 5.25051 16.6422 5.25 16.875V20.25C5.25 20.6478 5.40804 21.0294 5.68934 21.3107C5.97064 21.592 6.35218 21.75 6.75 21.75H17.25C17.6478 21.75 18.0294 21.592 18.3107 21.3107C18.592 21.0294 18.75 20.6478 18.75 20.25V16.9088C18.7495 16.6769 18.6955 16.4482 18.5922 16.2406C18.489 16.033 18.3393 15.8519 18.1547 15.7116L13.2441 12L18.1547 8.28844C18.3393 8.14807 18.489 7.96703 18.5922 7.7594C18.6955 7.55177 18.7495 7.32313 18.75 7.09125V3.75C18.75 3.35218 18.592 2.97064 18.3107 2.68934C18.0294 2.40804 17.6478 2.25 17.25 2.25ZM17.25 3.75V5.25H6.75V3.75H17.25ZM17.25 20.25H6.75V16.875L12 12.9375L17.25 16.9078V20.25ZM12 11.0625L6.75 7.125V6.75H17.25V7.09125L12 11.0625Z", fill: "#53566F" })] })) }));
11
+ });
12
+ HourglassHighDuotoneIcon.displayName = 'HourglassHighDuotoneIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const HourglassHighIcon: 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 HourglassHighIcon = 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 2.25H6.75C6.35218 2.25 5.97064 2.40804 5.68934 2.68934C5.40804 2.97064 5.25 3.35218 5.25 3.75V7.125C5.25051 7.35778 5.30495 7.58727 5.40905 7.79548C5.51315 8.00368 5.66408 8.18493 5.85 8.325L10.7503 12L5.85 15.675C5.66408 15.8151 5.51315 15.9963 5.40905 16.2045C5.30495 16.4127 5.25051 16.6422 5.25 16.875V20.25C5.25 20.6478 5.40804 21.0294 5.68934 21.3107C5.97064 21.592 6.35218 21.75 6.75 21.75H17.25C17.6478 21.75 18.0294 21.592 18.3107 21.3107C18.592 21.0294 18.75 20.6478 18.75 20.25V16.9088C18.7495 16.6769 18.6955 16.4482 18.5922 16.2406C18.489 16.033 18.3393 15.8519 18.1547 15.7116L13.2441 12L18.1547 8.2875C18.3393 8.14742 18.4891 7.96658 18.5924 7.75908C18.6957 7.55158 18.7496 7.32303 18.75 7.09125V3.75C18.75 3.35218 18.592 2.97064 18.3107 2.68934C18.0294 2.40804 17.6478 2.25 17.25 2.25ZM17.25 3.75V5.25H6.75V3.75H17.25ZM17.25 20.25H6.75V16.875L12 12.9375L17.25 16.9078V20.25ZM12 11.0625L6.75 7.125V6.75H17.25V7.09125L12 11.0625Z", fill: "currentColor" }) })) }));
11
+ });
12
+ HourglassHighIcon.displayName = 'HourglassHighIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const IdentificationCardIcon: 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 IdentificationCardIcon = 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 10.5C18.75 10.6989 18.671 10.8897 18.5303 11.0303C18.3897 11.171 18.1989 11.25 18 11.25H14.25C14.0511 11.25 13.8603 11.171 13.7197 11.0303C13.579 10.8897 13.5 10.6989 13.5 10.5C13.5 10.3011 13.579 10.1103 13.7197 9.96967C13.8603 9.82902 14.0511 9.75 14.25 9.75H18C18.1989 9.75 18.3897 9.82902 18.5303 9.96967C18.671 10.1103 18.75 10.3011 18.75 10.5ZM18 12.75H14.25C14.0511 12.75 13.8603 12.829 13.7197 12.9697C13.579 13.1103 13.5 13.3011 13.5 13.5C13.5 13.6989 13.579 13.8897 13.7197 14.0303C13.8603 14.171 14.0511 14.25 14.25 14.25H18C18.1989 14.25 18.3897 14.171 18.5303 14.0303C18.671 13.8897 18.75 13.6989 18.75 13.5C18.75 13.3011 18.671 13.1103 18.5303 12.9697C18.3897 12.829 18.1989 12.75 18 12.75ZM21.75 5.25V18.75C21.75 19.1478 21.592 19.5294 21.3107 19.8107C21.0294 20.092 20.6478 20.25 20.25 20.25H3.75C3.35218 20.25 2.97064 20.092 2.68934 19.8107C2.40804 19.5294 2.25 19.1478 2.25 18.75V5.25C2.25 4.85218 2.40804 4.47064 2.68934 4.18934C2.97064 3.90804 3.35218 3.75 3.75 3.75H20.25C20.6478 3.75 21.0294 3.90804 21.3107 4.18934C21.592 4.47064 21.75 4.85218 21.75 5.25ZM20.25 18.75V5.25H3.75V18.75H20.25ZM12.7256 15.5625C12.7754 15.7552 12.7465 15.9598 12.6454 16.1312C12.5443 16.3026 12.3793 16.4268 12.1866 16.4766C11.9939 16.5263 11.7893 16.4974 11.6179 16.3963C11.4465 16.2952 11.3222 16.1302 11.2725 15.9375C11.0259 14.9756 10.0481 14.25 8.99906 14.25C7.95 14.25 6.97312 14.9756 6.72563 15.9375C6.6759 16.1302 6.55166 16.2952 6.38024 16.3963C6.20882 16.4974 6.00426 16.5263 5.81156 16.4766C5.61887 16.4268 5.45382 16.3026 5.35272 16.1312C5.25163 15.9598 5.22277 15.7552 5.2725 15.5625C5.51588 14.6566 6.09118 13.8755 6.88406 13.3744C6.46272 12.9555 6.17522 12.421 6.05802 11.8386C5.94082 11.2562 5.99918 10.652 6.22572 10.1028C6.45226 9.55361 6.83676 9.08402 7.3305 8.75358C7.82423 8.42315 8.40496 8.24675 8.99906 8.24675C9.59317 8.24675 10.1739 8.42315 10.6676 8.75358C11.1614 9.08402 11.5459 9.55361 11.7724 10.1028C11.9989 10.652 12.0573 11.2562 11.9401 11.8386C11.8229 12.421 11.5354 12.9555 11.1141 13.3744C11.9078 13.8748 12.4836 14.6562 12.7266 15.5625H12.7256ZM9 12.75C9.29667 12.75 9.58668 12.662 9.83335 12.4972C10.08 12.3324 10.2723 12.0981 10.3858 11.824C10.4994 11.5499 10.5291 11.2483 10.4712 10.9574C10.4133 10.6664 10.2704 10.3991 10.0607 10.1893C9.85088 9.97956 9.58361 9.8367 9.29264 9.77882C9.00166 9.72094 8.70006 9.75065 8.42597 9.86418C8.15189 9.97771 7.91762 10.17 7.7528 10.4166C7.58797 10.6633 7.5 10.9533 7.5 11.25C7.5 11.6478 7.65804 12.0294 7.93934 12.3107C8.22064 12.592 8.60218 12.75 9 12.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ IdentificationCardIcon.displayName = 'IdentificationCardIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ImageIcon: 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 ImageIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 3H4.5C4.10218 3 3.72064 3.15804 3.43934 3.43934C3.15804 3.72064 3 4.10218 3 4.5V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V4.5C21 4.10218 20.842 3.72064 20.5607 3.43934C20.2794 3.15804 19.8978 3 19.5 3ZM4.5 4.5H19.5V11.7544L17.1853 9.43875C16.904 9.15766 16.5227 8.99976 16.125 8.99976C15.7273 8.99976 15.346 9.15766 15.0647 9.43875L5.00344 19.5H4.5V4.5ZM19.5 19.5H7.125L16.125 10.5L19.5 13.875V19.5ZM9 11.25C9.44501 11.25 9.88002 11.118 10.25 10.8708C10.62 10.6236 10.9084 10.2722 11.0787 9.86104C11.249 9.4499 11.2936 8.9975 11.2068 8.56105C11.12 8.12459 10.9057 7.72368 10.591 7.40901C10.2763 7.09434 9.87541 6.88005 9.43895 6.79323C9.0025 6.70642 8.5501 6.75097 8.13896 6.92127C7.72783 7.09157 7.37643 7.37996 7.12919 7.74997C6.88196 8.11998 6.75 8.55499 6.75 9C6.75 9.59674 6.98705 10.169 7.40901 10.591C7.83097 11.0129 8.40326 11.25 9 11.25ZM9 8.25C9.14834 8.25 9.29334 8.29399 9.41668 8.3764C9.54001 8.45881 9.63614 8.57594 9.69291 8.71299C9.74968 8.85003 9.76453 9.00083 9.73559 9.14632C9.70665 9.2918 9.63522 9.42544 9.53033 9.53033C9.42544 9.63522 9.2918 9.70665 9.14632 9.73559C9.00083 9.76453 8.85003 9.74968 8.71299 9.69291C8.57594 9.63614 8.45881 9.54001 8.3764 9.41668C8.29399 9.29334 8.25 9.14834 8.25 9C8.25 8.80109 8.32902 8.61032 8.46967 8.46967C8.61032 8.32902 8.80109 8.25 9 8.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ImageIcon.displayName = 'ImageIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const InfoFillIcon: 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 InfoFillIcon = 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 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM11.25 10.5C11.0511 10.5 10.8604 10.5791 10.7197 10.7197C10.5791 10.8604 10.5 11.0511 10.5 11.25C10.5 11.4489 10.5791 11.6396 10.7197 11.7803C10.8604 11.9209 11.0511 12 11.25 12V15.75C11.25 16.1478 11.4081 16.5292 11.6895 16.8105C11.9708 17.0919 12.3522 17.25 12.75 17.25C12.9489 17.25 13.1396 17.1709 13.2803 17.0303C13.4209 16.8896 13.5 16.6989 13.5 16.5C13.5 16.3011 13.4209 16.1104 13.2803 15.9697C13.1396 15.8291 12.9489 15.75 12.75 15.75V12C12.75 11.6022 12.5919 11.2208 12.3105 10.9395C12.0292 10.6581 11.6478 10.5 11.25 10.5ZM11.625 6.75C11.3266 6.75 11.0401 6.86812 10.8291 7.0791C10.6181 7.29008 10.5 7.57663 10.5 7.875C10.5 8.09747 10.5659 8.31501 10.6895 8.5C10.813 8.68494 10.9889 8.8289 11.1943 8.91406C11.3999 8.99921 11.6265 9.02192 11.8447 8.97852C12.0629 8.93508 12.2636 8.82818 12.4209 8.6709C12.5782 8.51362 12.6851 8.31287 12.7285 8.09473C12.7719 7.8765 12.7492 7.6499 12.6641 7.44434C12.5789 7.23887 12.4349 7.06302 12.25 6.93945C12.065 6.81587 11.8475 6.75 11.625 6.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ InfoFillIcon.displayName = 'InfoFillIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const InfoIIcon: 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 InfoIIcon = 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: "M11.1078 10.2155C11.5811 10.2155 12.0348 10.4037 12.3695 10.7383C12.7041 11.073 12.8923 11.5267 12.8923 12V16.4611C13.1289 16.4611 13.3558 16.5552 13.5231 16.7225C13.6904 16.8898 13.7845 17.1167 13.7845 17.3533C13.7845 17.59 13.6904 17.8168 13.5231 17.9842C13.3558 18.1515 13.1289 18.2455 12.8923 18.2455C12.419 18.2455 11.9652 18.0574 11.6306 17.7228C11.2959 17.3881 11.1078 16.9344 11.1078 16.4611V12C10.8712 12 10.6443 11.9059 10.477 11.7386C10.3096 11.5713 10.2156 11.3444 10.2156 11.1078C10.2156 10.8711 10.3096 10.6443 10.477 10.4769C10.6443 10.3096 10.8712 10.2155 11.1078 10.2155Z", fill: "currentColor" }), _jsx("path", { d: "M11.8153 5.77998C12.0748 5.83165 12.3136 5.95882 12.5007 6.14593C12.6878 6.33304 12.815 6.57185 12.8667 6.83136C12.9183 7.09097 12.8913 7.36054 12.79 7.60509C12.6887 7.84952 12.5174 8.05871 12.2974 8.20571C12.0774 8.35273 11.8186 8.43109 11.5539 8.43109C11.199 8.43109 10.8581 8.29057 10.6071 8.03958C10.3561 7.78859 10.2156 7.4477 10.2156 7.09275C10.2156 6.82809 10.2939 6.5693 10.441 6.34923C10.588 6.12923 10.7972 5.95796 11.0416 5.85665C11.2861 5.75536 11.5557 5.72834 11.8153 5.77998Z", fill: "currentColor" })] })) }));
11
+ });
12
+ InfoIIcon.displayName = 'InfoIIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const InfoIcon: 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 InfoIcon = 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: "M11.25 10.5C11.6478 10.5 12.0292 10.6582 12.3105 10.9395C12.5918 11.2208 12.75 11.6022 12.75 12V15.75C12.9489 15.75 13.1396 15.8291 13.2803 15.9697C13.4209 16.1104 13.5 16.3011 13.5 16.5C13.5 16.6989 13.4209 16.8896 13.2803 17.0303C13.1396 17.1709 12.9489 17.25 12.75 17.25C12.3522 17.25 11.9708 17.0919 11.6895 16.8105C11.4082 16.5292 11.25 16.1478 11.25 15.75V12C11.0511 12 10.8604 11.9209 10.7197 11.7803C10.5791 11.6396 10.5 11.4489 10.5 11.25C10.5 11.0511 10.5791 10.8604 10.7197 10.7197C10.8604 10.5791 11.0511 10.5 11.25 10.5Z", fill: "currentColor" }), _jsx("path", { d: "M11.8447 6.77148C12.0629 6.81492 12.2636 6.92182 12.4209 7.0791C12.5782 7.23638 12.6851 7.43714 12.7285 7.65527C12.7719 7.8735 12.7492 8.1001 12.6641 8.30566C12.5789 8.51113 12.4349 8.68698 12.25 8.81055C12.065 8.93413 11.8475 9 11.625 9C11.3266 9 11.0401 8.88188 10.8291 8.6709C10.6181 8.45992 10.5 8.17336 10.5 7.875C10.5 7.65253 10.5659 7.43498 10.6895 7.25C10.813 7.06507 10.9889 6.9211 11.1943 6.83594C11.3999 6.75079 11.6265 6.72808 11.8447 6.77148Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5Z", fill: "currentColor" })] })) }));
11
+ });
12
+ InfoIcon.displayName = 'InfoIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const KeyIcon: 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 KeyIcon = 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.3034 3.69662C19.1121 2.50365 17.5536 1.74687 15.8794 1.54839C14.2052 1.3499 12.513 1.72129 11.0758 2.60263C9.63854 3.48396 8.54018 4.82383 7.95793 6.40603C7.37568 7.98822 7.34349 9.72045 7.86657 11.3232L2.6897 16.5001C2.5498 16.6388 2.43889 16.804 2.36341 16.9861C2.28792 17.1681 2.24938 17.3633 2.25001 17.5604V20.2501C2.25001 20.6479 2.40804 21.0294 2.68935 21.3107C2.97065 21.592 3.35218 21.7501 3.75001 21.7501H6.75001C6.94892 21.7501 7.13969 21.671 7.28034 21.5304C7.42099 21.3897 7.50001 21.199 7.50001 21.0001V19.5001H9.00001C9.19892 19.5001 9.38969 19.421 9.53034 19.2804C9.67099 19.1397 9.75001 18.949 9.75001 18.7501V17.2501H11.25C11.3485 17.2501 11.4461 17.2308 11.5371 17.1932C11.6282 17.1555 11.7109 17.1003 11.7806 17.0307L12.6769 16.1335C13.4271 16.3775 14.2111 16.5012 15 16.5001H15.0094C16.492 16.4983 17.9408 16.0571 19.1728 15.2323C20.4048 14.4074 21.3646 13.236 21.9312 11.8659C22.4977 10.4958 22.6454 8.98852 22.3557 7.5345C22.066 6.08048 21.3518 4.74495 20.3034 3.69662ZM21 9.19693C20.8978 12.3929 18.2109 14.9963 15.0103 15.0001H15C14.2408 15.0013 13.4883 14.8578 12.7828 14.5772C12.6448 14.5173 12.492 14.5003 12.3442 14.5284C12.1964 14.5565 12.0605 14.6284 11.9541 14.7347L10.9397 15.7501H9.00001C8.8011 15.7501 8.61033 15.8291 8.46968 15.9697C8.32903 16.1104 8.25001 16.3011 8.25001 16.5001V18.0001H6.75001C6.5511 18.0001 6.36033 18.0791 6.21968 18.2197C6.07903 18.3604 6.00001 18.5511 6.00001 18.7501V20.2501H3.75001V17.5604L9.26532 12.046C9.37166 11.9396 9.44355 11.8037 9.47163 11.6559C9.49972 11.5081 9.48271 11.3552 9.42282 11.2172C9.14133 10.5094 8.99782 9.75429 9.00001 8.99255C9.00001 5.79193 11.6072 3.10505 14.8031 3.00287C15.6241 2.97547 16.4419 3.11693 17.2059 3.41847C17.97 3.72002 18.664 4.17524 19.2449 4.75592C19.8259 5.33661 20.2814 6.0304 20.5833 6.7943C20.8852 7.55821 21.027 8.37597 21 9.19693ZM18 7.12505C18 7.34756 17.934 7.56506 17.8104 7.75007C17.6868 7.93507 17.5111 8.07927 17.3055 8.16442C17.1 8.24957 16.8738 8.27184 16.6555 8.22844C16.4373 8.18503 16.2368 8.07788 16.0795 7.92055C15.9222 7.76321 15.815 7.56276 15.7716 7.34453C15.7282 7.1263 15.7505 6.9001 15.8356 6.69453C15.9208 6.48897 16.065 6.31327 16.25 6.18965C16.435 6.06603 16.6525 6.00005 16.875 6.00005C17.1734 6.00005 17.4595 6.11858 17.6705 6.32956C17.8815 6.54054 18 6.82668 18 7.12505Z", fill: "currentColor" }) })) }));
11
+ });
12
+ KeyIcon.displayName = 'KeyIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const KeyholeIcon: 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 KeyholeIcon = 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 10.5C15.7501 9.87061 15.5919 9.25132 15.2898 8.69918C14.9876 8.14704 14.5514 7.67982 14.0213 7.34058C13.4912 7.00133 12.8842 6.80097 12.2563 6.75796C11.6284 6.71495 10.9997 6.83068 10.4283 7.09447C9.85684 7.35826 9.36099 7.76164 8.98642 8.26743C8.61185 8.77322 8.3706 9.36515 8.28492 9.98867C8.19923 10.6122 8.27186 11.2473 8.49612 11.8353C8.72037 12.4234 9.08903 12.9456 9.56813 13.3538L8.31375 16.1972C8.26337 16.3114 8.24227 16.4363 8.25237 16.5607C8.26247 16.6851 8.30345 16.805 8.3716 16.9095C8.43975 17.0141 8.53291 17.1 8.64264 17.1594C8.75237 17.2189 8.8752 17.25 9 17.25H15C15.1248 17.25 15.2476 17.2189 15.3574 17.1594C15.4671 17.1 15.5603 17.0141 15.6284 16.9095C15.6966 16.805 15.7375 16.6851 15.7476 16.5607C15.7577 16.4363 15.7366 16.3114 15.6863 16.1972L14.4319 13.3538C14.8443 13.0012 15.1757 12.5637 15.4032 12.0711C15.6307 11.5785 15.749 11.0426 15.75 10.5ZM12.8138 13.4062L13.845 15.7547H10.1503L11.1816 13.4062C11.258 13.2371 11.269 13.0455 11.2123 12.8687C11.1557 12.6919 11.0355 12.5424 10.875 12.4491C10.4461 12.2014 10.1108 11.8191 9.92128 11.3615C9.73173 10.9039 9.69848 10.3966 9.82667 9.91816C9.95486 9.43974 10.2373 9.01698 10.6303 8.71546C11.0232 8.41394 11.5047 8.25051 12 8.25051C12.4953 8.25051 12.9768 8.41394 13.3697 8.71546C13.7627 9.01698 14.0451 9.43974 14.1733 9.91816C14.3015 10.3966 14.2683 10.9039 14.0787 11.3615C13.8892 11.8191 13.5539 12.2014 13.125 12.4491C12.9637 12.5416 12.8425 12.6908 12.785 12.8677C12.7275 13.0446 12.7377 13.2365 12.8138 13.4062Z", fill: "currentColor" }) })) }));
11
+ });
12
+ KeyholeIcon.displayName = 'KeyholeIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const LaravelIcon: 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 LaravelIcon = 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: "M6.05897 2.08148C6.2446 1.97333 6.47714 1.97172 6.66483 2.08338L6.66578 2.08243L10.427 4.29275L10.4261 4.2937C10.4534 4.3092 10.475 4.32446 10.4896 4.33738C10.4926 4.34003 10.4953 4.34325 10.4982 4.34592L10.501 4.34782C10.5036 4.34975 10.5057 4.35067 10.5057 4.35067L10.5456 4.3763L10.5778 4.41903C10.5912 4.43694 10.6005 4.45316 10.611 4.4703C10.6202 4.48183 10.6324 4.49365 10.6413 4.50828L10.6555 4.53201L10.666 4.55765C10.6681 4.5633 10.6701 4.56991 10.6736 4.57854C10.6751 4.58236 10.6764 4.58705 10.6783 4.59183L10.6992 4.64215C10.7008 4.64754 10.6995 4.65414 10.7011 4.66019C10.72 4.72054 10.7267 4.77501 10.7267 4.82065V12.5226L13.2743 11.0244V6.99394C13.2743 6.92438 13.2892 6.86704 13.2971 6.83728L13.2999 6.82588C13.3012 6.82173 13.3077 6.80374 13.317 6.78126C13.321 6.77045 13.3243 6.75969 13.3274 6.75183C13.3308 6.74332 13.3338 6.73748 13.3359 6.73189L13.3397 6.72144L13.3445 6.711C13.3561 6.68616 13.3712 6.66722 13.3824 6.65213L13.389 6.64074L13.3938 6.63504L13.3957 6.6322C13.3957 6.6322 13.3978 6.62811 13.3995 6.62555C13.4055 6.61625 13.4249 6.58636 13.4554 6.55719C13.4776 6.53595 13.4987 6.52099 13.5113 6.51257C13.5271 6.49878 13.5481 6.48293 13.5739 6.46794L17.3361 4.25667C17.5238 4.14203 17.7564 4.1454 17.942 4.25667L21.7013 6.46699L21.6994 6.46794C21.726 6.48292 21.7461 6.49658 21.7563 6.50497L21.7687 6.51541L21.7677 6.51636C21.7842 6.52824 21.8024 6.54055 21.8199 6.55719C21.8398 6.57626 21.8552 6.59496 21.8635 6.60561L21.8815 6.6303L21.89 6.64074L21.8948 6.64834C21.9047 6.66188 21.9156 6.68174 21.927 6.70625C21.9383 6.72806 21.9468 6.74672 21.9516 6.76037C21.97 6.79567 21.9774 6.82326 21.9782 6.82588L22 7.39176V11.3766C22 11.5886 21.8897 11.7947 21.6975 11.9054L18.2416 13.9401V17.9696C18.2415 18.1815 18.1321 18.3877 17.9401 18.4984L17.9391 18.4975L10.4289 22.9115L10.4299 22.9124C10.3969 22.9331 10.3622 22.9455 10.3379 22.9542L10.3152 22.9694L10.2725 22.9808C10.1731 23.0064 10.0675 23.0064 9.96814 22.9808L9.96056 22.9789L9.95202 22.976C9.94306 22.9732 9.93543 22.9678 9.92737 22.9646L9.81834 22.9162L2.30246 18.4965C2.11803 18.3882 2.00004 18.1874 2 17.9696V4.82065C2 4.75524 2.01431 4.69521 2.02276 4.66304L2.0256 4.65164L2.03793 4.61651L2.03982 4.61272L2.04077 4.60987L2.04172 4.60797C2.04578 4.59718 2.04998 4.58642 2.0531 4.57854C2.05651 4.56991 2.05856 4.5633 2.06068 4.55765L2.06353 4.5586C2.07397 4.53055 2.08481 4.50751 2.09576 4.49119C2.10487 4.47763 2.11369 4.46663 2.11947 4.45985C2.12291 4.45523 2.12677 4.44971 2.13179 4.44276C2.1364 4.43639 2.14241 4.42768 2.14886 4.41903L2.18109 4.3763L2.21807 4.35257L2.22092 4.34972L2.23324 4.34022L2.23419 4.33927C2.23419 4.33927 2.24147 4.33386 2.24652 4.32978C2.25687 4.32141 2.27511 4.3069 2.29961 4.29275L6.05803 2.08243L6.05897 2.08148ZM10.0184 22.6883C9.99907 22.682 9.98246 22.6742 9.96625 22.6646L10.0184 22.6883ZM3.20603 17.6164L9.51493 21.3249V18.3237L6.05803 16.3242L6.05897 16.3223C6.05424 16.3196 6.05005 16.3164 6.0457 16.3137H6.01631L5.93098 16.2264C5.91803 16.2132 5.90835 16.2001 5.90158 16.1913C5.90004 16.1893 5.89823 16.1874 5.89684 16.1856L5.88167 16.1694L5.86935 16.1495C5.86405 16.1425 5.85453 16.127 5.8428 16.1068L5.84185 16.1077C5.83931 16.1036 5.83762 16.0988 5.83521 16.0944C5.83255 16.0894 5.82834 16.0848 5.82573 16.0792L5.82668 16.0783C5.81855 16.0621 5.81104 16.0452 5.80487 16.028C5.79723 16.0128 5.78261 15.984 5.77358 15.9454C5.77114 15.9349 5.77075 15.9183 5.7679 15.8988L5.766 15.8922C5.76509 15.8885 5.76301 15.8808 5.76126 15.8722C5.75731 15.8528 5.75371 15.827 5.75367 15.7963V7.38131L4.08211 6.39673L3.20603 5.88403V17.6164ZM15.6826 15.4298L10.7248 18.3228V21.3249L17.0346 17.6164V14.6437L15.6826 15.4298ZM7.57315 15.7906L10.1179 17.2632L16.4297 13.585L13.8802 12.0839L7.57315 15.7906ZM6.11302 15.989L6.13862 16.0213C6.12877 16.0112 6.1229 15.9991 6.11302 15.989ZM6.96444 7.38226V14.7329L7.84242 14.2193L9.51493 13.2328V5.88308L6.96444 7.38226ZM14.4832 11.0225L16.1557 12.0089L17.0337 12.5226V9.55555L14.4832 8.05732V11.0225ZM19.9132 8.57002L18.2416 9.5565V12.5216L20.7892 11.0234V8.05637L19.9132 8.57002ZM15.0795 6.99299L17.6376 8.49502L20.1919 6.99299L17.6376 5.49001L15.0795 6.99299ZM3.8062 4.8197L6.36048 6.32173L8.91476 4.8197L6.36048 3.31672L3.8062 4.8197Z", fill: "currentColor" }) })) }));
11
+ });
12
+ LaravelIcon.displayName = 'LaravelIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const LayoutIcon: 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 LayoutIcon = 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 3.75H3.75C3.35218 3.75 2.97064 3.90804 2.68934 4.18934C2.40804 4.47064 2.25 4.85218 2.25 5.25V18.75C2.25 19.1478 2.40804 19.5294 2.68934 19.8107C2.97064 20.092 3.35218 20.25 3.75 20.25H20.25C20.6478 20.25 21.0294 20.092 21.3107 19.8107C21.592 19.5294 21.75 19.1478 21.75 18.75V5.25C21.75 4.85218 21.592 4.47064 21.3107 4.18934C21.0294 3.90804 20.6478 3.75 20.25 3.75ZM20.25 5.25V9H3.75V5.25H20.25ZM3.75 10.5H9V18.75H3.75V10.5ZM20.25 18.75H10.5V10.5H20.25V18.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ LayoutIcon.displayName = 'LayoutIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const LightningFillIcon: 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 LightningFillIcon = 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.0484 11.7619L9.54844 23.0119C9.43717 23.1306 9.2903 23.21 9.12998 23.2379C8.96966 23.2659 8.80461 23.2409 8.65972 23.1668C8.51483 23.0928 8.39796 22.9736 8.32676 22.8272C8.25556 22.6809 8.23388 22.5154 8.265 22.3556L9.63938 15.481L4.23657 13.4522C4.12053 13.4088 4.01706 13.3373 3.93539 13.2442C3.85372 13.151 3.79639 13.0391 3.76854 12.9184C3.74068 12.7977 3.74316 12.6719 3.77575 12.5524C3.80834 12.4329 3.87004 12.3233 3.95532 12.2335L14.4553 0.983457C14.5666 0.86471 14.7135 0.785374 14.8738 0.757423C15.0341 0.729473 15.1992 0.754423 15.344 0.828509C15.4889 0.902595 15.6058 1.0218 15.677 1.16813C15.7482 1.31446 15.7699 1.47998 15.7388 1.63971L14.3606 8.52189L19.7634 10.5478C19.8786 10.5915 19.9813 10.6629 20.0623 10.7557C20.1433 10.8485 20.2003 10.9598 20.2281 11.0798C20.2559 11.1998 20.2537 11.3248 20.2217 11.4438C20.1897 11.5628 20.1289 11.672 20.0447 11.7619H20.0484Z", fill: "currentColor" }) })) }));
11
+ });
12
+ LightningFillIcon.displayName = 'LightningFillIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const LightningIcon: 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 LightningIcon = 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.2303 11.0785C20.2019 10.9583 20.1443 10.8469 20.0625 10.7544C19.9807 10.6618 19.8773 10.5908 19.7616 10.5478L14.3606 8.5219L15.735 1.64721C15.7661 1.48748 15.7444 1.32197 15.6732 1.17564C15.602 1.0293 15.4852 0.910102 15.3403 0.836016C15.1954 0.76193 15.0303 0.73698 14.87 0.764931C14.7097 0.792882 14.5628 0.872217 14.4516 0.990965L3.95156 12.241C3.86628 12.3308 3.80459 12.4404 3.772 12.5599C3.7394 12.6795 3.73692 12.8052 3.76478 12.9259C3.79264 13.0466 3.84996 13.1585 3.93163 13.2517C4.01331 13.3448 4.11678 13.4163 4.23281 13.4597L9.63562 15.4857L8.265 22.3528C8.23388 22.5126 8.25555 22.6781 8.32676 22.8244C8.39796 22.9708 8.51482 23.09 8.65971 23.164C8.8046 23.2381 8.96966 23.2631 9.12998 23.2351C9.29029 23.2072 9.43717 23.1278 9.54844 23.0091L20.0484 11.7591C20.1322 11.6692 20.1926 11.5601 20.2243 11.4415C20.256 11.3228 20.2581 11.1981 20.2303 11.0785ZM10.2534 20.0625L11.235 15.1519C11.2701 14.9777 11.2423 14.7968 11.1564 14.6412C11.0706 14.4857 10.9323 14.3656 10.7662 14.3025L5.8125 12.4416L13.7456 3.94221L12.765 8.85284C12.7299 9.027 12.7577 9.20797 12.8436 9.36352C12.9294 9.51907 13.0677 9.6391 13.2338 9.70222L18.1838 11.5585L10.2534 20.0625Z", fill: "currentColor" }) })) }));
11
+ });
12
+ LightningIcon.displayName = 'LightningIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const LineChartDuotoneIcon: 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 LineChartDuotoneIcon = 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: "M21.75 19.5C21.75 19.6989 21.671 19.8897 21.5303 20.0303C21.3897 20.171 21.1989 20.25 21 20.25H3C2.80109 20.25 2.61032 20.171 2.46967 20.0303C2.32902 19.8897 2.25 19.6989 2.25 19.5V4.5C2.25 4.30109 2.32902 4.11032 2.46967 3.96967C2.61032 3.82902 2.80109 3.75 3 3.75C3.19891 3.75 3.38968 3.82902 3.53033 3.96967C3.67098 4.11032 3.75 4.30109 3.75 4.5V13.3472L8.50594 9.1875C8.63536 9.07421 8.79978 9.00885 8.97165 9.00236C9.14353 8.99587 9.31241 9.04866 9.45 9.15188L14.9634 13.2872L20.5059 8.4375C20.5786 8.36556 20.6652 8.30925 20.7605 8.27201C20.8557 8.23478 20.9575 8.21741 21.0597 8.22097C21.1619 8.22454 21.2623 8.24896 21.3547 8.29275C21.4471 8.33653 21.5296 8.39875 21.5971 8.47558C21.6645 8.5524 21.7156 8.64222 21.7471 8.7395C21.7786 8.83678 21.7899 8.93948 21.7802 9.04128C21.7706 9.14307 21.7402 9.24182 21.691 9.33146C21.6418 9.42109 21.5748 9.49972 21.4941 9.5625L15.4941 14.8125C15.3646 14.9258 15.2002 14.9912 15.0283 14.9976C14.8565 15.0041 14.6876 14.9513 14.55 14.8481L9.03656 10.7147L3.75 15.3403V18.75H21C21.1989 18.75 21.3897 18.829 21.5303 18.9697C21.671 19.1103 21.75 19.3011 21.75 19.5Z", fill: "currentColor" }), _jsx("path", { opacity: "0.2", d: "M21 6V19.5H3V4.5H19.5C19.8978 4.5 20.2794 4.65804 20.5607 4.93934C20.842 5.22064 21 5.60218 21 6Z", fill: "currentColor" })] })) }));
11
+ });
12
+ LineChartDuotoneIcon.displayName = 'LineChartDuotoneIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const LineChartIcon: 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 LineChartIcon = 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.75 19.5C21.75 19.6989 21.671 19.8897 21.5303 20.0303C21.3897 20.171 21.1989 20.25 21 20.25H3C2.80109 20.25 2.61032 20.171 2.46967 20.0303C2.32902 19.8897 2.25 19.6989 2.25 19.5V4.5C2.25 4.30109 2.32902 4.11032 2.46967 3.96967C2.61032 3.82902 2.80109 3.75 3 3.75C3.19891 3.75 3.38968 3.82902 3.53033 3.96967C3.67098 4.11032 3.75 4.30109 3.75 4.5V13.3472L8.50594 9.1875C8.63536 9.07421 8.79978 9.00885 8.97165 9.00236C9.14353 8.99587 9.31241 9.04866 9.45 9.15188L14.9634 13.2872L20.5059 8.4375C20.5786 8.36556 20.6652 8.30925 20.7605 8.27201C20.8557 8.23478 20.9575 8.21741 21.0597 8.22097C21.1619 8.22454 21.2623 8.24896 21.3547 8.29275C21.4471 8.33653 21.5296 8.39875 21.5971 8.47558C21.6645 8.5524 21.7156 8.64222 21.7471 8.7395C21.7786 8.83678 21.7899 8.93948 21.7802 9.04128C21.7706 9.14307 21.7402 9.24182 21.691 9.33146C21.6418 9.42109 21.5748 9.49972 21.4941 9.5625L15.4941 14.8125C15.3646 14.9258 15.2002 14.9912 15.0283 14.9976C14.8565 15.0041 14.6876 14.9513 14.55 14.8481L9.03656 10.7147L3.75 15.3403V18.75H21C21.1989 18.75 21.3897 18.829 21.5303 18.9697C21.671 19.1103 21.75 19.3011 21.75 19.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ LineChartIcon.displayName = 'LineChartIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const LinkIcon: 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 LinkIcon = 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.5 8.27158C22.4624 9.5772 21.9255 10.8187 21 11.7403L17.7422 15C17.2677 15.4771 16.7033 15.8553 16.0816 16.1128C15.46 16.3703 14.7935 16.5019 14.1206 16.5H14.1159C13.4316 16.4995 12.7543 16.3619 12.124 16.0953C11.4938 15.8286 10.9233 15.4384 10.4464 14.9476C9.96952 14.4568 9.59581 13.8754 9.34738 13.2377C9.09894 12.6001 8.98082 11.9191 8.99999 11.235C9.00558 11.0361 9.08996 10.8476 9.23457 10.7109C9.37918 10.5742 9.57217 10.5005 9.77108 10.5061C9.96999 10.5117 10.1585 10.5961 10.2952 10.7407C10.4319 10.8853 10.5056 11.0783 10.5 11.2772C10.4863 11.7609 10.5698 12.2424 10.7454 12.6933C10.9209 13.1442 11.1851 13.5553 11.5223 13.9023C11.8595 14.2494 12.2628 14.5253 12.7085 14.7139C13.1541 14.9024 13.633 14.9997 14.1169 15C14.5925 15.0012 15.0637 14.9082 15.5032 14.7262C15.9426 14.5442 16.3416 14.2769 16.6772 13.9397L19.935 10.6819C20.6071 10.0013 20.9827 9.08238 20.9797 8.12581C20.9767 7.16924 20.5954 6.25271 19.919 5.57631C19.2426 4.89991 18.3261 4.51859 17.3695 4.5156C16.4129 4.5126 15.494 4.88818 14.8134 5.56033L13.7822 6.59158C13.6404 6.7263 13.4516 6.80029 13.256 6.79779C13.0604 6.79528 12.8736 6.71648 12.7353 6.57818C12.597 6.43988 12.5182 6.25302 12.5157 6.05745C12.5132 5.86188 12.5871 5.67307 12.7219 5.53127L13.7531 4.50002C14.2289 4.02408 14.7938 3.64653 15.4155 3.38895C16.0372 3.13136 16.7036 2.99878 17.3765 2.99878C18.0495 2.99878 18.7159 3.13136 19.3376 3.38895C19.9593 3.64653 20.5242 4.02408 21 4.50002C21.4928 4.99404 21.8799 5.58318 22.1378 6.23157C22.3957 6.87996 22.5189 7.57405 22.5 8.27158ZM10.2187 17.4056L9.18749 18.4369C8.85113 18.7755 8.45083 19.0438 8.00984 19.2263C7.56886 19.4089 7.09599 19.5019 6.61874 19.5C5.90277 19.4994 5.20304 19.2867 4.60795 18.8886C4.01287 18.4905 3.54913 17.9249 3.27534 17.2634C3.00155 16.6018 2.92999 15.874 3.06971 15.1718C3.20942 14.4695 3.55414 13.8245 4.0603 13.3181L7.31249 10.0603C7.82472 9.54539 8.47996 9.19637 9.1931 9.0586C9.90624 8.92083 10.6443 9.00068 11.3115 9.28777C11.9787 9.57486 12.5441 10.0559 12.9344 10.6685C13.3247 11.2811 13.5217 11.9968 13.5 12.7228C13.4944 12.9217 13.568 13.1147 13.7047 13.2593C13.8414 13.4039 14.03 13.4883 14.2289 13.4939C14.4278 13.4995 14.6208 13.4259 14.7654 13.2892C14.91 13.1525 14.9944 12.9639 15 12.765C15.018 12.0686 14.8943 11.3757 14.6365 10.7285C14.3786 10.0813 13.992 9.49327 13.5 9.00002C12.5392 8.03967 11.2364 7.50019 9.87795 7.50019C8.51952 7.50019 7.21669 8.03967 6.25592 9.00002L2.99999 12.2578C2.28395 12.9736 1.79616 13.8855 1.59825 14.8784C1.40033 15.8713 1.50119 16.9006 1.88806 17.8361C2.27494 18.7717 2.93047 19.5716 3.77182 20.1348C4.61317 20.6979 5.60257 20.999 6.61498 21C7.28799 21.002 7.95469 20.8704 8.5765 20.6129C9.19831 20.3554 9.76286 19.9772 10.2375 19.5L11.2687 18.4688C11.3901 18.3258 11.4535 18.1426 11.4465 17.9551C11.4394 17.7677 11.3624 17.5898 11.2306 17.4563C11.0988 17.3229 10.9218 17.2437 10.7345 17.2343C10.5472 17.2249 10.3632 17.2861 10.2187 17.4056Z", fill: "currentColor" }) })) }));
11
+ });
12
+ LinkIcon.displayName = 'LinkIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const LinuxIcon: 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 LinuxIcon = 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.4688 20.0859C21.3135 20.2101 21.1152 20.2674 20.9176 20.2455C20.72 20.2235 20.5393 20.124 20.415 19.9687C20.2866 19.8066 17.25 15.9244 17.25 8.25C17.25 6.85761 16.6969 5.52225 15.7123 4.53769C14.7278 3.55312 13.3924 3 12 3C10.6076 3 9.27227 3.55312 8.2877 4.53769C7.30314 5.52225 6.75001 6.85761 6.75001 8.25C6.75001 15.9244 3.71533 19.8066 3.58595 19.9687C3.46163 20.1243 3.28062 20.224 3.08274 20.2461C2.88486 20.2682 2.68632 20.2107 2.53079 20.0864C2.37527 19.9621 2.2755 19.7811 2.25344 19.5832C2.23137 19.3853 2.28882 19.1868 2.41314 19.0312C2.4272 19.0125 3.13408 18.1031 3.83158 16.3369C4.47845 14.7 5.25001 11.9662 5.25001 8.25C5.25001 6.45979 5.96117 4.7429 7.22704 3.47703C8.49291 2.21116 10.2098 1.5 12 1.5C13.7902 1.5 15.5071 2.21116 16.773 3.47703C18.0389 4.7429 18.75 6.45979 18.75 8.25C18.75 11.9662 19.5216 14.7 20.1685 16.3387C20.8697 18.1144 21.5803 19.0237 21.5878 19.0331C21.7114 19.1886 21.7683 19.3868 21.746 19.5842C21.7237 19.7815 21.624 19.962 21.4688 20.0859ZM9.37501 8.25C9.15251 8.25 8.935 8.31598 8.75 8.4396C8.56499 8.56321 8.4208 8.73891 8.33565 8.94448C8.2505 9.15005 8.22822 9.37625 8.27163 9.59448C8.31504 9.81271 8.42218 10.0132 8.57952 10.1705C8.73685 10.3278 8.93731 10.435 9.15554 10.4784C9.37377 10.5218 9.59997 10.4995 9.80553 10.4144C10.0111 10.3292 10.1868 10.185 10.3104 10C10.434 9.81501 10.5 9.5975 10.5 9.375C10.5 9.07663 10.3815 8.79048 10.1705 8.5795C9.95953 8.36853 9.67338 8.25 9.37501 8.25ZM15.75 9.375C15.75 9.1525 15.684 8.93499 15.5604 8.74998C15.4368 8.56498 15.2611 8.42078 15.0555 8.33563C14.85 8.25049 14.6238 8.22821 14.4055 8.27162C14.1873 8.31502 13.9869 8.42217 13.8295 8.5795C13.6722 8.73684 13.565 8.93729 13.5216 9.15552C13.4782 9.37375 13.5005 9.59995 13.5856 9.80552C13.6708 10.0111 13.815 10.1868 14 10.3104C14.185 10.434 14.4025 10.5 14.625 10.5C14.9234 10.5 15.2095 10.3815 15.4205 10.1705C15.6315 9.95952 15.75 9.67337 15.75 9.375ZM9.33564 12.0787C9.1583 11.9945 8.955 11.9832 8.7694 12.0472C8.58379 12.1111 8.43067 12.2454 8.34292 12.421C8.25517 12.5966 8.23978 12.7996 8.30006 12.9865C8.36034 13.1733 8.49148 13.3291 8.66533 13.4203L11.6653 14.9203C11.7693 14.9727 11.8841 15 12.0005 15C12.1169 15 12.2317 14.9727 12.3356 14.9203L15.3356 13.4203C15.5135 13.3313 15.6488 13.1753 15.7116 12.9865C15.7745 12.7978 15.7598 12.5918 15.6708 12.4139C15.5818 12.236 15.4257 12.1007 15.237 12.0379C15.0483 11.975 14.8423 11.9897 14.6644 12.0787L12 13.4109L9.33564 12.0787ZM12 16.5C11.0975 16.5072 10.2132 16.7553 9.43857 17.2185C8.66395 17.6818 8.02708 18.3435 7.59376 19.1353C7.49704 19.3094 7.47342 19.5147 7.5281 19.7062C7.58278 19.8976 7.71128 20.0595 7.88533 20.1562C8.05937 20.253 8.26472 20.2766 8.45618 20.2219C8.64764 20.1672 8.80954 20.0387 8.90626 19.8647C9.20421 19.3026 9.64963 18.8324 10.1947 18.5044C10.7398 18.1764 11.3639 18.0031 12 18.0031C12.6361 18.0031 13.2603 18.1764 13.8053 18.5044C14.3504 18.8324 14.7958 19.3026 15.0938 19.8647C15.1905 20.0387 15.3524 20.1672 15.5438 20.2219C15.7353 20.2766 15.9407 20.253 16.1147 20.1562C16.2887 20.0595 16.4172 19.8976 16.4719 19.7062C16.5266 19.5147 16.503 19.3094 16.4063 19.1353C15.9729 18.3435 15.3361 17.6818 14.5615 17.2185C13.7868 16.7553 12.9026 16.5072 12 16.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ LinuxIcon.displayName = 'LinuxIcon';