@webpros/mui-theme 0.3.10 → 0.3.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (871) hide show
  1. package/dist/package.json +2 -1
  2. package/dist/src/components/data-display/Badge/Badge.theme.js +18 -18
  3. package/dist/src/components/data-display/Chip/Chip.theme.js +2 -0
  4. package/dist/src/components/feedback/Alert/Alert.theme.d.ts +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 +47 -0
  12. package/dist/src/components/inputs/Filter/Filter.js +2 -1
  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/navigation/PaginationItem/components/PaginationIcons.js +4 -1
  16. package/dist/src/components/navigation/Tab/Tab.theme.js +2 -2
  17. package/dist/src/components/utils/inputIcons.d.ts +9 -0
  18. package/dist/src/components/utils/inputIcons.js +19 -0
  19. package/dist/src/icons/AlignLeftSimpleIcon.d.ts +2 -0
  20. package/dist/src/icons/AlignLeftSimpleIcon.js +12 -0
  21. package/dist/src/icons/AmazonIcon.d.ts +2 -0
  22. package/dist/src/icons/AmazonIcon.js +12 -0
  23. package/dist/src/icons/AndroidIcon.d.ts +2 -0
  24. package/dist/src/icons/AndroidIcon.js +12 -0
  25. package/dist/src/icons/ApparetmentIcon.d.ts +2 -0
  26. package/dist/src/icons/ApparetmentIcon.js +12 -0
  27. package/dist/src/icons/ArchiveIcon.d.ts +2 -0
  28. package/dist/src/icons/ArchiveIcon.js +12 -0
  29. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.d.ts +2 -0
  30. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +12 -0
  31. package/dist/src/icons/ArrowBendDoubleUpRightIcon.d.ts +2 -0
  32. package/dist/src/icons/ArrowBendDoubleUpRightIcon.js +12 -0
  33. package/dist/src/icons/ArrowBendUpLeftIcon.d.ts +2 -0
  34. package/dist/src/icons/ArrowBendUpLeftIcon.js +12 -0
  35. package/dist/src/icons/ArrowBendUpRightIcon.d.ts +2 -0
  36. package/dist/src/icons/ArrowBendUpRightIcon.js +12 -0
  37. package/dist/src/icons/ArrowCircleDownFillIcon.d.ts +2 -0
  38. package/dist/src/icons/ArrowCircleDownFillIcon.js +12 -0
  39. package/dist/src/icons/ArrowCircleUpFillIcon.d.ts +2 -0
  40. package/dist/src/icons/ArrowCircleUpFillIcon.js +12 -0
  41. package/dist/src/icons/ArrowClockwiseFillIcon.d.ts +2 -0
  42. package/dist/src/icons/ArrowClockwiseFillIcon.js +12 -0
  43. package/dist/src/icons/ArrowDownBoldIcon.d.ts +2 -0
  44. package/dist/src/icons/ArrowDownBoldIcon.js +12 -0
  45. package/dist/src/icons/ArrowDownIcon.d.ts +2 -0
  46. package/dist/src/icons/ArrowDownIcon.js +12 -0
  47. package/dist/src/icons/ArrowDownSmallIcon.d.ts +2 -0
  48. package/dist/src/icons/ArrowDownSmallIcon.js +12 -0
  49. package/dist/src/icons/ArrowLeftIcon.d.ts +2 -0
  50. package/dist/src/icons/ArrowLeftIcon.js +12 -0
  51. package/dist/src/icons/ArrowLeftWpIcon.d.ts +2 -0
  52. package/dist/src/icons/ArrowLeftWpIcon.js +12 -0
  53. package/dist/src/icons/ArrowLineDownIcon.d.ts +2 -0
  54. package/dist/src/icons/ArrowLineDownIcon.js +12 -0
  55. package/dist/src/icons/ArrowLineUpIcon.d.ts +2 -0
  56. package/dist/src/icons/ArrowLineUpIcon.js +12 -0
  57. package/dist/src/icons/ArrowRightIcon.d.ts +2 -0
  58. package/dist/src/icons/ArrowRightIcon.js +12 -0
  59. package/dist/src/icons/ArrowRightSmallIcon.d.ts +2 -0
  60. package/dist/src/icons/ArrowRightSmallIcon.js +12 -0
  61. package/dist/src/icons/ArrowSquareInIcon.d.ts +2 -0
  62. package/dist/src/icons/ArrowSquareInIcon.js +12 -0
  63. package/dist/src/icons/ArrowSquareOutIcon.d.ts +2 -0
  64. package/dist/src/icons/ArrowSquareOutIcon.js +12 -0
  65. package/dist/src/icons/ArrowSquareOutSmallIcon.d.ts +2 -0
  66. package/dist/src/icons/ArrowSquareOutSmallIcon.js +12 -0
  67. package/dist/src/icons/ArrowUpIcon.d.ts +2 -0
  68. package/dist/src/icons/ArrowUpIcon.js +12 -0
  69. package/dist/src/icons/ArrowUpLeftIcon.d.ts +2 -0
  70. package/dist/src/icons/ArrowUpLeftIcon.js +12 -0
  71. package/dist/src/icons/ArrowUpSmallIcon.d.ts +2 -0
  72. package/dist/src/icons/ArrowUpSmallIcon.js +12 -0
  73. package/dist/src/icons/ArrowarcleftIcon.d.ts +2 -0
  74. package/dist/src/icons/ArrowarcleftIcon.js +12 -0
  75. package/dist/src/icons/ArrowarcrightIcon.d.ts +2 -0
  76. package/dist/src/icons/ArrowarcrightIcon.js +12 -0
  77. package/dist/src/icons/ArrowbendrightdownIcon.d.ts +2 -0
  78. package/dist/src/icons/ArrowbendrightdownIcon.js +12 -0
  79. package/dist/src/icons/ArrowbendrightupIcon.d.ts +2 -0
  80. package/dist/src/icons/ArrowbendrightupIcon.js +12 -0
  81. package/dist/src/icons/ArrowcirclerightIcon.d.ts +2 -0
  82. package/dist/src/icons/ArrowcirclerightIcon.js +12 -0
  83. package/dist/src/icons/ArrowcircleupIcon.d.ts +2 -0
  84. package/dist/src/icons/ArrowcircleupIcon.js +12 -0
  85. package/dist/src/icons/ArrowdownrightIcon.d.ts +2 -0
  86. package/dist/src/icons/ArrowdownrightIcon.js +12 -0
  87. package/dist/src/icons/ArrowelbowdownleftIcon.d.ts +2 -0
  88. package/dist/src/icons/ArrowelbowdownleftIcon.js +12 -0
  89. package/dist/src/icons/ArrowelbowrightupIcon.d.ts +2 -0
  90. package/dist/src/icons/ArrowelbowrightupIcon.js +12 -0
  91. package/dist/src/icons/ArrowelbowupleftIcon.d.ts +2 -0
  92. package/dist/src/icons/ArrowelbowupleftIcon.js +12 -0
  93. package/dist/src/icons/ArrowfatlinesdownIcon.d.ts +2 -0
  94. package/dist/src/icons/ArrowfatlinesdownIcon.js +12 -0
  95. package/dist/src/icons/ArrowfatlineupIcon.d.ts +2 -0
  96. package/dist/src/icons/ArrowfatlineupIcon.js +12 -0
  97. package/dist/src/icons/ArrowlinedownleftIcon.d.ts +2 -0
  98. package/dist/src/icons/ArrowlinedownleftIcon.js +12 -0
  99. package/dist/src/icons/ArrowsClockwiseIcon.d.ts +2 -0
  100. package/dist/src/icons/ArrowsClockwiseIcon.js +12 -0
  101. package/dist/src/icons/ArrowsInSimpleIcon.d.ts +2 -0
  102. package/dist/src/icons/ArrowsInSimpleIcon.js +12 -0
  103. package/dist/src/icons/ArrowsOutCardinalIcon.d.ts +2 -0
  104. package/dist/src/icons/ArrowsOutCardinalIcon.js +12 -0
  105. package/dist/src/icons/ArrowsOutSimpleIcon.d.ts +2 -0
  106. package/dist/src/icons/ArrowsOutSimpleIcon.js +12 -0
  107. package/dist/src/icons/ArrowsdownupIcon.d.ts +2 -0
  108. package/dist/src/icons/ArrowsdownupIcon.js +12 -0
  109. package/dist/src/icons/ArrowshorizontalIcon.d.ts +2 -0
  110. package/dist/src/icons/ArrowshorizontalIcon.js +12 -0
  111. package/dist/src/icons/ArrowsmergeIcon.d.ts +2 -0
  112. package/dist/src/icons/ArrowsmergeIcon.js +12 -0
  113. package/dist/src/icons/ArrowsoutIcon.d.ts +2 -0
  114. package/dist/src/icons/ArrowsoutIcon.js +12 -0
  115. package/dist/src/icons/ArrowsquaredownIcon.d.ts +2 -0
  116. package/dist/src/icons/ArrowsquaredownIcon.js +12 -0
  117. package/dist/src/icons/ArrowsquareupIcon.d.ts +2 -0
  118. package/dist/src/icons/ArrowsquareupIcon.js +12 -0
  119. package/dist/src/icons/ArrowsquareupleftIcon.d.ts +2 -0
  120. package/dist/src/icons/ArrowsquareupleftIcon.js +12 -0
  121. package/dist/src/icons/ArrowurightupIcon.d.ts +2 -0
  122. package/dist/src/icons/ArrowurightupIcon.js +12 -0
  123. package/dist/src/icons/ArrowuupleftIcon.d.ts +2 -0
  124. package/dist/src/icons/ArrowuupleftIcon.js +12 -0
  125. package/dist/src/icons/ArticleIcon.d.ts +2 -0
  126. package/dist/src/icons/ArticleIcon.js +12 -0
  127. package/dist/src/icons/AtIcon.d.ts +2 -0
  128. package/dist/src/icons/AtIcon.js +12 -0
  129. package/dist/src/icons/AutoResponderIcon.d.ts +2 -0
  130. package/dist/src/icons/AutoResponderIcon.js +12 -0
  131. package/dist/src/icons/AutoResponderPlusIcon.d.ts +2 -0
  132. package/dist/src/icons/AutoResponderPlusIcon.js +12 -0
  133. package/dist/src/icons/BarChartIcon.d.ts +2 -0
  134. package/dist/src/icons/BarChartIcon.js +12 -0
  135. package/dist/src/icons/BarricadeIcon.d.ts +2 -0
  136. package/dist/src/icons/BarricadeIcon.js +12 -0
  137. package/dist/src/icons/BellIcon.d.ts +2 -0
  138. package/dist/src/icons/BellIcon.js +12 -0
  139. package/dist/src/icons/BellSimpleSlashIcon.d.ts +2 -0
  140. package/dist/src/icons/BellSimpleSlashIcon.js +12 -0
  141. package/dist/src/icons/BluetoothIcon.d.ts +2 -0
  142. package/dist/src/icons/BluetoothIcon.js +12 -0
  143. package/dist/src/icons/BookOpenIcon.d.ts +2 -0
  144. package/dist/src/icons/BookOpenIcon.js +12 -0
  145. package/dist/src/icons/BookmarkSimpleIcon.d.ts +2 -0
  146. package/dist/src/icons/BookmarkSimpleIcon.js +12 -0
  147. package/dist/src/icons/BookmarksIcon.d.ts +2 -0
  148. package/dist/src/icons/BookmarksIcon.js +12 -0
  149. package/dist/src/icons/BoundingBoxIcon.d.ts +2 -0
  150. package/dist/src/icons/BoundingBoxIcon.js +12 -0
  151. package/dist/src/icons/BoxArrowDownIcon.d.ts +2 -0
  152. package/dist/src/icons/BoxArrowDownIcon.js +12 -0
  153. package/dist/src/icons/BoxArrowUpIcon.d.ts +2 -0
  154. package/dist/src/icons/BoxArrowUpIcon.js +12 -0
  155. package/dist/src/icons/BriefcaseIcon.d.ts +2 -0
  156. package/dist/src/icons/BriefcaseIcon.js +12 -0
  157. package/dist/src/icons/BrowserIcon.d.ts +2 -0
  158. package/dist/src/icons/BrowserIcon.js +12 -0
  159. package/dist/src/icons/BugBeetleIcon.d.ts +2 -0
  160. package/dist/src/icons/BugBeetleIcon.js +12 -0
  161. package/dist/src/icons/BuildingApartmentIcon.d.ts +2 -0
  162. package/dist/src/icons/BuildingApartmentIcon.js +12 -0
  163. package/dist/src/icons/BuildingIcon.d.ts +2 -0
  164. package/dist/src/icons/BuildingIcon.js +12 -0
  165. package/dist/src/icons/BuildingOfficeIcon.d.ts +2 -0
  166. package/dist/src/icons/BuildingOfficeIcon.js +12 -0
  167. package/dist/src/icons/CalendarBlankIcon.d.ts +2 -0
  168. package/dist/src/icons/CalendarBlankIcon.js +12 -0
  169. package/dist/src/icons/CalendarCheckIcon.d.ts +2 -0
  170. package/dist/src/icons/CalendarCheckIcon.js +12 -0
  171. package/dist/src/icons/CalendarPlusIcon.d.ts +2 -0
  172. package/dist/src/icons/CalendarPlusIcon.js +12 -0
  173. package/dist/src/icons/CarIcon.d.ts +2 -0
  174. package/dist/src/icons/CarIcon.js +12 -0
  175. package/dist/src/icons/CaretDoubleDownIcon.d.ts +2 -0
  176. package/dist/src/icons/CaretDoubleDownIcon.js +12 -0
  177. package/dist/src/icons/CaretDoubleDownSmallIcon.d.ts +2 -0
  178. package/dist/src/icons/CaretDoubleDownSmallIcon.js +12 -0
  179. package/dist/src/icons/CaretDoubleLeftIcon.d.ts +2 -0
  180. package/dist/src/icons/CaretDoubleLeftIcon.js +12 -0
  181. package/dist/src/icons/CaretDoubleLeftSmallIcon.d.ts +2 -0
  182. package/dist/src/icons/CaretDoubleLeftSmallIcon.js +12 -0
  183. package/dist/src/icons/CaretDoubleRightIcon.d.ts +2 -0
  184. package/dist/src/icons/CaretDoubleRightIcon.js +12 -0
  185. package/dist/src/icons/CaretDoubleRightSmallIcon.d.ts +2 -0
  186. package/dist/src/icons/CaretDoubleRightSmallIcon.js +12 -0
  187. package/dist/src/icons/CaretDoubleUpIcon.d.ts +2 -0
  188. package/dist/src/icons/CaretDoubleUpIcon.js +12 -0
  189. package/dist/src/icons/CaretDoubleUpSmallIcon.d.ts +2 -0
  190. package/dist/src/icons/CaretDoubleUpSmallIcon.js +12 -0
  191. package/dist/src/icons/CaretDownIcon.d.ts +2 -0
  192. package/dist/src/icons/CaretDownIcon.js +12 -0
  193. package/dist/src/icons/CaretDownSmallIcon.d.ts +2 -0
  194. package/dist/src/icons/CaretDownSmallIcon.js +12 -0
  195. package/dist/src/icons/CaretLeftIcon.d.ts +2 -0
  196. package/dist/src/icons/CaretLeftIcon.js +12 -0
  197. package/dist/src/icons/CaretLeftSmallIcon.d.ts +2 -0
  198. package/dist/src/icons/CaretLeftSmallIcon.js +12 -0
  199. package/dist/src/icons/CaretRightIcon.d.ts +2 -0
  200. package/dist/src/icons/CaretRightIcon.js +12 -0
  201. package/dist/src/icons/CaretRightSmallIcon.d.ts +2 -0
  202. package/dist/src/icons/CaretRightSmallIcon.js +12 -0
  203. package/dist/src/icons/CaretRightTinyIcon.d.ts +2 -0
  204. package/dist/src/icons/CaretRightTinyIcon.js +12 -0
  205. package/dist/src/icons/CaretUpIcon.d.ts +2 -0
  206. package/dist/src/icons/CaretUpIcon.js +12 -0
  207. package/dist/src/icons/CaretUpSmallIcon.d.ts +2 -0
  208. package/dist/src/icons/CaretUpSmallIcon.js +12 -0
  209. package/dist/src/icons/CaretcircledoubledownIcon.d.ts +2 -0
  210. package/dist/src/icons/CaretcircledoubledownIcon.js +12 -0
  211. package/dist/src/icons/CaretcircledoubleleftIcon.d.ts +2 -0
  212. package/dist/src/icons/CaretcircledoubleleftIcon.js +12 -0
  213. package/dist/src/icons/CaretcircleupdownIcon.d.ts +2 -0
  214. package/dist/src/icons/CaretcircleupdownIcon.js +12 -0
  215. package/dist/src/icons/CellTowerIcon.d.ts +2 -0
  216. package/dist/src/icons/CellTowerIcon.js +12 -0
  217. package/dist/src/icons/ChartLineDownIcon.d.ts +2 -0
  218. package/dist/src/icons/ChartLineDownIcon.js +12 -0
  219. package/dist/src/icons/ChartLineUpIcon.d.ts +2 -0
  220. package/dist/src/icons/ChartLineUpIcon.js +12 -0
  221. package/dist/src/icons/ChartPieSliceIcon.d.ts +2 -0
  222. package/dist/src/icons/ChartPieSliceIcon.js +12 -0
  223. package/dist/src/icons/ChartPolarIcon.d.ts +2 -0
  224. package/dist/src/icons/ChartPolarIcon.js +12 -0
  225. package/dist/src/icons/ChartScatterIcon.d.ts +2 -0
  226. package/dist/src/icons/ChartScatterIcon.js +12 -0
  227. package/dist/src/icons/ChatCenteredIcon.d.ts +2 -0
  228. package/dist/src/icons/ChatCenteredIcon.js +12 -0
  229. package/dist/src/icons/ChatCircleIcon.d.ts +2 -0
  230. package/dist/src/icons/ChatCircleIcon.js +12 -0
  231. package/dist/src/icons/CheckAllIcon.d.ts +2 -0
  232. package/dist/src/icons/CheckAllIcon.js +12 -0
  233. package/dist/src/icons/CheckCircleFillIcon.d.ts +2 -0
  234. package/dist/src/icons/CheckCircleFillIcon.js +12 -0
  235. package/dist/src/icons/CheckCircleIcon.d.ts +2 -0
  236. package/dist/src/icons/CheckCircleIcon.js +12 -0
  237. package/dist/src/icons/CheckIcon.d.ts +2 -0
  238. package/dist/src/icons/CheckIcon.js +12 -0
  239. package/dist/src/icons/CheckIndeterminateSmallIcon.d.ts +2 -0
  240. package/dist/src/icons/CheckIndeterminateSmallIcon.js +12 -0
  241. package/dist/src/icons/CheckSmallIcon.d.ts +2 -0
  242. package/dist/src/icons/CheckSmallIcon.js +12 -0
  243. package/dist/src/icons/CheckSquareFillIcon.d.ts +2 -0
  244. package/dist/src/icons/CheckSquareFillIcon.js +12 -0
  245. package/dist/src/icons/CheckSquareIcon.d.ts +2 -0
  246. package/dist/src/icons/CheckSquareIcon.js +12 -0
  247. package/dist/src/icons/CheckboxIntermediate20Icon.d.ts +2 -0
  248. package/dist/src/icons/CheckboxIntermediate20Icon.js +12 -0
  249. package/dist/src/icons/CheckboxOff20Icon.d.ts +2 -0
  250. package/dist/src/icons/CheckboxOff20Icon.js +12 -0
  251. package/dist/src/icons/CheckboxOffSmallIcon.d.ts +2 -0
  252. package/dist/src/icons/CheckboxOffSmallIcon.js +12 -0
  253. package/dist/src/icons/CheckboxOn20Icon.d.ts +2 -0
  254. package/dist/src/icons/CheckboxOn20Icon.js +12 -0
  255. package/dist/src/icons/CircleIcon.d.ts +2 -0
  256. package/dist/src/icons/CircleIcon.js +12 -0
  257. package/dist/src/icons/CirclesFourIcon.d.ts +2 -0
  258. package/dist/src/icons/CirclesFourIcon.js +12 -0
  259. package/dist/src/icons/CirclesThreeIcon.d.ts +2 -0
  260. package/dist/src/icons/CirclesThreeIcon.js +12 -0
  261. package/dist/src/icons/ClockClockwiseIcon.d.ts +2 -0
  262. package/dist/src/icons/ClockClockwiseIcon.js +12 -0
  263. package/dist/src/icons/ClockCounterClockwiseIcon.d.ts +2 -0
  264. package/dist/src/icons/ClockCounterClockwiseIcon.js +12 -0
  265. package/dist/src/icons/ClockDuotoneIcon.d.ts +2 -0
  266. package/dist/src/icons/ClockDuotoneIcon.js +12 -0
  267. package/dist/src/icons/ClockIcon.d.ts +2 -0
  268. package/dist/src/icons/ClockIcon.js +12 -0
  269. package/dist/src/icons/ClockSmallIcon.d.ts +2 -0
  270. package/dist/src/icons/ClockSmallIcon.js +12 -0
  271. package/dist/src/icons/CloneIcon.d.ts +2 -0
  272. package/dist/src/icons/CloneIcon.js +12 -0
  273. package/dist/src/icons/CloseBigIcon.d.ts +2 -0
  274. package/dist/src/icons/CloseBigIcon.js +12 -0
  275. package/dist/src/icons/CloseCircleFillIcon.d.ts +2 -0
  276. package/dist/src/icons/CloseCircleFillIcon.js +12 -0
  277. package/dist/src/icons/CloseCircleIcon.d.ts +2 -0
  278. package/dist/src/icons/CloseCircleIcon.js +12 -0
  279. package/dist/src/icons/CloseIcon.d.ts +2 -0
  280. package/dist/src/icons/CloseIcon.js +12 -0
  281. package/dist/src/icons/CloseSmallIcon.d.ts +2 -0
  282. package/dist/src/icons/CloseSmallIcon.js +12 -0
  283. package/dist/src/icons/CloudCheckIcon.d.ts +2 -0
  284. package/dist/src/icons/CloudCheckIcon.js +12 -0
  285. package/dist/src/icons/CloudIcon.d.ts +2 -0
  286. package/dist/src/icons/CloudIcon.js +12 -0
  287. package/dist/src/icons/CodepenIcon.d.ts +2 -0
  288. package/dist/src/icons/CodepenIcon.js +12 -0
  289. package/dist/src/icons/CodesandboxIcon.d.ts +2 -0
  290. package/dist/src/icons/CodesandboxIcon.js +12 -0
  291. package/dist/src/icons/CommandIcon.d.ts +2 -0
  292. package/dist/src/icons/CommandIcon.js +12 -0
  293. package/dist/src/icons/CompassIcon.d.ts +2 -0
  294. package/dist/src/icons/CompassIcon.js +12 -0
  295. package/dist/src/icons/CompassToolIcon.d.ts +2 -0
  296. package/dist/src/icons/CompassToolIcon.js +12 -0
  297. package/dist/src/icons/CopyIcon.d.ts +2 -0
  298. package/dist/src/icons/CopyIcon.js +12 -0
  299. package/dist/src/icons/CopySimpleIcon.d.ts +2 -0
  300. package/dist/src/icons/CopySimpleIcon.js +12 -0
  301. package/dist/src/icons/CornersOutIcon.d.ts +2 -0
  302. package/dist/src/icons/CornersOutIcon.js +12 -0
  303. package/dist/src/icons/CpuIcon.d.ts +2 -0
  304. package/dist/src/icons/CpuIcon.js +12 -0
  305. package/dist/src/icons/CreditCardIcon.d.ts +2 -0
  306. package/dist/src/icons/CreditCardIcon.js +12 -0
  307. package/dist/src/icons/CrownIcon.d.ts +2 -0
  308. package/dist/src/icons/CrownIcon.js +12 -0
  309. package/dist/src/icons/CurrencyDollarCircledIcon.d.ts +2 -0
  310. package/dist/src/icons/CurrencyDollarCircledIcon.js +12 -0
  311. package/dist/src/icons/CurrencyDollarSimpleIcon.d.ts +2 -0
  312. package/dist/src/icons/CurrencyDollarSimpleIcon.js +12 -0
  313. package/dist/src/icons/DatabaseIcon.d.ts +2 -0
  314. package/dist/src/icons/DatabaseIcon.js +12 -0
  315. package/dist/src/icons/DesktopIcon.d.ts +2 -0
  316. package/dist/src/icons/DesktopIcon.js +12 -0
  317. package/dist/src/icons/DetectiveIcon.d.ts +2 -0
  318. package/dist/src/icons/DetectiveIcon.js +12 -0
  319. package/dist/src/icons/DeviceMobileCameraIcon.d.ts +2 -0
  320. package/dist/src/icons/DeviceMobileCameraIcon.js +12 -0
  321. package/dist/src/icons/DisableIcon.d.ts +2 -0
  322. package/dist/src/icons/DisableIcon.js +12 -0
  323. package/dist/src/icons/DominoIcon.d.ts +2 -0
  324. package/dist/src/icons/DominoIcon.js +12 -0
  325. package/dist/src/icons/DominoPlusIcon.d.ts +2 -0
  326. package/dist/src/icons/DominoPlusIcon.js +12 -0
  327. package/dist/src/icons/DonutChartIcon.d.ts +2 -0
  328. package/dist/src/icons/DonutChartIcon.js +12 -0
  329. package/dist/src/icons/DotsNineBoldIcon.d.ts +2 -0
  330. package/dist/src/icons/DotsNineBoldIcon.js +12 -0
  331. package/dist/src/icons/DotsSixVerticalIcon.d.ts +2 -0
  332. package/dist/src/icons/DotsSixVerticalIcon.js +12 -0
  333. package/dist/src/icons/DotsThreeCircleIcon.d.ts +2 -0
  334. package/dist/src/icons/DotsThreeCircleIcon.js +12 -0
  335. package/dist/src/icons/DotsThreeIcon.d.ts +2 -0
  336. package/dist/src/icons/DotsThreeIcon.js +12 -0
  337. package/dist/src/icons/DotsThreeVerticalIcon.d.ts +2 -0
  338. package/dist/src/icons/DotsThreeVerticalIcon.js +12 -0
  339. package/dist/src/icons/DraftIcon.d.ts +2 -0
  340. package/dist/src/icons/DraftIcon.js +12 -0
  341. package/dist/src/icons/EnvelopeFilledIcon.d.ts +2 -0
  342. package/dist/src/icons/EnvelopeFilledIcon.js +12 -0
  343. package/dist/src/icons/EnvelopeIcon.d.ts +2 -0
  344. package/dist/src/icons/EnvelopeIcon.js +12 -0
  345. package/dist/src/icons/EnvelopeOpenIcon.d.ts +2 -0
  346. package/dist/src/icons/EnvelopeOpenIcon.js +12 -0
  347. package/dist/src/icons/EqualizerIcon.d.ts +2 -0
  348. package/dist/src/icons/EqualizerIcon.js +12 -0
  349. package/dist/src/icons/EqualsIcon.d.ts +2 -0
  350. package/dist/src/icons/EqualsIcon.js +12 -0
  351. package/dist/src/icons/ErrorFilledIcon.d.ts +2 -0
  352. package/dist/src/icons/ErrorFilledIcon.js +12 -0
  353. package/dist/src/icons/ErrorIcon.d.ts +2 -0
  354. package/dist/src/icons/ErrorIcon.js +12 -0
  355. package/dist/src/icons/ErrorMarkerIcon.d.ts +2 -0
  356. package/dist/src/icons/ErrorMarkerIcon.js +12 -0
  357. package/dist/src/icons/ExclamationMarkIcon.d.ts +2 -0
  358. package/dist/src/icons/ExclamationMarkIcon.js +12 -0
  359. package/dist/src/icons/EyeClosedIcon.d.ts +2 -0
  360. package/dist/src/icons/EyeClosedIcon.js +12 -0
  361. package/dist/src/icons/EyeIcon.d.ts +2 -0
  362. package/dist/src/icons/EyeIcon.js +12 -0
  363. package/dist/src/icons/EyeSlashIcon.d.ts +2 -0
  364. package/dist/src/icons/EyeSlashIcon.js +12 -0
  365. package/dist/src/icons/FadersIcon.d.ts +2 -0
  366. package/dist/src/icons/FadersIcon.js +12 -0
  367. package/dist/src/icons/FallIcon.d.ts +2 -0
  368. package/dist/src/icons/FallIcon.js +12 -0
  369. package/dist/src/icons/FigmaIcon.d.ts +2 -0
  370. package/dist/src/icons/FigmaIcon.js +12 -0
  371. package/dist/src/icons/FilePdfIcon.d.ts +2 -0
  372. package/dist/src/icons/FilePdfIcon.js +12 -0
  373. package/dist/src/icons/FilledCircleIcon.d.ts +2 -0
  374. package/dist/src/icons/FilledCircleIcon.js +12 -0
  375. package/dist/src/icons/FireIcon.d.ts +2 -0
  376. package/dist/src/icons/FireIcon.js +12 -0
  377. package/dist/src/icons/FlagIcon.d.ts +2 -0
  378. package/dist/src/icons/FlagIcon.js +12 -0
  379. package/dist/src/icons/FlagPennantIcon.d.ts +2 -0
  380. package/dist/src/icons/FlagPennantIcon.js +12 -0
  381. package/dist/src/icons/FolderIcon.d.ts +2 -0
  382. package/dist/src/icons/FolderIcon.js +12 -0
  383. package/dist/src/icons/FolderOpenIcon.d.ts +2 -0
  384. package/dist/src/icons/FolderOpenIcon.js +12 -0
  385. package/dist/src/icons/FolderPlusIcon.d.ts +2 -0
  386. package/dist/src/icons/FolderPlusIcon.js +12 -0
  387. package/dist/src/icons/FolderSimpleIcon.d.ts +2 -0
  388. package/dist/src/icons/FolderSimpleIcon.js +12 -0
  389. package/dist/src/icons/FoldersIcon.d.ts +2 -0
  390. package/dist/src/icons/FoldersIcon.js +12 -0
  391. package/dist/src/icons/FontInterIcon.d.ts +2 -0
  392. package/dist/src/icons/FontInterIcon.js +12 -0
  393. package/dist/src/icons/FontMerriweatherIcon.d.ts +2 -0
  394. package/dist/src/icons/FontMerriweatherIcon.js +12 -0
  395. package/dist/src/icons/FontMonserratIcon.d.ts +2 -0
  396. package/dist/src/icons/FontMonserratIcon.js +12 -0
  397. package/dist/src/icons/FontOpensansIcon.d.ts +2 -0
  398. package/dist/src/icons/FontOpensansIcon.js +12 -0
  399. package/dist/src/icons/FontPlayfairIcon.d.ts +2 -0
  400. package/dist/src/icons/FontPlayfairIcon.js +12 -0
  401. package/dist/src/icons/FontPoppinsIcon.d.ts +2 -0
  402. package/dist/src/icons/FontPoppinsIcon.js +12 -0
  403. package/dist/src/icons/FontRobotoCondensedIcon.d.ts +2 -0
  404. package/dist/src/icons/FontRobotoCondensedIcon.js +12 -0
  405. package/dist/src/icons/FontRubikIcon.d.ts +2 -0
  406. package/dist/src/icons/FontRubikIcon.js +12 -0
  407. package/dist/src/icons/FontVallkornIcon.d.ts +2 -0
  408. package/dist/src/icons/FontVallkornIcon.js +12 -0
  409. package/dist/src/icons/ForwarderIcon.d.ts +2 -0
  410. package/dist/src/icons/ForwarderIcon.js +12 -0
  411. package/dist/src/icons/ForwarderPlusIcon.d.ts +2 -0
  412. package/dist/src/icons/ForwarderPlusIcon.js +12 -0
  413. package/dist/src/icons/FrameCornersIcon.d.ts +2 -0
  414. package/dist/src/icons/FrameCornersIcon.js +12 -0
  415. package/dist/src/icons/FramerIcon.d.ts +2 -0
  416. package/dist/src/icons/FramerIcon.js +12 -0
  417. package/dist/src/icons/FtpIcon.d.ts +2 -0
  418. package/dist/src/icons/FtpIcon.js +12 -0
  419. package/dist/src/icons/FunnelIcon.d.ts +2 -0
  420. package/dist/src/icons/FunnelIcon.js +12 -0
  421. package/dist/src/icons/FunnelSimpleIcon.d.ts +2 -0
  422. package/dist/src/icons/FunnelSimpleIcon.js +12 -0
  423. package/dist/src/icons/GearIcon.d.ts +2 -0
  424. package/dist/src/icons/GearIcon.js +12 -0
  425. package/dist/src/icons/GearSixIcon.d.ts +2 -0
  426. package/dist/src/icons/GearSixIcon.js +12 -0
  427. package/dist/src/icons/GearsIcon.d.ts +2 -0
  428. package/dist/src/icons/GearsIcon.js +12 -0
  429. package/dist/src/icons/GithubIcon.d.ts +2 -0
  430. package/dist/src/icons/GithubIcon.js +12 -0
  431. package/dist/src/icons/GlobeIcon.d.ts +2 -0
  432. package/dist/src/icons/GlobeIcon.js +12 -0
  433. package/dist/src/icons/GoToIcon.d.ts +2 -0
  434. package/dist/src/icons/GoToIcon.js +12 -0
  435. package/dist/src/icons/GoogleIcon.d.ts +2 -0
  436. package/dist/src/icons/GoogleIcon.js +12 -0
  437. package/dist/src/icons/GooglePhotosIcon.d.ts +2 -0
  438. package/dist/src/icons/GooglePhotosIcon.js +12 -0
  439. package/dist/src/icons/GridFourIcon.d.ts +2 -0
  440. package/dist/src/icons/GridFourIcon.js +12 -0
  441. package/dist/src/icons/GridNineIcon.d.ts +2 -0
  442. package/dist/src/icons/GridNineIcon.js +12 -0
  443. package/dist/src/icons/HalfStarIcon.d.ts +2 -0
  444. package/dist/src/icons/HalfStarIcon.js +12 -0
  445. package/dist/src/icons/HandPalmIcon.d.ts +2 -0
  446. package/dist/src/icons/HandPalmIcon.js +12 -0
  447. package/dist/src/icons/HardDriveIcon.d.ts +2 -0
  448. package/dist/src/icons/HardDriveIcon.js +12 -0
  449. package/dist/src/icons/HardDrivesIcon.d.ts +2 -0
  450. package/dist/src/icons/HardDrivesIcon.js +12 -0
  451. package/dist/src/icons/HashIcon.d.ts +2 -0
  452. package/dist/src/icons/HashIcon.js +12 -0
  453. package/dist/src/icons/HeartIcon.d.ts +2 -0
  454. package/dist/src/icons/HeartIcon.js +12 -0
  455. package/dist/src/icons/HeartbeatIcon.d.ts +2 -0
  456. package/dist/src/icons/HeartbeatIcon.js +12 -0
  457. package/dist/src/icons/HomeIcon.d.ts +2 -0
  458. package/dist/src/icons/HomeIcon.js +12 -0
  459. package/dist/src/icons/HourglassHighDuotoneIcon.d.ts +2 -0
  460. package/dist/src/icons/HourglassHighDuotoneIcon.js +12 -0
  461. package/dist/src/icons/HourglassHighIcon.d.ts +2 -0
  462. package/dist/src/icons/HourglassHighIcon.js +12 -0
  463. package/dist/src/icons/IdentificationCardIcon.d.ts +2 -0
  464. package/dist/src/icons/IdentificationCardIcon.js +12 -0
  465. package/dist/src/icons/ImageIcon.d.ts +2 -0
  466. package/dist/src/icons/ImageIcon.js +12 -0
  467. package/dist/src/icons/InfoFillIcon.d.ts +2 -0
  468. package/dist/src/icons/InfoFillIcon.js +12 -0
  469. package/dist/src/icons/InfoIIcon.d.ts +2 -0
  470. package/dist/src/icons/InfoIIcon.js +12 -0
  471. package/dist/src/icons/InfoIcon.d.ts +2 -0
  472. package/dist/src/icons/InfoIcon.js +12 -0
  473. package/dist/src/icons/KeyIcon.d.ts +2 -0
  474. package/dist/src/icons/KeyIcon.js +12 -0
  475. package/dist/src/icons/KeyholeIcon.d.ts +2 -0
  476. package/dist/src/icons/KeyholeIcon.js +12 -0
  477. package/dist/src/icons/LaravelIcon.d.ts +2 -0
  478. package/dist/src/icons/LaravelIcon.js +12 -0
  479. package/dist/src/icons/LayoutIcon.d.ts +2 -0
  480. package/dist/src/icons/LayoutIcon.js +12 -0
  481. package/dist/src/icons/LightningFillIcon.d.ts +2 -0
  482. package/dist/src/icons/LightningFillIcon.js +12 -0
  483. package/dist/src/icons/LightningIcon.d.ts +2 -0
  484. package/dist/src/icons/LightningIcon.js +12 -0
  485. package/dist/src/icons/LineChartDuotoneIcon.d.ts +2 -0
  486. package/dist/src/icons/LineChartDuotoneIcon.js +12 -0
  487. package/dist/src/icons/LineChartIcon.d.ts +2 -0
  488. package/dist/src/icons/LineChartIcon.js +12 -0
  489. package/dist/src/icons/LinkIcon.d.ts +2 -0
  490. package/dist/src/icons/LinkIcon.js +12 -0
  491. package/dist/src/icons/LinuxIcon.d.ts +2 -0
  492. package/dist/src/icons/LinuxIcon.js +12 -0
  493. package/dist/src/icons/ListDashesIcon.d.ts +2 -0
  494. package/dist/src/icons/ListDashesIcon.js +12 -0
  495. package/dist/src/icons/ListIcon.d.ts +2 -0
  496. package/dist/src/icons/ListIcon.js +12 -0
  497. package/dist/src/icons/LockIcon.d.ts +2 -0
  498. package/dist/src/icons/LockIcon.js +12 -0
  499. package/dist/src/icons/MagnifyingGlassIcon.d.ts +2 -0
  500. package/dist/src/icons/MagnifyingGlassIcon.js +12 -0
  501. package/dist/src/icons/MapPinIcon.d.ts +2 -0
  502. package/dist/src/icons/MapPinIcon.js +12 -0
  503. package/dist/src/icons/MastodonIcon.d.ts +2 -0
  504. package/dist/src/icons/MastodonIcon.js +12 -0
  505. package/dist/src/icons/MedalIcon.d.ts +2 -0
  506. package/dist/src/icons/MedalIcon.js +12 -0
  507. package/dist/src/icons/MemoryIcon.d.ts +2 -0
  508. package/dist/src/icons/MemoryIcon.js +12 -0
  509. package/dist/src/icons/MessengerLogoIcon.d.ts +2 -0
  510. package/dist/src/icons/MessengerLogoIcon.js +12 -0
  511. package/dist/src/icons/MicIcon.d.ts +2 -0
  512. package/dist/src/icons/MicIcon.js +12 -0
  513. package/dist/src/icons/MicrosoftTeamsIcon.d.ts +2 -0
  514. package/dist/src/icons/MicrosoftTeamsIcon.js +12 -0
  515. package/dist/src/icons/MicrosoftWordIcon.d.ts +2 -0
  516. package/dist/src/icons/MicrosoftWordIcon.js +12 -0
  517. package/dist/src/icons/MinusCircleDuotoneIcon.d.ts +2 -0
  518. package/dist/src/icons/MinusCircleDuotoneIcon.js +12 -0
  519. package/dist/src/icons/MinusCircleFillIcon.d.ts +2 -0
  520. package/dist/src/icons/MinusCircleFillIcon.js +12 -0
  521. package/dist/src/icons/MinusCircleIcon.d.ts +2 -0
  522. package/dist/src/icons/MinusCircleIcon.js +12 -0
  523. package/dist/src/icons/MinusIcon.d.ts +2 -0
  524. package/dist/src/icons/MinusIcon.js +12 -0
  525. package/dist/src/icons/MinusSquareFillIcon.d.ts +2 -0
  526. package/dist/src/icons/MinusSquareFillIcon.js +12 -0
  527. package/dist/src/icons/MinusSquareIcon.d.ts +2 -0
  528. package/dist/src/icons/MinusSquareIcon.js +12 -0
  529. package/dist/src/icons/MoonIcon.d.ts +2 -0
  530. package/dist/src/icons/MoonIcon.js +12 -0
  531. package/dist/src/icons/NotEqualsIcon.d.ts +2 -0
  532. package/dist/src/icons/NotEqualsIcon.js +12 -0
  533. package/dist/src/icons/NotchesIcon.d.ts +2 -0
  534. package/dist/src/icons/NotchesIcon.js +12 -0
  535. package/dist/src/icons/NotePencilIcon.d.ts +2 -0
  536. package/dist/src/icons/NotePencilIcon.js +12 -0
  537. package/dist/src/icons/NotepadIcon.d.ts +2 -0
  538. package/dist/src/icons/NotepadIcon.js +12 -0
  539. package/dist/src/icons/NovaIcon.d.ts +2 -0
  540. package/dist/src/icons/NovaIcon.js +12 -0
  541. package/dist/src/icons/NumberCircleFourIcon.d.ts +2 -0
  542. package/dist/src/icons/NumberCircleFourIcon.js +12 -0
  543. package/dist/src/icons/NumberCircleOneIcon.d.ts +2 -0
  544. package/dist/src/icons/NumberCircleOneIcon.js +12 -0
  545. package/dist/src/icons/NumberCircleThreeIcon.d.ts +2 -0
  546. package/dist/src/icons/NumberCircleThreeIcon.js +12 -0
  547. package/dist/src/icons/NumberCircleTwoIcon.d.ts +2 -0
  548. package/dist/src/icons/NumberCircleTwoIcon.js +12 -0
  549. package/dist/src/icons/PaintBrushBroadIcon.d.ts +2 -0
  550. package/dist/src/icons/PaintBrushBroadIcon.js +12 -0
  551. package/dist/src/icons/PaintBucketFillIcon.d.ts +2 -0
  552. package/dist/src/icons/PaintBucketFillIcon.js +12 -0
  553. package/dist/src/icons/PalmIcon.d.ts +2 -0
  554. package/dist/src/icons/PalmIcon.js +12 -0
  555. package/dist/src/icons/PaperPlaneTiltIcon.d.ts +2 -0
  556. package/dist/src/icons/PaperPlaneTiltIcon.js +12 -0
  557. package/dist/src/icons/PaperclipIcon.d.ts +2 -0
  558. package/dist/src/icons/PaperclipIcon.js +12 -0
  559. package/dist/src/icons/PasswordIcon.d.ts +2 -0
  560. package/dist/src/icons/PasswordIcon.js +12 -0
  561. package/dist/src/icons/PauseCircleDuotoneIcon.d.ts +2 -0
  562. package/dist/src/icons/PauseCircleDuotoneIcon.js +12 -0
  563. package/dist/src/icons/PauseCircleIcon.d.ts +2 -0
  564. package/dist/src/icons/PauseCircleIcon.js +12 -0
  565. package/dist/src/icons/PauseFillIcon.d.ts +2 -0
  566. package/dist/src/icons/PauseFillIcon.js +12 -0
  567. package/dist/src/icons/PauseIcon.d.ts +2 -0
  568. package/dist/src/icons/PauseIcon.js +12 -0
  569. package/dist/src/icons/PencilSimpleIcon.d.ts +2 -0
  570. package/dist/src/icons/PencilSimpleIcon.js +12 -0
  571. package/dist/src/icons/PercentIcon.d.ts +2 -0
  572. package/dist/src/icons/PercentIcon.js +12 -0
  573. package/dist/src/icons/PhoneIcon.d.ts +2 -0
  574. package/dist/src/icons/PhoneIcon.js +12 -0
  575. package/dist/src/icons/PieChartIcon.d.ts +2 -0
  576. package/dist/src/icons/PieChartIcon.js +12 -0
  577. package/dist/src/icons/PinterestIcon.d.ts +2 -0
  578. package/dist/src/icons/PinterestIcon.js +12 -0
  579. package/dist/src/icons/PlayIcon.d.ts +2 -0
  580. package/dist/src/icons/PlayIcon.js +12 -0
  581. package/dist/src/icons/PleskIcon.d.ts +2 -0
  582. package/dist/src/icons/PleskIcon.js +12 -0
  583. package/dist/src/icons/PluginIcon.d.ts +2 -0
  584. package/dist/src/icons/PluginIcon.js +12 -0
  585. package/dist/src/icons/PlugsConnectedIcon.d.ts +2 -0
  586. package/dist/src/icons/PlugsConnectedIcon.js +12 -0
  587. package/dist/src/icons/PlugsIcon.d.ts +2 -0
  588. package/dist/src/icons/PlugsIcon.js +12 -0
  589. package/dist/src/icons/PlusCircleFillIcon.d.ts +2 -0
  590. package/dist/src/icons/PlusCircleFillIcon.js +12 -0
  591. package/dist/src/icons/PlusCircleIcon.d.ts +2 -0
  592. package/dist/src/icons/PlusCircleIcon.js +12 -0
  593. package/dist/src/icons/PlusIcon.d.ts +2 -0
  594. package/dist/src/icons/PlusIcon.js +12 -0
  595. package/dist/src/icons/PlusSmallIcon.d.ts +2 -0
  596. package/dist/src/icons/PlusSmallIcon.js +12 -0
  597. package/dist/src/icons/PlusSquareIcon.d.ts +2 -0
  598. package/dist/src/icons/PlusSquareIcon.js +12 -0
  599. package/dist/src/icons/PowerIcon.d.ts +2 -0
  600. package/dist/src/icons/PowerIcon.js +12 -0
  601. package/dist/src/icons/ProhibitIcon.d.ts +2 -0
  602. package/dist/src/icons/ProhibitIcon.js +12 -0
  603. package/dist/src/icons/PulseIcon.d.ts +2 -0
  604. package/dist/src/icons/PulseIcon.js +12 -0
  605. package/dist/src/icons/PushPinIcon.d.ts +2 -0
  606. package/dist/src/icons/PushPinIcon.js +12 -0
  607. package/dist/src/icons/PuzzlePieceIcon.d.ts +2 -0
  608. package/dist/src/icons/PuzzlePieceIcon.js +12 -0
  609. package/dist/src/icons/QuestionFillIcon.d.ts +2 -0
  610. package/dist/src/icons/QuestionFillIcon.js +12 -0
  611. package/dist/src/icons/QuestionIcon.d.ts +2 -0
  612. package/dist/src/icons/QuestionIcon.js +12 -0
  613. package/dist/src/icons/QuestionSimpleIcon.d.ts +2 -0
  614. package/dist/src/icons/QuestionSimpleIcon.js +12 -0
  615. package/dist/src/icons/QueueIcon.d.ts +2 -0
  616. package/dist/src/icons/QueueIcon.js +12 -0
  617. package/dist/src/icons/RadioOffIcon.d.ts +2 -0
  618. package/dist/src/icons/RadioOffIcon.js +12 -0
  619. package/dist/src/icons/RadioOnIcon.d.ts +2 -0
  620. package/dist/src/icons/RadioOnIcon.js +12 -0
  621. package/dist/src/icons/RealcvIcon.d.ts +2 -0
  622. package/dist/src/icons/RealcvIcon.js +12 -0
  623. package/dist/src/icons/RectangleCircleIcon.d.ts +2 -0
  624. package/dist/src/icons/RectangleCircleIcon.js +12 -0
  625. package/dist/src/icons/RemoveAutoResponderIcon.d.ts +2 -0
  626. package/dist/src/icons/RemoveAutoResponderIcon.js +12 -0
  627. package/dist/src/icons/RemoveForwarderIcon.d.ts +2 -0
  628. package/dist/src/icons/RemoveForwarderIcon.js +12 -0
  629. package/dist/src/icons/RemoveIcon.d.ts +2 -0
  630. package/dist/src/icons/RemoveIcon.js +12 -0
  631. package/dist/src/icons/RepeatIcon.d.ts +2 -0
  632. package/dist/src/icons/RepeatIcon.js +12 -0
  633. package/dist/src/icons/RiseIcon.d.ts +2 -0
  634. package/dist/src/icons/RiseIcon.js +12 -0
  635. package/dist/src/icons/RobotIcon.d.ts +2 -0
  636. package/dist/src/icons/RobotIcon.js +12 -0
  637. package/dist/src/icons/SealWarningIcon.d.ts +2 -0
  638. package/dist/src/icons/SealWarningIcon.js +12 -0
  639. package/dist/src/icons/SettingsIcon.d.ts +2 -0
  640. package/dist/src/icons/SettingsIcon.js +12 -0
  641. package/dist/src/icons/ShareNetworkIcon.d.ts +2 -0
  642. package/dist/src/icons/ShareNetworkIcon.js +12 -0
  643. package/dist/src/icons/ShieldCheckIcon.d.ts +2 -0
  644. package/dist/src/icons/ShieldCheckIcon.js +12 -0
  645. package/dist/src/icons/ShieldCheckedIcon.d.ts +2 -0
  646. package/dist/src/icons/ShieldCheckedIcon.js +12 -0
  647. package/dist/src/icons/ShieldCrossIcon.d.ts +2 -0
  648. package/dist/src/icons/ShieldCrossIcon.js +12 -0
  649. package/dist/src/icons/ShieldIcon.d.ts +2 -0
  650. package/dist/src/icons/ShieldIcon.js +12 -0
  651. package/dist/src/icons/SidebarCollapseIcon.d.ts +2 -0
  652. package/dist/src/icons/SidebarCollapseIcon.js +12 -0
  653. package/dist/src/icons/SidebarExpandIcon.d.ts +2 -0
  654. package/dist/src/icons/SidebarExpandIcon.js +12 -0
  655. package/dist/src/icons/SidebarSimpleIcon.d.ts +2 -0
  656. package/dist/src/icons/SidebarSimpleIcon.js +12 -0
  657. package/dist/src/icons/SignInIcon.d.ts +2 -0
  658. package/dist/src/icons/SignInIcon.js +12 -0
  659. package/dist/src/icons/SignOutIcon.d.ts +2 -0
  660. package/dist/src/icons/SignOutIcon.js +12 -0
  661. package/dist/src/icons/SirenIcon.d.ts +2 -0
  662. package/dist/src/icons/SirenIcon.js +12 -0
  663. package/dist/src/icons/SkipBackIcon.d.ts +2 -0
  664. package/dist/src/icons/SkipBackIcon.js +12 -0
  665. package/dist/src/icons/SkipForwardIcon.d.ts +2 -0
  666. package/dist/src/icons/SkipForwardIcon.js +12 -0
  667. package/dist/src/icons/SkypeLogoIcon.d.ts +2 -0
  668. package/dist/src/icons/SkypeLogoIcon.js +12 -0
  669. package/dist/src/icons/SlidersHorizontalIcon.d.ts +2 -0
  670. package/dist/src/icons/SlidersHorizontalIcon.js +12 -0
  671. package/dist/src/icons/SmartphoneIcon.d.ts +2 -0
  672. package/dist/src/icons/SmartphoneIcon.js +12 -0
  673. package/dist/src/icons/SnapchatLogoIcon.d.ts +2 -0
  674. package/dist/src/icons/SnapchatLogoIcon.js +12 -0
  675. package/dist/src/icons/SortAscendingIcon.d.ts +2 -0
  676. package/dist/src/icons/SortAscendingIcon.js +12 -0
  677. package/dist/src/icons/SortDescendingIcon.d.ts +2 -0
  678. package/dist/src/icons/SortDescendingIcon.js +12 -0
  679. package/dist/src/icons/SoundcloudIcon.d.ts +2 -0
  680. package/dist/src/icons/SoundcloudIcon.js +12 -0
  681. package/dist/src/icons/SparkleIcon.d.ts +2 -0
  682. package/dist/src/icons/SparkleIcon.js +12 -0
  683. package/dist/src/icons/SparklesStarsIcon.d.ts +2 -0
  684. package/dist/src/icons/SparklesStarsIcon.js +12 -0
  685. package/dist/src/icons/SpeakerXIcon.d.ts +2 -0
  686. package/dist/src/icons/SpeakerXIcon.js +12 -0
  687. package/dist/src/icons/SpeedometerIcon.d.ts +2 -0
  688. package/dist/src/icons/SpeedometerIcon.js +12 -0
  689. package/dist/src/icons/SpotifyIcon.d.ts +2 -0
  690. package/dist/src/icons/SpotifyIcon.js +12 -0
  691. package/dist/src/icons/SquareFillIcon.d.ts +2 -0
  692. package/dist/src/icons/SquareFillIcon.js +12 -0
  693. package/dist/src/icons/SquareFillRoundedIcon.d.ts +2 -0
  694. package/dist/src/icons/SquareFillRoundedIcon.js +12 -0
  695. package/dist/src/icons/SquareIcon.d.ts +2 -0
  696. package/dist/src/icons/SquareIcon.js +12 -0
  697. package/dist/src/icons/SquaresFourFillIcon.d.ts +2 -0
  698. package/dist/src/icons/SquaresFourFillIcon.js +12 -0
  699. package/dist/src/icons/SquaresFourIcon.d.ts +2 -0
  700. package/dist/src/icons/SquaresFourIcon.js +12 -0
  701. package/dist/src/icons/StagingIcon.d.ts +2 -0
  702. package/dist/src/icons/StagingIcon.js +12 -0
  703. package/dist/src/icons/StairsIcon.d.ts +2 -0
  704. package/dist/src/icons/StairsIcon.js +12 -0
  705. package/dist/src/icons/StarFilledIcon.d.ts +2 -0
  706. package/dist/src/icons/StarFilledIcon.js +12 -0
  707. package/dist/src/icons/StarFourIcon.d.ts +2 -0
  708. package/dist/src/icons/StarFourIcon.js +12 -0
  709. package/dist/src/icons/StarIcon.d.ts +2 -0
  710. package/dist/src/icons/StarIcon.js +12 -0
  711. package/dist/src/icons/StethoscopeIcon.d.ts +2 -0
  712. package/dist/src/icons/StethoscopeIcon.js +12 -0
  713. package/dist/src/icons/StopCircleIcon.d.ts +2 -0
  714. package/dist/src/icons/StopCircleIcon.js +12 -0
  715. package/dist/src/icons/StopFillIcon.d.ts +2 -0
  716. package/dist/src/icons/StopFillIcon.js +12 -0
  717. package/dist/src/icons/SunIcon.d.ts +2 -0
  718. package/dist/src/icons/SunIcon.js +12 -0
  719. package/dist/src/icons/TabletIcon.d.ts +2 -0
  720. package/dist/src/icons/TabletIcon.js +12 -0
  721. package/dist/src/icons/TabsIcon.d.ts +2 -0
  722. package/dist/src/icons/TabsIcon.js +12 -0
  723. package/dist/src/icons/TagFilledIcon.d.ts +2 -0
  724. package/dist/src/icons/TagFilledIcon.js +12 -0
  725. package/dist/src/icons/TagIcon.d.ts +2 -0
  726. package/dist/src/icons/TagIcon.js +12 -0
  727. package/dist/src/icons/TagSmallIcon.d.ts +2 -0
  728. package/dist/src/icons/TagSmallIcon.js +12 -0
  729. package/dist/src/icons/TaskpadIcon.d.ts +2 -0
  730. package/dist/src/icons/TaskpadIcon.js +12 -0
  731. package/dist/src/icons/TerminalIcon.d.ts +2 -0
  732. package/dist/src/icons/TerminalIcon.js +12 -0
  733. package/dist/src/icons/TerminalWindowIcon.d.ts +2 -0
  734. package/dist/src/icons/TerminalWindowIcon.js +12 -0
  735. package/dist/src/icons/TextAlignCenterIcon.d.ts +2 -0
  736. package/dist/src/icons/TextAlignCenterIcon.js +12 -0
  737. package/dist/src/icons/TextAlignJustifyIcon.d.ts +2 -0
  738. package/dist/src/icons/TextAlignJustifyIcon.js +12 -0
  739. package/dist/src/icons/TextAlignLeftIcon.d.ts +2 -0
  740. package/dist/src/icons/TextAlignLeftIcon.js +12 -0
  741. package/dist/src/icons/TextAlignRightIcon.d.ts +2 -0
  742. package/dist/src/icons/TextAlignRightIcon.js +12 -0
  743. package/dist/src/icons/TextBBoldIcon.d.ts +2 -0
  744. package/dist/src/icons/TextBBoldIcon.js +12 -0
  745. package/dist/src/icons/TextHTwoIcon.d.ts +2 -0
  746. package/dist/src/icons/TextHTwoIcon.js +12 -0
  747. package/dist/src/icons/TextItalicIcon.d.ts +2 -0
  748. package/dist/src/icons/TextItalicIcon.js +12 -0
  749. package/dist/src/icons/TextStrikethroughIcon.d.ts +2 -0
  750. package/dist/src/icons/TextStrikethroughIcon.js +12 -0
  751. package/dist/src/icons/TextUnderlineIcon.d.ts +2 -0
  752. package/dist/src/icons/TextUnderlineIcon.js +12 -0
  753. package/dist/src/icons/TextboxIcon.d.ts +2 -0
  754. package/dist/src/icons/TextboxIcon.js +12 -0
  755. package/dist/src/icons/ThemeIcon.d.ts +2 -0
  756. package/dist/src/icons/ThemeIcon.js +12 -0
  757. package/dist/src/icons/ThermometerSimpleIcon.d.ts +2 -0
  758. package/dist/src/icons/ThermometerSimpleIcon.js +12 -0
  759. package/dist/src/icons/TicketIcon.d.ts +2 -0
  760. package/dist/src/icons/TicketIcon.js +12 -0
  761. package/dist/src/icons/TidalIcon.d.ts +2 -0
  762. package/dist/src/icons/TidalIcon.js +12 -0
  763. package/dist/src/icons/TiktokIcon.d.ts +2 -0
  764. package/dist/src/icons/TiktokIcon.js +12 -0
  765. package/dist/src/icons/ToggleLeftFillIcon.d.ts +2 -0
  766. package/dist/src/icons/ToggleLeftFillIcon.js +12 -0
  767. package/dist/src/icons/ToggleLeftIcon.d.ts +2 -0
  768. package/dist/src/icons/ToggleLeftIcon.js +12 -0
  769. package/dist/src/icons/ToggleRightFillIcon.d.ts +2 -0
  770. package/dist/src/icons/ToggleRightFillIcon.js +12 -0
  771. package/dist/src/icons/ToggleRightIcon.d.ts +2 -0
  772. package/dist/src/icons/ToggleRightIcon.js +12 -0
  773. package/dist/src/icons/TranslateIcon.d.ts +2 -0
  774. package/dist/src/icons/TranslateIcon.js +12 -0
  775. package/dist/src/icons/TrashIcon.d.ts +2 -0
  776. package/dist/src/icons/TrashIcon.js +12 -0
  777. package/dist/src/icons/TrayArrowInIcon.d.ts +2 -0
  778. package/dist/src/icons/TrayArrowInIcon.js +12 -0
  779. package/dist/src/icons/TrayIcon.d.ts +2 -0
  780. package/dist/src/icons/TrayIcon.js +12 -0
  781. package/dist/src/icons/TrayPlusIcon.d.ts +2 -0
  782. package/dist/src/icons/TrayPlusIcon.js +12 -0
  783. package/dist/src/icons/TreeStructureIcon.d.ts +2 -0
  784. package/dist/src/icons/TreeStructureIcon.js +12 -0
  785. package/dist/src/icons/UploadIcon.d.ts +2 -0
  786. package/dist/src/icons/UploadIcon.js +12 -0
  787. package/dist/src/icons/UserIcon.d.ts +2 -0
  788. package/dist/src/icons/UserIcon.js +12 -0
  789. package/dist/src/icons/UserPlusIcon.d.ts +2 -0
  790. package/dist/src/icons/UserPlusIcon.js +12 -0
  791. package/dist/src/icons/UserSquareIcon.d.ts +2 -0
  792. package/dist/src/icons/UserSquareIcon.js +12 -0
  793. package/dist/src/icons/UsersIcon.d.ts +2 -0
  794. package/dist/src/icons/UsersIcon.js +12 -0
  795. package/dist/src/icons/VectorTwoIcon.d.ts +2 -0
  796. package/dist/src/icons/VectorTwoIcon.js +12 -0
  797. package/dist/src/icons/ViewstreamfilledIcon.d.ts +2 -0
  798. package/dist/src/icons/ViewstreamfilledIcon.js +12 -0
  799. package/dist/src/icons/WandMagicIcon.d.ts +2 -0
  800. package/dist/src/icons/WandMagicIcon.js +12 -0
  801. package/dist/src/icons/WarningCircleDuotoneIcon.d.ts +2 -0
  802. package/dist/src/icons/WarningCircleDuotoneIcon.js +12 -0
  803. package/dist/src/icons/WarningFillIcon.d.ts +2 -0
  804. package/dist/src/icons/WarningFillIcon.js +12 -0
  805. package/dist/src/icons/WarningFilledIcon.d.ts +2 -0
  806. package/dist/src/icons/WarningFilledIcon.js +12 -0
  807. package/dist/src/icons/WarningIcon.d.ts +2 -0
  808. package/dist/src/icons/WarningIcon.js +12 -0
  809. package/dist/src/icons/WarningMarkerIcon.d.ts +2 -0
  810. package/dist/src/icons/WarningMarkerIcon.js +12 -0
  811. package/dist/src/icons/WarningOctagonFillIcon.d.ts +2 -0
  812. package/dist/src/icons/WarningOctagonFillIcon.js +12 -0
  813. package/dist/src/icons/WarningOctagonIcon.d.ts +2 -0
  814. package/dist/src/icons/WarningOctagonIcon.js +12 -0
  815. package/dist/src/icons/WarningTriangleIcon.d.ts +2 -0
  816. package/dist/src/icons/WarningTriangleIcon.js +12 -0
  817. package/dist/src/icons/WaveSineIcon.d.ts +2 -0
  818. package/dist/src/icons/WaveSineIcon.js +12 -0
  819. package/dist/src/icons/WebhooksLogoIcon.d.ts +2 -0
  820. package/dist/src/icons/WebhooksLogoIcon.js +12 -0
  821. package/dist/src/icons/WebsiteIcon.d.ts +2 -0
  822. package/dist/src/icons/WebsiteIcon.js +12 -0
  823. package/dist/src/icons/WhatsappLogoFillIcon.d.ts +2 -0
  824. package/dist/src/icons/WhatsappLogoFillIcon.js +12 -0
  825. package/dist/src/icons/WhatsappLogoIcon.d.ts +2 -0
  826. package/dist/src/icons/WhatsappLogoIcon.js +12 -0
  827. package/dist/src/icons/WheelchairMotionIcon.d.ts +2 -0
  828. package/dist/src/icons/WheelchairMotionIcon.js +12 -0
  829. package/dist/src/icons/WifiIcon.d.ts +2 -0
  830. package/dist/src/icons/WifiIcon.js +12 -0
  831. package/dist/src/icons/WordpressIcon.d.ts +2 -0
  832. package/dist/src/icons/WordpressIcon.js +12 -0
  833. package/dist/src/icons/WorkIcon.d.ts +2 -0
  834. package/dist/src/icons/WorkIcon.js +12 -0
  835. package/dist/src/icons/WrenchIcon.d.ts +2 -0
  836. package/dist/src/icons/WrenchIcon.js +12 -0
  837. package/dist/src/icons/XIcon.d.ts +2 -0
  838. package/dist/src/icons/XIcon.js +12 -0
  839. package/dist/src/icons/YoutubeIcon.d.ts +2 -0
  840. package/dist/src/icons/YoutubeIcon.js +12 -0
  841. package/dist/src/icons/index.d.ts +411 -4
  842. package/dist/src/icons/index.js +412 -10
  843. package/dist/src/shared/viewContext/viewContext.d.ts +1 -1
  844. package/dist/src/tokens/ThemeColorTokens.d.ts +5 -1
  845. package/dist/src/tokens/ThemeColorTokens.js +9 -1
  846. package/dist/src/tokens/colors/Dark.d.ts +8 -0
  847. package/dist/src/tokens/colors/Dark.js +64 -0
  848. package/dist/src/tokens/colors/Light.d.ts +8 -0
  849. package/dist/src/tokens/colors/Light.js +64 -0
  850. package/dist/src/tokens/colors/index.d.ts +4 -2
  851. package/dist/src/tokens/colors/index.js +2 -2
  852. package/dist/src/tokens/colors/onPrimarySchemes.d.ts +12 -0
  853. package/dist/src/tokens/colors/onPrimaryStateLayers.d.ts +33 -0
  854. package/dist/src/utils/createIcon.d.ts +16 -5
  855. package/dist/src/utils/createIcon.js +3 -65
  856. package/dist/src/utils/getMUIPalette.d.ts +5 -2
  857. package/dist/src/utils/getMUIPalette.js +4 -1
  858. package/dist/src/utils/getMUIThemeCustoimzationType.d.ts +7 -1
  859. package/dist/src/utils/getStateLayerColor.d.ts +5 -4
  860. package/dist/src/utils/getStateLayerColor.js +1 -0
  861. package/package.json +2 -1
  862. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +0 -1
  863. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +0 -4
  864. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.d.ts +0 -1
  865. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.js +0 -4
  866. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.d.ts +0 -1
  867. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.js +0 -4
  868. package/dist/src/tokens/colors/inverseSchemas.d.ts +0 -40
  869. package/dist/src/tokens/colors/schemas.d.ts +0 -111
  870. /package/dist/src/tokens/colors/{inverseSchemas.js → onPrimarySchemes.js} +0 -0
  871. /package/dist/src/tokens/colors/{schemas.js → onPrimaryStateLayers.js} +0 -0
