@webpros/mui-theme 0.3.11 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (875) hide show
  1. package/dist/package.json +2 -2
  2. package/dist/src/components/data-display/Badge/Badge.theme.js +18 -18
  3. package/dist/src/components/data-display/Chip/Chip.theme.js +2 -0
  4. package/dist/src/components/data-display/Table/Table.theme.js +1 -1
  5. package/dist/src/components/feedback/Alert/Alert.theme.js +82 -15
  6. package/dist/src/components/feedback/Alert/alertDefaultIcons.d.ts +2 -0
  7. package/dist/src/components/feedback/Alert/alertDefaultIcons.js +16 -0
  8. package/dist/src/components/feedback/Dialog/Dialog.theme.js +5 -8
  9. package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.js +32 -3
  10. package/dist/src/components/inputs/Checkbox/Checkbox.theme.d.ts +2 -1
  11. package/dist/src/components/inputs/Checkbox/Checkbox.theme.js +27 -0
  12. package/dist/src/components/inputs/Filter/Filter.js +3 -2
  13. package/dist/src/components/inputs/Radio/Radio.theme.js +17 -1
  14. package/dist/src/components/inputs/Select/Select.theme.js +2 -2
  15. package/dist/src/components/inputs/ToggleButton/ToggleButton.d.ts +10 -2
  16. package/dist/src/components/inputs/ToggleButton/ToggleButton.js +26 -3
  17. package/dist/src/components/inputs/ToggleButton/index.d.ts +1 -1
  18. package/dist/src/components/inputs/ToggleButton/index.js +2 -2
  19. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.d.ts +12 -3
  20. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.js +32 -3
  21. package/dist/src/components/inputs/ToggleButtonGroup/index.d.ts +1 -1
  22. package/dist/src/components/inputs/ToggleButtonGroup/index.js +2 -2
  23. package/dist/src/components/navigation/PaginationItem/components/PaginationIcons.js +4 -1
  24. package/dist/src/components/navigation/Tab/Tab.theme.js +2 -2
  25. package/dist/src/components/utils/inputIcons.d.ts +9 -0
  26. package/dist/src/components/utils/inputIcons.js +19 -0
  27. package/dist/src/icons/AlignLeftSimpleIcon.d.ts +2 -0
  28. package/dist/src/icons/AlignLeftSimpleIcon.js +12 -0
  29. package/dist/src/icons/AmazonIcon.d.ts +2 -0
  30. package/dist/src/icons/AmazonIcon.js +12 -0
  31. package/dist/src/icons/AndroidIcon.d.ts +2 -0
  32. package/dist/src/icons/AndroidIcon.js +12 -0
  33. package/dist/src/icons/ApparetmentIcon.d.ts +2 -0
  34. package/dist/src/icons/ApparetmentIcon.js +12 -0
  35. package/dist/src/icons/ArchiveIcon.d.ts +2 -0
  36. package/dist/src/icons/ArchiveIcon.js +12 -0
  37. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.d.ts +2 -0
  38. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +12 -0
  39. package/dist/src/icons/ArrowBendDoubleUpRightIcon.d.ts +2 -0
  40. package/dist/src/icons/ArrowBendDoubleUpRightIcon.js +12 -0
  41. package/dist/src/icons/ArrowBendUpLeftIcon.d.ts +2 -0
  42. package/dist/src/icons/ArrowBendUpLeftIcon.js +12 -0
  43. package/dist/src/icons/ArrowBendUpRightIcon.d.ts +2 -0
  44. package/dist/src/icons/ArrowBendUpRightIcon.js +12 -0
  45. package/dist/src/icons/ArrowCircleDownFillIcon.d.ts +2 -0
  46. package/dist/src/icons/ArrowCircleDownFillIcon.js +12 -0
  47. package/dist/src/icons/ArrowCircleUpFillIcon.d.ts +2 -0
  48. package/dist/src/icons/ArrowCircleUpFillIcon.js +12 -0
  49. package/dist/src/icons/ArrowClockwiseFillIcon.d.ts +2 -0
  50. package/dist/src/icons/ArrowClockwiseFillIcon.js +12 -0
  51. package/dist/src/icons/ArrowDownBoldIcon.d.ts +2 -0
  52. package/dist/src/icons/ArrowDownBoldIcon.js +12 -0
  53. package/dist/src/icons/ArrowDownIcon.d.ts +2 -0
  54. package/dist/src/icons/ArrowDownIcon.js +12 -0
  55. package/dist/src/icons/ArrowDownSmallIcon.d.ts +2 -0
  56. package/dist/src/icons/ArrowDownSmallIcon.js +12 -0
  57. package/dist/src/icons/ArrowLeftIcon.d.ts +2 -0
  58. package/dist/src/icons/ArrowLeftIcon.js +12 -0
  59. package/dist/src/icons/ArrowLeftWpIcon.d.ts +2 -0
  60. package/dist/src/icons/ArrowLeftWpIcon.js +12 -0
  61. package/dist/src/icons/ArrowLineDownIcon.d.ts +2 -0
  62. package/dist/src/icons/ArrowLineDownIcon.js +12 -0
  63. package/dist/src/icons/ArrowLineUpIcon.d.ts +2 -0
  64. package/dist/src/icons/ArrowLineUpIcon.js +12 -0
  65. package/dist/src/icons/ArrowRightIcon.d.ts +2 -0
  66. package/dist/src/icons/ArrowRightIcon.js +12 -0
  67. package/dist/src/icons/ArrowRightSmallIcon.d.ts +2 -0
  68. package/dist/src/icons/ArrowRightSmallIcon.js +12 -0
  69. package/dist/src/icons/ArrowSquareInIcon.d.ts +2 -0
  70. package/dist/src/icons/ArrowSquareInIcon.js +12 -0
  71. package/dist/src/icons/ArrowSquareOutIcon.d.ts +2 -0
  72. package/dist/src/icons/ArrowSquareOutIcon.js +12 -0
  73. package/dist/src/icons/ArrowSquareOutSmallIcon.d.ts +2 -0
  74. package/dist/src/icons/ArrowSquareOutSmallIcon.js +12 -0
  75. package/dist/src/icons/ArrowUpIcon.d.ts +2 -0
  76. package/dist/src/icons/ArrowUpIcon.js +12 -0
  77. package/dist/src/icons/ArrowUpLeftIcon.d.ts +2 -0
  78. package/dist/src/icons/ArrowUpLeftIcon.js +12 -0
  79. package/dist/src/icons/ArrowUpSmallIcon.d.ts +2 -0
  80. package/dist/src/icons/ArrowUpSmallIcon.js +12 -0
  81. package/dist/src/icons/ArrowarcleftIcon.d.ts +2 -0
  82. package/dist/src/icons/ArrowarcleftIcon.js +12 -0
  83. package/dist/src/icons/ArrowarcrightIcon.d.ts +2 -0
  84. package/dist/src/icons/ArrowarcrightIcon.js +12 -0
  85. package/dist/src/icons/ArrowbendrightdownIcon.d.ts +2 -0
  86. package/dist/src/icons/ArrowbendrightdownIcon.js +12 -0
  87. package/dist/src/icons/ArrowbendrightupIcon.d.ts +2 -0
  88. package/dist/src/icons/ArrowbendrightupIcon.js +12 -0
  89. package/dist/src/icons/ArrowcirclerightIcon.d.ts +2 -0
  90. package/dist/src/icons/ArrowcirclerightIcon.js +12 -0
  91. package/dist/src/icons/ArrowcircleupIcon.d.ts +2 -0
  92. package/dist/src/icons/ArrowcircleupIcon.js +12 -0
  93. package/dist/src/icons/ArrowdownrightIcon.d.ts +2 -0
  94. package/dist/src/icons/ArrowdownrightIcon.js +12 -0
  95. package/dist/src/icons/ArrowelbowdownleftIcon.d.ts +2 -0
  96. package/dist/src/icons/ArrowelbowdownleftIcon.js +12 -0
  97. package/dist/src/icons/ArrowelbowrightupIcon.d.ts +2 -0
  98. package/dist/src/icons/ArrowelbowrightupIcon.js +12 -0
  99. package/dist/src/icons/ArrowelbowupleftIcon.d.ts +2 -0
  100. package/dist/src/icons/ArrowelbowupleftIcon.js +12 -0
  101. package/dist/src/icons/ArrowfatlinesdownIcon.d.ts +2 -0
  102. package/dist/src/icons/ArrowfatlinesdownIcon.js +12 -0
  103. package/dist/src/icons/ArrowfatlineupIcon.d.ts +2 -0
  104. package/dist/src/icons/ArrowfatlineupIcon.js +12 -0
  105. package/dist/src/icons/ArrowlinedownleftIcon.d.ts +2 -0
  106. package/dist/src/icons/ArrowlinedownleftIcon.js +12 -0
  107. package/dist/src/icons/ArrowsClockwiseIcon.d.ts +2 -0
  108. package/dist/src/icons/ArrowsClockwiseIcon.js +12 -0
  109. package/dist/src/icons/ArrowsInSimpleIcon.d.ts +2 -0
  110. package/dist/src/icons/ArrowsInSimpleIcon.js +12 -0
  111. package/dist/src/icons/ArrowsOutCardinalIcon.d.ts +2 -0
  112. package/dist/src/icons/ArrowsOutCardinalIcon.js +12 -0
  113. package/dist/src/icons/ArrowsOutSimpleIcon.d.ts +2 -0
  114. package/dist/src/icons/ArrowsOutSimpleIcon.js +12 -0
  115. package/dist/src/icons/ArrowsdownupIcon.d.ts +2 -0
  116. package/dist/src/icons/ArrowsdownupIcon.js +12 -0
  117. package/dist/src/icons/ArrowshorizontalIcon.d.ts +2 -0
  118. package/dist/src/icons/ArrowshorizontalIcon.js +12 -0
  119. package/dist/src/icons/ArrowsmergeIcon.d.ts +2 -0
  120. package/dist/src/icons/ArrowsmergeIcon.js +12 -0
  121. package/dist/src/icons/ArrowsoutIcon.d.ts +2 -0
  122. package/dist/src/icons/ArrowsoutIcon.js +12 -0
  123. package/dist/src/icons/ArrowsquaredownIcon.d.ts +2 -0
  124. package/dist/src/icons/ArrowsquaredownIcon.js +12 -0
  125. package/dist/src/icons/ArrowsquareupIcon.d.ts +2 -0
  126. package/dist/src/icons/ArrowsquareupIcon.js +12 -0
  127. package/dist/src/icons/ArrowsquareupleftIcon.d.ts +2 -0
  128. package/dist/src/icons/ArrowsquareupleftIcon.js +12 -0
  129. package/dist/src/icons/ArrowurightupIcon.d.ts +2 -0
  130. package/dist/src/icons/ArrowurightupIcon.js +12 -0
  131. package/dist/src/icons/ArrowuupleftIcon.d.ts +2 -0
  132. package/dist/src/icons/ArrowuupleftIcon.js +12 -0
  133. package/dist/src/icons/ArticleIcon.d.ts +2 -0
  134. package/dist/src/icons/ArticleIcon.js +12 -0
  135. package/dist/src/icons/AtIcon.d.ts +2 -0
  136. package/dist/src/icons/AtIcon.js +12 -0
  137. package/dist/src/icons/AutoResponderIcon.d.ts +2 -0
  138. package/dist/src/icons/AutoResponderIcon.js +12 -0
  139. package/dist/src/icons/AutoResponderPlusIcon.d.ts +2 -0
  140. package/dist/src/icons/AutoResponderPlusIcon.js +12 -0
  141. package/dist/src/icons/BarChartIcon.d.ts +2 -0
  142. package/dist/src/icons/BarChartIcon.js +12 -0
  143. package/dist/src/icons/BarricadeIcon.d.ts +2 -0
  144. package/dist/src/icons/BarricadeIcon.js +12 -0
  145. package/dist/src/icons/BellIcon.d.ts +2 -0
  146. package/dist/src/icons/BellIcon.js +12 -0
  147. package/dist/src/icons/BellSimpleSlashIcon.d.ts +2 -0
  148. package/dist/src/icons/BellSimpleSlashIcon.js +12 -0
  149. package/dist/src/icons/BluetoothIcon.d.ts +2 -0
  150. package/dist/src/icons/BluetoothIcon.js +12 -0
  151. package/dist/src/icons/BookOpenIcon.d.ts +2 -0
  152. package/dist/src/icons/BookOpenIcon.js +12 -0
  153. package/dist/src/icons/BookmarkSimpleIcon.d.ts +2 -0
  154. package/dist/src/icons/BookmarkSimpleIcon.js +12 -0
  155. package/dist/src/icons/BookmarksIcon.d.ts +2 -0
  156. package/dist/src/icons/BookmarksIcon.js +12 -0
  157. package/dist/src/icons/BoundingBoxIcon.d.ts +2 -0
  158. package/dist/src/icons/BoundingBoxIcon.js +12 -0
  159. package/dist/src/icons/BoxArrowDownIcon.d.ts +2 -0
  160. package/dist/src/icons/BoxArrowDownIcon.js +12 -0
  161. package/dist/src/icons/BoxArrowUpIcon.d.ts +2 -0
  162. package/dist/src/icons/BoxArrowUpIcon.js +12 -0
  163. package/dist/src/icons/BriefcaseIcon.d.ts +2 -0
  164. package/dist/src/icons/BriefcaseIcon.js +12 -0
  165. package/dist/src/icons/BrowserIcon.d.ts +2 -0
  166. package/dist/src/icons/BrowserIcon.js +12 -0
  167. package/dist/src/icons/BugBeetleIcon.d.ts +2 -0
  168. package/dist/src/icons/BugBeetleIcon.js +12 -0
  169. package/dist/src/icons/BuildingApartmentIcon.d.ts +2 -0
  170. package/dist/src/icons/BuildingApartmentIcon.js +12 -0
  171. package/dist/src/icons/BuildingIcon.d.ts +2 -0
  172. package/dist/src/icons/BuildingIcon.js +12 -0
  173. package/dist/src/icons/BuildingOfficeIcon.d.ts +2 -0
  174. package/dist/src/icons/BuildingOfficeIcon.js +12 -0
  175. package/dist/src/icons/CalendarBlankIcon.d.ts +2 -0
  176. package/dist/src/icons/CalendarBlankIcon.js +12 -0
  177. package/dist/src/icons/CalendarCheckIcon.d.ts +2 -0
  178. package/dist/src/icons/CalendarCheckIcon.js +12 -0
  179. package/dist/src/icons/CalendarPlusIcon.d.ts +2 -0
  180. package/dist/src/icons/CalendarPlusIcon.js +12 -0
  181. package/dist/src/icons/CarIcon.d.ts +2 -0
  182. package/dist/src/icons/CarIcon.js +12 -0
  183. package/dist/src/icons/CaretDoubleDownIcon.d.ts +2 -0
  184. package/dist/src/icons/CaretDoubleDownIcon.js +12 -0
  185. package/dist/src/icons/CaretDoubleDownSmallIcon.d.ts +2 -0
  186. package/dist/src/icons/CaretDoubleDownSmallIcon.js +12 -0
  187. package/dist/src/icons/CaretDoubleLeftIcon.d.ts +2 -0
  188. package/dist/src/icons/CaretDoubleLeftIcon.js +12 -0
  189. package/dist/src/icons/CaretDoubleLeftSmallIcon.d.ts +2 -0
  190. package/dist/src/icons/CaretDoubleLeftSmallIcon.js +12 -0
  191. package/dist/src/icons/CaretDoubleRightIcon.d.ts +2 -0
  192. package/dist/src/icons/CaretDoubleRightIcon.js +12 -0
  193. package/dist/src/icons/CaretDoubleRightSmallIcon.d.ts +2 -0
  194. package/dist/src/icons/CaretDoubleRightSmallIcon.js +12 -0
  195. package/dist/src/icons/CaretDoubleUpIcon.d.ts +2 -0
  196. package/dist/src/icons/CaretDoubleUpIcon.js +12 -0
  197. package/dist/src/icons/CaretDoubleUpSmallIcon.d.ts +2 -0
  198. package/dist/src/icons/CaretDoubleUpSmallIcon.js +12 -0
  199. package/dist/src/icons/CaretDownIcon.d.ts +2 -0
  200. package/dist/src/icons/CaretDownIcon.js +12 -0
  201. package/dist/src/icons/CaretDownSmallIcon.d.ts +2 -0
  202. package/dist/src/icons/CaretDownSmallIcon.js +12 -0
  203. package/dist/src/icons/CaretLeftIcon.d.ts +2 -0
  204. package/dist/src/icons/CaretLeftIcon.js +12 -0
  205. package/dist/src/icons/CaretLeftSmallIcon.d.ts +2 -0
  206. package/dist/src/icons/CaretLeftSmallIcon.js +12 -0
  207. package/dist/src/icons/CaretRightIcon.d.ts +2 -0
  208. package/dist/src/icons/CaretRightIcon.js +12 -0
  209. package/dist/src/icons/CaretRightSmallIcon.d.ts +2 -0
  210. package/dist/src/icons/CaretRightSmallIcon.js +12 -0
  211. package/dist/src/icons/CaretRightTinyIcon.d.ts +2 -0
  212. package/dist/src/icons/CaretRightTinyIcon.js +12 -0
  213. package/dist/src/icons/CaretUpIcon.d.ts +2 -0
  214. package/dist/src/icons/CaretUpIcon.js +12 -0
  215. package/dist/src/icons/CaretUpSmallIcon.d.ts +2 -0
  216. package/dist/src/icons/CaretUpSmallIcon.js +12 -0
  217. package/dist/src/icons/CaretcircledoubledownIcon.d.ts +2 -0
  218. package/dist/src/icons/CaretcircledoubledownIcon.js +12 -0
  219. package/dist/src/icons/CaretcircledoubleleftIcon.d.ts +2 -0
  220. package/dist/src/icons/CaretcircledoubleleftIcon.js +12 -0
  221. package/dist/src/icons/CaretcircleupdownIcon.d.ts +2 -0
  222. package/dist/src/icons/CaretcircleupdownIcon.js +12 -0
  223. package/dist/src/icons/CellTowerIcon.d.ts +2 -0
  224. package/dist/src/icons/CellTowerIcon.js +12 -0
  225. package/dist/src/icons/ChartLineDownIcon.d.ts +2 -0
  226. package/dist/src/icons/ChartLineDownIcon.js +12 -0
  227. package/dist/src/icons/ChartLineUpIcon.d.ts +2 -0
  228. package/dist/src/icons/ChartLineUpIcon.js +12 -0
  229. package/dist/src/icons/ChartPieSliceIcon.d.ts +2 -0
  230. package/dist/src/icons/ChartPieSliceIcon.js +12 -0
  231. package/dist/src/icons/ChartPolarIcon.d.ts +2 -0
  232. package/dist/src/icons/ChartPolarIcon.js +12 -0
  233. package/dist/src/icons/ChartScatterIcon.d.ts +2 -0
  234. package/dist/src/icons/ChartScatterIcon.js +12 -0
  235. package/dist/src/icons/ChatCenteredIcon.d.ts +2 -0
  236. package/dist/src/icons/ChatCenteredIcon.js +12 -0
  237. package/dist/src/icons/ChatCircleIcon.d.ts +2 -0
  238. package/dist/src/icons/ChatCircleIcon.js +12 -0
  239. package/dist/src/icons/CheckAllIcon.d.ts +2 -0
  240. package/dist/src/icons/CheckAllIcon.js +12 -0
  241. package/dist/src/icons/CheckCircleFillIcon.d.ts +2 -0
  242. package/dist/src/icons/CheckCircleFillIcon.js +12 -0
  243. package/dist/src/icons/CheckCircleIcon.d.ts +2 -0
  244. package/dist/src/icons/CheckCircleIcon.js +12 -0
  245. package/dist/src/icons/CheckIcon.d.ts +2 -0
  246. package/dist/src/icons/CheckIcon.js +12 -0
  247. package/dist/src/icons/CheckIndeterminateSmallIcon.d.ts +2 -0
  248. package/dist/src/icons/CheckIndeterminateSmallIcon.js +12 -0
  249. package/dist/src/icons/CheckSmallIcon.d.ts +2 -0
  250. package/dist/src/icons/CheckSmallIcon.js +12 -0
  251. package/dist/src/icons/CheckSquareFillIcon.d.ts +2 -0
  252. package/dist/src/icons/CheckSquareFillIcon.js +12 -0
  253. package/dist/src/icons/CheckSquareIcon.d.ts +2 -0
  254. package/dist/src/icons/CheckSquareIcon.js +12 -0
  255. package/dist/src/icons/CheckboxIntermediate20Icon.d.ts +2 -0
  256. package/dist/src/icons/CheckboxIntermediate20Icon.js +12 -0
  257. package/dist/src/icons/CheckboxOff20Icon.d.ts +2 -0
  258. package/dist/src/icons/CheckboxOff20Icon.js +12 -0
  259. package/dist/src/icons/CheckboxOffSmallIcon.d.ts +2 -0
  260. package/dist/src/icons/CheckboxOffSmallIcon.js +12 -0
  261. package/dist/src/icons/CheckboxOn20Icon.d.ts +2 -0
  262. package/dist/src/icons/CheckboxOn20Icon.js +12 -0
  263. package/dist/src/icons/CircleIcon.d.ts +2 -0
  264. package/dist/src/icons/CircleIcon.js +12 -0
  265. package/dist/src/icons/CirclesFourIcon.d.ts +2 -0
  266. package/dist/src/icons/CirclesFourIcon.js +12 -0
  267. package/dist/src/icons/CirclesThreeIcon.d.ts +2 -0
  268. package/dist/src/icons/CirclesThreeIcon.js +12 -0
  269. package/dist/src/icons/ClockClockwiseIcon.d.ts +2 -0
  270. package/dist/src/icons/ClockClockwiseIcon.js +12 -0
  271. package/dist/src/icons/ClockCounterClockwiseIcon.d.ts +2 -0
  272. package/dist/src/icons/ClockCounterClockwiseIcon.js +12 -0
  273. package/dist/src/icons/ClockDuotoneIcon.d.ts +2 -0
  274. package/dist/src/icons/ClockDuotoneIcon.js +12 -0
  275. package/dist/src/icons/ClockIcon.d.ts +2 -0
  276. package/dist/src/icons/ClockIcon.js +12 -0
  277. package/dist/src/icons/ClockSmallIcon.d.ts +2 -0
  278. package/dist/src/icons/ClockSmallIcon.js +12 -0
  279. package/dist/src/icons/CloneIcon.d.ts +2 -0
  280. package/dist/src/icons/CloneIcon.js +12 -0
  281. package/dist/src/icons/CloseBigIcon.d.ts +2 -0
  282. package/dist/src/icons/CloseBigIcon.js +12 -0
  283. package/dist/src/icons/CloseCircleFillIcon.d.ts +2 -0
  284. package/dist/src/icons/CloseCircleFillIcon.js +12 -0
  285. package/dist/src/icons/CloseCircleIcon.d.ts +2 -0
  286. package/dist/src/icons/CloseCircleIcon.js +12 -0
  287. package/dist/src/icons/CloseIcon.d.ts +2 -0
  288. package/dist/src/icons/CloseIcon.js +12 -0
  289. package/dist/src/icons/CloseSmallIcon.d.ts +2 -0
  290. package/dist/src/icons/CloseSmallIcon.js +12 -0
  291. package/dist/src/icons/CloudCheckIcon.d.ts +2 -0
  292. package/dist/src/icons/CloudCheckIcon.js +12 -0
  293. package/dist/src/icons/CloudIcon.d.ts +2 -0
  294. package/dist/src/icons/CloudIcon.js +12 -0
  295. package/dist/src/icons/CodepenIcon.d.ts +2 -0
  296. package/dist/src/icons/CodepenIcon.js +12 -0
  297. package/dist/src/icons/CodesandboxIcon.d.ts +2 -0
  298. package/dist/src/icons/CodesandboxIcon.js +12 -0
  299. package/dist/src/icons/CommandIcon.d.ts +2 -0
  300. package/dist/src/icons/CommandIcon.js +12 -0
  301. package/dist/src/icons/CompassIcon.d.ts +2 -0
  302. package/dist/src/icons/CompassIcon.js +12 -0
  303. package/dist/src/icons/CompassToolIcon.d.ts +2 -0
  304. package/dist/src/icons/CompassToolIcon.js +12 -0
  305. package/dist/src/icons/CopyIcon.d.ts +2 -0
  306. package/dist/src/icons/CopyIcon.js +12 -0
  307. package/dist/src/icons/CopySimpleIcon.d.ts +2 -0
  308. package/dist/src/icons/CopySimpleIcon.js +12 -0
  309. package/dist/src/icons/CornersOutIcon.d.ts +2 -0
  310. package/dist/src/icons/CornersOutIcon.js +12 -0
  311. package/dist/src/icons/CpuIcon.d.ts +2 -0
  312. package/dist/src/icons/CpuIcon.js +12 -0
  313. package/dist/src/icons/CreditCardIcon.d.ts +2 -0
  314. package/dist/src/icons/CreditCardIcon.js +12 -0
  315. package/dist/src/icons/CrownIcon.d.ts +2 -0
  316. package/dist/src/icons/CrownIcon.js +12 -0
  317. package/dist/src/icons/CurrencyDollarCircledIcon.d.ts +2 -0
  318. package/dist/src/icons/CurrencyDollarCircledIcon.js +12 -0
  319. package/dist/src/icons/CurrencyDollarSimpleIcon.d.ts +2 -0
  320. package/dist/src/icons/CurrencyDollarSimpleIcon.js +12 -0
  321. package/dist/src/icons/DatabaseIcon.d.ts +2 -0
  322. package/dist/src/icons/DatabaseIcon.js +12 -0
  323. package/dist/src/icons/DesktopIcon.d.ts +2 -0
  324. package/dist/src/icons/DesktopIcon.js +12 -0
  325. package/dist/src/icons/DetectiveIcon.d.ts +2 -0
  326. package/dist/src/icons/DetectiveIcon.js +12 -0
  327. package/dist/src/icons/DeviceMobileCameraIcon.d.ts +2 -0
  328. package/dist/src/icons/DeviceMobileCameraIcon.js +12 -0
  329. package/dist/src/icons/DisableIcon.d.ts +2 -0
  330. package/dist/src/icons/DisableIcon.js +12 -0
  331. package/dist/src/icons/DominoIcon.d.ts +2 -0
  332. package/dist/src/icons/DominoIcon.js +12 -0
  333. package/dist/src/icons/DominoPlusIcon.d.ts +2 -0
  334. package/dist/src/icons/DominoPlusIcon.js +12 -0
  335. package/dist/src/icons/DonutChartIcon.d.ts +2 -0
  336. package/dist/src/icons/DonutChartIcon.js +12 -0
  337. package/dist/src/icons/DotsNineBoldIcon.d.ts +2 -0
  338. package/dist/src/icons/DotsNineBoldIcon.js +12 -0
  339. package/dist/src/icons/DotsSixVerticalIcon.d.ts +2 -0
  340. package/dist/src/icons/DotsSixVerticalIcon.js +12 -0
  341. package/dist/src/icons/DotsThreeCircleIcon.d.ts +2 -0
  342. package/dist/src/icons/DotsThreeCircleIcon.js +12 -0
  343. package/dist/src/icons/DotsThreeIcon.d.ts +2 -0
  344. package/dist/src/icons/DotsThreeIcon.js +12 -0
  345. package/dist/src/icons/DotsThreeVerticalIcon.d.ts +2 -0
  346. package/dist/src/icons/DotsThreeVerticalIcon.js +12 -0
  347. package/dist/src/icons/DraftIcon.d.ts +2 -0
  348. package/dist/src/icons/DraftIcon.js +12 -0
  349. package/dist/src/icons/EnvelopeFilledIcon.d.ts +2 -0
  350. package/dist/src/icons/EnvelopeFilledIcon.js +12 -0
  351. package/dist/src/icons/EnvelopeIcon.d.ts +2 -0
  352. package/dist/src/icons/EnvelopeIcon.js +12 -0
  353. package/dist/src/icons/EnvelopeOpenIcon.d.ts +2 -0
  354. package/dist/src/icons/EnvelopeOpenIcon.js +12 -0
  355. package/dist/src/icons/EqualizerIcon.d.ts +2 -0
  356. package/dist/src/icons/EqualizerIcon.js +12 -0
  357. package/dist/src/icons/EqualsIcon.d.ts +2 -0
  358. package/dist/src/icons/EqualsIcon.js +12 -0
  359. package/dist/src/icons/ErrorFilledIcon.d.ts +2 -0
  360. package/dist/src/icons/ErrorFilledIcon.js +12 -0
  361. package/dist/src/icons/ErrorIcon.d.ts +2 -0
  362. package/dist/src/icons/ErrorIcon.js +12 -0
  363. package/dist/src/icons/ErrorMarkerIcon.d.ts +2 -0
  364. package/dist/src/icons/ErrorMarkerIcon.js +12 -0
  365. package/dist/src/icons/ExclamationMarkIcon.d.ts +2 -0
  366. package/dist/src/icons/ExclamationMarkIcon.js +12 -0
  367. package/dist/src/icons/EyeClosedIcon.d.ts +2 -0
  368. package/dist/src/icons/EyeClosedIcon.js +12 -0
  369. package/dist/src/icons/EyeIcon.d.ts +2 -0
  370. package/dist/src/icons/EyeIcon.js +12 -0
  371. package/dist/src/icons/EyeSlashIcon.d.ts +2 -0
  372. package/dist/src/icons/EyeSlashIcon.js +12 -0
  373. package/dist/src/icons/FadersIcon.d.ts +2 -0
  374. package/dist/src/icons/FadersIcon.js +12 -0
  375. package/dist/src/icons/FallIcon.d.ts +2 -0
  376. package/dist/src/icons/FallIcon.js +12 -0
  377. package/dist/src/icons/FigmaIcon.d.ts +2 -0
  378. package/dist/src/icons/FigmaIcon.js +12 -0
  379. package/dist/src/icons/FilePdfIcon.d.ts +2 -0
  380. package/dist/src/icons/FilePdfIcon.js +12 -0
  381. package/dist/src/icons/FilledCircleIcon.d.ts +2 -0
  382. package/dist/src/icons/FilledCircleIcon.js +12 -0
  383. package/dist/src/icons/FireIcon.d.ts +2 -0
  384. package/dist/src/icons/FireIcon.js +12 -0
  385. package/dist/src/icons/FlagIcon.d.ts +2 -0
  386. package/dist/src/icons/FlagIcon.js +12 -0
  387. package/dist/src/icons/FlagPennantIcon.d.ts +2 -0
  388. package/dist/src/icons/FlagPennantIcon.js +12 -0
  389. package/dist/src/icons/FolderIcon.d.ts +2 -0
  390. package/dist/src/icons/FolderIcon.js +12 -0
  391. package/dist/src/icons/FolderOpenIcon.d.ts +2 -0
  392. package/dist/src/icons/FolderOpenIcon.js +12 -0
  393. package/dist/src/icons/FolderPlusIcon.d.ts +2 -0
  394. package/dist/src/icons/FolderPlusIcon.js +12 -0
  395. package/dist/src/icons/FolderSimpleIcon.d.ts +2 -0
  396. package/dist/src/icons/FolderSimpleIcon.js +12 -0
  397. package/dist/src/icons/FoldersIcon.d.ts +2 -0
  398. package/dist/src/icons/FoldersIcon.js +12 -0
  399. package/dist/src/icons/FontInterIcon.d.ts +2 -0
  400. package/dist/src/icons/FontInterIcon.js +12 -0
  401. package/dist/src/icons/FontMerriweatherIcon.d.ts +2 -0
  402. package/dist/src/icons/FontMerriweatherIcon.js +12 -0
  403. package/dist/src/icons/FontMonserratIcon.d.ts +2 -0
  404. package/dist/src/icons/FontMonserratIcon.js +12 -0
  405. package/dist/src/icons/FontOpensansIcon.d.ts +2 -0
  406. package/dist/src/icons/FontOpensansIcon.js +12 -0
  407. package/dist/src/icons/FontPlayfairIcon.d.ts +2 -0
  408. package/dist/src/icons/FontPlayfairIcon.js +12 -0
  409. package/dist/src/icons/FontPoppinsIcon.d.ts +2 -0
  410. package/dist/src/icons/FontPoppinsIcon.js +12 -0
  411. package/dist/src/icons/FontRobotoCondensedIcon.d.ts +2 -0
  412. package/dist/src/icons/FontRobotoCondensedIcon.js +12 -0
  413. package/dist/src/icons/FontRubikIcon.d.ts +2 -0
  414. package/dist/src/icons/FontRubikIcon.js +12 -0
  415. package/dist/src/icons/FontVallkornIcon.d.ts +2 -0
  416. package/dist/src/icons/FontVallkornIcon.js +12 -0
  417. package/dist/src/icons/ForwarderIcon.d.ts +2 -0
  418. package/dist/src/icons/ForwarderIcon.js +12 -0
  419. package/dist/src/icons/ForwarderPlusIcon.d.ts +2 -0
  420. package/dist/src/icons/ForwarderPlusIcon.js +12 -0
  421. package/dist/src/icons/FrameCornersIcon.d.ts +2 -0
  422. package/dist/src/icons/FrameCornersIcon.js +12 -0
  423. package/dist/src/icons/FramerIcon.d.ts +2 -0
  424. package/dist/src/icons/FramerIcon.js +12 -0
  425. package/dist/src/icons/FtpIcon.d.ts +2 -0
  426. package/dist/src/icons/FtpIcon.js +12 -0
  427. package/dist/src/icons/FunnelIcon.d.ts +2 -0
  428. package/dist/src/icons/FunnelIcon.js +12 -0
  429. package/dist/src/icons/FunnelSimpleIcon.d.ts +2 -0
  430. package/dist/src/icons/FunnelSimpleIcon.js +12 -0
  431. package/dist/src/icons/GearIcon.d.ts +2 -0
  432. package/dist/src/icons/GearIcon.js +12 -0
  433. package/dist/src/icons/GearSixIcon.d.ts +2 -0
  434. package/dist/src/icons/GearSixIcon.js +12 -0
  435. package/dist/src/icons/GearsIcon.d.ts +2 -0
  436. package/dist/src/icons/GearsIcon.js +12 -0
  437. package/dist/src/icons/GithubIcon.d.ts +2 -0
  438. package/dist/src/icons/GithubIcon.js +12 -0
  439. package/dist/src/icons/GlobeIcon.d.ts +2 -0
  440. package/dist/src/icons/GlobeIcon.js +12 -0
  441. package/dist/src/icons/GoToIcon.d.ts +2 -0
  442. package/dist/src/icons/GoToIcon.js +12 -0
  443. package/dist/src/icons/GoogleIcon.d.ts +2 -0
  444. package/dist/src/icons/GoogleIcon.js +12 -0
  445. package/dist/src/icons/GooglePhotosIcon.d.ts +2 -0
  446. package/dist/src/icons/GooglePhotosIcon.js +12 -0
  447. package/dist/src/icons/GridFourIcon.d.ts +2 -0
  448. package/dist/src/icons/GridFourIcon.js +12 -0
  449. package/dist/src/icons/GridNineIcon.d.ts +2 -0
  450. package/dist/src/icons/GridNineIcon.js +12 -0
  451. package/dist/src/icons/HalfStarIcon.d.ts +2 -0
  452. package/dist/src/icons/HalfStarIcon.js +12 -0
  453. package/dist/src/icons/HandPalmIcon.d.ts +2 -0
  454. package/dist/src/icons/HandPalmIcon.js +12 -0
  455. package/dist/src/icons/HardDriveIcon.d.ts +2 -0
  456. package/dist/src/icons/HardDriveIcon.js +12 -0
  457. package/dist/src/icons/HardDrivesIcon.d.ts +2 -0
  458. package/dist/src/icons/HardDrivesIcon.js +12 -0
  459. package/dist/src/icons/HashIcon.d.ts +2 -0
  460. package/dist/src/icons/HashIcon.js +12 -0
  461. package/dist/src/icons/HeartIcon.d.ts +2 -0
  462. package/dist/src/icons/HeartIcon.js +12 -0
  463. package/dist/src/icons/HeartbeatIcon.d.ts +2 -0
  464. package/dist/src/icons/HeartbeatIcon.js +12 -0
  465. package/dist/src/icons/HomeIcon.d.ts +2 -0
  466. package/dist/src/icons/HomeIcon.js +12 -0
  467. package/dist/src/icons/HourglassHighDuotoneIcon.d.ts +2 -0
  468. package/dist/src/icons/HourglassHighDuotoneIcon.js +12 -0
  469. package/dist/src/icons/HourglassHighIcon.d.ts +2 -0
  470. package/dist/src/icons/HourglassHighIcon.js +12 -0
  471. package/dist/src/icons/IdentificationCardIcon.d.ts +2 -0
  472. package/dist/src/icons/IdentificationCardIcon.js +12 -0
  473. package/dist/src/icons/ImageIcon.d.ts +2 -0
  474. package/dist/src/icons/ImageIcon.js +12 -0
  475. package/dist/src/icons/InfoFillIcon.d.ts +2 -0
  476. package/dist/src/icons/InfoFillIcon.js +12 -0
  477. package/dist/src/icons/InfoIIcon.d.ts +2 -0
  478. package/dist/src/icons/InfoIIcon.js +12 -0
  479. package/dist/src/icons/InfoIcon.d.ts +2 -0
  480. package/dist/src/icons/InfoIcon.js +12 -0
  481. package/dist/src/icons/KeyIcon.d.ts +2 -0
  482. package/dist/src/icons/KeyIcon.js +12 -0
  483. package/dist/src/icons/KeyholeIcon.d.ts +2 -0
  484. package/dist/src/icons/KeyholeIcon.js +12 -0
  485. package/dist/src/icons/LaravelIcon.d.ts +2 -0
  486. package/dist/src/icons/LaravelIcon.js +12 -0
  487. package/dist/src/icons/LayoutIcon.d.ts +2 -0
  488. package/dist/src/icons/LayoutIcon.js +12 -0
  489. package/dist/src/icons/LightningFillIcon.d.ts +2 -0
  490. package/dist/src/icons/LightningFillIcon.js +12 -0
  491. package/dist/src/icons/LightningIcon.d.ts +2 -0
  492. package/dist/src/icons/LightningIcon.js +12 -0
  493. package/dist/src/icons/LineChartDuotoneIcon.d.ts +2 -0
  494. package/dist/src/icons/LineChartDuotoneIcon.js +12 -0
  495. package/dist/src/icons/LineChartIcon.d.ts +2 -0
  496. package/dist/src/icons/LineChartIcon.js +12 -0
  497. package/dist/src/icons/LinkIcon.d.ts +2 -0
  498. package/dist/src/icons/LinkIcon.js +12 -0
  499. package/dist/src/icons/LinuxIcon.d.ts +2 -0
  500. package/dist/src/icons/LinuxIcon.js +12 -0
  501. package/dist/src/icons/ListDashesIcon.d.ts +2 -0
  502. package/dist/src/icons/ListDashesIcon.js +12 -0
  503. package/dist/src/icons/ListIcon.d.ts +2 -0
  504. package/dist/src/icons/ListIcon.js +12 -0
  505. package/dist/src/icons/LockIcon.d.ts +2 -0
  506. package/dist/src/icons/LockIcon.js +12 -0
  507. package/dist/src/icons/MagnifyingGlassIcon.d.ts +2 -0
  508. package/dist/src/icons/MagnifyingGlassIcon.js +12 -0
  509. package/dist/src/icons/MapPinIcon.d.ts +2 -0
  510. package/dist/src/icons/MapPinIcon.js +12 -0
  511. package/dist/src/icons/MastodonIcon.d.ts +2 -0
  512. package/dist/src/icons/MastodonIcon.js +12 -0
  513. package/dist/src/icons/MedalIcon.d.ts +2 -0
  514. package/dist/src/icons/MedalIcon.js +12 -0
  515. package/dist/src/icons/MemoryIcon.d.ts +2 -0
  516. package/dist/src/icons/MemoryIcon.js +12 -0
  517. package/dist/src/icons/MessengerLogoIcon.d.ts +2 -0
  518. package/dist/src/icons/MessengerLogoIcon.js +12 -0
  519. package/dist/src/icons/MicIcon.d.ts +2 -0
  520. package/dist/src/icons/MicIcon.js +12 -0
  521. package/dist/src/icons/MicrosoftTeamsIcon.d.ts +2 -0
  522. package/dist/src/icons/MicrosoftTeamsIcon.js +12 -0
  523. package/dist/src/icons/MicrosoftWordIcon.d.ts +2 -0
  524. package/dist/src/icons/MicrosoftWordIcon.js +12 -0
  525. package/dist/src/icons/MinusCircleDuotoneIcon.d.ts +2 -0
  526. package/dist/src/icons/MinusCircleDuotoneIcon.js +12 -0
  527. package/dist/src/icons/MinusCircleFillIcon.d.ts +2 -0
  528. package/dist/src/icons/MinusCircleFillIcon.js +12 -0
  529. package/dist/src/icons/MinusCircleIcon.d.ts +2 -0
  530. package/dist/src/icons/MinusCircleIcon.js +12 -0
  531. package/dist/src/icons/MinusIcon.d.ts +2 -0
  532. package/dist/src/icons/MinusIcon.js +12 -0
  533. package/dist/src/icons/MinusSquareFillIcon.d.ts +2 -0
  534. package/dist/src/icons/MinusSquareFillIcon.js +12 -0
  535. package/dist/src/icons/MinusSquareIcon.d.ts +2 -0
  536. package/dist/src/icons/MinusSquareIcon.js +12 -0
  537. package/dist/src/icons/MoonIcon.d.ts +2 -0
  538. package/dist/src/icons/MoonIcon.js +12 -0
  539. package/dist/src/icons/NotEqualsIcon.d.ts +2 -0
  540. package/dist/src/icons/NotEqualsIcon.js +12 -0
  541. package/dist/src/icons/NotchesIcon.d.ts +2 -0
  542. package/dist/src/icons/NotchesIcon.js +12 -0
  543. package/dist/src/icons/NotePencilIcon.d.ts +2 -0
  544. package/dist/src/icons/NotePencilIcon.js +12 -0
  545. package/dist/src/icons/NotepadIcon.d.ts +2 -0
  546. package/dist/src/icons/NotepadIcon.js +12 -0
  547. package/dist/src/icons/NovaIcon.d.ts +2 -0
  548. package/dist/src/icons/NovaIcon.js +12 -0
  549. package/dist/src/icons/NumberCircleFourIcon.d.ts +2 -0
  550. package/dist/src/icons/NumberCircleFourIcon.js +12 -0
  551. package/dist/src/icons/NumberCircleOneIcon.d.ts +2 -0
  552. package/dist/src/icons/NumberCircleOneIcon.js +12 -0
  553. package/dist/src/icons/NumberCircleThreeIcon.d.ts +2 -0
  554. package/dist/src/icons/NumberCircleThreeIcon.js +12 -0
  555. package/dist/src/icons/NumberCircleTwoIcon.d.ts +2 -0
  556. package/dist/src/icons/NumberCircleTwoIcon.js +12 -0
  557. package/dist/src/icons/PaintBrushBroadIcon.d.ts +2 -0
  558. package/dist/src/icons/PaintBrushBroadIcon.js +12 -0
  559. package/dist/src/icons/PaintBucketFillIcon.d.ts +2 -0
  560. package/dist/src/icons/PaintBucketFillIcon.js +12 -0
  561. package/dist/src/icons/PalmIcon.d.ts +2 -0
  562. package/dist/src/icons/PalmIcon.js +12 -0
  563. package/dist/src/icons/PaperPlaneTiltIcon.d.ts +2 -0
  564. package/dist/src/icons/PaperPlaneTiltIcon.js +12 -0
  565. package/dist/src/icons/PaperclipIcon.d.ts +2 -0
  566. package/dist/src/icons/PaperclipIcon.js +12 -0
  567. package/dist/src/icons/PasswordIcon.d.ts +2 -0
  568. package/dist/src/icons/PasswordIcon.js +12 -0
  569. package/dist/src/icons/PauseCircleDuotoneIcon.d.ts +2 -0
  570. package/dist/src/icons/PauseCircleDuotoneIcon.js +12 -0
  571. package/dist/src/icons/PauseCircleIcon.d.ts +2 -0
  572. package/dist/src/icons/PauseCircleIcon.js +12 -0
  573. package/dist/src/icons/PauseFillIcon.d.ts +2 -0
  574. package/dist/src/icons/PauseFillIcon.js +12 -0
  575. package/dist/src/icons/PauseIcon.d.ts +2 -0
  576. package/dist/src/icons/PauseIcon.js +12 -0
  577. package/dist/src/icons/PencilSimpleIcon.d.ts +2 -0
  578. package/dist/src/icons/PencilSimpleIcon.js +12 -0
  579. package/dist/src/icons/PercentIcon.d.ts +2 -0
  580. package/dist/src/icons/PercentIcon.js +12 -0
  581. package/dist/src/icons/PhoneIcon.d.ts +2 -0
  582. package/dist/src/icons/PhoneIcon.js +12 -0
  583. package/dist/src/icons/PieChartIcon.d.ts +2 -0
  584. package/dist/src/icons/PieChartIcon.js +12 -0
  585. package/dist/src/icons/PinterestIcon.d.ts +2 -0
  586. package/dist/src/icons/PinterestIcon.js +12 -0
  587. package/dist/src/icons/PlayIcon.d.ts +2 -0
  588. package/dist/src/icons/PlayIcon.js +12 -0
  589. package/dist/src/icons/PleskIcon.d.ts +2 -0
  590. package/dist/src/icons/PleskIcon.js +12 -0
  591. package/dist/src/icons/PluginIcon.d.ts +2 -0
  592. package/dist/src/icons/PluginIcon.js +12 -0
  593. package/dist/src/icons/PlugsConnectedIcon.d.ts +2 -0
  594. package/dist/src/icons/PlugsConnectedIcon.js +12 -0
  595. package/dist/src/icons/PlugsIcon.d.ts +2 -0
  596. package/dist/src/icons/PlugsIcon.js +12 -0
  597. package/dist/src/icons/PlusCircleFillIcon.d.ts +2 -0
  598. package/dist/src/icons/PlusCircleFillIcon.js +12 -0
  599. package/dist/src/icons/PlusCircleIcon.d.ts +2 -0
  600. package/dist/src/icons/PlusCircleIcon.js +12 -0
  601. package/dist/src/icons/PlusIcon.d.ts +2 -0
  602. package/dist/src/icons/PlusIcon.js +12 -0
  603. package/dist/src/icons/PlusSmallIcon.d.ts +2 -0
  604. package/dist/src/icons/PlusSmallIcon.js +12 -0
  605. package/dist/src/icons/PlusSquareIcon.d.ts +2 -0
  606. package/dist/src/icons/PlusSquareIcon.js +12 -0
  607. package/dist/src/icons/PowerIcon.d.ts +2 -0
  608. package/dist/src/icons/PowerIcon.js +12 -0
  609. package/dist/src/icons/ProhibitIcon.d.ts +2 -0
  610. package/dist/src/icons/ProhibitIcon.js +12 -0
  611. package/dist/src/icons/PulseIcon.d.ts +2 -0
  612. package/dist/src/icons/PulseIcon.js +12 -0
  613. package/dist/src/icons/PushPinIcon.d.ts +2 -0
  614. package/dist/src/icons/PushPinIcon.js +12 -0
  615. package/dist/src/icons/PuzzlePieceIcon.d.ts +2 -0
  616. package/dist/src/icons/PuzzlePieceIcon.js +12 -0
  617. package/dist/src/icons/QuestionFillIcon.d.ts +2 -0
  618. package/dist/src/icons/QuestionFillIcon.js +12 -0
  619. package/dist/src/icons/QuestionIcon.d.ts +2 -0
  620. package/dist/src/icons/QuestionIcon.js +12 -0
  621. package/dist/src/icons/QuestionSimpleIcon.d.ts +2 -0
  622. package/dist/src/icons/QuestionSimpleIcon.js +12 -0
  623. package/dist/src/icons/QueueIcon.d.ts +2 -0
  624. package/dist/src/icons/QueueIcon.js +12 -0
  625. package/dist/src/icons/RadioOffIcon.d.ts +2 -0
  626. package/dist/src/icons/RadioOffIcon.js +12 -0
  627. package/dist/src/icons/RadioOnIcon.d.ts +2 -0
  628. package/dist/src/icons/RadioOnIcon.js +12 -0
  629. package/dist/src/icons/RealcvIcon.d.ts +2 -0
  630. package/dist/src/icons/RealcvIcon.js +12 -0
  631. package/dist/src/icons/RectangleCircleIcon.d.ts +2 -0
  632. package/dist/src/icons/RectangleCircleIcon.js +12 -0
  633. package/dist/src/icons/RemoveAutoResponderIcon.d.ts +2 -0
  634. package/dist/src/icons/RemoveAutoResponderIcon.js +12 -0
  635. package/dist/src/icons/RemoveForwarderIcon.d.ts +2 -0
  636. package/dist/src/icons/RemoveForwarderIcon.js +12 -0
  637. package/dist/src/icons/RemoveIcon.d.ts +2 -0
  638. package/dist/src/icons/RemoveIcon.js +12 -0
  639. package/dist/src/icons/RepeatIcon.d.ts +2 -0
  640. package/dist/src/icons/RepeatIcon.js +12 -0
  641. package/dist/src/icons/RiseIcon.d.ts +2 -0
  642. package/dist/src/icons/RiseIcon.js +12 -0
  643. package/dist/src/icons/RobotIcon.d.ts +2 -0
  644. package/dist/src/icons/RobotIcon.js +12 -0
  645. package/dist/src/icons/SealWarningIcon.d.ts +2 -0
  646. package/dist/src/icons/SealWarningIcon.js +12 -0
  647. package/dist/src/icons/SettingsIcon.d.ts +2 -0
  648. package/dist/src/icons/SettingsIcon.js +12 -0
  649. package/dist/src/icons/ShareNetworkIcon.d.ts +2 -0
  650. package/dist/src/icons/ShareNetworkIcon.js +12 -0
  651. package/dist/src/icons/ShieldCheckIcon.d.ts +2 -0
  652. package/dist/src/icons/ShieldCheckIcon.js +12 -0
  653. package/dist/src/icons/ShieldCheckedIcon.d.ts +2 -0
  654. package/dist/src/icons/ShieldCheckedIcon.js +12 -0
  655. package/dist/src/icons/ShieldCrossIcon.d.ts +2 -0
  656. package/dist/src/icons/ShieldCrossIcon.js +12 -0
  657. package/dist/src/icons/ShieldIcon.d.ts +2 -0
  658. package/dist/src/icons/ShieldIcon.js +12 -0
  659. package/dist/src/icons/SidebarCollapseIcon.d.ts +2 -0
  660. package/dist/src/icons/SidebarCollapseIcon.js +12 -0
  661. package/dist/src/icons/SidebarExpandIcon.d.ts +2 -0
  662. package/dist/src/icons/SidebarExpandIcon.js +12 -0
  663. package/dist/src/icons/SidebarSimpleIcon.d.ts +2 -0
  664. package/dist/src/icons/SidebarSimpleIcon.js +12 -0
  665. package/dist/src/icons/SignInIcon.d.ts +2 -0
  666. package/dist/src/icons/SignInIcon.js +12 -0
  667. package/dist/src/icons/SignOutIcon.d.ts +2 -0
  668. package/dist/src/icons/SignOutIcon.js +12 -0
  669. package/dist/src/icons/SirenIcon.d.ts +2 -0
  670. package/dist/src/icons/SirenIcon.js +12 -0
  671. package/dist/src/icons/SkipBackIcon.d.ts +2 -0
  672. package/dist/src/icons/SkipBackIcon.js +12 -0
  673. package/dist/src/icons/SkipForwardIcon.d.ts +2 -0
  674. package/dist/src/icons/SkipForwardIcon.js +12 -0
  675. package/dist/src/icons/SkypeLogoIcon.d.ts +2 -0
  676. package/dist/src/icons/SkypeLogoIcon.js +12 -0
  677. package/dist/src/icons/SlidersHorizontalIcon.d.ts +2 -0
  678. package/dist/src/icons/SlidersHorizontalIcon.js +12 -0
  679. package/dist/src/icons/SmartphoneIcon.d.ts +2 -0
  680. package/dist/src/icons/SmartphoneIcon.js +12 -0
  681. package/dist/src/icons/SnapchatLogoIcon.d.ts +2 -0
  682. package/dist/src/icons/SnapchatLogoIcon.js +12 -0
  683. package/dist/src/icons/SortAscendingIcon.d.ts +2 -0
  684. package/dist/src/icons/SortAscendingIcon.js +12 -0
  685. package/dist/src/icons/SortDescendingIcon.d.ts +2 -0
  686. package/dist/src/icons/SortDescendingIcon.js +12 -0
  687. package/dist/src/icons/SoundcloudIcon.d.ts +2 -0
  688. package/dist/src/icons/SoundcloudIcon.js +12 -0
  689. package/dist/src/icons/SparkleIcon.d.ts +2 -0
  690. package/dist/src/icons/SparkleIcon.js +12 -0
  691. package/dist/src/icons/SparklesStarsIcon.d.ts +2 -0
  692. package/dist/src/icons/SparklesStarsIcon.js +12 -0
  693. package/dist/src/icons/SpeakerXIcon.d.ts +2 -0
  694. package/dist/src/icons/SpeakerXIcon.js +12 -0
  695. package/dist/src/icons/SpeedometerIcon.d.ts +2 -0
  696. package/dist/src/icons/SpeedometerIcon.js +12 -0
  697. package/dist/src/icons/SpotifyIcon.d.ts +2 -0
  698. package/dist/src/icons/SpotifyIcon.js +12 -0
  699. package/dist/src/icons/SquareFillIcon.d.ts +2 -0
  700. package/dist/src/icons/SquareFillIcon.js +12 -0
  701. package/dist/src/icons/SquareFillRoundedIcon.d.ts +2 -0
  702. package/dist/src/icons/SquareFillRoundedIcon.js +12 -0
  703. package/dist/src/icons/SquareIcon.d.ts +2 -0
  704. package/dist/src/icons/SquareIcon.js +12 -0
  705. package/dist/src/icons/SquaresFourFillIcon.d.ts +2 -0
  706. package/dist/src/icons/SquaresFourFillIcon.js +12 -0
  707. package/dist/src/icons/SquaresFourIcon.d.ts +2 -0
  708. package/dist/src/icons/SquaresFourIcon.js +12 -0
  709. package/dist/src/icons/StagingIcon.d.ts +2 -0
  710. package/dist/src/icons/StagingIcon.js +12 -0
  711. package/dist/src/icons/StairsIcon.d.ts +2 -0
  712. package/dist/src/icons/StairsIcon.js +12 -0
  713. package/dist/src/icons/StarFilledIcon.d.ts +2 -0
  714. package/dist/src/icons/StarFilledIcon.js +12 -0
  715. package/dist/src/icons/StarFourIcon.d.ts +2 -0
  716. package/dist/src/icons/StarFourIcon.js +12 -0
  717. package/dist/src/icons/StarIcon.d.ts +2 -0
  718. package/dist/src/icons/StarIcon.js +12 -0
  719. package/dist/src/icons/StethoscopeIcon.d.ts +2 -0
  720. package/dist/src/icons/StethoscopeIcon.js +12 -0
  721. package/dist/src/icons/StopCircleIcon.d.ts +2 -0
  722. package/dist/src/icons/StopCircleIcon.js +12 -0
  723. package/dist/src/icons/StopFillIcon.d.ts +2 -0
  724. package/dist/src/icons/StopFillIcon.js +12 -0
  725. package/dist/src/icons/SunIcon.d.ts +2 -0
  726. package/dist/src/icons/SunIcon.js +12 -0
  727. package/dist/src/icons/TabletIcon.d.ts +2 -0
  728. package/dist/src/icons/TabletIcon.js +12 -0
  729. package/dist/src/icons/TabsIcon.d.ts +2 -0
  730. package/dist/src/icons/TabsIcon.js +12 -0
  731. package/dist/src/icons/TagFilledIcon.d.ts +2 -0
  732. package/dist/src/icons/TagFilledIcon.js +12 -0
  733. package/dist/src/icons/TagIcon.d.ts +2 -0
  734. package/dist/src/icons/TagIcon.js +12 -0
  735. package/dist/src/icons/TagSmallIcon.d.ts +2 -0
  736. package/dist/src/icons/TagSmallIcon.js +12 -0
  737. package/dist/src/icons/TaskpadIcon.d.ts +2 -0
  738. package/dist/src/icons/TaskpadIcon.js +12 -0
  739. package/dist/src/icons/TerminalIcon.d.ts +2 -0
  740. package/dist/src/icons/TerminalIcon.js +12 -0
  741. package/dist/src/icons/TerminalWindowIcon.d.ts +2 -0
  742. package/dist/src/icons/TerminalWindowIcon.js +12 -0
  743. package/dist/src/icons/TextAlignCenterIcon.d.ts +2 -0
  744. package/dist/src/icons/TextAlignCenterIcon.js +12 -0
  745. package/dist/src/icons/TextAlignJustifyIcon.d.ts +2 -0
  746. package/dist/src/icons/TextAlignJustifyIcon.js +12 -0
  747. package/dist/src/icons/TextAlignLeftIcon.d.ts +2 -0
  748. package/dist/src/icons/TextAlignLeftIcon.js +12 -0
  749. package/dist/src/icons/TextAlignRightIcon.d.ts +2 -0
  750. package/dist/src/icons/TextAlignRightIcon.js +12 -0
  751. package/dist/src/icons/TextBBoldIcon.d.ts +2 -0
  752. package/dist/src/icons/TextBBoldIcon.js +12 -0
  753. package/dist/src/icons/TextHTwoIcon.d.ts +2 -0
  754. package/dist/src/icons/TextHTwoIcon.js +12 -0
  755. package/dist/src/icons/TextItalicIcon.d.ts +2 -0
  756. package/dist/src/icons/TextItalicIcon.js +12 -0
  757. package/dist/src/icons/TextStrikethroughIcon.d.ts +2 -0
  758. package/dist/src/icons/TextStrikethroughIcon.js +12 -0
  759. package/dist/src/icons/TextUnderlineIcon.d.ts +2 -0
  760. package/dist/src/icons/TextUnderlineIcon.js +12 -0
  761. package/dist/src/icons/TextboxIcon.d.ts +2 -0
  762. package/dist/src/icons/TextboxIcon.js +12 -0
  763. package/dist/src/icons/ThemeIcon.d.ts +2 -0
  764. package/dist/src/icons/ThemeIcon.js +12 -0
  765. package/dist/src/icons/ThermometerSimpleIcon.d.ts +2 -0
  766. package/dist/src/icons/ThermometerSimpleIcon.js +12 -0
  767. package/dist/src/icons/TicketIcon.d.ts +2 -0
  768. package/dist/src/icons/TicketIcon.js +12 -0
  769. package/dist/src/icons/TidalIcon.d.ts +2 -0
  770. package/dist/src/icons/TidalIcon.js +12 -0
  771. package/dist/src/icons/TiktokIcon.d.ts +2 -0
  772. package/dist/src/icons/TiktokIcon.js +12 -0
  773. package/dist/src/icons/ToggleLeftFillIcon.d.ts +2 -0
  774. package/dist/src/icons/ToggleLeftFillIcon.js +12 -0
  775. package/dist/src/icons/ToggleLeftIcon.d.ts +2 -0
  776. package/dist/src/icons/ToggleLeftIcon.js +12 -0
  777. package/dist/src/icons/ToggleRightFillIcon.d.ts +2 -0
  778. package/dist/src/icons/ToggleRightFillIcon.js +12 -0
  779. package/dist/src/icons/ToggleRightIcon.d.ts +2 -0
  780. package/dist/src/icons/ToggleRightIcon.js +12 -0
  781. package/dist/src/icons/TranslateIcon.d.ts +2 -0
  782. package/dist/src/icons/TranslateIcon.js +12 -0
  783. package/dist/src/icons/TrashIcon.d.ts +2 -0
  784. package/dist/src/icons/TrashIcon.js +12 -0
  785. package/dist/src/icons/TrayArrowInIcon.d.ts +2 -0
  786. package/dist/src/icons/TrayArrowInIcon.js +12 -0
  787. package/dist/src/icons/TrayIcon.d.ts +2 -0
  788. package/dist/src/icons/TrayIcon.js +12 -0
  789. package/dist/src/icons/TrayPlusIcon.d.ts +2 -0
  790. package/dist/src/icons/TrayPlusIcon.js +12 -0
  791. package/dist/src/icons/TreeStructureIcon.d.ts +2 -0
  792. package/dist/src/icons/TreeStructureIcon.js +12 -0
  793. package/dist/src/icons/UploadIcon.d.ts +2 -0
  794. package/dist/src/icons/UploadIcon.js +12 -0
  795. package/dist/src/icons/UserIcon.d.ts +2 -0
  796. package/dist/src/icons/UserIcon.js +12 -0
  797. package/dist/src/icons/UserPlusIcon.d.ts +2 -0
  798. package/dist/src/icons/UserPlusIcon.js +12 -0
  799. package/dist/src/icons/UserSquareIcon.d.ts +2 -0
  800. package/dist/src/icons/UserSquareIcon.js +12 -0
  801. package/dist/src/icons/UsersIcon.d.ts +2 -0
  802. package/dist/src/icons/UsersIcon.js +12 -0
  803. package/dist/src/icons/VectorTwoIcon.d.ts +2 -0
  804. package/dist/src/icons/VectorTwoIcon.js +12 -0
  805. package/dist/src/icons/ViewstreamfilledIcon.d.ts +2 -0
  806. package/dist/src/icons/ViewstreamfilledIcon.js +12 -0
  807. package/dist/src/icons/WandMagicIcon.d.ts +2 -0
  808. package/dist/src/icons/WandMagicIcon.js +12 -0
  809. package/dist/src/icons/WarningCircleDuotoneIcon.d.ts +2 -0
  810. package/dist/src/icons/WarningCircleDuotoneIcon.js +12 -0
  811. package/dist/src/icons/WarningFillIcon.d.ts +2 -0
  812. package/dist/src/icons/WarningFillIcon.js +12 -0
  813. package/dist/src/icons/WarningFilledIcon.d.ts +2 -0
  814. package/dist/src/icons/WarningFilledIcon.js +12 -0
  815. package/dist/src/icons/WarningIcon.d.ts +2 -0
  816. package/dist/src/icons/WarningIcon.js +12 -0
  817. package/dist/src/icons/WarningMarkerIcon.d.ts +2 -0
  818. package/dist/src/icons/WarningMarkerIcon.js +12 -0
  819. package/dist/src/icons/WarningOctagonFillIcon.d.ts +2 -0
  820. package/dist/src/icons/WarningOctagonFillIcon.js +12 -0
  821. package/dist/src/icons/WarningOctagonIcon.d.ts +2 -0
  822. package/dist/src/icons/WarningOctagonIcon.js +12 -0
  823. package/dist/src/icons/WarningTriangleIcon.d.ts +2 -0
  824. package/dist/src/icons/WarningTriangleIcon.js +12 -0
  825. package/dist/src/icons/WaveSineIcon.d.ts +2 -0
  826. package/dist/src/icons/WaveSineIcon.js +12 -0
  827. package/dist/src/icons/WebhooksLogoIcon.d.ts +2 -0
  828. package/dist/src/icons/WebhooksLogoIcon.js +12 -0
  829. package/dist/src/icons/WebsiteIcon.d.ts +2 -0
  830. package/dist/src/icons/WebsiteIcon.js +12 -0
  831. package/dist/src/icons/WhatsappLogoFillIcon.d.ts +2 -0
  832. package/dist/src/icons/WhatsappLogoFillIcon.js +12 -0
  833. package/dist/src/icons/WhatsappLogoIcon.d.ts +2 -0
  834. package/dist/src/icons/WhatsappLogoIcon.js +12 -0
  835. package/dist/src/icons/WheelchairMotionIcon.d.ts +2 -0
  836. package/dist/src/icons/WheelchairMotionIcon.js +12 -0
  837. package/dist/src/icons/WifiIcon.d.ts +2 -0
  838. package/dist/src/icons/WifiIcon.js +12 -0
  839. package/dist/src/icons/WordpressIcon.d.ts +2 -0
  840. package/dist/src/icons/WordpressIcon.js +12 -0
  841. package/dist/src/icons/WorkIcon.d.ts +2 -0
  842. package/dist/src/icons/WorkIcon.js +12 -0
  843. package/dist/src/icons/WrenchIcon.d.ts +2 -0
  844. package/dist/src/icons/WrenchIcon.js +12 -0
  845. package/dist/src/icons/XIcon.d.ts +2 -0
  846. package/dist/src/icons/XIcon.js +12 -0
  847. package/dist/src/icons/YoutubeIcon.d.ts +2 -0
  848. package/dist/src/icons/YoutubeIcon.js +12 -0
  849. package/dist/src/icons/index.d.ts +411 -4
  850. package/dist/src/icons/index.js +412 -10
  851. package/dist/src/index.d.ts +3 -0
  852. package/dist/src/index.js +3 -0
  853. package/dist/src/tokens/ThemeColorTokens.d.ts +1 -0
  854. package/dist/src/tokens/ThemeColorTokens.js +16 -1
  855. package/dist/src/tokens/ThemeMode.d.ts +1 -1
  856. package/dist/src/tokens/ThemeScheme.d.ts +2 -0
  857. package/dist/src/tokens/ThemeScheme.js +2 -1
  858. package/dist/src/tokens/colors/Wptk.d.ts +24 -0
  859. package/dist/src/tokens/colors/Wptk.js +1496 -0
  860. package/dist/src/tokens/colors/index.d.ts +1 -0
  861. package/dist/src/tokens/colors/index.js +1 -0
  862. package/dist/src/utils/createIcon.d.ts +16 -5
  863. package/dist/src/utils/createIcon.js +3 -65
  864. package/dist/src/utils/getMUIComponents.js +2 -2
  865. package/package.json +3 -3
  866. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +0 -1
  867. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +0 -4
  868. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.d.ts +0 -1
  869. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.js +0 -4
  870. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.d.ts +0 -1
  871. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.js +0 -4
  872. package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.d.ts +0 -11
  873. package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.js +0 -26
  874. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.d.ts +0 -11
  875. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.js +0 -18
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PowerIcon: 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 PowerIcon = 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: "M11.25 12V4.5C11.25 4.30109 11.329 4.11032 11.4697 3.96967C11.6103 3.82902 11.8011 3.75 12 3.75C12.1989 3.75 12.3897 3.82902 12.5303 3.96967C12.671 4.11032 12.75 4.30109 12.75 4.5V12C12.75 12.1989 12.671 12.3897 12.5303 12.5303C12.3897 12.671 12.1989 12.75 12 12.75C11.8011 12.75 11.6103 12.671 11.4697 12.5303C11.329 12.3897 11.25 12.1989 11.25 12ZM16.9097 4.62187C16.7431 4.5166 16.5418 4.4811 16.3493 4.52307C16.1567 4.56503 15.9885 4.68108 15.8808 4.84613C15.7731 5.01118 15.7348 5.21197 15.774 5.40508C15.8132 5.5982 15.9268 5.76812 16.0903 5.87813C18.2569 7.29094 19.5 9.52219 19.5 12C19.5 13.9891 18.7098 15.8968 17.3033 17.3033C15.8968 18.7098 13.9891 19.5 12 19.5C10.0109 19.5 8.10322 18.7098 6.6967 17.3033C5.29018 15.8968 4.5 13.9891 4.5 12C4.5 9.52219 5.74313 7.29094 7.90969 5.87813C8.07318 5.76812 8.18681 5.5982 8.22602 5.40508C8.26522 5.21197 8.22685 5.01118 8.1192 4.84613C8.01155 4.68108 7.84327 4.56503 7.65073 4.52307C7.4582 4.4811 7.25689 4.5166 7.09031 4.62187C4.49062 6.31687 3 9.00562 3 12C3 14.3869 3.94821 16.6761 5.63604 18.364C7.32387 20.0518 9.61305 21 12 21C14.3869 21 16.6761 20.0518 18.364 18.364C20.0518 16.6761 21 14.3869 21 12C21 9.00562 19.5094 6.31687 16.9097 4.62187Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PowerIcon.displayName = 'PowerIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ProhibitIcon: 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 ProhibitIcon = 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.25ZM20.25 12C20.2519 13.9289 19.5745 15.7969 18.3366 17.2762L6.72375 5.6625C7.92844 4.66029 9.39365 4.02191 10.9479 3.82207C12.5022 3.62223 14.0812 3.86919 15.5003 4.53406C16.9193 5.19892 18.1196 6.25418 18.9608 7.57636C19.8019 8.89854 20.2491 10.4329 20.25 12ZM3.75 12C3.74808 10.0711 4.42552 8.20306 5.66344 6.72375L17.2763 18.3375C16.0716 19.3397 14.6064 19.9781 13.0521 20.1779C11.4978 20.3778 9.91878 20.1308 8.49975 19.4659C7.08072 18.8011 5.8804 17.7458 5.03924 16.4236C4.19809 15.1015 3.7509 13.5671 3.75 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ProhibitIcon.displayName = 'ProhibitIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PulseIcon: 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 PulseIcon = 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 12C22.5 12.1989 22.421 12.3896 22.2803 12.5303C22.1397 12.6709 21.9489 12.75 21.75 12.75H19.2131L15.6713 19.8356C15.6089 19.9602 15.5131 20.065 15.3945 20.1381C15.2759 20.2113 15.1393 20.2501 15 20.25H14.9625C14.817 20.2428 14.6768 20.1934 14.5589 20.1078C14.441 20.0222 14.3506 19.9042 14.2987 19.7681L8.93906 5.6962L5.9325 12.3103C5.87294 12.4413 5.77691 12.5525 5.65589 12.6304C5.53487 12.7084 5.39396 12.7499 5.25 12.75H2.25C2.05109 12.75 1.86032 12.6709 1.71967 12.5303C1.57902 12.3896 1.5 12.1989 1.5 12C1.5 11.801 1.57902 11.6103 1.71967 11.4696C1.86032 11.329 2.05109 11.25 2.25 11.25H4.76719L8.3175 3.43964C8.37871 3.30486 8.47843 3.19121 8.6041 3.113C8.72978 3.03478 8.87579 2.99551 9.02375 3.00012C9.1717 3.00473 9.31498 3.05302 9.43554 3.13891C9.5561 3.22479 9.64855 3.34444 9.70125 3.48277L15.0928 17.639L18.0788 11.6662C18.1408 11.5412 18.2366 11.4361 18.3551 11.3626C18.4737 11.289 18.6105 11.25 18.75 11.25H21.75C21.9489 11.25 22.1397 11.329 22.2803 11.4696C22.421 11.6103 22.5 11.801 22.5 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PulseIcon.displayName = 'PulseIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PushPinIcon: 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 PushPinIcon = 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.0612 7.62845L16.3715 1.93971C16.2323 1.80038 16.0669 1.68986 15.8849 1.61446C15.7029 1.53905 15.5078 1.50024 15.3108 1.50024C15.1138 1.50024 14.9187 1.53905 14.7367 1.61446C14.5546 1.68986 14.3893 1.80038 14.25 1.93971L9.22217 6.98345C8.22279 6.67033 5.94092 6.29252 3.55967 8.21533C3.39554 8.34731 3.26104 8.51237 3.16492 8.69978C3.06881 8.88719 3.01324 9.09273 3.00184 9.30304C2.99043 9.51334 3.02343 9.72369 3.09871 9.92039C3.17398 10.1171 3.28984 10.2957 3.43873 10.4447L7.96873 14.9728L3.96936 18.9694C3.82863 19.1101 3.74956 19.301 3.74956 19.5C3.74956 19.699 3.82863 19.8899 3.96936 20.0306C4.11009 20.1714 4.30096 20.2504 4.49998 20.2504C4.699 20.2504 4.88987 20.1714 5.03061 20.0306L9.02717 16.0313L13.5544 20.5585C13.6935 20.6982 13.8589 20.8092 14.041 20.8849C14.2231 20.9607 14.4184 20.9998 14.6156 21C14.6512 21 14.6859 21 14.7215 21C14.9354 20.9852 15.1435 20.9245 15.3318 20.8221C15.5201 20.7197 15.6841 20.578 15.8128 20.4066C17.654 17.9597 17.4769 15.9703 17.0494 14.7816L22.0622 9.75002C22.2014 9.61066 22.3119 9.44524 22.3872 9.2632C22.4625 9.08115 22.5012 8.88605 22.5012 8.68904C22.5011 8.49203 22.4622 8.29696 22.3867 8.11499C22.3112 7.93301 22.2006 7.76769 22.0612 7.62845ZM21 8.6897L15.6309 14.0766C15.52 14.1879 15.4469 14.3312 15.4218 14.4863C15.3968 14.6414 15.4211 14.8004 15.4912 14.941C16.3781 16.7156 15.3225 18.5588 14.6156 19.4991L4.49998 9.38252C5.63248 8.46939 6.71623 8.22845 7.54498 8.22845C8.07085 8.22128 8.59238 8.32443 9.07592 8.53127C9.21699 8.60187 9.37673 8.62619 9.53241 8.60077C9.6881 8.57536 9.83181 8.5015 9.94311 8.3897L15.3112 3.00002L21 8.68877V8.6897Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PushPinIcon.displayName = 'PushPinIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PuzzlePieceIcon: 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 PuzzlePieceIcon = 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.6503 14.8631C20.5434 14.7957 20.4211 14.7564 20.2949 14.7488C20.1687 14.7413 20.0426 14.7658 19.9284 14.82C19.6427 14.9552 19.3273 15.0159 19.0118 14.9965C18.6963 14.9771 18.3908 14.8782 18.1237 14.7091C17.8566 14.54 17.6366 14.3061 17.4842 14.0291C17.3317 13.7521 17.2518 13.4411 17.2518 13.125C17.2518 12.8089 17.3317 12.4979 17.4842 12.2209C17.6366 11.944 17.8566 11.7101 18.1237 11.5409C18.3908 11.3718 18.6963 11.2729 19.0118 11.2535C19.3273 11.2342 19.6427 11.2949 19.9284 11.43C20.0428 11.4843 20.169 11.5087 20.2953 11.5011C20.4216 11.4934 20.544 11.4539 20.6509 11.3863C20.7579 11.3186 20.846 11.225 20.907 11.1141C20.9681 11.0033 21 10.8788 21 10.7522V6.75002C21 6.35219 20.842 5.97066 20.5607 5.68936C20.2794 5.40805 19.8978 5.25002 19.5 5.25002H16.1044C16.1183 5.12551 16.1252 5.00031 16.125 4.87502C16.1243 4.41407 16.0295 3.95812 15.8464 3.53511C15.6632 3.11211 15.3956 2.73095 15.06 2.41502C14.5953 1.97853 14.0164 1.68261 13.3904 1.56154C12.7644 1.44046 12.1169 1.49918 11.5229 1.73089C10.929 1.9626 10.4127 2.35782 10.0341 2.87079C9.65545 3.38376 9.42986 3.9935 9.38344 4.62939C9.36903 4.83624 9.37342 5.04396 9.39656 5.25002H6C5.60217 5.25002 5.22064 5.40805 4.93934 5.68936C4.65803 5.97066 4.5 6.35219 4.5 6.75002V9.77064C4.37549 9.75669 4.25029 9.7498 4.125 9.75002C3.66406 9.75076 3.20813 9.8456 2.78513 10.0287C2.36213 10.2119 1.98097 10.4794 1.665 10.815C1.34676 11.1512 1.10172 11.5497 0.945355 11.9854C0.788991 12.4211 0.724705 12.8845 0.756562 13.3463C0.810307 14.1594 1.15582 14.9259 1.72957 15.5046C2.30331 16.0833 3.06671 16.4355 3.87937 16.4963C4.08621 16.5111 4.29398 16.5067 4.5 16.4831V19.5C4.5 19.8978 4.65803 20.2794 4.93934 20.5607C5.22064 20.842 5.60217 21 6 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V15.4978C21.0001 15.3711 20.968 15.2464 20.9069 15.1355C20.8457 15.0245 20.7575 14.9308 20.6503 14.8631ZM19.5 19.5H6V15.4978C6.00004 15.3713 5.96806 15.2468 5.90702 15.1359C5.84599 15.025 5.75789 14.9314 5.65093 14.8637C5.54397 14.7961 5.42164 14.7566 5.29531 14.749C5.16898 14.7413 5.04277 14.7658 4.92844 14.82C4.64265 14.9552 4.32734 15.0159 4.0118 14.9965C3.69627 14.9771 3.39076 14.8782 3.12367 14.7091C2.85659 14.54 2.63661 14.3061 2.48418 14.0291C2.33175 13.7521 2.25181 13.4411 2.25181 13.125C2.25181 12.8089 2.33175 12.4979 2.48418 12.2209C2.63661 11.944 2.85659 11.7101 3.12367 11.5409C3.39076 11.3718 3.69627 11.2729 4.0118 11.2535C4.32734 11.2342 4.64265 11.2949 4.92844 11.43C5.04277 11.4843 5.16898 11.5087 5.29531 11.5011C5.42164 11.4934 5.54397 11.4539 5.65093 11.3863C5.75789 11.3186 5.84599 11.225 5.90702 11.1141C5.96806 11.0033 6.00004 10.8788 6 10.7522V6.75002H10.3772C10.5037 6.75006 10.6283 6.71807 10.7391 6.65704C10.85 6.596 10.9436 6.50791 11.0113 6.40095C11.0789 6.29399 11.1184 6.17165 11.1261 6.04533C11.1337 5.919 11.1093 5.79279 11.055 5.67845C10.9198 5.39267 10.8591 5.07736 10.8785 4.76182C10.8979 4.44628 10.9968 4.14077 11.1659 3.87369C11.335 3.60661 11.569 3.38663 11.8459 3.23419C12.1229 3.08176 12.4339 3.00183 12.75 3.00183C13.0661 3.00183 13.3771 3.08176 13.6541 3.23419C13.931 3.38663 14.165 3.60661 14.3341 3.87369C14.5032 4.14077 14.6021 4.44628 14.6215 4.76182C14.6409 5.07736 14.5802 5.39267 14.445 5.67845C14.3907 5.79279 14.3663 5.919 14.3739 6.04533C14.3816 6.17165 14.4211 6.29399 14.4887 6.40095C14.5564 6.50791 14.65 6.596 14.7609 6.65704C14.8717 6.71807 14.9963 6.75006 15.1228 6.75002H19.5V9.77158C19.294 9.74798 19.0862 9.74358 18.8794 9.75845C18.0065 9.82026 17.1917 10.2187 16.607 10.8697C16.0222 11.5207 15.7131 12.3734 15.745 13.2479C15.7769 14.1224 16.1471 14.9503 16.7777 15.5571C17.4083 16.1638 18.2499 16.5019 19.125 16.5C19.2503 16.5002 19.3755 16.4933 19.5 16.4794V19.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PuzzlePieceIcon.displayName = 'PuzzlePieceIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const QuestionFillIcon: 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 QuestionFillIcon = 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 18C11.7775 18 11.56 17.934 11.375 17.8104C11.19 17.6868 11.0458 17.5111 10.9606 17.3055C10.8755 17.1 10.8532 16.8738 10.8966 16.6555C10.94 16.4373 11.0472 16.2368 11.2045 16.0795C11.3618 15.9222 11.5623 15.815 11.7805 15.7716C11.9988 15.7282 12.225 15.7505 12.4305 15.8356C12.6361 15.9208 12.8118 16.065 12.9354 16.25C13.059 16.435 13.125 16.6525 13.125 16.875C13.125 17.1734 13.0065 17.4595 12.7955 17.6705C12.5845 17.8815 12.2984 18 12 18ZM12.75 13.4325V13.5C12.75 13.6989 12.671 13.8897 12.5303 14.0303C12.3897 14.171 12.1989 14.25 12 14.25C11.8011 14.25 11.6103 14.171 11.4697 14.0303C11.329 13.8897 11.25 13.6989 11.25 13.5V12.75C11.25 12.5511 11.329 12.3603 11.4697 12.2197C11.6103 12.079 11.8011 12 12 12C13.2403 12 14.25 11.1562 14.25 10.125C14.25 9.09375 13.2403 8.25 12 8.25C10.7597 8.25 9.75 9.09375 9.75 10.125V10.5C9.75 10.6989 9.67099 10.8897 9.53033 11.0303C9.38968 11.171 9.19892 11.25 9 11.25C8.80109 11.25 8.61033 11.171 8.46967 11.0303C8.32902 10.8897 8.25 10.6989 8.25 10.5V10.125C8.25 8.26406 9.93188 6.75 12 6.75C14.0681 6.75 15.75 8.26406 15.75 10.125C15.75 11.7544 14.46 13.1184 12.75 13.4325Z", fill: "currentColor" }) })) }));
11
+ });
12
+ QuestionFillIcon.displayName = 'QuestionFillIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const QuestionIcon: 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 QuestionIcon = 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: "M13.125 16.875C13.125 17.0975 13.059 17.315 12.9354 17.5C12.8118 17.685 12.6361 17.8292 12.4305 17.9144C12.225 17.9995 11.9988 18.0218 11.7805 17.9784C11.5623 17.935 11.3618 17.8278 11.2045 17.6705C11.0472 17.5132 10.94 17.3127 10.8966 17.0945C10.8532 16.8762 10.8755 16.65 10.9606 16.4445C11.0458 16.2389 11.19 16.0632 11.375 15.9396C11.56 15.816 11.7775 15.75 12 15.75C12.2984 15.75 12.5845 15.8685 12.7955 16.0795C13.0065 16.2905 13.125 16.5766 13.125 16.875ZM12 6.75C9.93188 6.75 8.25 8.26406 8.25 10.125V10.5C8.25 10.6989 8.32902 10.8897 8.46967 11.0303C8.61033 11.171 8.80109 11.25 9 11.25C9.19892 11.25 9.38968 11.171 9.53033 11.0303C9.67099 10.8897 9.75 10.6989 9.75 10.5V10.125C9.75 9.09375 10.7597 8.25 12 8.25C13.2403 8.25 14.25 9.09375 14.25 10.125C14.25 11.1562 13.2403 12 12 12C11.8011 12 11.6103 12.079 11.4697 12.2197C11.329 12.3603 11.25 12.5511 11.25 12.75V13.5C11.25 13.6989 11.329 13.8897 11.4697 14.0303C11.6103 14.171 11.8011 14.25 12 14.25C12.1989 14.25 12.3897 14.171 12.5303 14.0303C12.671 13.8897 12.75 13.6989 12.75 13.5V13.4325C14.46 13.1184 15.75 11.7544 15.75 10.125C15.75 8.26406 14.0681 6.75 12 6.75ZM21.75 12C21.75 13.9284 21.1782 15.8134 20.1068 17.4168C19.0355 19.0202 17.5127 20.2699 15.7312 21.0078C13.9496 21.7458 11.9892 21.9389 10.0979 21.5627C8.20656 21.1865 6.46928 20.2579 5.10571 18.8943C3.74215 17.5307 2.81355 15.7934 2.43735 13.9021C2.06114 12.0108 2.25422 10.0504 2.99218 8.26884C3.73013 6.48726 4.97982 4.96451 6.58319 3.89317C8.18657 2.82183 10.0716 2.25 12 2.25C14.585 2.25273 17.0634 3.28084 18.8913 5.10872C20.7192 6.93661 21.7473 9.41498 21.75 12ZM20.25 12C20.25 10.3683 19.7661 8.77325 18.8596 7.41655C17.9531 6.05984 16.6646 5.00242 15.1571 4.37799C13.6497 3.75357 11.9909 3.59019 10.3905 3.90852C8.79017 4.22685 7.32016 5.01259 6.16637 6.16637C5.01259 7.32015 4.22685 8.79016 3.90853 10.3905C3.5902 11.9908 3.75358 13.6496 4.378 15.1571C5.00242 16.6646 6.05984 17.9531 7.41655 18.8596C8.77326 19.7661 10.3683 20.25 12 20.25C14.1873 20.2475 16.2843 19.3775 17.8309 17.8309C19.3775 16.2843 20.2475 14.1873 20.25 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ QuestionIcon.displayName = 'QuestionIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const QuestionSimpleIcon: 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 QuestionSimpleIcon = 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: "M13.5 18.375C13.5 18.6717 13.412 18.9617 13.2472 19.2084C13.0824 19.455 12.8481 19.6473 12.574 19.7608C12.2999 19.8743 11.9983 19.9041 11.7074 19.8462C11.4164 19.7883 11.1491 19.6454 10.9393 19.4357C10.7296 19.2259 10.5867 18.9586 10.5288 18.6676C10.4709 18.3767 10.5006 18.0751 10.6142 17.801C10.7277 17.5269 10.92 17.2926 11.1666 17.1278C11.4133 16.963 11.7033 16.875 12 16.875C12.3978 16.875 12.7794 17.033 13.0607 17.3143C13.342 17.5956 13.5 17.9772 13.5 18.375ZM12 4.875C9.2425 4.875 7 6.89375 7 9.375V9.875C7 10.1402 7.10536 10.3946 7.29289 10.5821C7.48043 10.7696 7.73478 10.875 8 10.875C8.26522 10.875 8.51957 10.7696 8.70711 10.5821C8.89464 10.3946 9 10.1402 9 9.875V9.375C9 8 10.3462 6.875 12 6.875C13.6537 6.875 15 8 15 9.375C15 10.75 13.6537 11.875 12 11.875C11.7348 11.875 11.4804 11.9804 11.2929 12.1679C11.1054 12.3554 11 12.6098 11 12.875V13.875C11 14.1402 11.1054 14.3946 11.2929 14.5821C11.4804 14.7696 11.7348 14.875 12 14.875C12.2652 14.875 12.5196 14.7696 12.7071 14.5821C12.8946 14.3946 13 14.1402 13 13.875V13.785C15.28 13.3662 17 11.5475 17 9.375C17 6.89375 14.7575 4.875 12 4.875Z", fill: "currentColor" }) })) }));
11
+ });
12
+ QuestionSimpleIcon.displayName = 'QuestionSimpleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const QueueIcon: 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 QueueIcon = 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: "M3 6C3 5.80109 3.07902 5.61032 3.21967 5.46967C3.36032 5.32902 3.55109 5.25 3.75 5.25H20.25C20.4489 5.25 20.6397 5.32902 20.7803 5.46967C20.921 5.61032 21 5.80109 21 6C21 6.19891 20.921 6.38968 20.7803 6.53033C20.6397 6.67098 20.4489 6.75 20.25 6.75H3.75C3.55109 6.75 3.36032 6.67098 3.21967 6.53033C3.07902 6.38968 3 6.19891 3 6ZM12.75 11.25H3.75C3.55109 11.25 3.36032 11.329 3.21967 11.4697C3.07902 11.6103 3 11.8011 3 12C3 12.1989 3.07902 12.3897 3.21967 12.5303C3.36032 12.671 3.55109 12.75 3.75 12.75H12.75C12.9489 12.75 13.1397 12.671 13.2803 12.5303C13.421 12.3897 13.5 12.1989 13.5 12C13.5 11.8011 13.421 11.6103 13.2803 11.4697C13.1397 11.329 12.9489 11.25 12.75 11.25ZM12.75 17.25H3.75C3.55109 17.25 3.36032 17.329 3.21967 17.4697C3.07902 17.6103 3 17.8011 3 18C3 18.1989 3.07902 18.3897 3.21967 18.5303C3.36032 18.671 3.55109 18.75 3.75 18.75H12.75C12.9489 18.75 13.1397 18.671 13.2803 18.5303C13.421 18.3897 13.5 18.1989 13.5 18C13.5 17.8011 13.421 17.6103 13.2803 17.4697C13.1397 17.329 12.9489 17.25 12.75 17.25ZM23.25 15C23.2499 15.1271 23.2176 15.2522 23.1559 15.3634C23.0942 15.4746 23.0053 15.5682 22.8975 15.6356L16.8975 19.3856C16.784 19.4566 16.6536 19.4958 16.5198 19.4994C16.386 19.5029 16.2537 19.4706 16.1366 19.4057C16.0195 19.3408 15.9219 19.2458 15.8539 19.1305C15.786 19.0152 15.7501 18.8838 15.75 18.75V11.25C15.7501 11.1162 15.786 10.9848 15.8539 10.8695C15.9219 10.7542 16.0195 10.6592 16.1366 10.5943C16.2537 10.5294 16.386 10.4971 16.5198 10.5006C16.6536 10.5042 16.784 10.5434 16.8975 10.6144L22.8975 14.3644C23.0053 14.4318 23.0942 14.5254 23.1559 14.6366C23.2176 14.7478 23.2499 14.8729 23.25 15ZM21.0853 15L17.25 12.6028V17.3972L21.0853 15Z", fill: "currentColor" }) })) }));
11
+ });
12
+ QueueIcon.displayName = 'QueueIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const RadioOffIcon: 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 RadioOffIcon = 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 1.02441C9.82924 1.02441 7.70722 1.66812 5.9023 2.87413C4.09737 4.08015 2.6906 5.7943 1.85989 7.79983C1.02917 9.80535 0.811816 12.0122 1.23531 14.1412C1.65881 16.2703 2.70413 18.2259 4.23909 19.7609C5.77406 21.2959 7.72972 22.3412 9.85877 22.7647C11.9878 23.1882 14.1947 22.9708 16.2002 22.1401C18.2057 21.3094 19.9199 19.9026 21.1259 18.0977C22.3319 16.2928 22.9756 14.1708 22.9756 12C22.9725 9.09004 21.8152 6.30014 19.7575 4.24248C17.6999 2.18483 14.91 1.02749 12 1.02441ZM12 21.287C10.1632 21.287 8.36765 20.7424 6.8404 19.7219C5.31316 18.7014 4.12282 17.251 3.4199 15.554C2.71699 13.857 2.53308 11.9897 2.89142 10.1882C3.24976 8.38668 4.13426 6.73189 5.43308 5.43308C6.73189 4.13426 8.38669 3.24976 10.1882 2.89141C11.9897 2.53307 13.857 2.71699 15.554 3.4199C17.251 4.12281 18.7014 5.31316 19.7219 6.8404C20.7424 8.36765 21.287 10.1632 21.287 12C21.2842 14.4622 20.3049 16.8228 18.5638 18.5638C16.8228 20.3049 14.4622 21.2842 12 21.287Z", fill: "currentColor" }) })) }));
11
+ });
12
+ RadioOffIcon.displayName = 'RadioOffIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const RadioOnIcon: 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 RadioOnIcon = 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 1.02441C9.82924 1.02441 7.70722 1.66812 5.9023 2.87413C4.09737 4.08015 2.6906 5.7943 1.85989 7.79982C1.02917 9.80535 0.811816 12.0122 1.23531 14.1412C1.65881 16.2703 2.70413 18.2259 4.23909 19.7609C5.77406 21.2959 7.72972 22.3412 9.85877 22.7647C11.9878 23.1882 14.1947 22.9708 16.2002 22.1401C18.2057 21.3094 19.9199 19.9026 21.1259 18.0977C22.3319 16.2928 22.9756 14.1708 22.9756 12C22.9725 9.09004 21.8152 6.30014 19.7575 4.24248C17.6999 2.18483 14.91 1.02749 12 1.02441ZM12 21.287C10.1632 21.287 8.36765 20.7424 6.8404 19.7219C5.31316 18.7014 4.12282 17.251 3.4199 15.554C2.71699 13.857 2.53308 11.9897 2.89142 10.1882C3.24976 8.38668 4.13426 6.73189 5.43308 5.43307C6.73189 4.13426 8.38669 3.24976 10.1882 2.89141C11.9897 2.53307 13.857 2.71699 15.554 3.4199C17.251 4.12281 18.7014 5.31315 19.7219 6.8404C20.7424 8.36764 21.287 10.1632 21.287 12C21.2842 14.4622 20.3049 16.8228 18.5638 18.5638C16.8228 20.3049 14.4622 21.2842 12 21.287ZM17.9099 12C17.9099 13.1689 17.5633 14.3115 16.9139 15.2834C16.2645 16.2553 15.3415 17.0128 14.2616 17.4601C13.1817 17.9074 11.9934 18.0244 10.847 17.7964C9.70062 17.5683 8.64757 17.0055 7.82105 16.179C6.99453 15.3524 6.43167 14.2994 6.20363 13.153C5.9756 12.0066 6.09263 10.8183 6.53994 9.73837C6.98725 8.65847 7.74474 7.73546 8.71662 7.08607C9.68851 6.43668 10.8311 6.09007 12 6.09007C13.5669 6.09174 15.0691 6.71493 16.1771 7.8229C17.2851 8.93086 17.9083 10.4331 17.9099 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ RadioOnIcon.displayName = 'RadioOnIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const RealcvIcon: 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 RealcvIcon = 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.7607 3.67969L7.54975 1.52344C7.15802 1.4545 6.75496 1.54397 6.42919 1.77217C6.10342 2.00037 5.88162 2.34861 5.81256 2.74031L3.0235 18.5841C2.98938 18.7782 2.99385 18.9771 3.03665 19.1694C3.07944 19.3618 3.15973 19.5439 3.27291 19.7052C3.38609 19.8665 3.52996 20.004 3.69628 20.1097C3.8626 20.2154 4.04813 20.2873 4.24225 20.3212L16.4532 22.4775C16.6474 22.5117 16.8464 22.5074 17.0388 22.4647C17.2313 22.4219 17.4135 22.3417 17.5749 22.2285C17.7363 22.1153 17.8739 21.9714 17.9796 21.805C18.0854 21.6386 18.1573 21.453 18.1913 21.2587L20.9804 5.415C21.0487 5.02315 20.9586 4.6202 20.7299 4.29478C20.5011 3.96936 20.1525 3.74811 19.7607 3.67969ZM16.7119 21L4.50006 18.8438L7.28912 3L19.5001 5.15625L16.7119 21ZM8.37568 5.47688C8.41043 5.2811 8.52149 5.10713 8.68445 4.99321C8.84742 4.8793 9.04895 4.83475 9.24475 4.86938L17.026 6.24281C17.2109 6.27521 17.377 6.37579 17.4914 6.52467C17.6057 6.67356 17.6601 6.85993 17.6437 7.04696C17.6274 7.23399 17.5414 7.40808 17.4029 7.53484C17.2644 7.66159 17.0834 7.73179 16.8957 7.73156C16.8517 7.7315 16.8078 7.72774 16.7644 7.72031L8.98318 6.34594C8.78741 6.3112 8.61344 6.20014 8.49952 6.03717C8.3856 5.87421 8.34106 5.67267 8.37568 5.47688ZM7.85631 8.43188C7.8734 8.33485 7.90944 8.24215 7.96238 8.15906C8.01531 8.07597 8.08409 8.00412 8.16479 7.94762C8.2455 7.89111 8.33654 7.85106 8.43273 7.82976C8.52891 7.80845 8.62836 7.8063 8.72537 7.82344L16.5066 9.19781C16.6929 9.22896 16.8605 9.3292 16.976 9.47853C17.0916 9.62786 17.1466 9.81527 17.13 10.0034C17.1134 10.1915 17.0265 10.3664 16.8866 10.4932C16.7468 10.62 16.5642 10.6894 16.3754 10.6875C16.331 10.6876 16.2868 10.6835 16.2432 10.6753L8.46194 9.30188C8.26631 9.26671 8.09265 9.15533 7.97909 8.9922C7.86553 8.82907 7.82137 8.62754 7.85631 8.43188ZM7.336 11.3859C7.37139 11.1907 7.48272 11.0174 7.64562 10.9041C7.80851 10.7907 8.00967 10.7466 8.20506 10.7812L12.0938 11.4647C12.2787 11.4971 12.4447 11.5976 12.559 11.7464C12.6734 11.8952 12.7278 12.0814 12.7116 12.2684C12.6953 12.4553 12.6096 12.6294 12.4713 12.7562C12.3329 12.8831 12.1521 12.9534 11.9644 12.9534C11.9204 12.9534 11.8765 12.9497 11.8332 12.9422L7.94256 12.255C7.74696 12.22 7.57322 12.1089 7.4595 11.9459C7.34577 11.783 7.30135 11.5816 7.336 11.3859Z", fill: "currentColor" }) })) }));
11
+ });
12
+ RealcvIcon.displayName = 'RealcvIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const RectangleCircleIcon: 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 RectangleCircleIcon = 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: "M8.5 10C7.94772 10 7.5 10.4477 7.5 11V13C7.5 13.5523 7.94772 14 8.5 14H15.5C16.0523 14 16.5 13.5523 16.5 13V11C16.5 10.4477 16.0523 10 15.5 10H8.5Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.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.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96452 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46927 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168ZM18.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.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.41655Z", fill: "currentColor" })] })) }));
11
+ });
12
+ RectangleCircleIcon.displayName = 'RectangleCircleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const RemoveAutoResponderIcon: 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 RemoveAutoResponderIcon = 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 20L21.9893 20.2041C21.8938 21.1457 21.1457 21.8938 20.2041 21.9893L20 22H5.13086L6.63086 20.5H20C20.2761 20.5 20.5 20.2761 20.5 20V15.7344C20.3265 15.5221 20.1419 15.3176 19.9463 15.1221C18.4714 13.6482 16.4957 12.7906 14.4189 12.7109L15.7803 11.3496C17.5221 11.6544 19.1551 12.4281 20.5 13.5947V6.63086L22 5.13086V20ZM20.2041 2.01074C20.8927 2.08056 21.4781 2.49952 21.7803 3.08789L21.7129 3.15527L21.7383 3.16992L3.09961 21.7881L3.09082 21.7764L3.08789 21.7803C2.49952 21.4781 2.08056 20.8927 2.01074 20.2041L2 20V4C2 2.89543 2.89543 2 4 2H20L20.2041 2.01074ZM4 3.5C3.72386 3.5 3.5 3.72386 3.5 4V19.1035L7.3418 15.249L4.57422 12.4834C4.50451 12.4138 4.44888 12.3312 4.41113 12.2402C4.37339 12.1492 4.3545 12.0516 4.35449 11.9531C4.35449 11.8546 4.37341 11.757 4.41113 11.666C4.44887 11.5751 4.50455 11.4924 4.57422 11.4229L9.07715 6.92285C9.14675 6.85334 9.22942 6.79745 9.32031 6.75977C9.41135 6.72212 9.50988 6.70312 9.6084 6.70312C9.80735 6.70328 9.99798 6.78226 10.1387 6.92285C10.2083 6.9925 10.264 7.07503 10.3018 7.16602C10.3394 7.25701 10.3594 7.35464 10.3594 7.45312C10.3594 7.55161 10.3395 7.64924 10.3018 7.74023C10.264 7.83119 10.2083 7.91376 10.1387 7.9834L6.16602 11.9531L8.40137 14.1865L9.58887 12.9951L9.07715 12.4834C9.00746 12.4138 8.95181 12.3312 8.91406 12.2402C8.87633 12.1492 8.85743 12.0516 8.85742 11.9531C8.85742 11.8546 8.87635 11.757 8.91406 11.666C8.95179 11.5751 9.00749 11.4924 9.07715 11.4229L13.5801 6.92285C13.7209 6.78221 13.9122 6.70312 14.1113 6.70312C14.3103 6.70325 14.5019 6.78224 14.6426 6.92285C14.783 7.06353 14.8623 7.25438 14.8623 7.45312C14.8623 7.57221 14.8304 7.6867 14.7773 7.79102L19.0557 3.5H4ZM14.6426 15.9229C14.712 15.9924 14.7671 16.0752 14.8047 16.166C14.8424 16.257 14.8623 16.3546 14.8623 16.4531C14.8623 16.5516 14.8424 16.6492 14.8047 16.7402C14.767 16.831 14.712 16.9138 14.6426 16.9834C14.5019 17.124 14.3103 17.203 14.1113 17.2031C14.013 17.2031 13.9151 17.184 13.8242 17.1465C13.7332 17.1088 13.6498 17.053 13.5801 16.9834L11.8623 15.2676L12.9238 14.2061L14.6426 15.9229Z", fill: "currentColor" }) })) }));
11
+ });
12
+ RemoveAutoResponderIcon.displayName = 'RemoveAutoResponderIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const RemoveForwarderIcon: 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 RemoveForwarderIcon = 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.2041 2.01074C21.2128 2.113 22 2.96435 22 4V5.21973L21.9912 5.22852L21.9932 5.23047L17.459 9.75977L16.3984 10.8203L16.3975 10.8193L6.70703 20.5H6.71973L5.21973 22H4C2.96435 22 2.113 21.2128 2.01074 20.2041L2 20V4C2 2.89543 2.89543 2 4 2H20L20.2041 2.01074ZM22 20L21.9893 20.2041C21.8938 21.1457 21.1457 21.8938 20.2041 21.9893L20 22H7.48145L8.98145 20.5H20C20.2761 20.5 20.5 20.2761 20.5 20V8.98145L22 7.48145V20ZM9.59277 12.7041C7.4056 12.7066 5.30834 13.5765 3.76172 15.123C3.67231 15.2125 3.58488 15.3035 3.5 15.3965V20C3.5 20.2761 3.72386 20.5 4 20.5H4.44434L12.249 12.7041H9.59277ZM19.123 11.4238C19.1926 11.4934 19.2484 11.5761 19.2861 11.667C19.3238 11.758 19.3428 11.8556 19.3428 11.9541C19.3428 12.0526 19.3238 12.1502 19.2861 12.2412C19.2484 12.3322 19.1927 12.4148 19.123 12.4844L14.623 16.9844C14.4824 17.125 14.2916 17.204 14.0928 17.2041C13.8938 17.2041 13.7023 17.1251 13.5615 16.9844C13.4209 16.8437 13.3418 16.653 13.3418 16.4541C13.3418 16.2552 13.421 16.0645 13.5615 15.9238L17.5322 11.9541L17.5293 11.9512L18.5898 10.8906L19.123 11.4238ZM4 3.5C3.72386 3.5 3.5 3.72386 3.5 4V13.3486C5.22053 11.9698 7.36694 11.2065 9.59277 11.2041H12.2822L9.06152 7.98438C8.92094 7.84368 8.84182 7.653 8.8418 7.4541C8.8418 7.25521 8.92097 7.06453 9.06152 6.92383C9.20225 6.7831 9.39375 6.7041 9.59277 6.7041C9.79162 6.70423 9.98243 6.78321 10.123 6.92383L14.0762 10.877L15.2666 9.68848L13.5615 7.98438C13.492 7.91478 13.4371 7.8321 13.3994 7.74121C13.3617 7.65019 13.3418 7.55262 13.3418 7.4541C13.3418 7.35556 13.3617 7.25804 13.3994 7.16699C13.4371 7.07608 13.492 6.99344 13.5615 6.92383C13.7023 6.7831 13.8938 6.7041 14.0928 6.7041C14.1912 6.70417 14.289 6.72309 14.3799 6.76074C14.4708 6.79845 14.5535 6.85424 14.623 6.92383L16.3281 8.62891L20.5 4.46094V4C20.5 3.72386 20.2761 3.5 20 3.5H4Z", fill: "currentColor" }) })) }));
11
+ });
12
+ RemoveForwarderIcon.displayName = 'RemoveForwarderIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const RemoveIcon: 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 RemoveIcon = 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.2806 16.2194C17.3503 16.2891 17.4056 16.3718 17.4433 16.4629C17.481 16.5539 17.5004 16.6515 17.5004 16.7501C17.5004 16.8486 17.481 16.9462 17.4433 17.0372C17.4056 17.1283 17.3503 17.211 17.2806 17.2807C17.2109 17.3504 17.1282 17.4056 17.0372 17.4433C16.9461 17.4811 16.8485 17.5005 16.75 17.5005C16.6514 17.5005 16.5539 17.4811 16.4628 17.4433C16.3718 17.4056 16.289 17.3504 16.2194 17.2807L12 13.0604L7.78061 17.2807C7.63988 17.4214 7.44901 17.5005 7.24999 17.5005C7.05097 17.5005 6.8601 17.4214 6.71936 17.2807C6.57863 17.1399 6.49957 16.9491 6.49957 16.7501C6.49957 16.551 6.57863 16.3602 6.71936 16.2194L10.9397 12.0001L6.71936 7.78068C6.57863 7.63995 6.49957 7.44907 6.49957 7.25005C6.49957 7.05103 6.57863 6.86016 6.71936 6.71943C6.8601 6.5787 7.05097 6.49963 7.24999 6.49963C7.44901 6.49963 7.63988 6.5787 7.78061 6.71943L12 10.9397L16.2194 6.71943C16.3601 6.5787 16.551 6.49963 16.75 6.49963C16.949 6.49963 17.1399 6.5787 17.2806 6.71943C17.4213 6.86016 17.5004 7.05103 17.5004 7.25005C17.5004 7.44907 17.4213 7.63995 17.2806 7.78068L13.0603 12.0001L17.2806 16.2194Z", fill: "currentColor" }) })) }));
11
+ });
12
+ RemoveIcon.displayName = 'RemoveIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const RepeatIcon: 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 RepeatIcon = 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: "M2.24998 12.0001C2.25196 10.2104 2.96376 8.49471 4.2292 7.22927C5.49464 5.96383 7.21038 5.25204 8.99998 5.25005H19.1897L18.2194 4.28068C18.0786 4.13995 17.9996 3.94907 17.9996 3.75005C17.9996 3.55103 18.0786 3.36016 18.2194 3.21943C18.3601 3.0787 18.551 2.99963 18.75 2.99963C18.949 2.99963 19.1399 3.0787 19.2806 3.21943L21.5306 5.46943C21.6003 5.53908 21.6557 5.6218 21.6934 5.71285C21.7311 5.80389 21.7506 5.90149 21.7506 6.00005C21.7506 6.09861 21.7311 6.19621 21.6934 6.28726C21.6557 6.3783 21.6003 6.46102 21.5306 6.53068L19.2806 8.78068C19.1399 8.92141 18.949 9.00047 18.75 9.00047C18.551 9.00047 18.3601 8.92141 18.2194 8.78068C18.0786 8.63995 17.9996 8.44907 17.9996 8.25005C17.9996 8.05103 18.0786 7.86016 18.2194 7.71943L19.1897 6.75005H8.99998C7.60805 6.75154 6.27356 7.30514 5.28931 8.28938C4.30507 9.27363 3.75147 10.6081 3.74998 12.0001C3.74998 12.199 3.67096 12.3897 3.53031 12.5304C3.38966 12.671 3.19889 12.7501 2.99998 12.7501C2.80107 12.7501 2.6103 12.671 2.46965 12.5304C2.329 12.3897 2.24998 12.199 2.24998 12.0001ZM21 11.2501C20.8011 11.2501 20.6103 11.3291 20.4696 11.4697C20.329 11.6104 20.25 11.8011 20.25 12.0001C20.2485 13.392 19.6949 14.7265 18.7106 15.7107C17.7264 16.695 16.3919 17.2486 15 17.2501H4.81029L5.7806 16.2807C5.85029 16.211 5.90556 16.1283 5.94327 16.0372C5.98099 15.9462 6.0004 15.8486 6.0004 15.7501C6.0004 15.6515 5.98099 15.5539 5.94327 15.4629C5.90556 15.3718 5.85029 15.2891 5.7806 15.2194C5.71092 15.1497 5.6282 15.0945 5.53715 15.0568C5.44611 15.019 5.34853 14.9996 5.24998 14.9996C5.15143 14.9996 5.05385 15.019 4.96281 15.0568C4.87176 15.0945 4.78904 15.1497 4.71935 15.2194L2.46935 17.4694C2.39962 17.5391 2.3443 17.6218 2.30656 17.7128C2.26882 17.8039 2.24939 17.9015 2.24939 18.0001C2.24939 18.0986 2.26882 18.1962 2.30656 18.2873C2.3443 18.3783 2.39962 18.461 2.46935 18.5307L4.71935 20.7807C4.78904 20.8504 4.87176 20.9056 4.96281 20.9433C5.05385 20.9811 5.15143 21.0005 5.24998 21.0005C5.34853 21.0005 5.44611 20.9811 5.53715 20.9433C5.6282 20.9056 5.71092 20.8504 5.7806 20.7807C5.85029 20.711 5.90556 20.6283 5.94327 20.5372C5.98099 20.4462 6.0004 20.3486 6.0004 20.2501C6.0004 20.1515 5.98099 20.0539 5.94327 19.9629C5.90556 19.8718 5.85029 19.7891 5.7806 19.7194L4.81029 18.7501H15C16.7896 18.7481 18.5053 18.0363 19.7708 16.7708C21.0362 15.5054 21.748 13.7897 21.75 12.0001C21.75 11.8011 21.671 11.6104 21.5303 11.4697C21.3897 11.3291 21.1989 11.2501 21 11.2501Z", fill: "currentColor" }) })) }));
11
+ });
12
+ RepeatIcon.displayName = 'RepeatIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const RiseIcon: 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 RiseIcon = 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: "M5 18L12 11L19 18H5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ RiseIcon.displayName = 'RiseIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const RobotIcon: 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 RobotIcon = 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 4.5H12.75V1.5C12.75 1.30109 12.671 1.11032 12.5303 0.96967C12.3897 0.829018 12.1989 0.75 12 0.75C11.8011 0.75 11.6103 0.829018 11.4697 0.96967C11.329 1.11032 11.25 1.30109 11.25 1.5V4.5H5.25C4.45435 4.5 3.69129 4.81607 3.12868 5.37868C2.56607 5.94129 2.25 6.70435 2.25 7.5V18C2.25 18.7956 2.56607 19.5587 3.12868 20.1213C3.69129 20.6839 4.45435 21 5.25 21H18.75C19.5456 21 20.3087 20.6839 20.8713 20.1213C21.4339 19.5587 21.75 18.7956 21.75 18V7.5C21.75 6.70435 21.4339 5.94129 20.8713 5.37868C20.3087 4.81607 19.5456 4.5 18.75 4.5ZM20.25 18C20.25 18.3978 20.092 18.7794 19.8107 19.0607C19.5294 19.342 19.1478 19.5 18.75 19.5H5.25C4.85218 19.5 4.47064 19.342 4.18934 19.0607C3.90804 18.7794 3.75 18.3978 3.75 18V7.5C3.75 7.10218 3.90804 6.72064 4.18934 6.43934C4.47064 6.15804 4.85218 6 5.25 6H18.75C19.1478 6 19.5294 6.15804 19.8107 6.43934C20.092 6.72064 20.25 7.10218 20.25 7.5V18ZM15.375 12.75H8.625C7.92881 12.75 7.26113 13.0266 6.76884 13.5188C6.27656 14.0111 6 14.6788 6 15.375C6 16.0712 6.27656 16.7389 6.76884 17.2312C7.26113 17.7234 7.92881 18 8.625 18H15.375C16.0712 18 16.7389 17.7234 17.2312 17.2312C17.7234 16.7389 18 16.0712 18 15.375C18 14.6788 17.7234 14.0111 17.2312 13.5188C16.7389 13.0266 16.0712 12.75 15.375 12.75ZM13.125 14.25V16.5H10.875V14.25H13.125ZM7.5 15.375C7.5 15.0766 7.61853 14.7905 7.8295 14.5795C8.04048 14.3685 8.32663 14.25 8.625 14.25H9.375V16.5H8.625C8.32663 16.5 8.04048 16.3815 7.8295 16.1705C7.61853 15.9595 7.5 15.6734 7.5 15.375ZM15.375 16.5H14.625V14.25H15.375C15.6734 14.25 15.9595 14.3685 16.1705 14.5795C16.3815 14.7905 16.5 15.0766 16.5 15.375C16.5 15.6734 16.3815 15.9595 16.1705 16.1705C15.9595 16.3815 15.6734 16.5 15.375 16.5ZM6.75 10.125C6.75 9.9025 6.81598 9.68499 6.9396 9.49998C7.06321 9.31498 7.23891 9.17078 7.44448 9.08564C7.65005 9.00049 7.87625 8.97821 8.09448 9.02162C8.31271 9.06502 8.51316 9.17217 8.6705 9.3295C8.82783 9.48684 8.93498 9.68729 8.97838 9.90552C9.02179 10.1238 8.99951 10.35 8.91436 10.5555C8.82922 10.7611 8.68502 10.9368 8.50002 11.0604C8.31501 11.184 8.0975 11.25 7.875 11.25C7.57663 11.25 7.29048 11.1315 7.0795 10.9205C6.86853 10.7095 6.75 10.4234 6.75 10.125ZM15 10.125C15 9.9025 15.066 9.68499 15.1896 9.49998C15.3132 9.31498 15.4889 9.17078 15.6945 9.08564C15.9 9.00049 16.1262 8.97821 16.3445 9.02162C16.5627 9.06502 16.7632 9.17217 16.9205 9.3295C17.0778 9.48684 17.185 9.68729 17.2284 9.90552C17.2718 10.1238 17.2495 10.35 17.1644 10.5555C17.0792 10.7611 16.935 10.9368 16.75 11.0604C16.565 11.184 16.3475 11.25 16.125 11.25C15.8266 11.25 15.5405 11.1315 15.3295 10.9205C15.1185 10.7095 15 10.4234 15 10.125Z", fill: "currentColor" }) })) }));
11
+ });
12
+ RobotIcon.displayName = 'RobotIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const SealWarningIcon: 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 SealWarningIcon = 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.1744 9.63937C20.8209 9.27 20.4553 8.88938 20.3175 8.55469C20.19 8.24813 20.1825 7.74 20.175 7.24781C20.1609 6.33281 20.1459 5.29594 19.425 4.575C18.7041 3.85406 17.6672 3.83906 16.7522 3.825C16.26 3.8175 15.7519 3.81 15.4453 3.6825C15.1116 3.54469 14.73 3.17906 14.3606 2.82562C13.7137 2.20406 12.9788 1.5 12 1.5C11.0212 1.5 10.2872 2.20406 9.63937 2.82562C9.27 3.17906 8.88938 3.54469 8.55469 3.6825C8.25 3.81 7.74 3.8175 7.24781 3.825C6.33281 3.83906 5.29594 3.85406 4.575 4.575C3.85406 5.29594 3.84375 6.33281 3.825 7.24781C3.8175 7.74 3.81 8.24813 3.6825 8.55469C3.54469 8.88844 3.17906 9.27 2.82562 9.63937C2.20406 10.2863 1.5 11.0212 1.5 12C1.5 12.9788 2.20406 13.7128 2.82562 14.3606C3.17906 14.73 3.54469 15.1106 3.6825 15.4453C3.81 15.7519 3.8175 16.26 3.825 16.7522C3.83906 17.6672 3.85406 18.7041 4.575 19.425C5.29594 20.1459 6.33281 20.1609 7.24781 20.175C7.74 20.1825 8.24813 20.19 8.55469 20.3175C8.88844 20.4553 9.27 20.8209 9.63937 21.1744C10.2863 21.7959 11.0212 22.5 12 22.5C12.9788 22.5 13.7128 21.7959 14.3606 21.1744C14.73 20.8209 15.1106 20.4553 15.4453 20.3175C15.7519 20.19 16.26 20.1825 16.7522 20.175C17.6672 20.1609 18.7041 20.1459 19.425 19.425C20.1459 18.7041 20.1609 17.6672 20.175 16.7522C20.1825 16.26 20.19 15.7519 20.3175 15.4453C20.4553 15.1116 20.8209 14.73 21.1744 14.3606C21.7959 13.7137 22.5 12.9788 22.5 12C22.5 11.0212 21.7959 10.2872 21.1744 9.63937ZM20.0916 13.3228C19.6425 13.7916 19.1775 14.2763 18.9309 14.8716C18.6947 15.4434 18.6844 16.0969 18.675 16.7297C18.6656 17.3859 18.6553 18.0731 18.3638 18.3638C18.0722 18.6544 17.3897 18.6656 16.7297 18.675C16.0969 18.6844 15.4434 18.6947 14.8716 18.9309C14.2763 19.1775 13.7916 19.6425 13.3228 20.0916C12.8541 20.5406 12.375 21 12 21C11.625 21 11.1422 20.5387 10.6772 20.0916C10.2122 19.6444 9.72375 19.1775 9.12844 18.9309C8.55656 18.6947 7.90313 18.6844 7.27031 18.675C6.61406 18.6656 5.92688 18.6553 5.63625 18.3638C5.34562 18.0722 5.33437 17.3897 5.325 16.7297C5.31562 16.0969 5.30531 15.4434 5.06906 14.8716C4.8225 14.2763 4.3575 13.7916 3.90844 13.3228C3.45937 12.8541 3 12.375 3 12C3 11.625 3.46125 11.1422 3.90844 10.6772C4.35562 10.2122 4.8225 9.72375 5.06906 9.12844C5.30531 8.55656 5.31562 7.90313 5.325 7.27031C5.33437 6.61406 5.34469 5.92688 5.63625 5.63625C5.92781 5.34562 6.61031 5.33437 7.27031 5.325C7.90313 5.31562 8.55656 5.30531 9.12844 5.06906C9.72375 4.8225 10.2084 4.3575 10.6772 3.90844C11.1459 3.45937 11.625 3 12 3C12.375 3 12.8578 3.46125 13.3228 3.90844C13.7878 4.35562 14.2763 4.8225 14.8716 5.06906C15.4434 5.30531 16.0969 5.31562 16.7297 5.325C17.3859 5.33437 18.0731 5.34469 18.3638 5.63625C18.6544 5.92781 18.6656 6.61031 18.675 7.27031C18.6844 7.90313 18.6947 8.55656 18.9309 9.12844C19.1775 9.72375 19.6425 10.2084 20.0916 10.6772C20.5406 11.1459 21 11.625 21 12C21 12.375 20.5387 12.8578 20.0916 13.3228ZM11.25 12.75V7.5C11.25 7.30109 11.329 7.11032 11.4697 6.96967C11.6103 6.82902 11.8011 6.75 12 6.75C12.1989 6.75 12.3897 6.82902 12.5303 6.96967C12.671 7.11032 12.75 7.30109 12.75 7.5V12.75C12.75 12.9489 12.671 13.1397 12.5303 13.2803C12.3897 13.421 12.1989 13.5 12 13.5C11.8011 13.5 11.6103 13.421 11.4697 13.2803C11.329 13.1397 11.25 12.9489 11.25 12.75ZM13.125 16.125C13.125 16.3475 13.059 16.565 12.9354 16.75C12.8118 16.935 12.6361 17.0792 12.4305 17.1644C12.225 17.2495 11.9988 17.2718 11.7805 17.2284C11.5623 17.185 11.3618 17.0778 11.2045 16.9205C11.0472 16.7632 10.94 16.5627 10.8966 16.3445C10.8532 16.1262 10.8755 15.9 10.9606 15.6945C11.0458 15.4889 11.19 15.3132 11.375 15.1896C11.56 15.066 11.7775 15 12 15C12.2984 15 12.5845 15.1185 12.7955 15.3295C13.0065 15.5405 13.125 15.8266 13.125 16.125Z", fill: "currentColor" }) })) }));
11
+ });
12
+ SealWarningIcon.displayName = 'SealWarningIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const SettingsIcon: 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 SettingsIcon = 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 11.25H20.2153C20.131 10.3125 19.8855 9.39654 19.4897 8.5425L20.8191 7.77469C20.9914 7.67523 21.1171 7.5114 21.1686 7.31923C21.2201 7.12707 21.1932 6.92231 21.0938 6.75C20.9943 6.57769 20.8305 6.45195 20.6383 6.40044C20.4461 6.34892 20.2414 6.37586 20.0691 6.47531L18.7378 7.24406C18.194 6.47616 17.5238 5.80603 16.7559 5.26219L17.5247 3.93094C17.6241 3.75863 17.6511 3.55387 17.5996 3.3617C17.548 3.16954 17.4223 3.00571 17.25 2.90625C17.0777 2.80679 16.8729 2.77986 16.6808 2.83137C16.4886 2.88289 16.3248 3.00863 16.2253 3.18094L15.4575 4.51031C14.6035 4.11449 13.6875 3.86901 12.75 3.78469V2.25C12.75 2.05109 12.671 1.86032 12.5303 1.71967C12.3897 1.57902 12.1989 1.5 12 1.5C11.8011 1.5 11.6103 1.57902 11.4697 1.71967C11.329 1.86032 11.25 2.05109 11.25 2.25V3.78469C10.3125 3.86901 9.39654 4.11449 8.5425 4.51031L7.77469 3.18094C7.72544 3.09562 7.65987 3.02084 7.58173 2.96086C7.50358 2.90088 7.41438 2.85688 7.31923 2.83137C7.22408 2.80587 7.12484 2.79935 7.02717 2.8122C6.9295 2.82505 6.83532 2.857 6.75 2.90625C6.57769 3.00571 6.45195 3.16954 6.40044 3.3617C6.34892 3.55387 6.37586 3.75863 6.47531 3.93094L7.24406 5.26219C6.47616 5.80603 5.80603 6.47616 5.26219 7.24406L3.93094 6.47531C3.75863 6.37586 3.55387 6.34892 3.3617 6.40044C3.16954 6.45195 3.00571 6.57769 2.90625 6.75C2.80679 6.92231 2.77986 7.12707 2.83137 7.31923C2.88289 7.5114 3.00863 7.67523 3.18094 7.77469L4.51031 8.5425C4.11449 9.39654 3.86901 10.3125 3.78469 11.25H2.25C2.05109 11.25 1.86032 11.329 1.71967 11.4697C1.57902 11.6103 1.5 11.8011 1.5 12C1.5 12.1989 1.57902 12.3897 1.71967 12.5303C1.86032 12.671 2.05109 12.75 2.25 12.75H3.78469C3.86901 13.6875 4.11449 14.6035 4.51031 15.4575L3.18094 16.2253C3.03787 16.3078 2.92604 16.4353 2.8628 16.5878C2.79957 16.7404 2.78846 16.9096 2.8312 17.0691C2.87394 17.2286 2.96814 17.3696 3.09918 17.4701C3.23023 17.5706 3.39078 17.6251 3.55594 17.625C3.68762 17.6254 3.81704 17.5908 3.93094 17.5247L5.26219 16.7559C5.80603 17.5238 6.47616 18.194 7.24406 18.7378L6.47531 20.0691C6.37586 20.2414 6.34892 20.4461 6.40044 20.6383C6.45195 20.8305 6.57769 20.9943 6.75 21.0938C6.92231 21.1932 7.12707 21.2201 7.31923 21.1686C7.5114 21.1171 7.67523 20.9914 7.77469 20.8191L8.5425 19.4897C9.39654 19.8855 10.3125 20.131 11.25 20.2153V21.75C11.25 21.9489 11.329 22.1397 11.4697 22.2803C11.6103 22.421 11.8011 22.5 12 22.5C12.1989 22.5 12.3897 22.421 12.5303 22.2803C12.671 22.1397 12.75 21.9489 12.75 21.75V20.2153C13.6875 20.131 14.6035 19.8855 15.4575 19.4897L16.2253 20.8191C16.3248 20.9914 16.4886 21.1171 16.6808 21.1686C16.8729 21.2201 17.0777 21.1932 17.25 21.0938C17.4223 20.9943 17.548 20.8305 17.5996 20.6383C17.6511 20.4461 17.6241 20.2414 17.5247 20.0691L16.7559 18.7378C17.5238 18.194 18.194 17.5238 18.7378 16.7559L20.0691 17.5247C20.1544 17.574 20.2486 17.6059 20.3462 17.6188C20.4439 17.6316 20.5432 17.6251 20.6383 17.5996C20.7335 17.5741 20.8227 17.5301 20.9008 17.4701C20.979 17.4101 21.0445 17.3353 21.0938 17.25C21.1933 17.0778 21.2204 16.8731 21.1691 16.681C21.1177 16.4888 20.9922 16.3249 20.82 16.2253L19.4906 15.4575C19.8861 14.6034 20.1313 13.6875 20.2153 12.75H21.75C21.9489 12.75 22.1397 12.671 22.2803 12.5303C22.421 12.3897 22.5 12.1989 22.5 12C22.5 11.8011 22.421 11.6103 22.2803 11.4697C22.1397 11.329 21.9489 11.25 21.75 11.25ZM12 5.25C13.6597 5.25197 15.2605 5.86464 16.4975 6.9712C17.7344 8.07775 18.5208 9.60081 18.7069 11.25H12.4331L9.29625 5.81719C10.1484 5.44265 11.0692 5.2495 12 5.25ZM5.25 12C5.25057 10.9426 5.49953 9.90022 5.97682 8.95672C6.45411 8.01322 7.14637 7.19505 7.99781 6.56812L11.1337 12L7.99781 17.4319C7.14637 16.805 6.45411 15.9868 5.97682 15.0433C5.49953 14.0998 5.25057 13.0574 5.25 12ZM12 18.75C11.0695 18.752 10.1488 18.5604 9.29625 18.1875L12.4331 12.75H18.7069C18.5208 14.3992 17.7344 15.9222 16.4975 17.0288C15.2605 18.1354 13.6597 18.748 12 18.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ SettingsIcon.displayName = 'SettingsIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ShareNetworkIcon: 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 ShareNetworkIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.5 15C15.9997 14.9998 15.5044 15.1 15.0435 15.2947C14.5827 15.4894 14.1655 15.7746 13.8169 16.1334L9.49498 13.3556C9.83494 12.4838 9.83494 11.5161 9.49498 10.6443L13.8169 7.86651C14.466 8.5315 15.339 8.93175 16.2665 8.98967C17.194 9.04758 18.11 8.75903 18.8369 8.17996C19.5637 7.6009 20.0497 6.77257 20.2005 5.85557C20.3513 4.93857 20.1563 3.99823 19.6532 3.21686C19.1501 2.4355 18.3748 1.86877 17.4776 1.62656C16.5804 1.38435 15.6252 1.48391 14.7972 1.90594C13.9693 2.32797 13.3275 3.0424 12.9964 3.91072C12.6652 4.77904 12.6683 5.73939 13.005 6.60558L8.68311 9.38339C8.16267 8.84908 7.49472 8.48212 6.76464 8.3294C6.03457 8.17668 5.27553 8.24515 4.58457 8.52605C3.8936 8.80695 3.3021 9.28752 2.88568 9.90633C2.46926 10.5251 2.24683 11.2541 2.24683 12C2.24683 12.7458 2.46926 13.4748 2.88568 14.0936C3.3021 14.7124 3.8936 15.193 4.58457 15.4739C5.27553 15.7548 6.03457 15.8232 6.76464 15.6705C7.49472 15.5178 8.16267 15.1508 8.68311 14.6165L13.005 17.3943C12.7155 18.1411 12.6726 18.9609 12.8827 19.7338C13.0928 20.5066 13.5449 21.1919 14.1726 21.6893C14.8004 22.1866 15.5709 22.4699 16.3713 22.4977C17.1718 22.5255 17.9601 22.2962 18.6208 21.8436C19.2815 21.3909 19.78 20.7386 20.0431 19.9822C20.3063 19.2258 20.3204 18.4049 20.0833 17.6399C19.8463 16.8749 19.3705 16.2059 18.7257 15.7308C18.0809 15.2558 17.3009 14.9997 16.5 15ZM16.5 2.99995C16.945 2.99995 17.38 3.13191 17.75 3.37914C18.12 3.62638 18.4084 3.97778 18.5787 4.38891C18.749 4.80005 18.7936 5.25245 18.7067 5.6889C18.6199 6.12536 18.4056 6.52627 18.091 6.84094C17.7763 7.15561 17.3754 7.3699 16.9389 7.45672C16.5025 7.54354 16.0501 7.49898 15.6389 7.32868C15.2278 7.15838 14.8764 6.87 14.6292 6.49998C14.3819 6.12997 14.25 5.69496 14.25 5.24995C14.25 4.65321 14.487 4.08092 14.909 3.65896C15.3309 3.237 15.9032 2.99995 16.5 2.99995ZM5.99998 14.25C5.55497 14.25 5.11996 14.118 4.74995 13.8708C4.37994 13.6235 4.09155 13.2721 3.92125 12.861C3.75096 12.4499 3.7064 11.9975 3.79321 11.561C3.88003 11.1245 4.09432 10.7236 4.40899 10.409C4.72366 10.0943 5.12457 9.88 5.56103 9.79318C5.99749 9.70637 6.44989 9.75093 6.86102 9.92122C7.27215 10.0915 7.62355 10.3799 7.87079 10.7499C8.11802 11.1199 8.24998 11.5549 8.24998 12C8.24998 12.5967 8.01293 13.169 7.59097 13.5909C7.16901 14.0129 6.59672 14.25 5.99998 14.25ZM16.5 21C16.055 21 15.62 20.868 15.2499 20.6208C14.8799 20.3735 14.5915 20.0221 14.4213 19.611C14.251 19.1999 14.2064 18.7475 14.2932 18.311C14.38 17.8745 14.5943 17.4736 14.909 17.159C15.2237 16.8443 15.6246 16.63 16.061 16.5432C16.4975 16.4564 16.9499 16.5009 17.361 16.6712C17.7722 16.8415 18.1236 17.1299 18.3708 17.4999C18.618 17.8699 18.75 18.3049 18.75 18.75C18.75 19.3467 18.5129 19.919 18.091 20.3409C17.669 20.7629 17.0967 21 16.5 21Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ShareNetworkIcon.displayName = 'ShareNetworkIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ShieldCheckIcon: 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 ShieldCheckIcon = 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 5V11C21 16.55 17.16 21.74 12 23C6.84 21.74 3 16.55 3 11V5L12 1L21 5ZM11 13.5898L8.41016 11.0098L7 12.4199L11 16.4199L19 8.41992L17.5898 7L11 13.5898Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ShieldCheckIcon.displayName = 'ShieldCheckIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ShieldCheckedIcon: 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 ShieldCheckedIcon = 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 2.75C19.8978 2.75 20.2792 2.90815 20.5605 3.18945C20.8419 3.47076 21 3.85218 21 4.25V9.5C21 14.4425 18.607 17.4376 16.6055 19.0801C14.4408 20.8481 12.293 21.4493 12.1992 21.4736C12.0704 21.5086 11.9344 21.5087 11.8057 21.4736C11.7079 21.4481 9.55914 20.8464 7.39941 19.0801C5.39228 17.4375 3 14.4423 3 9.5V4.25C3 3.85218 3.15815 3.47076 3.43945 3.18945C3.72076 2.90815 4.10218 2.75 4.5 2.75H19.5ZM4.5 4.25V9.5C4.5 12.9969 5.79594 15.8293 8.35156 17.9199C9.43894 18.8093 10.6738 19.5017 12 19.9648C13.3439 19.4935 14.594 18.7881 15.6934 17.8828C18.219 15.7959 19.5 12.9753 19.5 9.5V4.25H4.5ZM15.9697 7.78027C16.0682 7.78032 16.1659 7.79921 16.2568 7.83691C16.3478 7.87465 16.4304 7.9303 16.5 8C16.5697 8.06962 16.6253 8.15216 16.6631 8.24316C16.7008 8.33411 16.7197 8.43183 16.7197 8.53027C16.7197 8.62866 16.7007 8.72647 16.6631 8.81738C16.6253 8.90843 16.5697 8.99187 16.5 9.06152L11.0303 14.5303C10.9606 14.6 10.8782 14.6556 10.7871 14.6934C10.6961 14.7311 10.5985 14.751 10.5 14.751C10.4015 14.751 10.3039 14.7311 10.2129 14.6934C10.1218 14.6556 10.0394 14.6 9.96973 14.5303L7.41699 11.9775C7.27629 11.8368 7.19729 11.6463 7.19727 11.4473C7.19727 11.2482 7.27627 11.0577 7.41699 10.917C7.55772 10.7763 7.74824 10.6963 7.94727 10.6963C8.14626 10.6963 8.33683 10.7763 8.47754 10.917L10.5 12.9395L15.4385 8C15.5081 7.93027 15.5916 7.87466 15.6826 7.83691C15.7735 7.7993 15.8713 7.78027 15.9697 7.78027Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ShieldCheckedIcon.displayName = 'ShieldCheckedIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ShieldCrossIcon: 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 ShieldCrossIcon = 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: "M19.5 2.75C19.8978 2.75 20.2792 2.90815 20.5605 3.18945C20.8419 3.47076 21 3.85218 21 4.25V9.5C21 14.4425 18.607 17.4376 16.6055 19.0801C14.4408 20.8481 12.293 21.4493 12.1992 21.4736C12.0704 21.5086 11.9344 21.5087 11.8057 21.4736C11.7079 21.4481 9.55915 20.8465 7.39941 19.0801C5.39228 17.4375 3 14.4423 3 9.5V4.25C3 3.85218 3.15815 3.47076 3.43945 3.18945C3.72076 2.90815 4.10218 2.75 4.5 2.75H19.5ZM4.5 9.5C4.5 12.9969 5.79594 15.8293 8.35156 17.9199C9.43894 18.8093 10.6738 19.5017 12 19.9648C13.3439 19.4935 14.594 18.7881 15.6934 17.8828C15.9947 17.6338 16.2781 17.3742 16.5439 17.1045L4.5 5.06055V9.5ZM5.81055 4.25L17.5205 15.96C18.8355 14.1657 19.5 12.0027 19.5 9.5V4.25H5.81055Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ShieldCrossIcon.displayName = 'ShieldCrossIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ShieldIcon: 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 ShieldIcon = 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 2.75H4.5C4.10218 2.75 3.72064 2.90804 3.43934 3.18934C3.15804 3.47064 3 3.85218 3 4.25V9.5C3 14.4425 5.3925 17.4378 7.39969 19.0803C9.56156 20.8484 11.7122 21.4494 11.8059 21.4738C11.9348 21.5088 12.0708 21.5088 12.1997 21.4738C12.2934 21.4494 14.4413 20.8484 16.6059 19.0803C18.6075 17.4378 21 14.4425 21 9.5V4.25C21 3.85218 20.842 3.47064 20.5607 3.18934C20.2794 2.90804 19.8978 2.75 19.5 2.75ZM19.5 9.5C19.5 12.9753 18.2194 15.7962 15.6937 17.8831C14.5943 18.7885 13.344 19.493 12 19.9644C10.6736 19.5012 9.4387 18.8092 8.35125 17.9197C5.79563 15.8291 4.5 12.9969 4.5 9.5V4.25H19.5V9.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ShieldIcon.displayName = 'ShieldIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const SidebarCollapseIcon: 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 SidebarCollapseIcon = 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: "M15.7656 8.71973C15.9645 8.71984 16.1553 8.79882 16.2959 8.93945C16.4365 9.08016 16.5156 9.27082 16.5156 9.46973C16.5156 9.66864 16.4365 9.8593 16.2959 10L14.2949 12L16.2959 14C16.3655 14.0696 16.4203 14.1523 16.458 14.2432C16.4957 14.3341 16.5156 14.4318 16.5156 14.5303C16.5156 14.6287 16.4957 14.7264 16.458 14.8174C16.4203 14.9084 16.3656 14.9918 16.2959 15.0615C16.2263 15.1311 16.1436 15.1859 16.0527 15.2236C15.9618 15.2613 15.864 15.2812 15.7656 15.2812C15.6671 15.2812 15.5686 15.2613 15.4775 15.2236C15.3867 15.1859 15.3039 15.1311 15.2344 15.0615L12.7041 12.5303C12.6345 12.4607 12.5787 12.3781 12.541 12.2871C12.5033 12.1961 12.4844 12.0985 12.4844 12C12.4844 11.9015 12.5033 11.8039 12.541 11.7129C12.5787 11.6219 12.6344 11.5394 12.7041 11.4697L15.2344 8.93945C15.3751 8.79872 15.5666 8.71973 15.7656 8.71973Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.25 3.75C20.6478 3.75 21.0292 3.90815 21.3105 4.18945C21.5919 4.47076 21.75 4.85218 21.75 5.25V18.75C21.75 19.1478 21.5919 19.5292 21.3105 19.8105C21.0292 20.0919 20.6478 20.25 20.25 20.25H3.75C3.35218 20.25 2.97076 20.0919 2.68945 19.8105C2.40815 19.5292 2.25 19.1478 2.25 18.75V5.25C2.25 4.85218 2.40815 4.47076 2.68945 4.18945C2.97076 3.90815 3.35218 3.75 3.75 3.75H20.25ZM3.75 5.25V18.75H7.5V5.25H3.75ZM9 5.25V18.75H20.25V5.25H9Z", fill: "currentColor" })] })) }));
11
+ });
12
+ SidebarCollapseIcon.displayName = 'SidebarCollapseIcon';