@@ -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 PaperclipIcon = 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.0483 22C11.9822 22 11.9491 22 11.883 22C10.3627 22 8.71017 21.372 7.68559 20.4136C6.59491 19.389 6 18.0009 6 16.5797V6.33392C6 4.91274 6.69407 3.62376 7.91695 2.79749C9.10677 1.97122 10.5941 1.77292 11.9822 2.26868L12.0483 2.30173C12.2135 2.36783 12.4119 2.40088 12.6102 2.53308C14.1305 3.3263 15.0559 4.74749 15.0559 6.36698V15.1254C15.0559 16.0178 14.7585 16.8441 14.1966 17.5051C14.0974 17.6373 14.0313 17.7034 13.9652 17.7364C13.3373 18.2983 12.6102 18.5958 11.7839 18.5958C10.8585 18.5958 9.9661 18.1661 9.37118 17.472C8.80932 16.811 8.47881 15.9517 8.47881 15.0593V7.75511C8.47881 7.3585 8.80932 6.99494 9.23898 6.99494C9.66864 6.99494 9.99915 7.32545 9.99915 7.75511V15.0924C9.99915 15.6212 10.1975 16.15 10.528 16.5466C10.8254 16.9102 11.3212 17.1415 11.7839 17.1415C12.2135 17.1415 12.5771 16.9763 12.9076 16.6788C12.9407 16.6458 12.9737 16.6127 13.0398 16.5466C13.3703 16.15 13.5686 15.6542 13.5686 15.1254V6.33392C13.5686 5.2763 12.9737 4.35088 11.9161 3.82206L11.883 3.78901C11.8169 3.75596 11.7508 3.72291 11.6186 3.68986L11.5195 3.65681C10.561 3.3263 9.56949 3.45851 8.74322 4.02037C7.91695 4.54918 7.48729 5.37545 7.48729 6.30087V16.5466C7.48729 17.5381 7.95 18.5627 8.71017 19.2898C9.47033 19.9839 10.7593 20.4797 11.9161 20.4797C13.0398 20.5127 14.0974 20.0831 14.9237 19.3229C15.7169 18.5627 16.1466 17.5712 16.1135 16.5466V8.58138C16.1135 8.18477 16.4441 7.82121 16.8737 7.82121C17.3034 7.82121 17.6339 8.15172 17.6339 8.58138V16.5466C17.6669 17.9678 17.072 19.3559 15.9813 20.4136C14.8907 21.4051 13.4695 22 12.0483 22Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PaperclipIcon.displayName = 'PaperclipIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PasswordIcon: 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 PasswordIcon = 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: "M4.5 5.25V18.75C4.5 18.9489 4.42098 19.1397 4.28033 19.2803C4.13968 19.421 3.94891 19.5 3.75 19.5C3.55109 19.5 3.36032 19.421 3.21967 19.2803C3.07902 19.1397 3 18.9489 3 18.75V5.25C3 5.05109 3.07902 4.86032 3.21967 4.71967C3.36032 4.57902 3.55109 4.5 3.75 4.5C3.94891 4.5 4.13968 4.57902 4.28033 4.71967C4.42098 4.86032 4.5 5.05109 4.5 5.25ZM13.125 10.3594L11.25 10.9688V9C11.25 8.80109 11.171 8.61032 11.0303 8.46967C10.8897 8.32902 10.6989 8.25 10.5 8.25C10.3011 8.25 10.1103 8.32902 9.96967 8.46967C9.82902 8.61032 9.75 8.80109 9.75 9V10.9688L7.875 10.3594C7.68578 10.2972 7.47963 10.3128 7.30188 10.4026C7.12413 10.4924 6.98935 10.6492 6.92719 10.8384C6.86503 11.0277 6.88058 11.2338 6.97042 11.4116C7.06026 11.5893 7.21703 11.7241 7.40625 11.7863L9.28125 12.3947L8.12438 13.9884C8.06324 14.0679 8.01864 14.1588 7.99323 14.2557C7.96782 14.3527 7.9621 14.4538 7.97642 14.553C7.99073 14.6522 8.02479 14.7475 8.07658 14.8334C8.12837 14.9192 8.19683 14.9938 8.27793 15.0527C8.35903 15.1116 8.45112 15.1536 8.54875 15.1764C8.64638 15.1991 8.74758 15.202 8.84636 15.1849C8.94514 15.1679 9.03949 15.1312 9.12385 15.077C9.20821 15.0229 9.28086 14.9524 9.3375 14.8697L10.4944 13.2759L11.6512 14.8697C11.7079 14.9524 11.7805 15.0229 11.8649 15.077C11.9493 15.1312 12.0436 15.1679 12.1424 15.1849C12.2412 15.202 12.3424 15.1991 12.44 15.1764C12.5376 15.1536 12.6297 15.1116 12.7108 15.0527C12.7919 14.9938 12.8604 14.9192 12.9122 14.8334C12.964 14.7475 12.998 14.6522 13.0123 14.553C13.0266 14.4538 13.0209 14.3527 12.9955 14.2557C12.9701 14.1588 12.9255 14.0679 12.8644 13.9884L11.7075 12.3947L13.5825 11.7863C13.7634 11.719 13.9113 11.5846 13.9956 11.411C14.08 11.2375 14.0941 11.0381 14.0352 10.8543C13.9763 10.6706 13.8488 10.5166 13.6793 10.4244C13.5098 10.3322 13.3113 10.3089 13.125 10.3594ZM23.0625 10.8412C23.001 10.6538 22.8682 10.498 22.6927 10.4078C22.5172 10.3176 22.3132 10.3002 22.125 10.3594L20.25 10.9688V9C20.25 8.80109 20.171 8.61032 20.0303 8.46967C19.8897 8.32902 19.6989 8.25 19.5 8.25C19.3011 8.25 19.1103 8.32902 18.9697 8.46967C18.829 8.61032 18.75 8.80109 18.75 9V10.9688L16.875 10.3603C16.6858 10.2988 16.4799 10.3149 16.3026 10.4052C16.1253 10.4955 15.9911 10.6525 15.9295 10.8417C15.868 11.0309 15.8841 11.2368 15.9744 11.4142C16.0647 11.5915 16.2217 11.7256 16.4109 11.7872L18.2859 12.3956L17.1291 13.9894C17.0679 14.0688 17.0233 14.1597 16.9979 14.2567C16.9725 14.3536 16.9668 14.4547 16.9811 14.5539C16.9954 14.6531 17.0295 14.7485 17.0813 14.8343C17.1331 14.9201 17.2015 14.9947 17.2826 15.0536C17.3637 15.1125 17.4558 15.1546 17.5534 15.1773C17.6511 15.2 17.7523 15.2029 17.851 15.1859C17.9498 15.1688 18.0442 15.1321 18.1285 15.078C18.2129 15.0238 18.2855 14.9533 18.3422 14.8706L19.4991 13.2769L20.6559 14.8706C20.7126 14.9533 20.7852 15.0238 20.8696 15.078C20.9539 15.1321 21.0483 15.1688 21.1471 15.1859C21.2459 15.2029 21.3471 15.2 21.4447 15.1773C21.5423 15.1546 21.6344 15.1125 21.7155 15.0536C21.7966 14.9947 21.8651 14.9201 21.9169 14.8343C21.9686 14.7485 22.0027 14.6531 22.017 14.5539C22.0313 14.4547 22.0256 14.3536 22.0002 14.2567C21.9748 14.1597 21.9302 14.0688 21.8691 13.9894L20.7122 12.3956L22.5872 11.7872C22.7754 11.7245 22.9311 11.5897 23.0202 11.4124C23.1093 11.2351 23.1245 11.0297 23.0625 10.8412Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PasswordIcon.displayName = 'PasswordIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PauseCircleDuotoneIcon: 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 PauseCircleDuotoneIcon = forwardRef((props, ref) => {
9
+ const { sx, size = 24 } = props, rest = __rest(props, ["sx", "size"]);
10
+ return (_jsx(IconWrapper, { sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96452 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46927 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25Z", fill: "#EEEEEE" }), _jsx("path", { d: "M10.5 9V15C10.5 15.1989 10.421 15.3897 10.2803 15.5303C10.1397 15.671 9.94891 15.75 9.75 15.75C9.55109 15.75 9.36032 15.671 9.21967 15.5303C9.07902 15.3897 9 15.1989 9 15V9C9 8.80109 9.07902 8.61032 9.21967 8.46967C9.36032 8.32902 9.55109 8.25 9.75 8.25C9.94891 8.25 10.1397 8.32902 10.2803 8.46967C10.421 8.61032 10.5 8.80109 10.5 9ZM15 9V15C15 15.1989 14.921 15.3897 14.7803 15.5303C14.6397 15.671 14.4489 15.75 14.25 15.75C14.0511 15.75 13.8603 15.671 13.7197 15.5303C13.579 15.3897 13.5 15.1989 13.5 15V9C13.5 8.80109 13.579 8.61032 13.7197 8.46967C13.8603 8.32902 14.0511 8.25 14.25 8.25C14.4489 8.25 14.6397 8.32902 14.7803 8.46967C14.921 8.61032 15 8.80109 15 9Z", fill: "#53566F" })] })) }));
11
+ });
12
+ PauseCircleDuotoneIcon.displayName = 'PauseCircleDuotoneIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PauseCircleIcon: 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 PauseCircleIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25ZM12 20.25C10.3683 20.25 8.77326 19.7661 7.41655 18.8596C6.05984 17.9531 5.00242 16.6646 4.378 15.1571C3.75358 13.6496 3.5902 11.9908 3.90853 10.3905C4.22685 8.79016 5.01259 7.32015 6.16637 6.16637C7.32016 5.01259 8.79017 4.22685 10.3905 3.90852C11.9909 3.59019 13.6497 3.75357 15.1571 4.37799C16.6646 5.00242 17.9531 6.05984 18.8596 7.41655C19.7661 8.77325 20.25 10.3683 20.25 12C20.2475 14.1873 19.3775 16.2843 17.8309 17.8309C16.2843 19.3775 14.1873 20.2475 12 20.25ZM10.5 9V15C10.5 15.1989 10.421 15.3897 10.2803 15.5303C10.1397 15.671 9.94892 15.75 9.75 15.75C9.55109 15.75 9.36033 15.671 9.21967 15.5303C9.07902 15.3897 9 15.1989 9 15V9C9 8.80109 9.07902 8.61032 9.21967 8.46967C9.36033 8.32902 9.55109 8.25 9.75 8.25C9.94892 8.25 10.1397 8.32902 10.2803 8.46967C10.421 8.61032 10.5 8.80109 10.5 9ZM15 9V15C15 15.1989 14.921 15.3897 14.7803 15.5303C14.6397 15.671 14.4489 15.75 14.25 15.75C14.0511 15.75 13.8603 15.671 13.7197 15.5303C13.579 15.3897 13.5 15.1989 13.5 15V9C13.5 8.80109 13.579 8.61032 13.7197 8.46967C13.8603 8.32902 14.0511 8.25 14.25 8.25C14.4489 8.25 14.6397 8.32902 14.7803 8.46967C14.921 8.61032 15 8.80109 15 9Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PauseCircleIcon.displayName = 'PauseCircleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PauseFillIcon: 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 PauseFillIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.25 4.5V19.5C20.25 19.8978 20.092 20.2794 19.8107 20.5607C19.5294 20.842 19.1478 21 18.75 21H15C14.6022 21 14.2206 20.842 13.9393 20.5607C13.658 20.2794 13.5 19.8978 13.5 19.5V4.5C13.5 4.10218 13.658 3.72064 13.9393 3.43934C14.2206 3.15804 14.6022 3 15 3H18.75C19.1478 3 19.5294 3.15804 19.8107 3.43934C20.092 3.72064 20.25 4.10218 20.25 4.5ZM9 3H5.25C4.85218 3 4.47064 3.15804 4.18934 3.43934C3.90804 3.72064 3.75 4.10218 3.75 4.5V19.5C3.75 19.8978 3.90804 20.2794 4.18934 20.5607C4.47064 20.842 4.85218 21 5.25 21H9C9.39782 21 9.77936 20.842 10.0607 20.5607C10.342 20.2794 10.5 19.8978 10.5 19.5V4.5C10.5 4.10218 10.342 3.72064 10.0607 3.43934C9.77936 3.15804 9.39782 3 9 3Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PauseFillIcon.displayName = 'PauseFillIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PauseIcon: 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 PauseIcon = 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 3H15C14.6022 3 14.2206 3.15804 13.9393 3.43934C13.658 3.72064 13.5 4.10218 13.5 4.5V19.5C13.5 19.8978 13.658 20.2794 13.9393 20.5607C14.2206 20.842 14.6022 21 15 21H18.75C19.1478 21 19.5294 20.842 19.8107 20.5607C20.092 20.2794 20.25 19.8978 20.25 19.5V4.5C20.25 4.10218 20.092 3.72064 19.8107 3.43934C19.5294 3.15804 19.1478 3 18.75 3ZM18.75 19.5H15V4.5H18.75V19.5ZM9 3H5.25C4.85218 3 4.47064 3.15804 4.18934 3.43934C3.90804 3.72064 3.75 4.10218 3.75 4.5V19.5C3.75 19.8978 3.90804 20.2794 4.18934 20.5607C4.47064 20.842 4.85218 21 5.25 21H9C9.39782 21 9.77936 20.842 10.0607 20.5607C10.342 20.2794 10.5 19.8978 10.5 19.5V4.5C10.5 4.10218 10.342 3.72064 10.0607 3.43934C9.77936 3.15804 9.39782 3 9 3ZM9 19.5H5.25V4.5H9V19.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PauseIcon.displayName = 'PauseIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PencilSimpleIcon: 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 PencilSimpleIcon = 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.3103 6.87842L17.1216 2.68873C16.9823 2.5494 16.8169 2.43888 16.6349 2.36348C16.4529 2.28808 16.2578 2.24927 16.0608 2.24927C15.8638 2.24927 15.6687 2.28808 15.4867 2.36348C15.3047 2.43888 15.1393 2.5494 15 2.68873L3.43969 14.25C3.2998 14.3888 3.18889 14.554 3.11341 14.736C3.03792 14.918 2.99938 15.1132 3.00001 15.3103V19.5C3.00001 19.8978 3.15804 20.2793 3.43935 20.5606C3.72065 20.8419 4.10218 21 4.50001 21H8.6897C8.88675 21.0006 9.08197 20.9621 9.26399 20.8866C9.44602 20.8111 9.61122 20.7002 9.75001 20.5603L21.3103 8.99998C21.4496 8.86069 21.5602 8.69531 21.6356 8.5133C21.711 8.33129 21.7498 8.13621 21.7498 7.9392C21.7498 7.74219 21.711 7.5471 21.6356 7.36509C21.5602 7.18308 21.4496 7.01771 21.3103 6.87842ZM8.6897 19.5H4.50001V15.3103L12.75 7.06029L16.9397 11.25L8.6897 19.5ZM18 10.1887L13.8103 5.99998L16.0603 3.74998L20.25 7.93873L18 10.1887Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PencilSimpleIcon.displayName = 'PencilSimpleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PercentIcon: 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 PercentIcon = 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.2806 5.77879L5.7806 19.2788C5.63987 19.4195 5.449 19.4986 5.24998 19.4986C5.05095 19.4986 4.86008 19.4195 4.71935 19.2788C4.57862 19.1381 4.49956 18.9472 4.49956 18.7482C4.49956 18.5491 4.57862 18.3583 4.71935 18.2175L18.2194 4.71754C18.36 4.57681 18.5507 4.4977 18.7496 4.49761C18.9486 4.49752 19.1394 4.57646 19.2801 4.71707C19.4209 4.85768 19.5 5.04843 19.5001 5.24736C19.5001 5.4463 19.4212 5.63712 19.2806 5.77785V5.77879ZM4.7381 9.51004C4.10519 8.877 3.74967 8.01847 3.74976 7.1233C3.74984 6.22814 4.10553 5.36967 4.73857 4.73676C5.37161 4.10384 6.23014 3.74833 7.12531 3.74841C8.02047 3.7485 8.87894 4.10419 9.51185 4.73723C10.1448 5.37026 10.5003 6.2288 10.5002 7.12396C10.5001 8.01913 10.1444 8.87759 9.51138 9.51051C8.87834 10.1434 8.01981 10.4989 7.12464 10.4989C6.22948 10.4988 5.37101 10.1431 4.7381 9.51004ZM5.24998 7.12504C5.25022 7.43333 5.32648 7.73681 5.472 8.0086C5.61752 8.28039 5.82781 8.5121 6.08426 8.68322C6.34071 8.85434 6.63539 8.95959 6.94222 8.98964C7.24904 9.01969 7.55855 8.97361 7.84332 8.8555C8.12809 8.73739 8.37934 8.55088 8.57483 8.31249C8.77032 8.0741 8.90401 7.79118 8.96406 7.48879C9.02411 7.1864 9.00867 6.87387 8.91911 6.57887C8.82955 6.28387 8.66863 6.0155 8.4506 5.79754C8.18827 5.53528 7.85404 5.35673 7.4902 5.28448C7.12636 5.21222 6.74927 5.24951 6.40663 5.39163C6.06399 5.53374 5.77121 5.77429 5.56532 6.08285C5.35943 6.3914 5.24968 6.7541 5.24998 7.12504ZM20.25 16.875C20.2498 17.6559 19.9789 18.4124 19.4834 19.0159C18.9879 19.6194 18.2985 20.0324 17.5327 20.1846C16.7669 20.3367 15.9719 20.2186 15.2834 19.8504C14.5949 19.4822 14.0553 18.8866 13.7566 18.1652C13.458 17.4438 13.4187 16.6411 13.6455 15.8939C13.8723 15.1468 14.3511 14.5014 15.0004 14.0677C15.6497 13.634 16.4293 13.4389 17.2064 13.5156C17.9834 13.5922 18.7098 13.936 19.2619 14.4882C19.5762 14.8009 19.8254 15.1729 19.9951 15.5826C20.1647 15.9923 20.2513 16.4316 20.25 16.875ZM18.75 16.875C18.7501 16.4412 18.5997 16.0208 18.3246 15.6854C18.0495 15.3501 17.6666 15.1205 17.2411 15.0357C16.8157 14.951 16.374 15.0165 15.9914 15.2209C15.6088 15.4253 15.3089 15.756 15.1428 16.1568C14.9768 16.5575 14.9548 17.0035 15.0806 17.4186C15.2065 17.8337 15.4724 18.1924 15.833 18.4335C16.1937 18.6745 16.6267 18.7831 17.0585 18.7406C17.4902 18.6982 17.8938 18.5074 18.2006 18.2007C18.3753 18.027 18.5138 17.8204 18.6081 17.5929C18.7024 17.3653 18.7506 17.1213 18.75 16.875Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PercentIcon.displayName = 'PercentIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PhoneIcon: 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 PhoneIcon = 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.8472 14.8557L16.4306 12.8766L16.4184 12.871C16.1892 12.7729 15.939 12.7336 15.6907 12.7565C15.4424 12.7794 15.2037 12.8639 14.9963 13.0022C14.9718 13.0184 14.9484 13.0359 14.9259 13.0547L12.6441 15.0001C11.1984 14.2979 9.70595 12.8166 9.00376 11.3897L10.9519 9.07318C10.9706 9.04974 10.9884 9.0263 11.0053 9.00099C11.1407 8.79409 11.2229 8.55692 11.2445 8.31059C11.2661 8.06427 11.2264 7.81642 11.1291 7.58912V7.57787L9.14438 3.1538C9.0157 2.85687 8.79444 2.60951 8.51362 2.44865C8.2328 2.2878 7.9075 2.22208 7.58626 2.2613C6.31592 2.42847 5.14986 3.05234 4.30588 4.01639C3.4619 4.98045 2.99771 6.21876 3.00001 7.50005C3.00001 14.9438 9.05626 21.0001 16.5 21.0001C17.7813 21.0023 19.0196 20.5382 19.9837 19.6942C20.9477 18.8502 21.5716 17.6841 21.7388 16.4138C21.7781 16.0927 21.7125 15.7674 21.5518 15.4866C21.3911 15.2058 21.144 14.9845 20.8472 14.8557ZM16.5 19.5001C13.3185 19.4966 10.2682 18.2312 8.01856 15.9815C5.76888 13.7318 4.50348 10.6816 4.50001 7.50005C4.49648 6.58458 4.82631 5.69911 5.42789 5.00903C6.02947 4.31895 6.86167 3.87143 7.76907 3.75005C7.7687 3.7538 7.7687 3.75756 7.76907 3.7613L9.73782 8.16755L7.80001 10.4869C7.78034 10.5096 7.76247 10.5337 7.74657 10.5591C7.60549 10.7756 7.52273 11.0249 7.5063 11.2827C7.48988 11.5406 7.54035 11.7984 7.65282 12.031C8.5022 13.7682 10.2525 15.5054 12.0084 16.3538C12.2428 16.4652 12.502 16.5139 12.7608 16.4952C13.0196 16.4765 13.2692 16.3909 13.485 16.2469C13.5091 16.2307 13.5322 16.2132 13.5544 16.1944L15.8334 14.2501L20.2397 16.2235C20.2397 16.2235 20.2472 16.2235 20.25 16.2235C20.1301 17.1322 19.6833 17.9661 18.9931 18.5691C18.3028 19.1722 17.4166 19.5031 16.5 19.5001Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PhoneIcon.displayName = 'PhoneIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PieChartIcon: 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 PieChartIcon = 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.25ZM18.7378 7.24406L12.75 10.7006V3.78469C13.9389 3.89369 15.0901 4.25945 16.1239 4.85672C17.1577 5.45398 18.0495 6.26851 18.7378 7.24406ZM11.25 3.78469V11.5659L4.51032 15.4566C3.95704 14.2574 3.69975 12.9428 3.76008 11.6235C3.82041 10.3042 4.19659 9.01868 4.85701 7.87497C5.51742 6.73126 6.44276 5.76281 7.55523 5.05104C8.66771 4.33927 9.93481 3.90498 11.25 3.78469ZM12 20.25C10.6792 20.2495 9.37792 19.9318 8.20543 19.3238C7.03295 18.7158 6.02358 17.8351 5.26219 16.7559L19.4897 8.5425C20.0699 9.79946 20.3244 11.1822 20.2299 12.5634C20.1354 13.9445 19.6948 15.2797 18.9487 16.4459C18.2027 17.6121 17.1752 18.5717 15.9608 19.2365C14.7465 19.9013 13.3844 20.2499 12 20.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PieChartIcon.displayName = 'PieChartIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PinterestIcon: 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 PinterestIcon = 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 10.5C21 12.6159 20.2594 14.55 18.9159 15.9478C17.6616 17.25 15.9609 18 14.25 18C12.5738 18 11.4544 17.4506 10.7409 16.875L9.73031 21.1706C9.69181 21.3354 9.5987 21.4824 9.46611 21.5876C9.33352 21.6927 9.16925 21.75 9 21.75C8.94194 21.7499 8.88408 21.7433 8.8275 21.7303C8.73124 21.7082 8.6403 21.6673 8.55988 21.61C8.47947 21.5527 8.41117 21.48 8.3589 21.3962C8.30664 21.3124 8.27144 21.2191 8.25533 21.1217C8.23921 21.0243 8.2425 20.9246 8.265 20.8284L11.265 8.07844C11.3105 7.88475 11.4311 7.71706 11.6002 7.61228C11.7694 7.50749 11.9732 7.47419 12.1669 7.51969C12.3606 7.56519 12.5282 7.68577 12.633 7.85491C12.7378 8.02404 12.7711 8.22787 12.7256 8.42156L11.1412 15.1528C11.4375 15.5625 12.3094 16.5 14.25 16.5C16.8309 16.5 19.5 14.2556 19.5 10.5C19.4996 9.46487 19.2611 8.44371 18.803 7.51546C18.345 6.58721 17.6795 5.77675 16.8582 5.14676C16.0368 4.51676 15.0816 4.0841 14.0664 3.88223C13.0511 3.68036 12.003 3.7147 11.0032 3.98258C10.0033 4.25046 9.07844 4.74471 8.3001 5.42711C7.52176 6.10951 6.91079 6.96178 6.51443 7.91802C6.11808 8.87426 5.94696 9.90884 6.0143 10.9418C6.08165 11.9747 6.38565 12.9783 6.90281 13.875C6.9961 14.0468 7.01862 14.2482 6.96558 14.4364C6.91254 14.6246 6.78813 14.7846 6.61885 14.8823C6.44956 14.9801 6.24879 15.0079 6.0593 14.9599C5.86981 14.9118 5.70658 14.7916 5.60438 14.625C4.97197 13.5291 4.60011 12.3024 4.51757 11.0398C4.43503 9.77715 4.64402 8.51248 5.12837 7.34355C5.61272 6.17461 6.35945 5.13276 7.31081 4.29855C8.26217 3.46434 9.39267 2.86013 10.6149 2.53267C11.8371 2.2052 13.1182 2.16325 14.3592 2.41005C15.6002 2.65685 16.7678 3.1858 17.7717 3.95598C18.7756 4.72616 19.5889 5.71693 20.1487 6.85167C20.7085 7.9864 20.9998 9.2347 21 10.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PinterestIcon.displayName = 'PinterestIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PlayIcon: 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 PlayIcon = 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.5321 4.32188C5.5321 3.47441 6.46991 2.96191 7.18278 3.42018L19.1266 11.0993C19.7824 11.5209 19.7824 12.4789 19.1266 12.9006L7.18278 20.5796L7.04679 20.6539C6.35634 20.9725 5.5321 20.4726 5.5321 19.6779V4.32188ZM7.13884 18.6967L17.5554 11.9999L7.13884 5.30203V18.6967Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PlayIcon.displayName = 'PlayIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PleskIcon: 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 PleskIcon = forwardRef((props, ref) => {
9
+ const { sx, size = 24 } = props, rest = __rest(props, ["sx", "size"]);
10
+ return (_jsx(IconWrapper, { sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsxs("g", { clipPath: "url(#clip0_18997_339996)", children: [_jsx("path", { d: "M8.6017 21.0324H7.0701V2.93128C8.28814 2.49576 9.56648 2.2644 10.8569 2.25079C11.689 2.23718 12.5211 2.40049 13.305 2.72713C14.0045 3.01294 14.6557 3.46206 15.1984 4.04729C15.729 4.6189 16.1391 5.29939 16.4044 6.07515C16.6938 6.87813 16.8265 7.74916 16.8265 8.62019C16.8265 9.7362 16.6577 10.6889 16.32 11.4919C16.0064 12.254 15.5481 12.9209 14.9813 13.4653C14.4266 13.9825 13.7874 14.3635 13.0879 14.5949C12.3885 14.8399 11.6528 14.9624 10.9172 14.9624C10.5192 14.9624 10.1333 14.9352 9.74738 14.8671C9.36146 14.7991 8.97555 14.7038 8.6017 14.5949V21.0324ZM15.0778 8.57936C15.0778 7.13672 14.716 5.96627 14.0045 5.06802C13.293 4.18338 12.2799 3.73426 10.9895 3.73426C10.5795 3.73426 10.1815 3.76148 9.7715 3.81592C9.37352 3.87036 8.97555 3.97924 8.6017 4.12894V12.9617C8.96349 13.0978 9.32528 13.2067 9.69914 13.302C10.0609 13.3972 10.4227 13.4381 10.7966 13.4381C12.1111 13.4381 13.1482 13.0162 13.9201 12.1724C14.6919 11.3422 15.0778 10.1445 15.0778 8.57936Z", fill: "#53566F" }), _jsx("path", { d: "M16.9302 24.547H7.07022V22.9106H16.9302V24.547Z", fill: "#53BCE6" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_18997_339996", children: _jsx("rect", { width: "24", height: "24", fill: "white" }) }) })] })) }));
11
+ });
12
+ PleskIcon.displayName = 'PleskIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PluginIcon: 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 PluginIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M21 14C21 13.45 20.55 13 20 13H18V15H20C20.55 15 21 14.55 21 14Z", fill: "currentColor" }), _jsx("path", { d: "M20 17H18V19H20C20.55 19 21 18.55 21 18C21 17.45 20.55 17 20 17Z", fill: "currentColor" }), _jsx("path", { d: "M12 14H10V18H12C12 19.1 12.9 20 14 20H17V12H14C12.9 12 12 12.9 12 14Z", fill: "currentColor" }), _jsx("path", { d: "M5 13C5 11.9 5.9 11 7 11H8.5C10.43 11 12 9.43 12 7.5C12 5.57 10.43 4 8.5 4H5C4.45 4 4 4.45 4 5C4 5.55 4.45 6 5 6H8.5C9.33 6 10 6.67 10 7.5C10 8.33 9.33 9 8.5 9H7C4.79 9 3 10.79 3 13C3 15.21 4.79 17 7 17H9V15H7C5.9 15 5 14.1 5 13Z", fill: "currentColor" })] })) }));
11
+ });
12
+ PluginIcon.displayName = 'PluginIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PlugsConnectedIcon: 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 PlugsConnectedIcon = 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.2806 1.71935C22.211 1.64962 22.1282 1.5943 22.0372 1.55656C21.9461 1.51882 21.8486 1.49939 21.75 1.49939C21.6514 1.49939 21.5538 1.51882 21.4628 1.55656C21.3717 1.5943 21.289 1.64962 21.2194 1.71935L16.3069 6.63279L15.8034 6.12842C15.2402 5.56681 14.4773 5.25143 13.6819 5.25143C12.8865 5.25143 12.1235 5.56681 11.5603 6.12842L9.37499 8.31467L8.78061 7.71935C8.63988 7.57862 8.44901 7.49956 8.24999 7.49956C8.05097 7.49956 7.8601 7.57862 7.71936 7.71935C7.57863 7.86009 7.49957 8.05096 7.49957 8.24998C7.49957 8.449 7.57863 8.63987 7.71936 8.78061L8.31468 9.37498L6.12843 11.5603C5.84978 11.8389 5.62874 12.1696 5.47793 12.5336C5.32713 12.8977 5.24951 13.2878 5.24951 13.6819C5.24951 14.0759 5.32713 14.466 5.47793 14.8301C5.62874 15.1941 5.84978 15.5248 6.12843 15.8034L6.6328 16.3069L1.71936 21.2194C1.64968 21.289 1.59441 21.3718 1.55669 21.4628C1.51898 21.5539 1.49957 21.6514 1.49957 21.75C1.49957 21.8485 1.51898 21.9461 1.55669 22.0372C1.59441 22.1282 1.64968 22.2109 1.71936 22.2806C1.8601 22.4213 2.05097 22.5004 2.24999 22.5004C2.34854 22.5004 2.44612 22.481 2.53716 22.4433C2.62821 22.4056 2.71093 22.3503 2.78061 22.2806L7.69311 17.3672L8.19655 17.8715C8.47514 18.1502 8.80588 18.3712 9.16991 18.522C9.53393 18.6728 9.92409 18.7505 10.3181 18.7505C10.7121 18.7505 11.1023 18.6728 11.4663 18.522C11.8303 18.3712 12.1611 18.1502 12.4397 17.8715L14.625 15.6853L15.2194 16.2806C15.289 16.3503 15.3718 16.4056 15.4628 16.4433C15.5539 16.481 15.6514 16.5004 15.75 16.5004C15.8485 16.5004 15.9461 16.481 16.0372 16.4433C16.1282 16.4056 16.2109 16.3503 16.2806 16.2806C16.3503 16.2109 16.4056 16.1282 16.4433 16.0372C16.481 15.9461 16.5004 15.8485 16.5004 15.75C16.5004 15.6514 16.481 15.5539 16.4433 15.4628C16.4056 15.3718 16.3503 15.289 16.2806 15.2194L15.6853 14.625L17.8716 12.4397C18.1502 12.1611 18.3712 11.8303 18.522 11.4663C18.6729 11.1023 18.7505 10.7121 18.7505 10.3181C18.7505 9.92408 18.6729 9.53392 18.522 9.1699C18.3712 8.80587 18.1502 8.47513 17.8716 8.19654L17.3672 7.6931L22.2806 2.7806C22.3503 2.71095 22.4057 2.62823 22.4434 2.53718C22.4812 2.44614 22.5006 2.34854 22.5006 2.24998C22.5006 2.15142 22.4812 2.05382 22.4434 1.96277C22.4057 1.87173 22.3503 1.78901 22.2806 1.71935ZM11.3784 16.8131C11.0972 17.0942 10.7158 17.2521 10.3181 17.2521C9.92046 17.2521 9.53908 17.0942 9.2578 16.8131L7.18968 14.7422C6.90859 14.4609 6.75068 14.0795 6.75068 13.6819C6.75068 13.2842 6.90859 12.9028 7.18968 12.6215L9.37499 10.4353L13.5647 14.625L11.3784 16.8131ZM16.8103 11.3812L14.625 13.5647L10.4353 9.37498L12.6216 7.18967C12.9028 6.90858 13.2842 6.75068 13.6819 6.75068C14.0795 6.75068 14.4609 6.90858 14.7422 7.18967L16.8103 9.25217C16.9503 9.39155 17.0614 9.55721 17.1373 9.73965C17.2131 9.9221 17.2521 10.1177 17.2521 10.3153C17.2521 10.5129 17.2131 10.7085 17.1373 10.8909C17.0614 11.0734 16.9503 11.239 16.8103 11.3784V11.3812ZM8.30343 3.28123C8.22884 3.09649 8.23069 2.88968 8.30857 2.70631C8.38646 2.52293 8.534 2.37801 8.71874 2.30342C8.90348 2.22882 9.11028 2.23068 9.29366 2.30856C9.47704 2.38645 9.62196 2.53399 9.69655 2.71873L10.4466 4.59373C10.4835 4.6852 10.502 4.78306 10.5012 4.8817C10.5003 4.98035 10.48 5.07785 10.4414 5.16865C10.4028 5.25945 10.3468 5.34176 10.2764 5.41089C10.206 5.48002 10.1227 5.53461 10.0312 5.57154C9.93977 5.60848 9.84191 5.62703 9.74327 5.62615C9.64462 5.62527 9.54712 5.60496 9.45632 5.5664C9.36552 5.52783 9.28321 5.47176 9.21408 5.40138C9.14495 5.33101 9.09036 5.2477 9.05343 5.15623L8.30343 3.28123ZM2.30343 8.71873C2.34023 8.62716 2.39475 8.54375 2.46385 8.47328C2.53295 8.40282 2.61529 8.34669 2.70612 8.3081C2.79696 8.26952 2.89453 8.24925 2.99322 8.24844C3.09191 8.24764 3.18978 8.26632 3.28124 8.30342L5.15624 9.05342C5.24771 9.09035 5.33102 9.14494 5.40139 9.21407C5.47177 9.2832 5.52784 9.36551 5.56641 9.45631C5.60497 9.54711 5.62528 9.64461 5.62616 9.74326C5.62704 9.8419 5.60849 9.93976 5.57155 10.0312C5.53462 10.1227 5.48003 10.206 5.4109 10.2764C5.34177 10.3468 5.25946 10.4028 5.16866 10.4414C5.07786 10.48 4.98036 10.5003 4.88171 10.5011C4.78307 10.502 4.68521 10.4835 4.59374 10.4465L2.71874 9.69654C2.62717 9.65974 2.54376 9.60522 2.47329 9.53612C2.40283 9.46702 2.3467 9.38468 2.30811 9.29384C2.26953 9.20301 2.24926 9.10544 2.24845 9.00675C2.24765 8.90806 2.26633 8.81019 2.30343 8.71873ZM21.6966 15.2812C21.66 15.3727 21.6058 15.4561 21.537 15.5266C21.4682 15.5972 21.3862 15.6534 21.2957 15.6923C21.2051 15.7311 21.1078 15.7517 21.0093 15.7529C20.9108 15.7541 20.813 15.7359 20.7216 15.6994L18.8466 14.9494C18.7549 14.9126 18.6714 14.8582 18.6008 14.7891C18.5301 14.7201 18.4738 14.6378 18.435 14.547C18.3962 14.4562 18.3756 14.3587 18.3745 14.2599C18.3733 14.1612 18.3917 14.0632 18.4284 13.9715C18.4652 13.8799 18.5196 13.7964 18.5886 13.7257C18.6577 13.6551 18.7399 13.5988 18.8307 13.56C18.9215 13.5211 19.0191 13.5006 19.1178 13.4995C19.2166 13.4983 19.3146 13.5167 19.4062 13.5534L21.2812 14.3034C21.3728 14.3402 21.4562 14.3947 21.5267 14.4638C21.5972 14.5329 21.6533 14.6153 21.6919 14.7061C21.7304 14.797 21.7507 14.8945 21.7515 14.9932C21.7523 15.0919 21.7337 15.1898 21.6966 15.2812ZM15.6966 20.7244C15.7331 20.8158 15.7513 20.9136 15.7501 21.0121C15.7489 21.1106 15.7282 21.2079 15.6894 21.2985C15.6506 21.389 15.5943 21.471 15.5238 21.5398C15.4533 21.6086 15.3699 21.6628 15.2784 21.6994C15.187 21.7359 15.0892 21.7541 14.9907 21.7529C14.8922 21.7517 14.7949 21.731 14.7043 21.6922C14.6138 21.6534 14.5318 21.5971 14.463 21.5266C14.3942 21.4561 14.34 21.3727 14.3034 21.2812L13.5534 19.4062C13.4788 19.2215 13.4807 19.0147 13.5586 18.8313C13.6365 18.6479 13.784 18.503 13.9687 18.4284C14.1535 18.3538 14.3603 18.3557 14.5437 18.4336C14.727 18.5114 14.872 18.659 14.9466 18.8437L15.6966 20.7244Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PlugsConnectedIcon.displayName = 'PlugsConnectedIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PlugsIcon: 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 PlugsIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M14.0306 12.9694C13.961 12.8996 13.8782 12.8443 13.7872 12.8066C13.6961 12.7688 13.5986 12.7494 13.5 12.7494C13.4014 12.7494 13.3038 12.7688 13.2128 12.8066C13.1217 12.8443 13.039 12.8996 12.9694 12.9694L11.25 14.6897L9.3103 12.75L11.0306 11.0306C11.1713 10.8899 11.2504 10.699 11.2504 10.5C11.2504 10.301 11.1713 10.1101 11.0306 9.96935C10.8899 9.82862 10.699 9.74956 10.5 9.74956C10.301 9.74956 10.1101 9.82862 9.96936 9.96935L8.24999 11.6897L6.53061 9.96935C6.38988 9.82862 6.19901 9.74956 5.99999 9.74956C5.80097 9.74956 5.6101 9.82862 5.46936 9.96935C5.32863 10.1101 5.24957 10.301 5.24957 10.5C5.24957 10.699 5.32863 10.8899 5.46936 11.0306L6.06468 11.625L3.87843 13.8103C3.59978 14.0889 3.37874 14.4196 3.22793 14.7836C3.07713 15.1477 2.99951 15.5378 2.99951 15.9319C2.99951 16.3259 3.07713 16.716 3.22793 17.0801C3.37874 17.4441 3.59978 17.7748 3.87843 18.0534L4.3828 18.5569L1.71936 21.2194C1.64968 21.289 1.59441 21.3718 1.55669 21.4628C1.51898 21.5539 1.49957 21.6514 1.49957 21.75C1.49957 21.8485 1.51898 21.9461 1.55669 22.0372C1.59441 22.1282 1.64968 22.2109 1.71936 22.2806C1.8601 22.4213 2.05097 22.5004 2.24999 22.5004C2.34854 22.5004 2.44612 22.481 2.53716 22.4433C2.62821 22.4056 2.71093 22.3503 2.78061 22.2806L5.44311 19.6172L5.94655 20.1215C6.22514 20.4002 6.55588 20.6212 6.91991 20.772C7.28393 20.9228 7.67409 21.0005 8.06811 21.0005C8.46214 21.0005 8.8523 20.9228 9.21632 20.772C9.58034 20.6212 9.91109 20.4002 10.1897 20.1215L12.375 17.9353L12.9694 18.5306C13.039 18.6003 13.1218 18.6556 13.2128 18.6933C13.3039 18.731 13.4014 18.7504 13.5 18.7504C13.5985 18.7504 13.6961 18.731 13.7872 18.6933C13.8782 18.6556 13.9609 18.6003 14.0306 18.5306C14.1003 18.4609 14.1556 18.3782 14.1933 18.2872C14.231 18.1961 14.2504 18.0985 14.2504 18C14.2504 17.9014 14.231 17.8039 14.1933 17.7128C14.1556 17.6218 14.1003 17.539 14.0306 17.4694L12.3103 15.75L14.0306 14.0306C14.1003 13.9609 14.1557 13.8782 14.1934 13.7872C14.2312 13.6961 14.2506 13.5985 14.2506 13.5C14.2506 13.4014 14.2312 13.3038 14.1934 13.2128C14.1557 13.1217 14.1003 13.039 14.0306 12.9694ZM9.12843 19.0631C8.84715 19.3442 8.46577 19.5021 8.06811 19.5021C7.67046 19.5021 7.28908 19.3442 7.0078 19.0631L4.93968 16.9922C4.65859 16.7109 4.50068 16.3295 4.50068 15.9319C4.50068 15.5342 4.65859 15.1528 4.93968 14.8715L7.12499 12.6853L11.3147 16.875L9.12843 19.0631ZM22.2806 1.71935C22.211 1.64962 22.1282 1.5943 22.0372 1.55656C21.9461 1.51882 21.8486 1.49939 21.75 1.49939C21.6514 1.49939 21.5538 1.51882 21.4628 1.55656C21.3717 1.5943 21.289 1.64962 21.2194 1.71935L18.5569 4.38279L18.0534 3.87842C17.4902 3.31681 16.7273 3.00143 15.9319 3.00143C15.1365 3.00143 14.3735 3.31681 13.8103 3.87842L11.625 6.06467L11.0306 5.46935C10.8899 5.32862 10.699 5.24956 10.5 5.24956C10.301 5.24956 10.1101 5.32862 9.96937 5.46935C9.82863 5.61009 9.74957 5.80096 9.74957 5.99998C9.74957 6.199 9.82863 6.38987 9.96936 6.53061L17.4694 14.0306C17.539 14.1003 17.6218 14.1556 17.7128 14.1933C17.8039 14.231 17.9014 14.2504 18 14.2504C18.0985 14.2504 18.1961 14.231 18.2872 14.1933C18.3782 14.1556 18.4609 14.1003 18.5306 14.0306C18.6003 13.9609 18.6556 13.8782 18.6933 13.7872C18.731 13.6961 18.7504 13.5985 18.7504 13.5C18.7504 13.4014 18.731 13.3039 18.6933 13.2128C18.6556 13.1218 18.6003 13.039 18.5306 12.9694L17.9353 12.375L20.1216 10.1897C20.4002 9.91108 20.6212 9.58033 20.772 9.21631C20.9229 8.85229 21.0005 8.46213 21.0005 8.0681C21.0005 7.67408 20.9229 7.28392 20.772 6.9199C20.6212 6.55587 20.4002 6.22513 20.1216 5.94654L19.6172 5.4431L22.2806 2.7806C22.3503 2.71095 22.4057 2.62823 22.4434 2.53718C22.4812 2.44614 22.5006 2.34854 22.5006 2.24998C22.5006 2.15142 22.4812 2.05382 22.4434 1.96277C22.4057 1.87173 22.3503 1.78901 22.2806 1.71935ZM19.0603 9.1256L16.875 11.3147L12.6853 7.12498L14.8716 4.93967C15.1528 4.65858 15.5342 4.50067 15.9319 4.50067C16.3295 4.50067 16.7109 4.65858 16.9922 4.93967L19.0603 7.00217C19.2003 7.14155 19.3114 7.30721 19.3873 7.48966C19.4631 7.6721 19.5021 7.86772 19.5021 8.06529C19.5021 8.26286 19.4631 8.45849 19.3873 8.64093C19.3114 8.82337 19.2003 8.98904 19.0603 9.12842V9.1256Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PlugsIcon.displayName = 'PlugsIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PlusCircleFillIcon: 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 PlusCircleFillIcon = 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.7468 9.41513 20.7185 6.93705 18.8907 5.10927C17.063 3.28149 14.5849 2.25323 12 2.25ZM15.75 12.75H12.75V15.75C12.75 15.9489 12.671 16.1397 12.5303 16.2803C12.3897 16.421 12.1989 16.5 12 16.5C11.8011 16.5 11.6103 16.421 11.4697 16.2803C11.329 16.1397 11.25 15.9489 11.25 15.75V12.75H8.25C8.05109 12.75 7.86033 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86033 11.329 8.05109 11.25 8.25 11.25H11.25V8.25C11.25 8.05109 11.329 7.86032 11.4697 7.71967C11.6103 7.57902 11.8011 7.5 12 7.5C12.1989 7.5 12.3897 7.57902 12.5303 7.71967C12.671 7.86032 12.75 8.05109 12.75 8.25V11.25H15.75C15.9489 11.25 16.1397 11.329 16.2803 11.4697C16.421 11.6103 16.5 11.8011 16.5 12C16.5 12.1989 16.421 12.3897 16.2803 12.5303C16.1397 12.671 15.9489 12.75 15.75 12.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PlusCircleFillIcon.displayName = 'PlusCircleFillIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PlusCircleIcon: 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 PlusCircleIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25ZM12 20.25C10.3683 20.25 8.77326 19.7661 7.41655 18.8596C6.05984 17.9531 5.00242 16.6646 4.378 15.1571C3.75358 13.6496 3.5902 11.9908 3.90853 10.3905C4.22685 8.79016 5.01259 7.32015 6.16637 6.16637C7.32016 5.01259 8.79017 4.22685 10.3905 3.90852C11.9909 3.59019 13.6497 3.75357 15.1571 4.37799C16.6646 5.00242 17.9531 6.05984 18.8596 7.41655C19.7661 8.77325 20.25 10.3683 20.25 12C20.2475 14.1873 19.3775 16.2843 17.8309 17.8309C16.2843 19.3775 14.1873 20.2475 12 20.25ZM16.5 12C16.5 12.1989 16.421 12.3897 16.2803 12.5303C16.1397 12.671 15.9489 12.75 15.75 12.75H12.75V15.75C12.75 15.9489 12.671 16.1397 12.5303 16.2803C12.3897 16.421 12.1989 16.5 12 16.5C11.8011 16.5 11.6103 16.421 11.4697 16.2803C11.329 16.1397 11.25 15.9489 11.25 15.75V12.75H8.25C8.05109 12.75 7.86033 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86033 11.329 8.05109 11.25 8.25 11.25H11.25V8.25C11.25 8.05109 11.329 7.86032 11.4697 7.71967C11.6103 7.57902 11.8011 7.5 12 7.5C12.1989 7.5 12.3897 7.57902 12.5303 7.71967C12.671 7.86032 12.75 8.05109 12.75 8.25V11.25H15.75C15.9489 11.25 16.1397 11.329 16.2803 11.4697C16.421 11.6103 16.5 11.8011 16.5 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PlusCircleIcon.displayName = 'PlusCircleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PlusIcon: 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 PlusIcon = 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 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H12.75V20.25C12.75 20.4489 12.671 20.6397 12.5303 20.7803C12.3897 20.921 12.1989 21 12 21C11.8011 21 11.6103 20.921 11.4697 20.7803C11.329 20.6397 11.25 20.4489 11.25 20.25V12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H11.25V3.75C11.25 3.55109 11.329 3.36032 11.4697 3.21967C11.6103 3.07902 11.8011 3 12 3C12.1989 3 12.3897 3.07902 12.5303 3.21967C12.671 3.36032 12.75 3.55109 12.75 3.75V11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PlusIcon.displayName = 'PlusIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PlusSmallIcon: 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 PlusSmallIcon = 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 12C20 12.1989 19.921 12.3897 19.7803 12.5303C19.6397 12.671 19.4489 12.75 19.25 12.75H12.75V19.25C12.75 19.4489 12.671 19.6397 12.5303 19.7803C12.3897 19.921 12.1989 20 12 20C11.8011 20 11.6103 19.921 11.4697 19.7803C11.329 19.6397 11.25 19.4489 11.25 19.25V12.75H4.75C4.55109 12.75 4.36032 12.671 4.21967 12.5303C4.07902 12.3897 4 12.1989 4 12C4 11.8011 4.07902 11.6103 4.21967 11.4697C4.36032 11.329 4.55109 11.25 4.75 11.25H11.25V4.75C11.25 4.55109 11.329 4.36032 11.4697 4.21967C11.6103 4.07902 11.8011 4 12 4C12.1989 4 12.3897 4.07902 12.5303 4.21967C12.671 4.36032 12.75 4.55109 12.75 4.75V11.25H19.25C19.4489 11.25 19.6397 11.329 19.7803 11.4697C19.921 11.6103 20 11.8011 20 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PlusSmallIcon.displayName = 'PlusSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PlusSquareIcon: 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 PlusSquareIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 3H4.5C4.10218 3 3.72064 3.15804 3.43934 3.43934C3.15804 3.72064 3 4.10218 3 4.5V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V4.5C21 4.10218 20.842 3.72064 20.5607 3.43934C20.2794 3.15804 19.8978 3 19.5 3ZM19.5 19.5H4.5V4.5H19.5V19.5ZM16.5 12C16.5 12.1989 16.421 12.3897 16.2803 12.5303C16.1397 12.671 15.9489 12.75 15.75 12.75H12.75V15.75C12.75 15.9489 12.671 16.1397 12.5303 16.2803C12.3897 16.421 12.1989 16.5 12 16.5C11.8011 16.5 11.6103 16.421 11.4697 16.2803C11.329 16.1397 11.25 15.9489 11.25 15.75V12.75H8.25C8.05109 12.75 7.86032 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86032 11.329 8.05109 11.25 8.25 11.25H11.25V8.25C11.25 8.05109 11.329 7.86032 11.4697 7.71967C11.6103 7.57902 11.8011 7.5 12 7.5C12.1989 7.5 12.3897 7.57902 12.5303 7.71967C12.671 7.86032 12.75 8.05109 12.75 8.25V11.25H15.75C15.9489 11.25 16.1397 11.329 16.2803 11.4697C16.421 11.6103 16.5 11.8011 16.5 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PlusSquareIcon.displayName = 'PlusSquareIcon';
@@ -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;