@webpros/mui-theme 0.3.11 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (875) hide show
  1. package/dist/package.json +2 -2
  2. package/dist/src/components/data-display/Badge/Badge.theme.js +18 -18
  3. package/dist/src/components/data-display/Chip/Chip.theme.js +2 -0
  4. package/dist/src/components/data-display/Table/Table.theme.js +1 -1
  5. package/dist/src/components/feedback/Alert/Alert.theme.js +82 -15
  6. package/dist/src/components/feedback/Alert/alertDefaultIcons.d.ts +2 -0
  7. package/dist/src/components/feedback/Alert/alertDefaultIcons.js +16 -0
  8. package/dist/src/components/feedback/Dialog/Dialog.theme.js +5 -8
  9. package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.js +32 -3
  10. package/dist/src/components/inputs/Checkbox/Checkbox.theme.d.ts +2 -1
  11. package/dist/src/components/inputs/Checkbox/Checkbox.theme.js +27 -0
  12. package/dist/src/components/inputs/Filter/Filter.js +3 -2
  13. package/dist/src/components/inputs/Radio/Radio.theme.js +17 -1
  14. package/dist/src/components/inputs/Select/Select.theme.js +2 -2
  15. package/dist/src/components/inputs/ToggleButton/ToggleButton.d.ts +10 -2
  16. package/dist/src/components/inputs/ToggleButton/ToggleButton.js +26 -3
  17. package/dist/src/components/inputs/ToggleButton/index.d.ts +1 -1
  18. package/dist/src/components/inputs/ToggleButton/index.js +2 -2
  19. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.d.ts +12 -3
  20. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.js +32 -3
  21. package/dist/src/components/inputs/ToggleButtonGroup/index.d.ts +1 -1
  22. package/dist/src/components/inputs/ToggleButtonGroup/index.js +2 -2
  23. package/dist/src/components/navigation/PaginationItem/components/PaginationIcons.js +4 -1
  24. package/dist/src/components/navigation/Tab/Tab.theme.js +2 -2
  25. package/dist/src/components/utils/inputIcons.d.ts +9 -0
  26. package/dist/src/components/utils/inputIcons.js +19 -0
  27. package/dist/src/icons/AlignLeftSimpleIcon.d.ts +2 -0
  28. package/dist/src/icons/AlignLeftSimpleIcon.js +12 -0
  29. package/dist/src/icons/AmazonIcon.d.ts +2 -0
  30. package/dist/src/icons/AmazonIcon.js +12 -0
  31. package/dist/src/icons/AndroidIcon.d.ts +2 -0
  32. package/dist/src/icons/AndroidIcon.js +12 -0
  33. package/dist/src/icons/ApparetmentIcon.d.ts +2 -0
  34. package/dist/src/icons/ApparetmentIcon.js +12 -0
  35. package/dist/src/icons/ArchiveIcon.d.ts +2 -0
  36. package/dist/src/icons/ArchiveIcon.js +12 -0
  37. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.d.ts +2 -0
  38. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +12 -0
  39. package/dist/src/icons/ArrowBendDoubleUpRightIcon.d.ts +2 -0
  40. package/dist/src/icons/ArrowBendDoubleUpRightIcon.js +12 -0
  41. package/dist/src/icons/ArrowBendUpLeftIcon.d.ts +2 -0
  42. package/dist/src/icons/ArrowBendUpLeftIcon.js +12 -0
  43. package/dist/src/icons/ArrowBendUpRightIcon.d.ts +2 -0
  44. package/dist/src/icons/ArrowBendUpRightIcon.js +12 -0
  45. package/dist/src/icons/ArrowCircleDownFillIcon.d.ts +2 -0
  46. package/dist/src/icons/ArrowCircleDownFillIcon.js +12 -0
  47. package/dist/src/icons/ArrowCircleUpFillIcon.d.ts +2 -0
  48. package/dist/src/icons/ArrowCircleUpFillIcon.js +12 -0
  49. package/dist/src/icons/ArrowClockwiseFillIcon.d.ts +2 -0
  50. package/dist/src/icons/ArrowClockwiseFillIcon.js +12 -0
  51. package/dist/src/icons/ArrowDownBoldIcon.d.ts +2 -0
  52. package/dist/src/icons/ArrowDownBoldIcon.js +12 -0
  53. package/dist/src/icons/ArrowDownIcon.d.ts +2 -0
  54. package/dist/src/icons/ArrowDownIcon.js +12 -0
  55. package/dist/src/icons/ArrowDownSmallIcon.d.ts +2 -0
  56. package/dist/src/icons/ArrowDownSmallIcon.js +12 -0
  57. package/dist/src/icons/ArrowLeftIcon.d.ts +2 -0
  58. package/dist/src/icons/ArrowLeftIcon.js +12 -0
  59. package/dist/src/icons/ArrowLeftWpIcon.d.ts +2 -0
  60. package/dist/src/icons/ArrowLeftWpIcon.js +12 -0
  61. package/dist/src/icons/ArrowLineDownIcon.d.ts +2 -0
  62. package/dist/src/icons/ArrowLineDownIcon.js +12 -0
  63. package/dist/src/icons/ArrowLineUpIcon.d.ts +2 -0
  64. package/dist/src/icons/ArrowLineUpIcon.js +12 -0
  65. package/dist/src/icons/ArrowRightIcon.d.ts +2 -0
  66. package/dist/src/icons/ArrowRightIcon.js +12 -0
  67. package/dist/src/icons/ArrowRightSmallIcon.d.ts +2 -0
  68. package/dist/src/icons/ArrowRightSmallIcon.js +12 -0
  69. package/dist/src/icons/ArrowSquareInIcon.d.ts +2 -0
  70. package/dist/src/icons/ArrowSquareInIcon.js +12 -0
  71. package/dist/src/icons/ArrowSquareOutIcon.d.ts +2 -0
  72. package/dist/src/icons/ArrowSquareOutIcon.js +12 -0
  73. package/dist/src/icons/ArrowSquareOutSmallIcon.d.ts +2 -0
  74. package/dist/src/icons/ArrowSquareOutSmallIcon.js +12 -0
  75. package/dist/src/icons/ArrowUpIcon.d.ts +2 -0
  76. package/dist/src/icons/ArrowUpIcon.js +12 -0
  77. package/dist/src/icons/ArrowUpLeftIcon.d.ts +2 -0
  78. package/dist/src/icons/ArrowUpLeftIcon.js +12 -0
  79. package/dist/src/icons/ArrowUpSmallIcon.d.ts +2 -0
  80. package/dist/src/icons/ArrowUpSmallIcon.js +12 -0
  81. package/dist/src/icons/ArrowarcleftIcon.d.ts +2 -0
  82. package/dist/src/icons/ArrowarcleftIcon.js +12 -0
  83. package/dist/src/icons/ArrowarcrightIcon.d.ts +2 -0
  84. package/dist/src/icons/ArrowarcrightIcon.js +12 -0
  85. package/dist/src/icons/ArrowbendrightdownIcon.d.ts +2 -0
  86. package/dist/src/icons/ArrowbendrightdownIcon.js +12 -0
  87. package/dist/src/icons/ArrowbendrightupIcon.d.ts +2 -0
  88. package/dist/src/icons/ArrowbendrightupIcon.js +12 -0
  89. package/dist/src/icons/ArrowcirclerightIcon.d.ts +2 -0
  90. package/dist/src/icons/ArrowcirclerightIcon.js +12 -0
  91. package/dist/src/icons/ArrowcircleupIcon.d.ts +2 -0
  92. package/dist/src/icons/ArrowcircleupIcon.js +12 -0
  93. package/dist/src/icons/ArrowdownrightIcon.d.ts +2 -0
  94. package/dist/src/icons/ArrowdownrightIcon.js +12 -0
  95. package/dist/src/icons/ArrowelbowdownleftIcon.d.ts +2 -0
  96. package/dist/src/icons/ArrowelbowdownleftIcon.js +12 -0
  97. package/dist/src/icons/ArrowelbowrightupIcon.d.ts +2 -0
  98. package/dist/src/icons/ArrowelbowrightupIcon.js +12 -0
  99. package/dist/src/icons/ArrowelbowupleftIcon.d.ts +2 -0
  100. package/dist/src/icons/ArrowelbowupleftIcon.js +12 -0
  101. package/dist/src/icons/ArrowfatlinesdownIcon.d.ts +2 -0
  102. package/dist/src/icons/ArrowfatlinesdownIcon.js +12 -0
  103. package/dist/src/icons/ArrowfatlineupIcon.d.ts +2 -0
  104. package/dist/src/icons/ArrowfatlineupIcon.js +12 -0
  105. package/dist/src/icons/ArrowlinedownleftIcon.d.ts +2 -0
  106. package/dist/src/icons/ArrowlinedownleftIcon.js +12 -0
  107. package/dist/src/icons/ArrowsClockwiseIcon.d.ts +2 -0
  108. package/dist/src/icons/ArrowsClockwiseIcon.js +12 -0
  109. package/dist/src/icons/ArrowsInSimpleIcon.d.ts +2 -0
  110. package/dist/src/icons/ArrowsInSimpleIcon.js +12 -0
  111. package/dist/src/icons/ArrowsOutCardinalIcon.d.ts +2 -0
  112. package/dist/src/icons/ArrowsOutCardinalIcon.js +12 -0
  113. package/dist/src/icons/ArrowsOutSimpleIcon.d.ts +2 -0
  114. package/dist/src/icons/ArrowsOutSimpleIcon.js +12 -0
  115. package/dist/src/icons/ArrowsdownupIcon.d.ts +2 -0
  116. package/dist/src/icons/ArrowsdownupIcon.js +12 -0
  117. package/dist/src/icons/ArrowshorizontalIcon.d.ts +2 -0
  118. package/dist/src/icons/ArrowshorizontalIcon.js +12 -0
  119. package/dist/src/icons/ArrowsmergeIcon.d.ts +2 -0
  120. package/dist/src/icons/ArrowsmergeIcon.js +12 -0
  121. package/dist/src/icons/ArrowsoutIcon.d.ts +2 -0
  122. package/dist/src/icons/ArrowsoutIcon.js +12 -0
  123. package/dist/src/icons/ArrowsquaredownIcon.d.ts +2 -0
  124. package/dist/src/icons/ArrowsquaredownIcon.js +12 -0
  125. package/dist/src/icons/ArrowsquareupIcon.d.ts +2 -0
  126. package/dist/src/icons/ArrowsquareupIcon.js +12 -0
  127. package/dist/src/icons/ArrowsquareupleftIcon.d.ts +2 -0
  128. package/dist/src/icons/ArrowsquareupleftIcon.js +12 -0
  129. package/dist/src/icons/ArrowurightupIcon.d.ts +2 -0
  130. package/dist/src/icons/ArrowurightupIcon.js +12 -0
  131. package/dist/src/icons/ArrowuupleftIcon.d.ts +2 -0
  132. package/dist/src/icons/ArrowuupleftIcon.js +12 -0
  133. package/dist/src/icons/ArticleIcon.d.ts +2 -0
  134. package/dist/src/icons/ArticleIcon.js +12 -0
  135. package/dist/src/icons/AtIcon.d.ts +2 -0
  136. package/dist/src/icons/AtIcon.js +12 -0
  137. package/dist/src/icons/AutoResponderIcon.d.ts +2 -0
  138. package/dist/src/icons/AutoResponderIcon.js +12 -0
  139. package/dist/src/icons/AutoResponderPlusIcon.d.ts +2 -0
  140. package/dist/src/icons/AutoResponderPlusIcon.js +12 -0
  141. package/dist/src/icons/BarChartIcon.d.ts +2 -0
  142. package/dist/src/icons/BarChartIcon.js +12 -0
  143. package/dist/src/icons/BarricadeIcon.d.ts +2 -0
  144. package/dist/src/icons/BarricadeIcon.js +12 -0
  145. package/dist/src/icons/BellIcon.d.ts +2 -0
  146. package/dist/src/icons/BellIcon.js +12 -0
  147. package/dist/src/icons/BellSimpleSlashIcon.d.ts +2 -0
  148. package/dist/src/icons/BellSimpleSlashIcon.js +12 -0
  149. package/dist/src/icons/BluetoothIcon.d.ts +2 -0
  150. package/dist/src/icons/BluetoothIcon.js +12 -0
  151. package/dist/src/icons/BookOpenIcon.d.ts +2 -0
  152. package/dist/src/icons/BookOpenIcon.js +12 -0
  153. package/dist/src/icons/BookmarkSimpleIcon.d.ts +2 -0
  154. package/dist/src/icons/BookmarkSimpleIcon.js +12 -0
  155. package/dist/src/icons/BookmarksIcon.d.ts +2 -0
  156. package/dist/src/icons/BookmarksIcon.js +12 -0
  157. package/dist/src/icons/BoundingBoxIcon.d.ts +2 -0
  158. package/dist/src/icons/BoundingBoxIcon.js +12 -0
  159. package/dist/src/icons/BoxArrowDownIcon.d.ts +2 -0
  160. package/dist/src/icons/BoxArrowDownIcon.js +12 -0
  161. package/dist/src/icons/BoxArrowUpIcon.d.ts +2 -0
  162. package/dist/src/icons/BoxArrowUpIcon.js +12 -0
  163. package/dist/src/icons/BriefcaseIcon.d.ts +2 -0
  164. package/dist/src/icons/BriefcaseIcon.js +12 -0
  165. package/dist/src/icons/BrowserIcon.d.ts +2 -0
  166. package/dist/src/icons/BrowserIcon.js +12 -0
  167. package/dist/src/icons/BugBeetleIcon.d.ts +2 -0
  168. package/dist/src/icons/BugBeetleIcon.js +12 -0
  169. package/dist/src/icons/BuildingApartmentIcon.d.ts +2 -0
  170. package/dist/src/icons/BuildingApartmentIcon.js +12 -0
  171. package/dist/src/icons/BuildingIcon.d.ts +2 -0
  172. package/dist/src/icons/BuildingIcon.js +12 -0
  173. package/dist/src/icons/BuildingOfficeIcon.d.ts +2 -0
  174. package/dist/src/icons/BuildingOfficeIcon.js +12 -0
  175. package/dist/src/icons/CalendarBlankIcon.d.ts +2 -0
  176. package/dist/src/icons/CalendarBlankIcon.js +12 -0
  177. package/dist/src/icons/CalendarCheckIcon.d.ts +2 -0
  178. package/dist/src/icons/CalendarCheckIcon.js +12 -0
  179. package/dist/src/icons/CalendarPlusIcon.d.ts +2 -0
  180. package/dist/src/icons/CalendarPlusIcon.js +12 -0
  181. package/dist/src/icons/CarIcon.d.ts +2 -0
  182. package/dist/src/icons/CarIcon.js +12 -0
  183. package/dist/src/icons/CaretDoubleDownIcon.d.ts +2 -0
  184. package/dist/src/icons/CaretDoubleDownIcon.js +12 -0
  185. package/dist/src/icons/CaretDoubleDownSmallIcon.d.ts +2 -0
  186. package/dist/src/icons/CaretDoubleDownSmallIcon.js +12 -0
  187. package/dist/src/icons/CaretDoubleLeftIcon.d.ts +2 -0
  188. package/dist/src/icons/CaretDoubleLeftIcon.js +12 -0
  189. package/dist/src/icons/CaretDoubleLeftSmallIcon.d.ts +2 -0
  190. package/dist/src/icons/CaretDoubleLeftSmallIcon.js +12 -0
  191. package/dist/src/icons/CaretDoubleRightIcon.d.ts +2 -0
  192. package/dist/src/icons/CaretDoubleRightIcon.js +12 -0
  193. package/dist/src/icons/CaretDoubleRightSmallIcon.d.ts +2 -0
  194. package/dist/src/icons/CaretDoubleRightSmallIcon.js +12 -0
  195. package/dist/src/icons/CaretDoubleUpIcon.d.ts +2 -0
  196. package/dist/src/icons/CaretDoubleUpIcon.js +12 -0
  197. package/dist/src/icons/CaretDoubleUpSmallIcon.d.ts +2 -0
  198. package/dist/src/icons/CaretDoubleUpSmallIcon.js +12 -0
  199. package/dist/src/icons/CaretDownIcon.d.ts +2 -0
  200. package/dist/src/icons/CaretDownIcon.js +12 -0
  201. package/dist/src/icons/CaretDownSmallIcon.d.ts +2 -0
  202. package/dist/src/icons/CaretDownSmallIcon.js +12 -0
  203. package/dist/src/icons/CaretLeftIcon.d.ts +2 -0
  204. package/dist/src/icons/CaretLeftIcon.js +12 -0
  205. package/dist/src/icons/CaretLeftSmallIcon.d.ts +2 -0
  206. package/dist/src/icons/CaretLeftSmallIcon.js +12 -0
  207. package/dist/src/icons/CaretRightIcon.d.ts +2 -0
  208. package/dist/src/icons/CaretRightIcon.js +12 -0
  209. package/dist/src/icons/CaretRightSmallIcon.d.ts +2 -0
  210. package/dist/src/icons/CaretRightSmallIcon.js +12 -0
  211. package/dist/src/icons/CaretRightTinyIcon.d.ts +2 -0
  212. package/dist/src/icons/CaretRightTinyIcon.js +12 -0
  213. package/dist/src/icons/CaretUpIcon.d.ts +2 -0
  214. package/dist/src/icons/CaretUpIcon.js +12 -0
  215. package/dist/src/icons/CaretUpSmallIcon.d.ts +2 -0
  216. package/dist/src/icons/CaretUpSmallIcon.js +12 -0
  217. package/dist/src/icons/CaretcircledoubledownIcon.d.ts +2 -0
  218. package/dist/src/icons/CaretcircledoubledownIcon.js +12 -0
  219. package/dist/src/icons/CaretcircledoubleleftIcon.d.ts +2 -0
  220. package/dist/src/icons/CaretcircledoubleleftIcon.js +12 -0
  221. package/dist/src/icons/CaretcircleupdownIcon.d.ts +2 -0
  222. package/dist/src/icons/CaretcircleupdownIcon.js +12 -0
  223. package/dist/src/icons/CellTowerIcon.d.ts +2 -0
  224. package/dist/src/icons/CellTowerIcon.js +12 -0
  225. package/dist/src/icons/ChartLineDownIcon.d.ts +2 -0
  226. package/dist/src/icons/ChartLineDownIcon.js +12 -0
  227. package/dist/src/icons/ChartLineUpIcon.d.ts +2 -0
  228. package/dist/src/icons/ChartLineUpIcon.js +12 -0
  229. package/dist/src/icons/ChartPieSliceIcon.d.ts +2 -0
  230. package/dist/src/icons/ChartPieSliceIcon.js +12 -0
  231. package/dist/src/icons/ChartPolarIcon.d.ts +2 -0
  232. package/dist/src/icons/ChartPolarIcon.js +12 -0
  233. package/dist/src/icons/ChartScatterIcon.d.ts +2 -0
  234. package/dist/src/icons/ChartScatterIcon.js +12 -0
  235. package/dist/src/icons/ChatCenteredIcon.d.ts +2 -0
  236. package/dist/src/icons/ChatCenteredIcon.js +12 -0
  237. package/dist/src/icons/ChatCircleIcon.d.ts +2 -0
  238. package/dist/src/icons/ChatCircleIcon.js +12 -0
  239. package/dist/src/icons/CheckAllIcon.d.ts +2 -0
  240. package/dist/src/icons/CheckAllIcon.js +12 -0
  241. package/dist/src/icons/CheckCircleFillIcon.d.ts +2 -0
  242. package/dist/src/icons/CheckCircleFillIcon.js +12 -0
  243. package/dist/src/icons/CheckCircleIcon.d.ts +2 -0
  244. package/dist/src/icons/CheckCircleIcon.js +12 -0
  245. package/dist/src/icons/CheckIcon.d.ts +2 -0
  246. package/dist/src/icons/CheckIcon.js +12 -0
  247. package/dist/src/icons/CheckIndeterminateSmallIcon.d.ts +2 -0
  248. package/dist/src/icons/CheckIndeterminateSmallIcon.js +12 -0
  249. package/dist/src/icons/CheckSmallIcon.d.ts +2 -0
  250. package/dist/src/icons/CheckSmallIcon.js +12 -0
  251. package/dist/src/icons/CheckSquareFillIcon.d.ts +2 -0
  252. package/dist/src/icons/CheckSquareFillIcon.js +12 -0
  253. package/dist/src/icons/CheckSquareIcon.d.ts +2 -0
  254. package/dist/src/icons/CheckSquareIcon.js +12 -0
  255. package/dist/src/icons/CheckboxIntermediate20Icon.d.ts +2 -0
  256. package/dist/src/icons/CheckboxIntermediate20Icon.js +12 -0
  257. package/dist/src/icons/CheckboxOff20Icon.d.ts +2 -0
  258. package/dist/src/icons/CheckboxOff20Icon.js +12 -0
  259. package/dist/src/icons/CheckboxOffSmallIcon.d.ts +2 -0
  260. package/dist/src/icons/CheckboxOffSmallIcon.js +12 -0
  261. package/dist/src/icons/CheckboxOn20Icon.d.ts +2 -0
  262. package/dist/src/icons/CheckboxOn20Icon.js +12 -0
  263. package/dist/src/icons/CircleIcon.d.ts +2 -0
  264. package/dist/src/icons/CircleIcon.js +12 -0
  265. package/dist/src/icons/CirclesFourIcon.d.ts +2 -0
  266. package/dist/src/icons/CirclesFourIcon.js +12 -0
  267. package/dist/src/icons/CirclesThreeIcon.d.ts +2 -0
  268. package/dist/src/icons/CirclesThreeIcon.js +12 -0
  269. package/dist/src/icons/ClockClockwiseIcon.d.ts +2 -0
  270. package/dist/src/icons/ClockClockwiseIcon.js +12 -0
  271. package/dist/src/icons/ClockCounterClockwiseIcon.d.ts +2 -0
  272. package/dist/src/icons/ClockCounterClockwiseIcon.js +12 -0
  273. package/dist/src/icons/ClockDuotoneIcon.d.ts +2 -0
  274. package/dist/src/icons/ClockDuotoneIcon.js +12 -0
  275. package/dist/src/icons/ClockIcon.d.ts +2 -0
  276. package/dist/src/icons/ClockIcon.js +12 -0
  277. package/dist/src/icons/ClockSmallIcon.d.ts +2 -0
  278. package/dist/src/icons/ClockSmallIcon.js +12 -0
  279. package/dist/src/icons/CloneIcon.d.ts +2 -0
  280. package/dist/src/icons/CloneIcon.js +12 -0
  281. package/dist/src/icons/CloseBigIcon.d.ts +2 -0
  282. package/dist/src/icons/CloseBigIcon.js +12 -0
  283. package/dist/src/icons/CloseCircleFillIcon.d.ts +2 -0
  284. package/dist/src/icons/CloseCircleFillIcon.js +12 -0
  285. package/dist/src/icons/CloseCircleIcon.d.ts +2 -0
  286. package/dist/src/icons/CloseCircleIcon.js +12 -0
  287. package/dist/src/icons/CloseIcon.d.ts +2 -0
  288. package/dist/src/icons/CloseIcon.js +12 -0
  289. package/dist/src/icons/CloseSmallIcon.d.ts +2 -0
  290. package/dist/src/icons/CloseSmallIcon.js +12 -0
  291. package/dist/src/icons/CloudCheckIcon.d.ts +2 -0
  292. package/dist/src/icons/CloudCheckIcon.js +12 -0
  293. package/dist/src/icons/CloudIcon.d.ts +2 -0
  294. package/dist/src/icons/CloudIcon.js +12 -0
  295. package/dist/src/icons/CodepenIcon.d.ts +2 -0
  296. package/dist/src/icons/CodepenIcon.js +12 -0
  297. package/dist/src/icons/CodesandboxIcon.d.ts +2 -0
  298. package/dist/src/icons/CodesandboxIcon.js +12 -0
  299. package/dist/src/icons/CommandIcon.d.ts +2 -0
  300. package/dist/src/icons/CommandIcon.js +12 -0
  301. package/dist/src/icons/CompassIcon.d.ts +2 -0
  302. package/dist/src/icons/CompassIcon.js +12 -0
  303. package/dist/src/icons/CompassToolIcon.d.ts +2 -0
  304. package/dist/src/icons/CompassToolIcon.js +12 -0
  305. package/dist/src/icons/CopyIcon.d.ts +2 -0
  306. package/dist/src/icons/CopyIcon.js +12 -0
  307. package/dist/src/icons/CopySimpleIcon.d.ts +2 -0
  308. package/dist/src/icons/CopySimpleIcon.js +12 -0
  309. package/dist/src/icons/CornersOutIcon.d.ts +2 -0
  310. package/dist/src/icons/CornersOutIcon.js +12 -0
  311. package/dist/src/icons/CpuIcon.d.ts +2 -0
  312. package/dist/src/icons/CpuIcon.js +12 -0
  313. package/dist/src/icons/CreditCardIcon.d.ts +2 -0
  314. package/dist/src/icons/CreditCardIcon.js +12 -0
  315. package/dist/src/icons/CrownIcon.d.ts +2 -0
  316. package/dist/src/icons/CrownIcon.js +12 -0
  317. package/dist/src/icons/CurrencyDollarCircledIcon.d.ts +2 -0
  318. package/dist/src/icons/CurrencyDollarCircledIcon.js +12 -0
  319. package/dist/src/icons/CurrencyDollarSimpleIcon.d.ts +2 -0
  320. package/dist/src/icons/CurrencyDollarSimpleIcon.js +12 -0
  321. package/dist/src/icons/DatabaseIcon.d.ts +2 -0
  322. package/dist/src/icons/DatabaseIcon.js +12 -0
  323. package/dist/src/icons/DesktopIcon.d.ts +2 -0
  324. package/dist/src/icons/DesktopIcon.js +12 -0
  325. package/dist/src/icons/DetectiveIcon.d.ts +2 -0
  326. package/dist/src/icons/DetectiveIcon.js +12 -0
  327. package/dist/src/icons/DeviceMobileCameraIcon.d.ts +2 -0
  328. package/dist/src/icons/DeviceMobileCameraIcon.js +12 -0
  329. package/dist/src/icons/DisableIcon.d.ts +2 -0
  330. package/dist/src/icons/DisableIcon.js +12 -0
  331. package/dist/src/icons/DominoIcon.d.ts +2 -0
  332. package/dist/src/icons/DominoIcon.js +12 -0
  333. package/dist/src/icons/DominoPlusIcon.d.ts +2 -0
  334. package/dist/src/icons/DominoPlusIcon.js +12 -0
  335. package/dist/src/icons/DonutChartIcon.d.ts +2 -0
  336. package/dist/src/icons/DonutChartIcon.js +12 -0
  337. package/dist/src/icons/DotsNineBoldIcon.d.ts +2 -0
  338. package/dist/src/icons/DotsNineBoldIcon.js +12 -0
  339. package/dist/src/icons/DotsSixVerticalIcon.d.ts +2 -0
  340. package/dist/src/icons/DotsSixVerticalIcon.js +12 -0
  341. package/dist/src/icons/DotsThreeCircleIcon.d.ts +2 -0
  342. package/dist/src/icons/DotsThreeCircleIcon.js +12 -0
  343. package/dist/src/icons/DotsThreeIcon.d.ts +2 -0
  344. package/dist/src/icons/DotsThreeIcon.js +12 -0
  345. package/dist/src/icons/DotsThreeVerticalIcon.d.ts +2 -0
  346. package/dist/src/icons/DotsThreeVerticalIcon.js +12 -0
  347. package/dist/src/icons/DraftIcon.d.ts +2 -0
  348. package/dist/src/icons/DraftIcon.js +12 -0
  349. package/dist/src/icons/EnvelopeFilledIcon.d.ts +2 -0
  350. package/dist/src/icons/EnvelopeFilledIcon.js +12 -0
  351. package/dist/src/icons/EnvelopeIcon.d.ts +2 -0
  352. package/dist/src/icons/EnvelopeIcon.js +12 -0
  353. package/dist/src/icons/EnvelopeOpenIcon.d.ts +2 -0
  354. package/dist/src/icons/EnvelopeOpenIcon.js +12 -0
  355. package/dist/src/icons/EqualizerIcon.d.ts +2 -0
  356. package/dist/src/icons/EqualizerIcon.js +12 -0
  357. package/dist/src/icons/EqualsIcon.d.ts +2 -0
  358. package/dist/src/icons/EqualsIcon.js +12 -0
  359. package/dist/src/icons/ErrorFilledIcon.d.ts +2 -0
  360. package/dist/src/icons/ErrorFilledIcon.js +12 -0
  361. package/dist/src/icons/ErrorIcon.d.ts +2 -0
  362. package/dist/src/icons/ErrorIcon.js +12 -0
  363. package/dist/src/icons/ErrorMarkerIcon.d.ts +2 -0
  364. package/dist/src/icons/ErrorMarkerIcon.js +12 -0
  365. package/dist/src/icons/ExclamationMarkIcon.d.ts +2 -0
  366. package/dist/src/icons/ExclamationMarkIcon.js +12 -0
  367. package/dist/src/icons/EyeClosedIcon.d.ts +2 -0
  368. package/dist/src/icons/EyeClosedIcon.js +12 -0
  369. package/dist/src/icons/EyeIcon.d.ts +2 -0
  370. package/dist/src/icons/EyeIcon.js +12 -0
  371. package/dist/src/icons/EyeSlashIcon.d.ts +2 -0
  372. package/dist/src/icons/EyeSlashIcon.js +12 -0
  373. package/dist/src/icons/FadersIcon.d.ts +2 -0
  374. package/dist/src/icons/FadersIcon.js +12 -0
  375. package/dist/src/icons/FallIcon.d.ts +2 -0
  376. package/dist/src/icons/FallIcon.js +12 -0
  377. package/dist/src/icons/FigmaIcon.d.ts +2 -0
  378. package/dist/src/icons/FigmaIcon.js +12 -0
  379. package/dist/src/icons/FilePdfIcon.d.ts +2 -0
  380. package/dist/src/icons/FilePdfIcon.js +12 -0
  381. package/dist/src/icons/FilledCircleIcon.d.ts +2 -0
  382. package/dist/src/icons/FilledCircleIcon.js +12 -0
  383. package/dist/src/icons/FireIcon.d.ts +2 -0
  384. package/dist/src/icons/FireIcon.js +12 -0
  385. package/dist/src/icons/FlagIcon.d.ts +2 -0
  386. package/dist/src/icons/FlagIcon.js +12 -0
  387. package/dist/src/icons/FlagPennantIcon.d.ts +2 -0
  388. package/dist/src/icons/FlagPennantIcon.js +12 -0
  389. package/dist/src/icons/FolderIcon.d.ts +2 -0
  390. package/dist/src/icons/FolderIcon.js +12 -0
  391. package/dist/src/icons/FolderOpenIcon.d.ts +2 -0
  392. package/dist/src/icons/FolderOpenIcon.js +12 -0
  393. package/dist/src/icons/FolderPlusIcon.d.ts +2 -0
  394. package/dist/src/icons/FolderPlusIcon.js +12 -0
  395. package/dist/src/icons/FolderSimpleIcon.d.ts +2 -0
  396. package/dist/src/icons/FolderSimpleIcon.js +12 -0
  397. package/dist/src/icons/FoldersIcon.d.ts +2 -0
  398. package/dist/src/icons/FoldersIcon.js +12 -0
  399. package/dist/src/icons/FontInterIcon.d.ts +2 -0
  400. package/dist/src/icons/FontInterIcon.js +12 -0
  401. package/dist/src/icons/FontMerriweatherIcon.d.ts +2 -0
  402. package/dist/src/icons/FontMerriweatherIcon.js +12 -0
  403. package/dist/src/icons/FontMonserratIcon.d.ts +2 -0
  404. package/dist/src/icons/FontMonserratIcon.js +12 -0
  405. package/dist/src/icons/FontOpensansIcon.d.ts +2 -0
  406. package/dist/src/icons/FontOpensansIcon.js +12 -0
  407. package/dist/src/icons/FontPlayfairIcon.d.ts +2 -0
  408. package/dist/src/icons/FontPlayfairIcon.js +12 -0
  409. package/dist/src/icons/FontPoppinsIcon.d.ts +2 -0
  410. package/dist/src/icons/FontPoppinsIcon.js +12 -0
  411. package/dist/src/icons/FontRobotoCondensedIcon.d.ts +2 -0
  412. package/dist/src/icons/FontRobotoCondensedIcon.js +12 -0
  413. package/dist/src/icons/FontRubikIcon.d.ts +2 -0
  414. package/dist/src/icons/FontRubikIcon.js +12 -0
  415. package/dist/src/icons/FontVallkornIcon.d.ts +2 -0
  416. package/dist/src/icons/FontVallkornIcon.js +12 -0
  417. package/dist/src/icons/ForwarderIcon.d.ts +2 -0
  418. package/dist/src/icons/ForwarderIcon.js +12 -0
  419. package/dist/src/icons/ForwarderPlusIcon.d.ts +2 -0
  420. package/dist/src/icons/ForwarderPlusIcon.js +12 -0
  421. package/dist/src/icons/FrameCornersIcon.d.ts +2 -0
  422. package/dist/src/icons/FrameCornersIcon.js +12 -0
  423. package/dist/src/icons/FramerIcon.d.ts +2 -0
  424. package/dist/src/icons/FramerIcon.js +12 -0
  425. package/dist/src/icons/FtpIcon.d.ts +2 -0
  426. package/dist/src/icons/FtpIcon.js +12 -0
  427. package/dist/src/icons/FunnelIcon.d.ts +2 -0
  428. package/dist/src/icons/FunnelIcon.js +12 -0
  429. package/dist/src/icons/FunnelSimpleIcon.d.ts +2 -0
  430. package/dist/src/icons/FunnelSimpleIcon.js +12 -0
  431. package/dist/src/icons/GearIcon.d.ts +2 -0
  432. package/dist/src/icons/GearIcon.js +12 -0
  433. package/dist/src/icons/GearSixIcon.d.ts +2 -0
  434. package/dist/src/icons/GearSixIcon.js +12 -0
  435. package/dist/src/icons/GearsIcon.d.ts +2 -0
  436. package/dist/src/icons/GearsIcon.js +12 -0
  437. package/dist/src/icons/GithubIcon.d.ts +2 -0
  438. package/dist/src/icons/GithubIcon.js +12 -0
  439. package/dist/src/icons/GlobeIcon.d.ts +2 -0
  440. package/dist/src/icons/GlobeIcon.js +12 -0
  441. package/dist/src/icons/GoToIcon.d.ts +2 -0
  442. package/dist/src/icons/GoToIcon.js +12 -0
  443. package/dist/src/icons/GoogleIcon.d.ts +2 -0
  444. package/dist/src/icons/GoogleIcon.js +12 -0
  445. package/dist/src/icons/GooglePhotosIcon.d.ts +2 -0
  446. package/dist/src/icons/GooglePhotosIcon.js +12 -0
  447. package/dist/src/icons/GridFourIcon.d.ts +2 -0
  448. package/dist/src/icons/GridFourIcon.js +12 -0
  449. package/dist/src/icons/GridNineIcon.d.ts +2 -0
  450. package/dist/src/icons/GridNineIcon.js +12 -0
  451. package/dist/src/icons/HalfStarIcon.d.ts +2 -0
  452. package/dist/src/icons/HalfStarIcon.js +12 -0
  453. package/dist/src/icons/HandPalmIcon.d.ts +2 -0
  454. package/dist/src/icons/HandPalmIcon.js +12 -0
  455. package/dist/src/icons/HardDriveIcon.d.ts +2 -0
  456. package/dist/src/icons/HardDriveIcon.js +12 -0
  457. package/dist/src/icons/HardDrivesIcon.d.ts +2 -0
  458. package/dist/src/icons/HardDrivesIcon.js +12 -0
  459. package/dist/src/icons/HashIcon.d.ts +2 -0
  460. package/dist/src/icons/HashIcon.js +12 -0
  461. package/dist/src/icons/HeartIcon.d.ts +2 -0
  462. package/dist/src/icons/HeartIcon.js +12 -0
  463. package/dist/src/icons/HeartbeatIcon.d.ts +2 -0
  464. package/dist/src/icons/HeartbeatIcon.js +12 -0
  465. package/dist/src/icons/HomeIcon.d.ts +2 -0
  466. package/dist/src/icons/HomeIcon.js +12 -0
  467. package/dist/src/icons/HourglassHighDuotoneIcon.d.ts +2 -0
  468. package/dist/src/icons/HourglassHighDuotoneIcon.js +12 -0
  469. package/dist/src/icons/HourglassHighIcon.d.ts +2 -0
  470. package/dist/src/icons/HourglassHighIcon.js +12 -0
  471. package/dist/src/icons/IdentificationCardIcon.d.ts +2 -0
  472. package/dist/src/icons/IdentificationCardIcon.js +12 -0
  473. package/dist/src/icons/ImageIcon.d.ts +2 -0
  474. package/dist/src/icons/ImageIcon.js +12 -0
  475. package/dist/src/icons/InfoFillIcon.d.ts +2 -0
  476. package/dist/src/icons/InfoFillIcon.js +12 -0
  477. package/dist/src/icons/InfoIIcon.d.ts +2 -0
  478. package/dist/src/icons/InfoIIcon.js +12 -0
  479. package/dist/src/icons/InfoIcon.d.ts +2 -0
  480. package/dist/src/icons/InfoIcon.js +12 -0
  481. package/dist/src/icons/KeyIcon.d.ts +2 -0
  482. package/dist/src/icons/KeyIcon.js +12 -0
  483. package/dist/src/icons/KeyholeIcon.d.ts +2 -0
  484. package/dist/src/icons/KeyholeIcon.js +12 -0
  485. package/dist/src/icons/LaravelIcon.d.ts +2 -0
  486. package/dist/src/icons/LaravelIcon.js +12 -0
  487. package/dist/src/icons/LayoutIcon.d.ts +2 -0
  488. package/dist/src/icons/LayoutIcon.js +12 -0
  489. package/dist/src/icons/LightningFillIcon.d.ts +2 -0
  490. package/dist/src/icons/LightningFillIcon.js +12 -0
  491. package/dist/src/icons/LightningIcon.d.ts +2 -0
  492. package/dist/src/icons/LightningIcon.js +12 -0
  493. package/dist/src/icons/LineChartDuotoneIcon.d.ts +2 -0
  494. package/dist/src/icons/LineChartDuotoneIcon.js +12 -0
  495. package/dist/src/icons/LineChartIcon.d.ts +2 -0
  496. package/dist/src/icons/LineChartIcon.js +12 -0
  497. package/dist/src/icons/LinkIcon.d.ts +2 -0
  498. package/dist/src/icons/LinkIcon.js +12 -0
  499. package/dist/src/icons/LinuxIcon.d.ts +2 -0
  500. package/dist/src/icons/LinuxIcon.js +12 -0
  501. package/dist/src/icons/ListDashesIcon.d.ts +2 -0
  502. package/dist/src/icons/ListDashesIcon.js +12 -0
  503. package/dist/src/icons/ListIcon.d.ts +2 -0
  504. package/dist/src/icons/ListIcon.js +12 -0
  505. package/dist/src/icons/LockIcon.d.ts +2 -0
  506. package/dist/src/icons/LockIcon.js +12 -0
  507. package/dist/src/icons/MagnifyingGlassIcon.d.ts +2 -0
  508. package/dist/src/icons/MagnifyingGlassIcon.js +12 -0
  509. package/dist/src/icons/MapPinIcon.d.ts +2 -0
  510. package/dist/src/icons/MapPinIcon.js +12 -0
  511. package/dist/src/icons/MastodonIcon.d.ts +2 -0
  512. package/dist/src/icons/MastodonIcon.js +12 -0
  513. package/dist/src/icons/MedalIcon.d.ts +2 -0
  514. package/dist/src/icons/MedalIcon.js +12 -0
  515. package/dist/src/icons/MemoryIcon.d.ts +2 -0
  516. package/dist/src/icons/MemoryIcon.js +12 -0
  517. package/dist/src/icons/MessengerLogoIcon.d.ts +2 -0
  518. package/dist/src/icons/MessengerLogoIcon.js +12 -0
  519. package/dist/src/icons/MicIcon.d.ts +2 -0
  520. package/dist/src/icons/MicIcon.js +12 -0
  521. package/dist/src/icons/MicrosoftTeamsIcon.d.ts +2 -0
  522. package/dist/src/icons/MicrosoftTeamsIcon.js +12 -0
  523. package/dist/src/icons/MicrosoftWordIcon.d.ts +2 -0
  524. package/dist/src/icons/MicrosoftWordIcon.js +12 -0
  525. package/dist/src/icons/MinusCircleDuotoneIcon.d.ts +2 -0
  526. package/dist/src/icons/MinusCircleDuotoneIcon.js +12 -0
  527. package/dist/src/icons/MinusCircleFillIcon.d.ts +2 -0
  528. package/dist/src/icons/MinusCircleFillIcon.js +12 -0
  529. package/dist/src/icons/MinusCircleIcon.d.ts +2 -0
  530. package/dist/src/icons/MinusCircleIcon.js +12 -0
  531. package/dist/src/icons/MinusIcon.d.ts +2 -0
  532. package/dist/src/icons/MinusIcon.js +12 -0
  533. package/dist/src/icons/MinusSquareFillIcon.d.ts +2 -0
  534. package/dist/src/icons/MinusSquareFillIcon.js +12 -0
  535. package/dist/src/icons/MinusSquareIcon.d.ts +2 -0
  536. package/dist/src/icons/MinusSquareIcon.js +12 -0
  537. package/dist/src/icons/MoonIcon.d.ts +2 -0
  538. package/dist/src/icons/MoonIcon.js +12 -0
  539. package/dist/src/icons/NotEqualsIcon.d.ts +2 -0
  540. package/dist/src/icons/NotEqualsIcon.js +12 -0
  541. package/dist/src/icons/NotchesIcon.d.ts +2 -0
  542. package/dist/src/icons/NotchesIcon.js +12 -0
  543. package/dist/src/icons/NotePencilIcon.d.ts +2 -0
  544. package/dist/src/icons/NotePencilIcon.js +12 -0
  545. package/dist/src/icons/NotepadIcon.d.ts +2 -0
  546. package/dist/src/icons/NotepadIcon.js +12 -0
  547. package/dist/src/icons/NovaIcon.d.ts +2 -0
  548. package/dist/src/icons/NovaIcon.js +12 -0
  549. package/dist/src/icons/NumberCircleFourIcon.d.ts +2 -0
  550. package/dist/src/icons/NumberCircleFourIcon.js +12 -0
  551. package/dist/src/icons/NumberCircleOneIcon.d.ts +2 -0
  552. package/dist/src/icons/NumberCircleOneIcon.js +12 -0
  553. package/dist/src/icons/NumberCircleThreeIcon.d.ts +2 -0
  554. package/dist/src/icons/NumberCircleThreeIcon.js +12 -0
  555. package/dist/src/icons/NumberCircleTwoIcon.d.ts +2 -0
  556. package/dist/src/icons/NumberCircleTwoIcon.js +12 -0
  557. package/dist/src/icons/PaintBrushBroadIcon.d.ts +2 -0
  558. package/dist/src/icons/PaintBrushBroadIcon.js +12 -0
  559. package/dist/src/icons/PaintBucketFillIcon.d.ts +2 -0
  560. package/dist/src/icons/PaintBucketFillIcon.js +12 -0
  561. package/dist/src/icons/PalmIcon.d.ts +2 -0
  562. package/dist/src/icons/PalmIcon.js +12 -0
  563. package/dist/src/icons/PaperPlaneTiltIcon.d.ts +2 -0
  564. package/dist/src/icons/PaperPlaneTiltIcon.js +12 -0
  565. package/dist/src/icons/PaperclipIcon.d.ts +2 -0
  566. package/dist/src/icons/PaperclipIcon.js +12 -0
  567. package/dist/src/icons/PasswordIcon.d.ts +2 -0
  568. package/dist/src/icons/PasswordIcon.js +12 -0
  569. package/dist/src/icons/PauseCircleDuotoneIcon.d.ts +2 -0
  570. package/dist/src/icons/PauseCircleDuotoneIcon.js +12 -0
  571. package/dist/src/icons/PauseCircleIcon.d.ts +2 -0
  572. package/dist/src/icons/PauseCircleIcon.js +12 -0
  573. package/dist/src/icons/PauseFillIcon.d.ts +2 -0
  574. package/dist/src/icons/PauseFillIcon.js +12 -0
  575. package/dist/src/icons/PauseIcon.d.ts +2 -0
  576. package/dist/src/icons/PauseIcon.js +12 -0
  577. package/dist/src/icons/PencilSimpleIcon.d.ts +2 -0
  578. package/dist/src/icons/PencilSimpleIcon.js +12 -0
  579. package/dist/src/icons/PercentIcon.d.ts +2 -0
  580. package/dist/src/icons/PercentIcon.js +12 -0
  581. package/dist/src/icons/PhoneIcon.d.ts +2 -0
  582. package/dist/src/icons/PhoneIcon.js +12 -0
  583. package/dist/src/icons/PieChartIcon.d.ts +2 -0
  584. package/dist/src/icons/PieChartIcon.js +12 -0
  585. package/dist/src/icons/PinterestIcon.d.ts +2 -0
  586. package/dist/src/icons/PinterestIcon.js +12 -0
  587. package/dist/src/icons/PlayIcon.d.ts +2 -0
  588. package/dist/src/icons/PlayIcon.js +12 -0
  589. package/dist/src/icons/PleskIcon.d.ts +2 -0
  590. package/dist/src/icons/PleskIcon.js +12 -0
  591. package/dist/src/icons/PluginIcon.d.ts +2 -0
  592. package/dist/src/icons/PluginIcon.js +12 -0
  593. package/dist/src/icons/PlugsConnectedIcon.d.ts +2 -0
  594. package/dist/src/icons/PlugsConnectedIcon.js +12 -0
  595. package/dist/src/icons/PlugsIcon.d.ts +2 -0
  596. package/dist/src/icons/PlugsIcon.js +12 -0
  597. package/dist/src/icons/PlusCircleFillIcon.d.ts +2 -0
  598. package/dist/src/icons/PlusCircleFillIcon.js +12 -0
  599. package/dist/src/icons/PlusCircleIcon.d.ts +2 -0
  600. package/dist/src/icons/PlusCircleIcon.js +12 -0
  601. package/dist/src/icons/PlusIcon.d.ts +2 -0
  602. package/dist/src/icons/PlusIcon.js +12 -0
  603. package/dist/src/icons/PlusSmallIcon.d.ts +2 -0
  604. package/dist/src/icons/PlusSmallIcon.js +12 -0
  605. package/dist/src/icons/PlusSquareIcon.d.ts +2 -0
  606. package/dist/src/icons/PlusSquareIcon.js +12 -0
  607. package/dist/src/icons/PowerIcon.d.ts +2 -0
  608. package/dist/src/icons/PowerIcon.js +12 -0
  609. package/dist/src/icons/ProhibitIcon.d.ts +2 -0
  610. package/dist/src/icons/ProhibitIcon.js +12 -0
  611. package/dist/src/icons/PulseIcon.d.ts +2 -0
  612. package/dist/src/icons/PulseIcon.js +12 -0
  613. package/dist/src/icons/PushPinIcon.d.ts +2 -0
  614. package/dist/src/icons/PushPinIcon.js +12 -0
  615. package/dist/src/icons/PuzzlePieceIcon.d.ts +2 -0
  616. package/dist/src/icons/PuzzlePieceIcon.js +12 -0
  617. package/dist/src/icons/QuestionFillIcon.d.ts +2 -0
  618. package/dist/src/icons/QuestionFillIcon.js +12 -0
  619. package/dist/src/icons/QuestionIcon.d.ts +2 -0
  620. package/dist/src/icons/QuestionIcon.js +12 -0
  621. package/dist/src/icons/QuestionSimpleIcon.d.ts +2 -0
  622. package/dist/src/icons/QuestionSimpleIcon.js +12 -0
  623. package/dist/src/icons/QueueIcon.d.ts +2 -0
  624. package/dist/src/icons/QueueIcon.js +12 -0
  625. package/dist/src/icons/RadioOffIcon.d.ts +2 -0
  626. package/dist/src/icons/RadioOffIcon.js +12 -0
  627. package/dist/src/icons/RadioOnIcon.d.ts +2 -0
  628. package/dist/src/icons/RadioOnIcon.js +12 -0
  629. package/dist/src/icons/RealcvIcon.d.ts +2 -0
  630. package/dist/src/icons/RealcvIcon.js +12 -0
  631. package/dist/src/icons/RectangleCircleIcon.d.ts +2 -0
  632. package/dist/src/icons/RectangleCircleIcon.js +12 -0
  633. package/dist/src/icons/RemoveAutoResponderIcon.d.ts +2 -0
  634. package/dist/src/icons/RemoveAutoResponderIcon.js +12 -0
  635. package/dist/src/icons/RemoveForwarderIcon.d.ts +2 -0
  636. package/dist/src/icons/RemoveForwarderIcon.js +12 -0
  637. package/dist/src/icons/RemoveIcon.d.ts +2 -0
  638. package/dist/src/icons/RemoveIcon.js +12 -0
  639. package/dist/src/icons/RepeatIcon.d.ts +2 -0
  640. package/dist/src/icons/RepeatIcon.js +12 -0
  641. package/dist/src/icons/RiseIcon.d.ts +2 -0
  642. package/dist/src/icons/RiseIcon.js +12 -0
  643. package/dist/src/icons/RobotIcon.d.ts +2 -0
  644. package/dist/src/icons/RobotIcon.js +12 -0
  645. package/dist/src/icons/SealWarningIcon.d.ts +2 -0
  646. package/dist/src/icons/SealWarningIcon.js +12 -0
  647. package/dist/src/icons/SettingsIcon.d.ts +2 -0
  648. package/dist/src/icons/SettingsIcon.js +12 -0
  649. package/dist/src/icons/ShareNetworkIcon.d.ts +2 -0
  650. package/dist/src/icons/ShareNetworkIcon.js +12 -0
  651. package/dist/src/icons/ShieldCheckIcon.d.ts +2 -0
  652. package/dist/src/icons/ShieldCheckIcon.js +12 -0
  653. package/dist/src/icons/ShieldCheckedIcon.d.ts +2 -0
  654. package/dist/src/icons/ShieldCheckedIcon.js +12 -0
  655. package/dist/src/icons/ShieldCrossIcon.d.ts +2 -0
  656. package/dist/src/icons/ShieldCrossIcon.js +12 -0
  657. package/dist/src/icons/ShieldIcon.d.ts +2 -0
  658. package/dist/src/icons/ShieldIcon.js +12 -0
  659. package/dist/src/icons/SidebarCollapseIcon.d.ts +2 -0
  660. package/dist/src/icons/SidebarCollapseIcon.js +12 -0
  661. package/dist/src/icons/SidebarExpandIcon.d.ts +2 -0
  662. package/dist/src/icons/SidebarExpandIcon.js +12 -0
  663. package/dist/src/icons/SidebarSimpleIcon.d.ts +2 -0
  664. package/dist/src/icons/SidebarSimpleIcon.js +12 -0
  665. package/dist/src/icons/SignInIcon.d.ts +2 -0
  666. package/dist/src/icons/SignInIcon.js +12 -0
  667. package/dist/src/icons/SignOutIcon.d.ts +2 -0
  668. package/dist/src/icons/SignOutIcon.js +12 -0
  669. package/dist/src/icons/SirenIcon.d.ts +2 -0
  670. package/dist/src/icons/SirenIcon.js +12 -0
  671. package/dist/src/icons/SkipBackIcon.d.ts +2 -0
  672. package/dist/src/icons/SkipBackIcon.js +12 -0
  673. package/dist/src/icons/SkipForwardIcon.d.ts +2 -0
  674. package/dist/src/icons/SkipForwardIcon.js +12 -0
  675. package/dist/src/icons/SkypeLogoIcon.d.ts +2 -0
  676. package/dist/src/icons/SkypeLogoIcon.js +12 -0
  677. package/dist/src/icons/SlidersHorizontalIcon.d.ts +2 -0
  678. package/dist/src/icons/SlidersHorizontalIcon.js +12 -0
  679. package/dist/src/icons/SmartphoneIcon.d.ts +2 -0
  680. package/dist/src/icons/SmartphoneIcon.js +12 -0
  681. package/dist/src/icons/SnapchatLogoIcon.d.ts +2 -0
  682. package/dist/src/icons/SnapchatLogoIcon.js +12 -0
  683. package/dist/src/icons/SortAscendingIcon.d.ts +2 -0
  684. package/dist/src/icons/SortAscendingIcon.js +12 -0
  685. package/dist/src/icons/SortDescendingIcon.d.ts +2 -0
  686. package/dist/src/icons/SortDescendingIcon.js +12 -0
  687. package/dist/src/icons/SoundcloudIcon.d.ts +2 -0
  688. package/dist/src/icons/SoundcloudIcon.js +12 -0
  689. package/dist/src/icons/SparkleIcon.d.ts +2 -0
  690. package/dist/src/icons/SparkleIcon.js +12 -0
  691. package/dist/src/icons/SparklesStarsIcon.d.ts +2 -0
  692. package/dist/src/icons/SparklesStarsIcon.js +12 -0
  693. package/dist/src/icons/SpeakerXIcon.d.ts +2 -0
  694. package/dist/src/icons/SpeakerXIcon.js +12 -0
  695. package/dist/src/icons/SpeedometerIcon.d.ts +2 -0
  696. package/dist/src/icons/SpeedometerIcon.js +12 -0
  697. package/dist/src/icons/SpotifyIcon.d.ts +2 -0
  698. package/dist/src/icons/SpotifyIcon.js +12 -0
  699. package/dist/src/icons/SquareFillIcon.d.ts +2 -0
  700. package/dist/src/icons/SquareFillIcon.js +12 -0
  701. package/dist/src/icons/SquareFillRoundedIcon.d.ts +2 -0
  702. package/dist/src/icons/SquareFillRoundedIcon.js +12 -0
  703. package/dist/src/icons/SquareIcon.d.ts +2 -0
  704. package/dist/src/icons/SquareIcon.js +12 -0
  705. package/dist/src/icons/SquaresFourFillIcon.d.ts +2 -0
  706. package/dist/src/icons/SquaresFourFillIcon.js +12 -0
  707. package/dist/src/icons/SquaresFourIcon.d.ts +2 -0
  708. package/dist/src/icons/SquaresFourIcon.js +12 -0
  709. package/dist/src/icons/StagingIcon.d.ts +2 -0
  710. package/dist/src/icons/StagingIcon.js +12 -0
  711. package/dist/src/icons/StairsIcon.d.ts +2 -0
  712. package/dist/src/icons/StairsIcon.js +12 -0
  713. package/dist/src/icons/StarFilledIcon.d.ts +2 -0
  714. package/dist/src/icons/StarFilledIcon.js +12 -0
  715. package/dist/src/icons/StarFourIcon.d.ts +2 -0
  716. package/dist/src/icons/StarFourIcon.js +12 -0
  717. package/dist/src/icons/StarIcon.d.ts +2 -0
  718. package/dist/src/icons/StarIcon.js +12 -0
  719. package/dist/src/icons/StethoscopeIcon.d.ts +2 -0
  720. package/dist/src/icons/StethoscopeIcon.js +12 -0
  721. package/dist/src/icons/StopCircleIcon.d.ts +2 -0
  722. package/dist/src/icons/StopCircleIcon.js +12 -0
  723. package/dist/src/icons/StopFillIcon.d.ts +2 -0
  724. package/dist/src/icons/StopFillIcon.js +12 -0
  725. package/dist/src/icons/SunIcon.d.ts +2 -0
  726. package/dist/src/icons/SunIcon.js +12 -0
  727. package/dist/src/icons/TabletIcon.d.ts +2 -0
  728. package/dist/src/icons/TabletIcon.js +12 -0
  729. package/dist/src/icons/TabsIcon.d.ts +2 -0
  730. package/dist/src/icons/TabsIcon.js +12 -0
  731. package/dist/src/icons/TagFilledIcon.d.ts +2 -0
  732. package/dist/src/icons/TagFilledIcon.js +12 -0
  733. package/dist/src/icons/TagIcon.d.ts +2 -0
  734. package/dist/src/icons/TagIcon.js +12 -0
  735. package/dist/src/icons/TagSmallIcon.d.ts +2 -0
  736. package/dist/src/icons/TagSmallIcon.js +12 -0
  737. package/dist/src/icons/TaskpadIcon.d.ts +2 -0
  738. package/dist/src/icons/TaskpadIcon.js +12 -0
  739. package/dist/src/icons/TerminalIcon.d.ts +2 -0
  740. package/dist/src/icons/TerminalIcon.js +12 -0
  741. package/dist/src/icons/TerminalWindowIcon.d.ts +2 -0
  742. package/dist/src/icons/TerminalWindowIcon.js +12 -0
  743. package/dist/src/icons/TextAlignCenterIcon.d.ts +2 -0
  744. package/dist/src/icons/TextAlignCenterIcon.js +12 -0
  745. package/dist/src/icons/TextAlignJustifyIcon.d.ts +2 -0
  746. package/dist/src/icons/TextAlignJustifyIcon.js +12 -0
  747. package/dist/src/icons/TextAlignLeftIcon.d.ts +2 -0
  748. package/dist/src/icons/TextAlignLeftIcon.js +12 -0
  749. package/dist/src/icons/TextAlignRightIcon.d.ts +2 -0
  750. package/dist/src/icons/TextAlignRightIcon.js +12 -0
  751. package/dist/src/icons/TextBBoldIcon.d.ts +2 -0
  752. package/dist/src/icons/TextBBoldIcon.js +12 -0
  753. package/dist/src/icons/TextHTwoIcon.d.ts +2 -0
  754. package/dist/src/icons/TextHTwoIcon.js +12 -0
  755. package/dist/src/icons/TextItalicIcon.d.ts +2 -0
  756. package/dist/src/icons/TextItalicIcon.js +12 -0
  757. package/dist/src/icons/TextStrikethroughIcon.d.ts +2 -0
  758. package/dist/src/icons/TextStrikethroughIcon.js +12 -0
  759. package/dist/src/icons/TextUnderlineIcon.d.ts +2 -0
  760. package/dist/src/icons/TextUnderlineIcon.js +12 -0
  761. package/dist/src/icons/TextboxIcon.d.ts +2 -0
  762. package/dist/src/icons/TextboxIcon.js +12 -0
  763. package/dist/src/icons/ThemeIcon.d.ts +2 -0
  764. package/dist/src/icons/ThemeIcon.js +12 -0
  765. package/dist/src/icons/ThermometerSimpleIcon.d.ts +2 -0
  766. package/dist/src/icons/ThermometerSimpleIcon.js +12 -0
  767. package/dist/src/icons/TicketIcon.d.ts +2 -0
  768. package/dist/src/icons/TicketIcon.js +12 -0
  769. package/dist/src/icons/TidalIcon.d.ts +2 -0
  770. package/dist/src/icons/TidalIcon.js +12 -0
  771. package/dist/src/icons/TiktokIcon.d.ts +2 -0
  772. package/dist/src/icons/TiktokIcon.js +12 -0
  773. package/dist/src/icons/ToggleLeftFillIcon.d.ts +2 -0
  774. package/dist/src/icons/ToggleLeftFillIcon.js +12 -0
  775. package/dist/src/icons/ToggleLeftIcon.d.ts +2 -0
  776. package/dist/src/icons/ToggleLeftIcon.js +12 -0
  777. package/dist/src/icons/ToggleRightFillIcon.d.ts +2 -0
  778. package/dist/src/icons/ToggleRightFillIcon.js +12 -0
  779. package/dist/src/icons/ToggleRightIcon.d.ts +2 -0
  780. package/dist/src/icons/ToggleRightIcon.js +12 -0
  781. package/dist/src/icons/TranslateIcon.d.ts +2 -0
  782. package/dist/src/icons/TranslateIcon.js +12 -0
  783. package/dist/src/icons/TrashIcon.d.ts +2 -0
  784. package/dist/src/icons/TrashIcon.js +12 -0
  785. package/dist/src/icons/TrayArrowInIcon.d.ts +2 -0
  786. package/dist/src/icons/TrayArrowInIcon.js +12 -0
  787. package/dist/src/icons/TrayIcon.d.ts +2 -0
  788. package/dist/src/icons/TrayIcon.js +12 -0
  789. package/dist/src/icons/TrayPlusIcon.d.ts +2 -0
  790. package/dist/src/icons/TrayPlusIcon.js +12 -0
  791. package/dist/src/icons/TreeStructureIcon.d.ts +2 -0
  792. package/dist/src/icons/TreeStructureIcon.js +12 -0
  793. package/dist/src/icons/UploadIcon.d.ts +2 -0
  794. package/dist/src/icons/UploadIcon.js +12 -0
  795. package/dist/src/icons/UserIcon.d.ts +2 -0
  796. package/dist/src/icons/UserIcon.js +12 -0
  797. package/dist/src/icons/UserPlusIcon.d.ts +2 -0
  798. package/dist/src/icons/UserPlusIcon.js +12 -0
  799. package/dist/src/icons/UserSquareIcon.d.ts +2 -0
  800. package/dist/src/icons/UserSquareIcon.js +12 -0
  801. package/dist/src/icons/UsersIcon.d.ts +2 -0
  802. package/dist/src/icons/UsersIcon.js +12 -0
  803. package/dist/src/icons/VectorTwoIcon.d.ts +2 -0
  804. package/dist/src/icons/VectorTwoIcon.js +12 -0
  805. package/dist/src/icons/ViewstreamfilledIcon.d.ts +2 -0
  806. package/dist/src/icons/ViewstreamfilledIcon.js +12 -0
  807. package/dist/src/icons/WandMagicIcon.d.ts +2 -0
  808. package/dist/src/icons/WandMagicIcon.js +12 -0
  809. package/dist/src/icons/WarningCircleDuotoneIcon.d.ts +2 -0
  810. package/dist/src/icons/WarningCircleDuotoneIcon.js +12 -0
  811. package/dist/src/icons/WarningFillIcon.d.ts +2 -0
  812. package/dist/src/icons/WarningFillIcon.js +12 -0
  813. package/dist/src/icons/WarningFilledIcon.d.ts +2 -0
  814. package/dist/src/icons/WarningFilledIcon.js +12 -0
  815. package/dist/src/icons/WarningIcon.d.ts +2 -0
  816. package/dist/src/icons/WarningIcon.js +12 -0
  817. package/dist/src/icons/WarningMarkerIcon.d.ts +2 -0
  818. package/dist/src/icons/WarningMarkerIcon.js +12 -0
  819. package/dist/src/icons/WarningOctagonFillIcon.d.ts +2 -0
  820. package/dist/src/icons/WarningOctagonFillIcon.js +12 -0
  821. package/dist/src/icons/WarningOctagonIcon.d.ts +2 -0
  822. package/dist/src/icons/WarningOctagonIcon.js +12 -0
  823. package/dist/src/icons/WarningTriangleIcon.d.ts +2 -0
  824. package/dist/src/icons/WarningTriangleIcon.js +12 -0
  825. package/dist/src/icons/WaveSineIcon.d.ts +2 -0
  826. package/dist/src/icons/WaveSineIcon.js +12 -0
  827. package/dist/src/icons/WebhooksLogoIcon.d.ts +2 -0
  828. package/dist/src/icons/WebhooksLogoIcon.js +12 -0
  829. package/dist/src/icons/WebsiteIcon.d.ts +2 -0
  830. package/dist/src/icons/WebsiteIcon.js +12 -0
  831. package/dist/src/icons/WhatsappLogoFillIcon.d.ts +2 -0
  832. package/dist/src/icons/WhatsappLogoFillIcon.js +12 -0
  833. package/dist/src/icons/WhatsappLogoIcon.d.ts +2 -0
  834. package/dist/src/icons/WhatsappLogoIcon.js +12 -0
  835. package/dist/src/icons/WheelchairMotionIcon.d.ts +2 -0
  836. package/dist/src/icons/WheelchairMotionIcon.js +12 -0
  837. package/dist/src/icons/WifiIcon.d.ts +2 -0
  838. package/dist/src/icons/WifiIcon.js +12 -0
  839. package/dist/src/icons/WordpressIcon.d.ts +2 -0
  840. package/dist/src/icons/WordpressIcon.js +12 -0
  841. package/dist/src/icons/WorkIcon.d.ts +2 -0
  842. package/dist/src/icons/WorkIcon.js +12 -0
  843. package/dist/src/icons/WrenchIcon.d.ts +2 -0
  844. package/dist/src/icons/WrenchIcon.js +12 -0
  845. package/dist/src/icons/XIcon.d.ts +2 -0
  846. package/dist/src/icons/XIcon.js +12 -0
  847. package/dist/src/icons/YoutubeIcon.d.ts +2 -0
  848. package/dist/src/icons/YoutubeIcon.js +12 -0
  849. package/dist/src/icons/index.d.ts +411 -4
  850. package/dist/src/icons/index.js +412 -10
  851. package/dist/src/index.d.ts +3 -0
  852. package/dist/src/index.js +3 -0
  853. package/dist/src/tokens/ThemeColorTokens.d.ts +1 -0
  854. package/dist/src/tokens/ThemeColorTokens.js +16 -1
  855. package/dist/src/tokens/ThemeMode.d.ts +1 -1
  856. package/dist/src/tokens/ThemeScheme.d.ts +2 -0
  857. package/dist/src/tokens/ThemeScheme.js +2 -1
  858. package/dist/src/tokens/colors/Wptk.d.ts +24 -0
  859. package/dist/src/tokens/colors/Wptk.js +1496 -0
  860. package/dist/src/tokens/colors/index.d.ts +1 -0
  861. package/dist/src/tokens/colors/index.js +1 -0
  862. package/dist/src/utils/createIcon.d.ts +16 -5
  863. package/dist/src/utils/createIcon.js +3 -65
  864. package/dist/src/utils/getMUIComponents.js +2 -2
  865. package/package.json +3 -3
  866. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +0 -1
  867. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +0 -4
  868. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.d.ts +0 -1
  869. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.js +0 -4
  870. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.d.ts +0 -1
  871. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.js +0 -4
  872. package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.d.ts +0 -11
  873. package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.js +0 -26
  874. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.d.ts +0 -11
  875. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.js +0 -18
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FoldersIcon: 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 FoldersIcon = 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 6H14.5003L11.8997 4.05C11.6397 3.85599 11.3241 3.7508 10.9997 3.75H6.75C6.35218 3.75 5.97064 3.90804 5.68934 4.18934C5.40804 4.47064 5.25 4.85218 5.25 5.25V6.75H3.75C3.35218 6.75 2.97064 6.90804 2.68934 7.18934C2.40804 7.47064 2.25 7.85218 2.25 8.25V18.75C2.25 19.1478 2.40804 19.5294 2.68934 19.8107C2.97064 20.092 3.35218 20.25 3.75 20.25H18.0834C18.459 20.2495 18.819 20.1001 19.0846 19.8346C19.3501 19.569 19.4995 19.209 19.5 18.8334V17.25H21.0834C21.459 17.2495 21.819 17.1001 22.0846 16.8346C22.3501 16.569 22.4995 16.209 22.5 15.8334V7.5C22.5 7.10218 22.342 6.72064 22.0607 6.43934C21.7794 6.15804 21.3978 6 21 6ZM18 18.75H3.75V8.25H7.99969L10.8 10.35C10.9298 10.4474 11.0877 10.5 11.25 10.5H18V18.75ZM21 15.75H19.5V10.5C19.5 10.1022 19.342 9.72064 19.0607 9.43934C18.7794 9.15804 18.3978 9 18 9H11.5003L8.89969 7.05C8.63967 6.85599 8.32411 6.7508 7.99969 6.75H6.75V5.25H10.9997L13.8 7.35C13.9298 7.44737 14.0877 7.5 14.25 7.5H21V15.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FoldersIcon.displayName = 'FoldersIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FontInterIcon: 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 FontInterIcon = 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.7896 11.6199C19.2542 11.6199 19.6601 11.702 20.0063 11.866C20.3571 12.0255 20.6536 12.258 20.895 12.5632C20.8962 12.5647 20.8968 12.5666 20.8979 12.5681L20.9565 11.7566H22.1187V18.9958C22.1187 19.6473 21.984 20.2036 21.7153 20.6638C21.4511 21.1239 21.0816 21.4727 20.6079 21.7097C20.1386 21.9512 19.596 22.072 18.981 22.072C18.7258 22.072 18.4248 22.0309 18.0786 21.949C17.7369 21.8715 17.3995 21.737 17.0669 21.5457C16.7388 21.3588 16.463 21.1059 16.2397 20.7869L16.9028 20.0417C17.2127 20.4154 17.5363 20.6752 17.8735 20.821C18.2152 20.9713 18.5527 21.0466 18.8853 21.0466C19.482 21.0465 19.9563 20.8756 20.3071 20.5339C20.6623 20.1967 20.8403 19.7043 20.8403 19.0574V18.4158C20.6916 18.588 20.5265 18.7391 20.3413 18.866C19.9221 19.1484 19.4 19.2897 18.7759 19.2898C18.1835 19.2898 17.6684 19.1279 17.231 18.8044C16.798 18.4763 16.4608 18.0297 16.2192 17.4646C15.9823 16.8995 15.8638 16.2569 15.8638 15.5369V15.3933C15.8638 14.6415 15.9823 13.9828 16.2192 13.4177C16.4562 12.8483 16.7936 12.4059 17.231 12.0916C17.6684 11.7773 18.1882 11.6199 18.7896 11.6199ZM14.3813 18.8943H12.5347L11.0728 14.7751H5.18994L3.72803 18.8943H1.88135L7.22217 4.34839H9.04053L14.3813 18.8943ZM19.104 12.6794C18.6439 12.6794 18.2677 12.8027 17.9761 13.0486C17.6891 13.2946 17.4771 13.6253 17.3403 14.0398C17.2082 14.4499 17.1421 14.9012 17.1421 15.3933V15.5369C17.1421 16.029 17.2082 16.478 17.3403 16.8835C17.4771 17.2891 17.689 17.615 17.9761 17.8611C18.2632 18.1025 18.6347 18.2234 19.0903 18.2234C19.5094 18.2233 19.8538 18.1345 20.1226 17.9568C20.3912 17.7791 20.608 17.5442 20.772 17.2527C20.7963 17.2094 20.8176 17.1643 20.8403 17.1199V13.7449C20.7532 13.5773 20.6489 13.4246 20.5259 13.2878C20.3619 13.1011 20.1612 12.9529 19.9243 12.8435C19.692 12.7342 19.4183 12.6795 19.104 12.6794ZM5.74463 13.2126H10.5181L8.18799 6.65015H8.07471L5.74463 13.2126Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FontInterIcon.displayName = 'FontInterIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FontMerriweatherIcon: 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 FontMerriweatherIcon = 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.3291 12.2488C19.917 12.2488 20.4305 12.3975 20.8691 12.696C21.2077 12.9265 21.4872 13.2302 21.709 13.6052V12.4167H22.8291V18.7449C22.8291 19.5474 22.6795 20.2192 22.3809 20.7605C22.0822 21.3017 21.6719 21.7076 21.1494 21.9783C20.6267 22.2489 20.0338 22.3845 19.3711 22.3845C18.9233 22.3845 18.5128 22.3381 18.1396 22.2449C17.7757 22.1609 17.4625 22.0629 17.2012 21.9509C16.9492 21.8483 16.7673 21.759 16.6553 21.6843L17.0752 20.7742C17.1965 20.8395 17.3697 20.9191 17.5938 21.0125C17.8176 21.115 18.0786 21.1991 18.377 21.2644C18.685 21.3391 19.0121 21.3767 19.3574 21.3767C19.8054 21.3767 20.2069 21.2831 20.5615 21.0964C20.9253 20.9191 21.2054 20.6347 21.4014 20.2429C21.6067 19.8603 21.709 19.3652 21.709 18.7585V18.0105C21.4871 18.3805 21.208 18.6821 20.8691 18.9128C20.4305 19.2114 19.917 19.3601 19.3291 19.3601C18.704 19.3601 18.1536 19.2113 17.6777 18.9128C17.2018 18.6142 16.8283 18.1986 16.5576 17.6667C16.2963 17.1254 16.165 16.5088 16.165 15.8181C16.1651 15.109 16.2964 14.4887 16.5576 13.9568C16.8283 13.4155 17.2017 12.9947 17.6777 12.696C18.1536 12.3976 18.7041 12.2488 19.3291 12.2488ZM13.8184 17.5164L14.9785 17.7166V18.9167H9.07812V17.7166L10.5781 17.5164L9.79785 14.9167H4.61816L3.83789 17.5369L5.45801 17.7166V18.9167H0.358398L0.337891 17.7166L1.53809 17.5164L6.1377 3.97632H9.19824L13.8184 17.5164ZM19.5811 13.2283C19.1425 13.2283 18.7505 13.3403 18.4053 13.5642C18.0693 13.7788 17.8034 14.0825 17.6074 14.4744C17.4208 14.857 17.3271 15.2961 17.3271 15.7908C17.3272 16.3039 17.4252 16.7563 17.6211 17.1482C17.817 17.5307 18.0831 17.8344 18.4189 18.0583C18.7643 18.2823 19.157 18.3943 19.5957 18.3943C20.0062 18.3942 20.3703 18.2823 20.6875 18.0583C21.0047 17.8344 21.2524 17.5308 21.4297 17.1482C21.6069 16.7564 21.6953 16.3038 21.6953 15.7908C21.6953 15.2961 21.6017 14.857 21.415 14.4744C21.2377 14.0825 20.9901 13.7788 20.6729 13.5642C20.3649 13.3404 20.0009 13.2283 19.5811 13.2283ZM6.77832 7.37671L4.99805 13.5164H9.39844L7.51855 7.35718L7.1582 5.79663L6.77832 7.37671Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FontMerriweatherIcon.displayName = 'FontMerriweatherIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FontMonserratIcon: 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 FontMonserratIcon = 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.6621 13.1917C19.9701 13.1917 20.2574 13.2271 20.5234 13.2971C20.7893 13.3625 21.0317 13.4605 21.251 13.5911H23.1758V14.053C23.1756 14.2068 23.0777 14.305 22.8818 14.3469L22.0771 14.4514C22.2358 14.7594 22.3154 15.1005 22.3154 15.4739C22.3154 15.819 22.2475 16.1337 22.1123 16.4182C21.9816 16.6982 21.7997 16.9392 21.5664 17.1399C21.3331 17.3405 21.0531 17.4945 20.7266 17.6018C20.3999 17.7091 20.0448 17.7629 19.6621 17.7629C19.331 17.7629 19.0185 17.723 18.7246 17.6438C18.5753 17.7371 18.4602 17.8372 18.3809 17.9446C18.3016 18.0472 18.2617 18.1527 18.2617 18.26C18.2618 18.4278 18.3297 18.5562 18.4648 18.6448C18.6047 18.7287 18.787 18.7891 19.0107 18.8264C19.2347 18.8637 19.4897 18.8874 19.7744 18.8967C20.0637 18.9061 20.3577 18.9222 20.6562 18.9456C20.9596 18.9642 21.2534 18.9997 21.5381 19.051C21.8274 19.1024 22.0846 19.1863 22.3086 19.303C22.5324 19.4196 22.7124 19.5802 22.8477 19.7854C22.9876 19.9906 23.0576 20.2568 23.0576 20.5833C23.0576 20.8866 22.9802 21.1814 22.8262 21.4661C22.6768 21.7506 22.4594 22.0027 22.1748 22.2219C21.8902 22.4458 21.5402 22.6226 21.125 22.7532C20.7144 22.8885 20.2503 22.9563 19.7324 22.9563C19.2144 22.9563 18.7614 22.9056 18.374 22.803C17.9868 22.7003 17.6648 22.5625 17.4082 22.3899C17.1515 22.2172 16.9578 22.016 16.8271 21.7874C16.7012 21.5634 16.6387 21.3276 16.6387 21.0803C16.6387 20.7306 16.7476 20.4342 16.9668 20.1917C17.1861 19.949 17.4875 19.7553 17.8701 19.6106C17.6602 19.5173 17.4922 19.3935 17.3662 19.2395C17.2449 19.0809 17.1846 18.8687 17.1846 18.6028C17.1846 18.5001 17.2029 18.3947 17.2402 18.2874C17.2776 18.1755 17.3336 18.0655 17.4082 17.9583C17.4875 17.8464 17.5834 17.7417 17.6953 17.6438C17.8072 17.5459 17.9377 17.4596 18.0869 17.385C17.737 17.189 17.4645 16.9296 17.2686 16.6077C17.0726 16.2811 16.9746 15.9031 16.9746 15.4739C16.9746 15.1285 17.0393 14.8154 17.1699 14.5354C17.3053 14.2508 17.4925 14.0107 17.7305 13.8147C17.9684 13.6141 18.2506 13.4601 18.5771 13.3528C18.9085 13.2455 19.2701 13.1917 19.6621 13.1917ZM18.6191 19.8137C18.3579 19.935 18.1435 20.0891 17.9756 20.2756C17.8124 20.4575 17.7306 20.6721 17.7305 20.9192C17.7305 21.0779 17.7703 21.2253 17.8496 21.3606C17.9336 21.5005 18.0596 21.6201 18.2275 21.718C18.3955 21.8206 18.6056 21.8994 18.8574 21.9553C19.114 22.0159 19.4147 22.0471 19.7598 22.0471C20.0958 22.0471 20.3971 22.016 20.6631 21.9553C20.929 21.8947 21.153 21.8085 21.335 21.6965C21.5214 21.5847 21.6637 21.4519 21.7617 21.2981C21.8597 21.1441 21.9092 20.973 21.9092 20.7864C21.9091 20.6138 21.8597 20.4737 21.7617 20.3665C21.6638 20.2593 21.5311 20.1751 21.3633 20.1145C21.1999 20.0538 21.0084 20.0119 20.7891 19.9885C20.5698 19.9605 20.3361 19.94 20.0889 19.926C19.8465 19.912 19.5994 19.898 19.3477 19.884C19.0957 19.87 18.8525 19.8464 18.6191 19.8137ZM15.4629 18.9016H13.9033L12.2227 15.1614H4.42285L2.74316 18.9016H1.20312L7.60352 4.90161H9.06348L15.4629 18.9016ZM19.6621 14.0881C19.1581 14.0881 18.7728 14.2162 18.5068 14.4729C18.2457 14.7295 18.1152 15.0752 18.1152 15.509C18.1153 15.7189 18.1476 15.9129 18.2129 16.0901C18.2829 16.2626 18.3841 16.4114 18.5146 16.5374C18.6453 16.6633 18.8059 16.7613 18.9971 16.8313C19.1884 16.9013 19.4101 16.9368 19.6621 16.9368C19.9141 16.9368 20.1358 16.9013 20.3271 16.8313C20.5184 16.7613 20.6799 16.6633 20.8105 16.5374C20.941 16.4115 21.0392 16.2625 21.1045 16.0901C21.1698 15.9129 21.2021 15.7189 21.2021 15.509C21.2021 15.075 21.0687 14.7296 20.8027 14.4729C20.5414 14.2163 20.1614 14.0881 19.6621 14.0881ZM4.96289 13.9612H11.6836L8.32324 6.44165L4.96289 13.9612Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FontMonserratIcon.displayName = 'FontMonserratIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FontOpensansIcon: 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 FontOpensansIcon = 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.0225 12.0923H21.9238C21.4666 12.0923 21.1123 12.1859 20.8604 12.3726C20.6533 12.5239 20.5343 12.7564 20.5039 13.0708C20.5993 13.1664 20.6856 13.2691 20.7617 13.3804C21.0043 13.735 21.1259 14.1453 21.126 14.6118C21.126 15.0691 21.0044 15.4802 20.7617 15.8442C20.5191 16.1988 20.1787 16.4788 19.7402 16.6841C19.3109 16.8801 18.8159 16.978 18.2559 16.978C17.894 16.978 17.5655 16.9428 17.2695 16.8755C17.063 16.9369 16.9017 17.0222 16.7861 17.1323C16.5995 17.3096 16.5059 17.5056 16.5059 17.7202C16.5059 17.9815 16.5995 18.1775 16.7861 18.3081C16.982 18.4294 17.2525 18.4897 17.5977 18.4897H19.6426C20.3049 18.4898 20.8231 18.6438 21.1963 18.9517C21.5695 19.2503 21.7558 19.6519 21.7559 20.1558C21.7559 20.6131 21.6019 21.0102 21.2939 21.3462C20.9953 21.6821 20.5894 21.9384 20.0762 22.1157C19.5722 22.3024 19.0028 22.396 18.3682 22.396C17.2668 22.396 16.4403 22.2098 15.8896 21.8364C15.3484 21.4631 15.0781 21.0143 15.0781 20.4917C15.0782 20.1185 15.1998 19.7824 15.4424 19.4839C15.6193 19.2809 15.8792 19.1409 16.2217 19.062C16.0638 18.9867 15.9196 18.8954 15.792 18.7837C15.5775 18.5784 15.4697 18.2843 15.4697 17.9019C15.4698 17.5195 15.61 17.1929 15.8896 16.9224C16.0444 16.7726 16.2386 16.6543 16.4707 16.5659C16.3474 16.493 16.2321 16.4122 16.1279 16.3198C15.6334 15.8719 15.3857 15.3024 15.3857 14.6118C15.3858 14.1454 15.5075 13.7349 15.75 13.3804C16.002 13.0257 16.3431 12.7502 16.7725 12.5542C17.2017 12.349 17.6961 12.2466 18.2559 12.2466C18.8159 12.2466 19.3109 12.3489 19.7402 12.5542C19.7708 12.5679 19.8005 12.5827 19.8301 12.5972C19.8638 12.3532 19.9412 12.1333 20.0625 11.938C20.2305 11.6675 20.4588 11.4617 20.748 11.3218C21.0374 11.1725 21.3549 11.0981 21.7002 11.0981H21.7705L22.0225 12.0923ZM17.1777 19.4565C16.8792 19.4566 16.6271 19.5309 16.4219 19.6802C16.2168 19.8387 16.1144 20.0533 16.1143 20.3237C16.1143 20.669 16.3102 20.9446 16.7021 21.1499C17.1035 21.3552 17.6545 21.4585 18.3545 21.4585C18.8957 21.4585 19.3393 21.4025 19.6846 21.2905C20.039 21.1786 20.2998 21.0332 20.4678 20.856C20.6358 20.6786 20.7197 20.4871 20.7197 20.2817C20.7196 20.0299 20.6173 19.8294 20.4121 19.6802C20.2161 19.5308 19.8567 19.4565 19.334 19.4565H17.1777ZM14.1016 18.8862H11.1201L10.1738 15.7798H5.41602L4.46973 18.8862H1.48828L6.09473 5.78271H9.47754L14.1016 18.8862ZM18.2559 13.1558C17.7707 13.1558 17.3647 13.2914 17.0381 13.562C16.7115 13.8233 16.5479 14.1733 16.5479 14.6118C16.5479 15.0412 16.7114 15.3919 17.0381 15.6626C17.3647 15.9331 17.7707 16.0678 18.2559 16.0679C18.7412 16.0679 19.1479 15.9333 19.4746 15.6626C19.8012 15.3919 19.9639 15.0411 19.9639 14.6118C19.9638 14.1734 19.801 13.8233 19.4746 13.562C19.1479 13.2913 18.7412 13.1558 18.2559 13.1558ZM7.7998 7.80811C7.60342 8.56982 7.04065 10.4543 6.1123 13.4595H9.51367C8.63889 10.6447 8.14529 9.05206 8.03223 8.68311C7.92513 8.31421 7.84741 8.02231 7.7998 7.80811Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FontOpensansIcon.displayName = 'FontOpensansIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FontPlayfairIcon: 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 FontPlayfairIcon = 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.8652 12.4626C19.0519 12.4626 19.2295 12.481 19.3975 12.5183C19.5653 12.5463 19.7098 12.584 19.8311 12.6306H22.1973V13.5125H20.7969C20.9555 13.6617 21.0868 13.8621 21.1895 14.114C21.3015 14.3567 21.3574 14.6235 21.3574 14.9128C21.3574 15.398 21.2454 15.818 21.0215 16.1726C20.7975 16.5273 20.4983 16.8028 20.125 16.9988C19.7518 17.1853 19.3317 17.2781 18.8652 17.2781C18.5015 17.2781 18.1609 17.1993 17.8438 17.0408C17.7224 17.1434 17.6192 17.2597 17.5352 17.3904C17.4512 17.5117 17.4092 17.6657 17.4092 17.8523C17.4092 18.067 17.4931 18.2445 17.6611 18.3845C17.8385 18.5245 18.1559 18.5945 18.6133 18.5945H19.9297C20.7226 18.5945 21.3151 18.7249 21.707 18.9861C22.1084 19.2381 22.3096 19.6492 22.3096 20.2185C22.3095 20.6384 22.1696 21.026 21.8896 21.3806C21.6097 21.7353 21.2125 22.0195 20.6992 22.2341C20.1859 22.4581 19.5746 22.5701 18.8652 22.5701C18.0346 22.5701 17.3576 22.4118 16.835 22.0945C16.3124 21.7772 16.0518 21.324 16.0518 20.7361C16.0518 20.4469 16.1401 20.1668 16.3174 19.8962C16.4947 19.635 16.737 19.4013 17.0449 19.196V19.1404C16.8771 19.0378 16.7326 18.8932 16.6113 18.7068C16.4993 18.5201 16.4434 18.2953 16.4434 18.0339C16.4434 17.7448 16.5231 17.4926 16.6816 17.2781C16.8402 17.0636 17.0083 16.8954 17.1855 16.7742V16.7185C16.9616 16.5319 16.756 16.2799 16.5693 15.9626C16.392 15.6453 16.3037 15.2858 16.3037 14.8845C16.3037 14.3899 16.42 13.9604 16.6533 13.5964C16.8866 13.2326 17.199 12.9526 17.5908 12.7566C17.9828 12.5606 18.4079 12.4627 18.8652 12.4626ZM17.7588 19.4343C17.5163 19.6116 17.3395 19.7989 17.2275 19.9949C17.1156 20.1908 17.0596 20.3868 17.0596 20.5828C17.0597 20.9465 17.2321 21.2354 17.5771 21.45C17.9318 21.6646 18.4172 21.7722 19.0332 21.7722C19.6865 21.7722 20.2096 21.628 20.6016 21.3386C20.9935 21.0587 21.1894 20.7411 21.1895 20.3865C21.1895 20.0691 21.0679 19.8496 20.8252 19.7283C20.5919 19.607 20.2559 19.5466 19.8174 19.5466H18.6416C18.5109 19.5466 18.3657 19.537 18.207 19.5183C18.0578 19.4996 17.908 19.4716 17.7588 19.4343ZM13.4805 17.2546C13.6804 17.761 13.9069 18.1009 14.1602 18.2742C14.4135 18.4342 14.647 18.5206 14.8604 18.5339V18.9343C14.5937 18.9077 14.2666 18.8943 13.8799 18.8943C13.4935 18.881 13.1071 18.8748 12.7207 18.8748C12.2007 18.8748 11.7131 18.881 11.2598 18.8943C10.8067 18.8943 10.4401 18.9077 10.1602 18.9343V18.5339C10.8401 18.5073 11.2733 18.3941 11.46 18.1941C11.6466 17.9808 11.6065 17.5342 11.3398 16.8542L10.1123 13.574H5.27637L4.45996 15.6941C4.24663 16.2274 4.12008 16.6811 4.08008 17.0544C4.0401 17.4144 4.07401 17.7015 4.18066 17.9148C4.30064 18.1278 4.49347 18.2815 4.75977 18.3748C5.03966 18.4681 5.38667 18.5206 5.7998 18.5339V18.9343C5.4266 18.9077 5.03329 18.8943 4.62012 18.8943C4.22017 18.881 3.84663 18.8748 3.5 18.8748C3.16695 18.8748 2.88049 18.881 2.64062 18.8943C2.41396 18.8943 2.2 18.9077 2 18.9343V18.5339C2.26667 18.4673 2.54031 18.314 2.82031 18.074C3.10017 17.8207 3.3535 17.3943 3.58008 16.7947L8.28027 4.67456H8.60059L13.4805 17.2546ZM18.8652 13.3025C18.464 13.3025 18.1237 13.4426 17.8438 13.7224C17.5638 14.0024 17.4229 14.3899 17.4229 14.8845C17.4229 15.3791 17.5638 15.7753 17.8438 16.074C18.1331 16.3633 18.4733 16.5085 18.8652 16.5085C19.2572 16.5085 19.593 16.3633 19.873 16.074C20.1623 15.7753 20.3076 15.3791 20.3076 14.8845C20.3076 14.39 20.1676 14.0024 19.8877 13.7224C19.6077 13.4424 19.2666 13.3025 18.8652 13.3025ZM5.42969 13.1746H9.96289L7.72852 7.20386L5.42969 13.1746Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FontPlayfairIcon.displayName = 'FontPlayfairIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FontPoppinsIcon: 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 FontPoppinsIcon = 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.2559 13.1943C19.5639 13.1943 19.8512 13.2298 20.1172 13.2998C20.3831 13.3651 20.6255 13.4631 20.8447 13.5938H22.7695V14.0557C22.7694 14.2095 22.6714 14.3076 22.4756 14.3496L21.6709 14.4541C21.8296 14.7621 21.9092 15.1032 21.9092 15.4766C21.9092 15.8216 21.8412 16.1364 21.7061 16.4209C21.5754 16.7009 21.3935 16.9419 21.1602 17.1426C20.9269 17.3432 20.6469 17.4972 20.3203 17.6045C19.9936 17.7118 19.6385 17.7656 19.2559 17.7656C18.9247 17.7656 18.6122 17.7257 18.3184 17.6465C18.169 17.7398 18.0539 17.8399 17.9746 17.9473C17.8953 18.0499 17.8555 18.1554 17.8555 18.2627C17.8556 18.4304 17.9235 18.5589 18.0586 18.6475C18.1985 18.7314 18.3807 18.7918 18.6045 18.8291C18.8285 18.8664 19.0835 18.8901 19.3682 18.8994C19.6574 18.9087 19.9514 18.9249 20.25 18.9482C20.5533 18.9669 20.8472 19.0024 21.1318 19.0537C21.4212 19.105 21.6783 19.189 21.9023 19.3057C22.1261 19.4223 22.3062 19.5829 22.4414 19.7881C22.5813 19.9933 22.6513 20.2595 22.6514 20.5859C22.6514 20.8893 22.5739 21.1841 22.4199 21.4688C22.2706 21.7533 22.0531 22.0054 21.7686 22.2246C21.484 22.4485 21.1339 22.6252 20.7188 22.7559C20.3082 22.8912 19.8441 22.959 19.3262 22.959C18.8082 22.959 18.3551 22.9083 17.9678 22.8057C17.5805 22.703 17.2586 22.5652 17.002 22.3926C16.7453 22.2199 16.5516 22.0187 16.4209 21.79C16.295 21.5661 16.2324 21.3303 16.2324 21.083C16.2325 20.7332 16.3414 20.4369 16.5605 20.1943C16.7799 19.9517 17.0812 19.7579 17.4639 19.6133C17.2539 19.52 17.0859 19.3962 16.96 19.2422C16.8387 19.0836 16.7783 18.8714 16.7783 18.6055C16.7783 18.5028 16.7967 18.3974 16.834 18.29C16.8713 18.1781 16.9273 18.0682 17.002 17.9609C17.0812 17.849 17.1772 17.7444 17.2891 17.6465C17.401 17.5486 17.5315 17.4623 17.6807 17.3877C17.3308 17.1917 17.0583 16.9323 16.8623 16.6104C16.6663 16.2837 16.5684 15.9058 16.5684 15.4766C16.5684 15.1312 16.633 14.8181 16.7637 14.5381C16.899 14.2535 17.0862 14.0134 17.3242 13.8174C17.5622 13.6168 17.8443 13.4628 18.1709 13.3555C18.5022 13.2481 18.8639 13.1943 19.2559 13.1943ZM18.2129 19.8164C17.9517 19.9377 17.7373 20.0918 17.5693 20.2783C17.4061 20.4602 17.3243 20.6747 17.3242 20.9219C17.3242 21.0805 17.364 21.2279 17.4434 21.3633C17.5274 21.5032 17.6533 21.6227 17.8213 21.7207C17.9892 21.8232 18.1994 21.9021 18.4512 21.958C18.7077 22.0186 19.0084 22.0498 19.3535 22.0498C19.6895 22.0498 19.9908 22.0187 20.2568 21.958C20.5228 21.8974 20.7467 21.8112 20.9287 21.6992C21.1152 21.5873 21.2575 21.4546 21.3555 21.3008C21.4535 21.1468 21.5029 20.9757 21.5029 20.7891C21.5029 20.6165 21.4534 20.4764 21.3555 20.3691C21.2575 20.262 21.1248 20.1778 20.957 20.1172C20.7937 20.0565 20.6021 20.0145 20.3828 19.9912C20.1635 19.9632 19.9299 19.9427 19.6826 19.9287C19.4402 19.9147 19.1931 19.9007 18.9414 19.8867C18.6894 19.8727 18.4462 19.8491 18.2129 19.8164ZM15.002 18.9043H11.3818L10.542 16.4238H5.30176L4.46191 18.9043H0.881836L5.96191 4.86426H9.92188L15.002 18.9043ZM19.2559 14.0908C18.7519 14.0908 18.3666 14.2189 18.1006 14.4756C17.8395 14.7322 17.709 15.0779 17.709 15.5117C17.709 15.7216 17.7413 15.9155 17.8066 16.0928C17.8766 16.2653 17.9778 16.4141 18.1084 16.54C18.239 16.6659 18.3996 16.764 18.5908 16.834C18.7821 16.904 19.0039 16.9394 19.2559 16.9395C19.5079 16.9395 19.7296 16.904 19.9209 16.834C20.1122 16.764 20.2736 16.666 20.4043 16.54C20.5347 16.4142 20.633 16.2652 20.6982 16.0928C20.7635 15.9155 20.7959 15.7216 20.7959 15.5117C20.7959 15.0777 20.6625 14.7323 20.3965 14.4756C20.1352 14.219 19.7551 14.0908 19.2559 14.0908ZM6.20117 13.7842H9.66113L7.92188 8.64453L6.20117 13.7842Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FontPoppinsIcon.displayName = 'FontPoppinsIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FontRobotoCondensedIcon: 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 FontRobotoCondensedIcon = 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.0518 11.5688C18.5164 11.5689 18.9223 11.6509 19.2686 11.8149C19.6193 11.9744 19.9158 12.2093 20.1572 12.519C20.1604 12.523 20.1628 12.5277 20.166 12.5317L20.2256 11.7056H21.374V18.9448C21.374 19.5964 21.2418 20.1526 20.9775 20.6128C20.7133 21.073 20.3439 21.4217 19.8701 21.6587C19.4008 21.9002 18.8582 22.0209 18.2432 22.021C17.9881 22.021 17.687 21.9799 17.3408 21.8979C16.9992 21.8205 16.6617 21.6859 16.3291 21.4946C16.0011 21.3078 15.7252 21.0547 15.502 20.7358L16.165 19.9839C16.4749 20.3574 16.7986 20.6174 17.1357 20.7632C17.4774 20.9089 17.8149 20.9819 18.1475 20.9819C18.5483 20.9819 18.895 20.9067 19.1865 20.7563C19.478 20.606 19.7038 20.3825 19.8633 20.0864C20.0273 19.7948 20.1094 19.4346 20.1094 19.0063V18.3521C19.8768 18.6295 19.597 18.8459 19.2686 18.9995C18.9178 19.159 18.5073 19.2387 18.0381 19.2388C17.5962 19.2388 17.1949 19.1452 16.835 18.9585C16.4796 18.7717 16.1741 18.5095 15.9189 18.1724C15.6638 17.8352 15.4678 17.4386 15.3311 16.9829C15.1989 16.5226 15.1328 16.0236 15.1328 15.4858V15.3423C15.1328 14.7772 15.1989 14.2645 15.3311 13.8042C15.4678 13.3394 15.6615 12.9406 15.9121 12.6079C16.1673 12.2753 16.475 12.02 16.835 11.8423C17.1949 11.6601 17.6007 11.5688 18.0518 11.5688ZM9.17188 4.81885L13.752 19.0376H11.916L10.7998 15.3169H6.00098L4.88477 19.0376H3.04883L7.62891 4.81885H9.17188ZM18.3594 12.6353C18.0132 12.6353 17.7144 12.7083 17.4639 12.854C17.2178 12.9952 17.015 13.1913 16.8555 13.4419C16.7005 13.688 16.5843 13.9751 16.5068 14.3032C16.4339 14.6268 16.3975 14.9731 16.3975 15.3423V15.4858C16.3975 15.855 16.4339 16.2014 16.5068 16.5249C16.5843 16.8484 16.7005 17.1333 16.8555 17.3794C17.0149 17.6254 17.2179 17.8192 17.4639 17.9604C17.7099 18.097 18.0041 18.1655 18.3457 18.1655C18.7648 18.1655 19.1114 18.0766 19.3848 17.8989C19.6581 17.7212 19.8747 17.4864 20.0342 17.1948C20.061 17.1471 20.0845 17.0974 20.1094 17.0483V13.7134C20.0209 13.5408 19.9143 13.3839 19.7881 13.2437C19.6287 13.0569 19.4301 12.9087 19.1934 12.7993C18.9565 12.69 18.6782 12.6353 18.3594 12.6353ZM6.46387 13.7739H10.3369L8.40039 7.31494L6.46387 13.7739Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FontRobotoCondensedIcon.displayName = 'FontRobotoCondensedIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FontRubikIcon: 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 FontRubikIcon = 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.125 12.4939C21.7051 12.4939 21.3832 12.5854 21.1592 12.7673C20.9529 12.9306 20.8425 13.179 20.8262 13.5125C20.874 13.572 20.9203 13.6333 20.9629 13.698C21.2055 14.0666 21.3271 14.4962 21.3271 14.9861C21.3271 15.4714 21.2056 15.8987 20.9629 16.2673C20.7203 16.6359 20.3939 16.9233 19.9834 17.1287C19.5774 17.334 19.1243 17.4363 18.625 17.4363C18.1117 17.4363 17.6468 17.334 17.2314 17.1287C17.2188 17.1223 17.2068 17.1146 17.1943 17.1082C17.1189 17.1244 17.0426 17.1497 16.9658 17.1843C16.8259 17.245 16.7073 17.3386 16.6094 17.4646C16.516 17.5859 16.4688 17.7398 16.4688 17.9265C16.4688 18.1411 16.5581 18.321 16.7354 18.4656C16.9128 18.61 17.2349 18.6824 17.7012 18.6824H20.3047C20.9346 18.6824 21.4297 18.8149 21.7891 19.0808C22.153 19.3468 22.3349 19.7182 22.335 20.1941C22.335 20.6326 22.1787 21.0526 21.8662 21.4539C21.5535 21.8599 21.1048 22.1913 20.5215 22.448C19.9382 22.7092 19.2406 22.8406 18.4287 22.8406C17.7428 22.8406 17.1475 22.7426 16.6436 22.5466C16.1397 22.3553 15.7477 22.0959 15.4678 21.7693C15.1925 21.4473 15.0547 21.09 15.0547 20.698C15.0548 20.1801 15.2442 19.7838 15.6221 19.5085C15.8299 19.3615 16.0702 19.2554 16.3428 19.1882C16.1035 19.0624 15.9112 18.9114 15.7686 18.7312C15.5913 18.5073 15.5029 18.2618 15.5029 17.9958C15.503 17.716 15.5826 17.4779 15.7412 17.282C15.8997 17.0863 16.1048 16.9373 16.3564 16.8347C16.4546 16.7954 16.5565 16.7652 16.6602 16.741C16.505 16.6016 16.3684 16.4443 16.252 16.2673C16.014 15.8987 15.8945 15.4714 15.8945 14.9861C15.8946 14.4962 16.014 14.0666 16.252 13.698C16.4945 13.3296 16.8211 13.0451 17.2314 12.8445C17.6468 12.6391 18.1117 12.5359 18.625 12.5359C19.1243 12.5359 19.5774 12.6392 19.9834 12.8445C20.1056 12.9042 20.2198 12.972 20.3271 13.0466C20.3597 12.7945 20.4289 12.5658 20.5361 12.3611C20.6901 12.0625 20.9097 11.832 21.1943 11.6687C21.479 11.5007 21.817 11.4167 22.209 11.4167L22.125 12.4939ZM17.5176 19.4851C17.1015 19.508 16.7732 19.6119 16.5322 19.7957C16.257 20.0056 16.1192 20.2921 16.1191 20.656C16.1191 21.02 16.3151 21.3278 16.707 21.5798C17.099 21.8318 17.6728 21.9587 18.4287 21.9587C18.9887 21.9587 19.4794 21.877 19.8994 21.7136C20.3237 21.555 20.6525 21.3448 20.8857 21.0837C21.1236 20.8272 21.243 20.5492 21.2432 20.2507C21.2432 20.0407 21.1657 19.8579 21.0117 19.7039C20.8577 19.5547 20.6218 19.4802 20.3047 19.4802H17.7012L17.5176 19.4851ZM8.28125 4.89624C8.45435 4.89631 8.58742 4.93643 8.68066 5.01636C8.78733 5.09636 8.86757 5.20334 8.9209 5.33667L13.8604 18.2761C13.887 18.356 13.9003 18.4293 13.9004 18.4958C13.9004 18.6024 13.8611 18.6962 13.7812 18.7761C13.7013 18.8561 13.6076 18.8962 13.501 18.8962H12.4805C12.3207 18.8962 12.201 18.856 12.1211 18.7761C12.0544 18.6961 12.0071 18.6231 11.9805 18.5564L10.8809 15.7166H4.32031L3.2207 18.5564C3.20734 18.623 3.16087 18.6963 3.08105 18.7761C3.00105 18.8561 2.8807 18.8962 2.7207 18.8962H1.70117C1.59451 18.8962 1.5009 18.8561 1.4209 18.7761C1.3409 18.6961 1.30078 18.6025 1.30078 18.4958C1.30081 18.4293 1.30701 18.356 1.32031 18.2761L6.28125 5.33667C6.33458 5.20334 6.40764 5.09636 6.50098 5.01636C6.59431 4.93639 6.73427 4.89624 6.9209 4.89624H8.28125ZM18.625 13.3347C18.1163 13.3347 17.7149 13.4886 17.4209 13.7966C17.1317 14.0999 16.9873 14.4963 16.9873 14.9861C16.9873 15.4621 17.1316 15.8592 17.4209 16.1765C17.7149 16.4938 18.1164 16.6521 18.625 16.6521C19.1383 16.6521 19.5376 16.4938 19.8223 16.1765C20.1069 15.8592 20.249 15.4621 20.249 14.9861C20.249 14.4964 20.1067 14.0999 19.8223 13.7966C19.5376 13.4886 19.1383 13.3347 18.625 13.3347ZM4.90039 13.9958H10.3008L7.60059 6.89624L4.90039 13.9958Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FontRubikIcon.displayName = 'FontRubikIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FontVallkornIcon: 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 FontVallkornIcon = 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.293 12.7388C19.5038 12.7388 19.753 12.759 20.04 12.7993C20.3314 12.8352 20.5178 12.8615 20.5986 12.8794H23.2227V13.9224L22.0459 14.2251C22.2612 14.5616 22.3682 14.9388 22.3682 15.356C22.3682 16.1634 22.0857 16.7935 21.5205 17.2466C20.9597 17.6952 20.1791 17.9194 19.1787 17.9194L18.8086 17.8999L18.5059 17.8657C18.2952 18.0271 18.1896 18.2066 18.1895 18.4038C18.1895 18.6999 18.5667 18.8481 19.3203 18.8481H20.5986C21.4241 18.8481 22.0527 19.026 22.4834 19.3804C22.9182 19.7347 23.1357 20.2549 23.1357 20.9409C23.1357 21.8202 22.7679 22.5023 22.0322 22.9868C21.301 23.4713 20.2487 23.7134 18.876 23.7134C17.8263 23.7134 17.023 23.5295 16.4668 23.1616C15.9152 22.7983 15.6396 22.2868 15.6396 21.6274C15.6397 21.1744 15.781 20.7957 16.0635 20.4907C16.3461 20.1857 16.7613 19.9675 17.3086 19.8374C17.0978 19.7477 16.9138 19.6017 16.7568 19.3999C16.5999 19.1936 16.5205 18.9763 16.5205 18.7476C16.5205 18.4604 16.6035 18.2221 16.7695 18.0337C16.9355 17.8408 17.1762 17.6531 17.4902 17.4692C17.0955 17.2988 16.7811 17.0248 16.5479 16.6479C16.3191 16.2712 16.2051 15.8272 16.2051 15.3159C16.2051 14.495 16.472 13.8602 17.0059 13.4116C17.5396 12.9631 18.3017 12.7388 19.293 12.7388ZM18.7412 20.4966C18.3646 20.4966 18.0486 20.5845 17.793 20.7593C17.5417 20.9387 17.416 21.1747 17.416 21.4663C17.4161 21.7487 17.5504 21.9709 17.8193 22.1323C18.093 22.2938 18.4749 22.3745 18.9639 22.3745C19.6995 22.3745 20.2762 22.2736 20.6934 22.0718C21.1104 21.8699 21.3184 21.5935 21.3184 21.2437C21.3183 20.9612 21.1949 20.7663 20.9482 20.6587C20.7015 20.5511 20.3204 20.4966 19.8047 20.4966H18.7412ZM12.8838 16.1831C13.1104 16.6763 13.2977 17.0561 13.4443 17.3228C13.591 17.5893 13.7372 17.7767 13.8838 17.8833C14.0437 17.9899 14.2239 18.063 14.4238 18.103C14.4771 18.2761 14.5101 18.4226 14.5234 18.5425C14.5368 18.6624 14.5439 18.8026 14.5439 18.9624C14.4106 18.9491 14.2038 18.9357 13.9238 18.9224C13.6439 18.9224 13.3506 18.9162 13.0439 18.9028H11.7041C11.4908 18.9162 11.2706 18.9224 11.0439 18.9224C10.8173 18.9357 10.6105 18.9429 10.4238 18.9429C10.2505 18.9562 10.1106 18.9624 10.0039 18.9624C10.0039 18.8026 10.0101 18.649 10.0234 18.5024C10.0501 18.356 10.0903 18.2229 10.1436 18.103C10.6902 18.0364 11.0102 17.916 11.1035 17.7427C11.2102 17.556 11.1309 17.1558 10.8643 16.5425L9.99121 14.5024C9.13576 14.5031 8.22007 14.5103 7.24414 14.5229C6.31638 14.5352 5.4666 14.5533 4.69531 14.5767L4.16406 15.9624C3.87073 16.7491 3.77712 17.2964 3.88379 17.603C4.00384 17.8963 4.33725 18.063 4.88379 18.103C4.93703 18.2229 4.97005 18.356 4.9834 18.5024C5.01004 18.649 5.02341 18.8026 5.02344 18.9624C4.87686 18.9491 4.69651 18.9357 4.4834 18.9224C4.2702 18.9224 4.04354 18.9162 3.80371 18.9028H3.12402C2.79069 18.9028 2.47693 18.909 2.18359 18.9224C1.89039 18.9357 1.65048 18.9491 1.46387 18.9624C1.46388 18.8292 1.47008 18.689 1.4834 18.5425C1.51007 18.3826 1.55021 18.2425 1.60352 18.1226C1.84348 18.0692 2.04411 17.9766 2.2041 17.8433C2.3641 17.7099 2.5174 17.496 2.66406 17.2026C2.82403 16.896 3.00415 16.4823 3.2041 15.9624L7.34375 5.34326C7.47708 5.3166 7.59743 5.29605 7.7041 5.28271C7.82405 5.2694 7.96413 5.26318 8.12402 5.26318L12.8838 16.1831ZM19.293 13.9829C18.5396 13.9831 18.1631 14.4363 18.1631 15.3423C18.1631 15.7503 18.2547 16.0733 18.4385 16.311C18.6268 16.5487 18.9118 16.6684 19.293 16.6685C19.6788 16.6685 19.9622 16.5488 20.1416 16.311C20.3208 16.0733 20.4102 15.7503 20.4102 15.3423C20.4101 14.4362 20.0376 13.9829 19.293 13.9829ZM7.19727 7.86377C7.05464 8.31009 6.92446 8.69692 6.80371 9.02295C6.68373 9.36954 6.56431 9.70301 6.44434 10.0229L5.07031 13.603H9.60742L8.08398 10.0425C7.91071 9.62929 7.75732 9.26278 7.62402 8.94287C7.5036 8.65387 7.36119 8.29415 7.19727 7.86377Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FontVallkornIcon.displayName = 'FontVallkornIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ForwarderIcon: 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 ForwarderIcon = 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: "M14.0928 6.7041C14.1912 6.70417 14.289 6.72309 14.3799 6.76074C14.4708 6.79845 14.5535 6.85424 14.623 6.92383L19.123 11.4238C19.1926 11.4934 19.2484 11.5761 19.2861 11.667C19.3238 11.758 19.3428 11.8556 19.3428 11.9541C19.3428 12.0526 19.3238 12.1502 19.2861 12.2412C19.2484 12.3322 19.1927 12.4148 19.123 12.4844L14.623 16.9844C14.4824 17.125 14.2916 17.204 14.0928 17.2041C13.8938 17.2041 13.7023 17.1251 13.5615 16.9844C13.4209 16.8437 13.3418 16.653 13.3418 16.4541C13.3418 16.2552 13.421 16.0645 13.5615 15.9238L17.5322 11.9541L13.5615 7.98438C13.492 7.91478 13.4371 7.8321 13.3994 7.74121C13.3617 7.65019 13.3418 7.55262 13.3418 7.4541C13.3418 7.35556 13.3617 7.25804 13.3994 7.16699C13.4371 7.07608 13.492 6.99344 13.5615 6.92383C13.7023 6.7831 13.8938 6.7041 14.0928 6.7041Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.2041 2.01074C21.2128 2.113 22 2.96435 22 4V20L21.9893 20.2041C21.8938 21.1457 21.1457 21.8938 20.2041 21.9893L20 22H4C2.96435 22 2.113 21.2128 2.01074 20.2041L2 20V4C2 2.89543 2.89543 2 4 2H20L20.2041 2.01074ZM4 3.5C3.72386 3.5 3.5 3.72386 3.5 4V13.3486C5.22053 11.9698 7.36694 11.2065 9.59277 11.2041H12.2822L9.06152 7.98438C8.92094 7.84368 8.84182 7.653 8.8418 7.4541C8.8418 7.25521 8.92097 7.06453 9.06152 6.92383C9.20225 6.7831 9.39375 6.7041 9.59277 6.7041C9.79162 6.70423 9.98243 6.78321 10.123 6.92383L14.623 11.4238C14.6926 11.4934 14.7484 11.5761 14.7861 11.667C14.8238 11.758 14.8428 11.8556 14.8428 11.9541C14.8428 12.0526 14.8238 12.1502 14.7861 12.2412C14.7484 12.3322 14.6927 12.4148 14.623 12.4844L10.123 16.9844C10.0534 17.054 9.9708 17.1098 9.87988 17.1475C9.78899 17.1851 9.69115 17.204 9.59277 17.2041C9.39375 17.2041 9.20225 17.1251 9.06152 16.9844C8.99198 16.9148 8.93709 16.8321 8.89941 16.7412C8.86171 16.6502 8.84181 16.5526 8.8418 16.4541C8.8418 16.3556 8.8617 16.258 8.89941 16.167C8.93708 16.0761 8.99198 15.9934 9.06152 15.9238L12.2822 12.7041H9.59277C7.4056 12.7066 5.30834 13.5765 3.76172 15.123C3.67231 15.2125 3.58488 15.3035 3.5 15.3965V20C3.5 20.2761 3.72386 20.5 4 20.5H20C20.2761 20.5 20.5 20.2761 20.5 20V4C20.5 3.72386 20.2761 3.5 20 3.5H4Z", fill: "currentColor" })] })) }));
11
+ });
12
+ ForwarderIcon.displayName = 'ForwarderIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ForwarderPlusIcon: 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 ForwarderPlusIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 25", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M13 8.37012C13.1989 8.37012 13.3896 8.44924 13.5303 8.58984L18.0303 13.0898C18.0999 13.1594 18.1556 13.2421 18.1934 13.333C18.231 13.4239 18.2509 13.5217 18.251 13.6201C18.251 13.7187 18.2311 13.8172 18.1934 13.9082C18.1556 13.9991 18.0999 14.0818 18.0303 14.1514L13.5303 18.6514C13.4607 18.7209 13.378 18.7758 13.2871 18.8135C13.1961 18.8512 13.0985 18.8711 13 18.8711C12.8011 18.8711 12.6104 18.7919 12.4697 18.6514C12.4 18.5817 12.3444 18.4983 12.3066 18.4072C12.269 18.3163 12.25 18.2185 12.25 18.1201C12.2501 18.0217 12.269 17.9239 12.3066 17.833C12.3443 17.7421 12.4001 17.6595 12.4697 17.5898L15.6895 14.3701H13C10.8127 14.3726 8.71558 15.2434 7.16895 16.79C5.62258 18.3366 4.75259 20.4331 4.75 22.6201C4.75 22.8189 4.67079 23.0098 4.53027 23.1504C4.38962 23.291 4.19891 23.3701 4 23.3701C3.80109 23.3701 3.61038 23.291 3.46973 23.1504C3.3292 23.0098 3.25 22.8189 3.25 22.6201C3.25284 20.0354 4.28078 17.5573 6.1084 15.7295C7.93629 13.9016 10.415 12.8728 13 12.8701H15.6895L12.4697 9.65137C12.329 9.51064 12.25 9.31914 12.25 9.12012C12.2501 8.92124 12.3291 8.73048 12.4697 8.58984C12.6104 8.44924 12.8011 8.37012 13 8.37012ZM17.5 8.37012C17.5985 8.37012 17.6961 8.38911 17.7871 8.42676C17.8781 8.46443 17.9606 8.52026 18.0303 8.58984L22.5303 13.0898C22.5999 13.1594 22.6556 13.2421 22.6934 13.333C22.731 13.4239 22.7509 13.5217 22.751 13.6201C22.751 13.7187 22.7311 13.8172 22.6934 13.9082C22.6556 13.9991 22.5999 14.0818 22.5303 14.1514L18.0303 18.6514C17.8896 18.7919 17.6989 18.8711 17.5 18.8711C17.3011 18.8711 17.1104 18.7919 16.9697 18.6514C16.829 18.5106 16.75 18.3191 16.75 18.1201C16.7501 17.9212 16.8291 17.7305 16.9697 17.5898L20.9395 13.6201L16.9697 9.65137C16.9 9.58168 16.8444 9.49827 16.8066 9.40723C16.769 9.31631 16.75 9.21851 16.75 9.12012C16.7501 9.02171 16.769 8.92392 16.8066 8.83301C16.8444 8.74207 16.9001 8.65946 16.9697 8.58984C17.1104 8.44924 17.3011 8.37012 17.5 8.37012ZM6 0C6.19891 0 6.38962 0.0790743 6.53027 0.219727C6.67085 0.360367 6.75 0.551145 6.75 0.75V5.25H11.25C11.4489 5.25 11.6396 5.32907 11.7803 5.46973C11.9208 5.61037 12 5.80115 12 6C11.9999 6.19882 11.9209 6.38968 11.7803 6.53027C11.6396 6.67085 11.4489 6.75 11.25 6.75H6.75V11.25C6.74994 11.4488 6.67087 11.6397 6.53027 11.7803C6.38963 11.9208 6.19885 12 6 12C5.80115 12 5.61037 11.9208 5.46973 11.7803C5.32913 11.6397 5.25006 11.4488 5.25 11.25V6.75H0.75C0.551145 6.75 0.360367 6.67085 0.219727 6.53027C0.0791318 6.38968 6.46282e-05 6.19882 0 6C0 5.80115 0.0791506 5.61037 0.219727 5.46973C0.360379 5.32907 0.551088 5.25 0.75 5.25H5.25V0.75C5.25 0.551145 5.32915 0.360367 5.46973 0.219727C5.61038 0.0790743 5.80109 0 6 0Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ForwarderPlusIcon.displayName = 'ForwarderPlusIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FrameCornersIcon: 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 FrameCornersIcon = 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 7.5V10.5C18.75 10.6989 18.671 10.8897 18.5303 11.0303C18.3897 11.171 18.1989 11.25 18 11.25C17.8011 11.25 17.6103 11.171 17.4697 11.0303C17.329 10.8897 17.25 10.6989 17.25 10.5V8.25H15C14.8011 8.25 14.6103 8.17098 14.4697 8.03033C14.329 7.88968 14.25 7.69891 14.25 7.5C14.25 7.30109 14.329 7.11032 14.4697 6.96967C14.6103 6.82902 14.8011 6.75 15 6.75H18C18.1989 6.75 18.3897 6.82902 18.5303 6.96967C18.671 7.11032 18.75 7.30109 18.75 7.5ZM9 15.75H6.75V13.5C6.75 13.3011 6.67098 13.1103 6.53033 12.9697C6.38968 12.829 6.19891 12.75 6 12.75C5.80109 12.75 5.61032 12.829 5.46967 12.9697C5.32902 13.1103 5.25 13.3011 5.25 13.5V16.5C5.25 16.6989 5.32902 16.8897 5.46967 17.0303C5.61032 17.171 5.80109 17.25 6 17.25H9C9.19891 17.25 9.38968 17.171 9.53033 17.0303C9.67098 16.8897 9.75 16.6989 9.75 16.5C9.75 16.3011 9.67098 16.1103 9.53033 15.9697C9.38968 15.829 9.19891 15.75 9 15.75ZM21.75 5.25V18.75C21.75 19.1478 21.592 19.5294 21.3107 19.8107C21.0294 20.092 20.6478 20.25 20.25 20.25H3.75C3.35218 20.25 2.97064 20.092 2.68934 19.8107C2.40804 19.5294 2.25 19.1478 2.25 18.75V5.25C2.25 4.85218 2.40804 4.47064 2.68934 4.18934C2.97064 3.90804 3.35218 3.75 3.75 3.75H20.25C20.6478 3.75 21.0294 3.90804 21.3107 4.18934C21.592 4.47064 21.75 4.85218 21.75 5.25ZM20.25 18.75V5.25H3.75V18.75H20.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FrameCornersIcon.displayName = 'FrameCornersIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FramerIcon: 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 FramerIcon = 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 9.75V3.75C19.5 3.55109 19.421 3.36032 19.2804 3.21967C19.1397 3.07902 18.9489 3 18.75 3H5.25003C5.09754 2.99965 4.94856 3.04579 4.82297 3.13226C4.69737 3.21874 4.60112 3.34145 4.54704 3.48402C4.49296 3.6266 4.48363 3.78228 4.52028 3.9303C4.55694 4.07831 4.63785 4.21164 4.75221 4.3125L10.0313 9H5.25003C5.05112 9 4.86035 9.07902 4.7197 9.21967C4.57905 9.36032 4.50003 9.55109 4.50003 9.75V15.75C4.49995 15.8485 4.51928 15.9461 4.55693 16.0371C4.59457 16.1282 4.64978 16.2109 4.7194 16.2806L11.4694 23.0306C11.5743 23.1356 11.708 23.2072 11.8535 23.2361C11.9991 23.2651 12.15 23.2503 12.2871 23.1935C12.4242 23.1367 12.5414 23.0404 12.6238 22.917C12.7062 22.7935 12.7501 22.6484 12.75 22.5V16.5H18.75C18.9025 16.5004 19.0515 16.4542 19.1771 16.3677C19.3027 16.2813 19.3989 16.1586 19.453 16.016C19.5071 15.8734 19.5164 15.7177 19.4798 15.5697C19.4431 15.4217 19.3622 15.2884 19.2478 15.1875L13.9688 10.5H18.75C18.9489 10.5 19.1397 10.421 19.2804 10.2803C19.421 10.1397 19.5 9.94891 19.5 9.75ZM16.7813 15H12C11.8011 15 11.6103 15.079 11.4697 15.2197C11.329 15.3603 11.25 15.5511 11.25 15.75V20.6897L6.00003 15.4397V10.5H11.7188L16.7813 15ZM18 9H12.2813L7.21878 4.5H18V9Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FramerIcon.displayName = 'FramerIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FtpIcon: 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 FtpIcon = 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: "M10.6895 1.75C10.8864 1.74937 11.0817 1.78789 11.2637 1.86328C11.4456 1.93874 11.6112 2.04962 11.75 2.18945L14.3105 4.75H18.25C18.6478 4.75 19.0292 4.90816 19.3105 5.18945C19.5918 5.47075 19.75 5.85218 19.75 6.25V13.833C19.7495 14.2085 19.6005 14.5694 19.335 14.835C19.0694 15.1005 18.7086 15.2495 18.333 15.25H12.7998V17H15C16.0025 17 16.8297 17.7381 16.9746 18.7002H23V20.2998H16.9756C16.8407 21.1958 16.1134 21.8971 15.2041 21.9893L15 22H9L8.7959 21.9893C7.88656 21.8971 7.15922 21.1958 7.02441 20.2998H1V18.7002H7.02539C7.17025 17.7381 7.99749 17 9 17H11.2002V15.25H5.69141C5.30932 15.2494 4.94304 15.0973 4.67285 14.8271C4.40267 14.557 4.25061 14.1907 4.25 13.8086V3.25C4.25001 2.85218 4.40815 2.47075 4.68945 2.18945C4.97076 1.90816 5.35218 1.75 5.75 1.75H10.6895ZM9 18.5996C8.77909 18.5996 8.59962 18.7791 8.59961 19V20C8.59961 20.2209 8.77909 20.4004 9 20.4004H15C15.2209 20.4004 15.4004 20.2209 15.4004 20V19C15.4004 18.7791 15.2209 18.5996 15 18.5996H9ZM5.75 13.75H18.25V6.25H5.75V13.75ZM5.75 4.75H12.1895L10.6895 3.25H5.75V4.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FtpIcon.displayName = 'FtpIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FunnelIcon: 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 FunnelIcon = 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.6187 4.64346C21.5033 4.37675 21.312 4.14986 21.0686 3.99101C20.8253 3.83216 20.5406 3.74836 20.25 3.75002H3.74997C3.45966 3.7506 3.17575 3.8354 2.93269 3.99416C2.68962 4.15291 2.49785 4.37879 2.38063 4.64438C2.26341 4.90998 2.22579 5.20389 2.27232 5.49045C2.31886 5.77701 2.44755 6.04391 2.64279 6.25877L2.65029 6.26721L8.99998 13.0472V20.25C8.99991 20.5215 9.07353 20.7879 9.21297 21.0208C9.35241 21.2538 9.55246 21.4445 9.79178 21.5727C10.0311 21.7008 10.3007 21.7617 10.5719 21.7486C10.843 21.7356 11.1056 21.6493 11.3315 21.4988L14.3315 19.4981C14.5372 19.3612 14.7058 19.1755 14.8224 18.9576C14.939 18.7398 15 18.4965 15 18.2494V13.0472L21.3506 6.26721L21.3581 6.25877C21.5554 6.04489 21.6853 5.77764 21.7317 5.49037C21.778 5.2031 21.7387 4.90854 21.6187 4.64346ZM13.7043 12.2419C13.5746 12.3795 13.5016 12.5609 13.5 12.75V18.2494L10.5 20.25V12.75C10.5 12.5596 10.4276 12.3762 10.2975 12.2372L3.74997 5.25002H20.25L13.7043 12.2419Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FunnelIcon.displayName = 'FunnelIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FunnelSimpleIcon: 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 FunnelSimpleIcon = 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 12.75C18.75 12.9489 18.671 13.1397 18.5303 13.2803C18.3897 13.421 18.1989 13.5 18 13.5H6C5.80109 13.5 5.61032 13.421 5.46967 13.2803C5.32902 13.1397 5.25 12.9489 5.25 12.75C5.25 12.5511 5.32902 12.3603 5.46967 12.2197C5.61032 12.079 5.80109 12 6 12H18C18.1989 12 18.3897 12.079 18.5303 12.2197C18.671 12.3603 18.75 12.5511 18.75 12.75ZM21.75 7.5H2.25C2.05109 7.5 1.86032 7.57902 1.71967 7.71967C1.57902 7.86032 1.5 8.05109 1.5 8.25C1.5 8.44891 1.57902 8.63968 1.71967 8.78033C1.86032 8.92098 2.05109 9 2.25 9H21.75C21.9489 9 22.1397 8.92098 22.2803 8.78033C22.421 8.63968 22.5 8.44891 22.5 8.25C22.5 8.05109 22.421 7.86032 22.2803 7.71967C22.1397 7.57902 21.9489 7.5 21.75 7.5ZM14.25 16.5H9.75C9.55109 16.5 9.36032 16.579 9.21967 16.7197C9.07902 16.8603 9 17.0511 9 17.25C9 17.4489 9.07902 17.6397 9.21967 17.7803C9.36032 17.921 9.55109 18 9.75 18H14.25C14.4489 18 14.6397 17.921 14.7803 17.7803C14.921 17.6397 15 17.4489 15 17.25C15 17.0511 14.921 16.8603 14.7803 16.7197C14.6397 16.579 14.4489 16.5 14.25 16.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FunnelSimpleIcon.displayName = 'FunnelSimpleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const GearIcon: 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 GearIcon = 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 7.49998C11.11 7.49998 10.24 7.7639 9.49995 8.25837C8.75993 8.75284 8.18315 9.45564 7.84256 10.2779C7.50196 11.1002 7.41285 12.005 7.58648 12.8779C7.76011 13.7508 8.1887 14.5526 8.81803 15.182C9.44737 15.8113 10.2492 16.2399 11.1221 16.4135C11.995 16.5872 12.8998 16.498 13.7221 16.1574C14.5444 15.8168 15.2472 15.2401 15.7416 14.5C16.2361 13.76 16.5 12.89 16.5 12C16.4988 10.8069 16.0243 9.66302 15.1806 8.81937C14.337 7.97573 13.1931 7.50122 12 7.49998ZM12 15C11.4067 15 10.8267 14.824 10.3333 14.4944C9.83996 14.1647 9.45544 13.6962 9.22837 13.148C9.00131 12.5999 8.9419 11.9967 9.05766 11.4147C9.17341 10.8328 9.45914 10.2982 9.87869 9.87866C10.2983 9.4591 10.8328 9.17338 11.4147 9.05763C11.9967 8.94187 12.5999 9.00128 13.1481 9.22834C13.6962 9.45541 14.1648 9.83992 14.4944 10.3333C14.8241 10.8266 15 11.4066 15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7957 15 12 15ZM20.25 12.2025C20.2538 12.0675 20.2538 11.9325 20.25 11.7975L21.6488 10.05C21.7221 9.95823 21.7729 9.85053 21.797 9.73557C21.8211 9.62061 21.8178 9.50159 21.7875 9.38811C21.5582 8.52617 21.2152 7.69859 20.7675 6.92717C20.7089 6.82622 20.6275 6.74034 20.5299 6.67638C20.4322 6.61242 20.321 6.57213 20.205 6.55873L17.9813 6.31123C17.8888 6.21373 17.795 6.11998 17.7 6.02998L17.4375 3.80061C17.424 3.68456 17.3836 3.57326 17.3195 3.4756C17.2553 3.37794 17.1693 3.29662 17.0681 3.23811C16.2964 2.79124 15.4689 2.44858 14.6072 2.21904C14.4936 2.18885 14.3746 2.18577 14.2596 2.21003C14.1447 2.23429 14.037 2.28523 13.9453 2.35873L12.2025 3.74998C12.0675 3.74998 11.9325 3.74998 11.7975 3.74998L10.05 2.35404C9.95826 2.2807 9.85056 2.22994 9.7356 2.20584C9.62064 2.18174 9.50162 2.18498 9.38814 2.21529C8.52634 2.44501 7.69881 2.788 6.9272 3.23529C6.82625 3.29391 6.74037 3.37529 6.67641 3.47294C6.61245 3.57059 6.57216 3.68183 6.55876 3.79779L6.31126 6.02529C6.21376 6.11842 6.12001 6.21217 6.03001 6.30654L3.80064 6.56248C3.68459 6.57598 3.57329 6.61641 3.47563 6.68054C3.37797 6.74467 3.29665 6.83073 3.23814 6.93186C2.79128 7.70357 2.44861 8.53108 2.21907 9.3928C2.18888 9.50635 2.1858 9.62541 2.21006 9.74038C2.23432 9.85534 2.28526 9.963 2.35876 10.0547L3.75001 11.7975C3.75001 11.9325 3.75001 12.0675 3.75001 12.2025L2.35407 13.95C2.28073 14.0417 2.22997 14.1494 2.20587 14.2644C2.18177 14.3794 2.18501 14.4984 2.21532 14.6119C2.44463 15.4738 2.78764 16.3014 3.23532 17.0728C3.29394 17.1737 3.37532 17.2596 3.47297 17.3236C3.57062 17.3875 3.68186 17.4278 3.79782 17.4412L6.02158 17.6887C6.1147 17.7862 6.20845 17.88 6.30283 17.97L6.56251 20.1994C6.57601 20.3154 6.61644 20.4267 6.68057 20.5244C6.7447 20.622 6.83076 20.7033 6.93189 20.7619C7.7036 21.2087 8.53111 21.5514 9.39283 21.7809C9.50638 21.8111 9.62544 21.8142 9.74041 21.7899C9.85537 21.7657 9.96303 21.7147 10.0547 21.6412L11.7975 20.25C11.9325 20.2537 12.0675 20.2537 12.2025 20.25L13.95 21.6487C14.0418 21.7221 14.1495 21.7728 14.2644 21.7969C14.3794 21.821 14.4984 21.8178 14.6119 21.7875C15.4738 21.5582 16.3014 21.2152 17.0728 20.7675C17.1738 20.7089 17.2597 20.6275 17.3236 20.5298C17.3876 20.4322 17.4279 20.3209 17.4413 20.205L17.6888 17.9812C17.7863 17.8887 17.88 17.795 17.97 17.7L20.1994 17.4375C20.3154 17.424 20.4267 17.3836 20.5244 17.3194C20.6221 17.2553 20.7034 17.1692 20.7619 17.0681C21.2088 16.2964 21.5514 15.4689 21.781 14.6072C21.8111 14.4936 21.8142 14.3746 21.79 14.2596C21.7657 14.1446 21.7148 14.037 21.6413 13.9453L20.25 12.2025ZM18.7406 11.5931C18.7566 11.8641 18.7566 12.1358 18.7406 12.4069C18.7295 12.5924 18.7876 12.7755 18.9038 12.9206L20.2341 14.5828C20.0814 15.0679 19.886 15.5385 19.65 15.989L17.5313 16.229C17.3467 16.2495 17.1764 16.3377 17.0531 16.4765C16.8727 16.6795 16.6805 16.8717 16.4775 17.0522C16.3387 17.1754 16.2505 17.3458 16.23 17.5303L15.9947 19.6472C15.5442 19.8832 15.0736 20.0787 14.5885 20.2312L12.9253 18.9009C12.7922 18.7946 12.6269 18.7367 12.4566 18.7369H12.4116C12.1406 18.7528 11.8688 18.7528 11.5978 18.7369C11.4123 18.7257 11.2292 18.7838 11.0841 18.9L9.4172 20.2312C8.93208 20.0786 8.46147 19.8831 8.01095 19.6472L7.77095 17.5312C7.75047 17.3467 7.66228 17.1764 7.52345 17.0531C7.32049 16.8726 7.12828 16.6804 6.94783 16.4775C6.82457 16.3387 6.65421 16.2505 6.4697 16.23L4.35282 15.9937C4.11675 15.5433 3.92129 15.0727 3.76876 14.5875L5.09907 12.9244C5.21524 12.7792 5.27337 12.5962 5.2622 12.4106C5.24626 12.1396 5.24626 11.8679 5.2622 11.5969C5.27337 11.4113 5.21524 11.2282 5.09907 11.0831L3.76876 9.41717C3.92141 8.93204 4.11687 8.46144 4.35282 8.01092L6.46876 7.77092C6.65328 7.75044 6.82364 7.66225 6.94689 7.52342C7.12735 7.32046 7.31955 7.12825 7.52251 6.94779C7.6619 6.82446 7.75045 6.65371 7.77095 6.46873L8.00626 4.35279C8.45673 4.11672 8.92735 3.92126 9.41251 3.76873L11.0756 5.09904C11.2208 5.21521 11.4038 5.27334 11.5894 5.26217C11.8604 5.24623 12.1321 5.24623 12.4031 5.26217C12.5887 5.27334 12.7718 5.21521 12.9169 5.09904L14.5828 3.76873C15.068 3.92138 15.5386 4.11684 15.9891 4.35279L16.2291 6.46873C16.2496 6.65325 16.3377 6.82361 16.4766 6.94686C16.6795 7.12732 16.8717 7.31952 17.0522 7.52248C17.1755 7.66131 17.3458 7.7495 17.5303 7.76998L19.6472 8.00529C19.8833 8.45577 20.0787 8.92638 20.2313 9.41154L18.901 11.0747C18.7837 11.221 18.7255 11.406 18.7378 11.5931H18.7406Z", fill: "currentColor" }) })) }));
11
+ });
12
+ GearIcon.displayName = 'GearIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const GearSixIcon: 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 GearSixIcon = 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 7.49998C11.11 7.49998 10.24 7.7639 9.49993 8.25837C8.75991 8.75284 8.18313 9.45564 7.84254 10.2779C7.50194 11.1002 7.41283 12.005 7.58646 12.8779C7.7601 13.7508 8.18868 14.5526 8.81801 15.182C9.44735 15.8113 10.2492 16.2399 11.1221 16.4135C11.995 16.5872 12.8998 16.498 13.7221 16.1574C14.5443 15.8168 15.2471 15.2401 15.7416 14.5C16.2361 13.76 16.5 12.89 16.5 12C16.4988 10.8069 16.0243 9.66302 15.1806 8.81937C14.337 7.97573 13.1931 7.50122 12 7.49998ZM12 15C11.4067 15 10.8266 14.824 10.3333 14.4944C9.83994 14.1647 9.45542 13.6962 9.22836 13.148C9.00129 12.5999 8.94188 11.9967 9.05764 11.4147C9.17339 10.8328 9.45912 10.2982 9.87867 9.87866C10.2982 9.45911 10.8328 9.17338 11.4147 9.05763C11.9967 8.94187 12.5999 9.00128 13.148 9.22834C13.6962 9.45541 14.1648 9.83993 14.4944 10.3333C14.824 10.8266 15 11.4066 15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15ZM22.3069 10.0509C22.286 9.94531 22.2426 9.84543 22.1797 9.75807C22.1167 9.67072 22.0357 9.59793 21.9422 9.54467L19.1456 7.95092L19.1344 4.79904C19.134 4.6905 19.1101 4.58331 19.0643 4.4849C19.0185 4.38649 18.9519 4.29919 18.8691 4.22904C17.8546 3.37095 16.6864 2.71336 15.4266 2.29123C15.3273 2.25765 15.2222 2.24522 15.1179 2.25475C15.0136 2.26428 14.9124 2.29555 14.8209 2.34654L12 3.92342L9.17624 2.34373C9.0847 2.29245 8.98341 2.26094 8.87893 2.25125C8.77445 2.24156 8.6691 2.2539 8.56968 2.28748C7.31076 2.71269 6.14389 3.37279 5.13093 4.23279C5.04822 4.30284 4.98166 4.38999 4.93586 4.48823C4.89006 4.58647 4.8661 4.69347 4.86562 4.80186L4.85156 7.95655L2.055 9.5503C1.96143 9.60356 1.88044 9.67634 1.81751 9.7637C1.75458 9.85105 1.7112 9.95093 1.69031 10.0565C1.43437 11.3427 1.43437 12.6667 1.69031 13.9528C1.7112 14.0584 1.75458 14.1583 1.81751 14.2456C1.88044 14.333 1.96143 14.4058 2.055 14.459L4.85156 16.0528L4.86281 19.2047C4.86315 19.3132 4.88705 19.4204 4.93285 19.5188C4.97866 19.6172 5.04528 19.7045 5.12812 19.7747C6.14256 20.6328 7.31077 21.2904 8.57062 21.7125C8.66983 21.7461 8.77498 21.7585 8.87929 21.749C8.9836 21.7394 9.08476 21.7082 9.17624 21.6572L12 20.0765L14.8237 21.6562C14.9355 21.7185 15.0615 21.7508 15.1894 21.75C15.2713 21.75 15.3526 21.7367 15.4303 21.7106C16.6891 21.286 17.8559 20.6265 18.8691 19.7672C18.9518 19.6971 19.0183 19.61 19.0641 19.5117C19.1099 19.4135 19.1339 19.3065 19.1344 19.1981L19.1484 16.0434L21.945 14.4497C22.0386 14.3964 22.1196 14.3236 22.1825 14.2363C22.2454 14.1489 22.2888 14.049 22.3097 13.9434C22.5642 12.6583 22.5632 11.3357 22.3069 10.0509ZM20.9006 13.3237L18.2222 14.8472C18.1048 14.9139 18.0077 15.0111 17.9409 15.1284C17.8866 15.2222 17.8294 15.3215 17.7712 15.4153C17.6968 15.5335 17.6572 15.6703 17.6569 15.81L17.6428 18.8334C16.9229 19.3988 16.1208 19.8509 15.2644 20.174L12.5625 18.6684C12.4503 18.6064 12.3241 18.5741 12.1959 18.5747H12.1781C12.0647 18.5747 11.9503 18.5747 11.8369 18.5747C11.7027 18.5713 11.5701 18.6037 11.4525 18.6684L8.74874 20.1778C7.89047 19.8571 7.0862 19.4072 6.36375 18.8437L6.35343 15.825C6.35297 15.685 6.31335 15.548 6.23906 15.4294C6.18093 15.3356 6.12375 15.2419 6.07031 15.1425C6.00405 15.0233 5.90689 14.9242 5.78906 14.8556L3.10781 13.3284C2.96906 12.4507 2.96906 11.5567 3.10781 10.679L5.78156 9.1528C5.89891 9.08607 5.99608 8.9889 6.06281 8.87155C6.11718 8.7778 6.17437 8.67842 6.2325 8.58467C6.3069 8.46645 6.34653 8.32967 6.34687 8.18998L6.36093 5.16654C7.08087 4.60118 7.88293 4.14909 8.73937 3.82592L11.4375 5.33154C11.5549 5.39664 11.6877 5.42901 11.8219 5.42529C11.9353 5.42529 12.0497 5.42529 12.1631 5.42529C12.2973 5.42865 12.4299 5.39629 12.5475 5.33154L15.2512 3.82217C16.1095 4.14286 16.9138 4.59274 17.6362 5.15623L17.6466 8.17498C17.647 8.31495 17.6866 8.45199 17.7609 8.57061C17.8191 8.66436 17.8762 8.75811 17.9297 8.85748C17.9959 8.97665 18.0931 9.07575 18.2109 9.14436L20.8922 10.6715C21.0328 11.5499 21.0344 12.4449 20.8969 13.3237H20.9006Z", fill: "currentColor" }) })) }));
11
+ });
12
+ GearSixIcon.displayName = 'GearSixIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const GearsIcon: 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 GearsIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.9531 15.417V20.5957L18.4678 23.1855L13.9834 20.5957V15.417L18.4678 12.8281L22.9531 15.417ZM15.4336 16.2539V19.7588L18.4678 21.5107L21.5029 19.7578V16.2539L18.4678 14.502L15.4336 16.2539Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 6C9.65685 6 11 7.34315 11 9C11 10.6569 9.65685 12 8 12C6.34315 12 5 10.6569 5 9C5 7.34315 6.34315 6 8 6ZM8 7.2998C7.06112 7.2998 6.2998 8.06112 6.2998 9C6.2998 9.93888 7.06112 10.7002 8 10.7002C8.93888 10.7002 9.7002 9.93888 9.7002 9C9.7002 8.06112 8.93888 7.2998 8 7.2998Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 5V13L8 17L1 13V5L8 1L15 5ZM2.5 5.87012V12.1289L8 15.2715L13.5 12.1289V5.87012L8 2.72754L2.5 5.87012Z", fill: "currentColor" })] })) }));
11
+ });
12
+ GearsIcon.displayName = 'GearsIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const GithubIcon: 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 GithubIcon = 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.5291 7.09501C19.7583 6.35551 19.8318 5.57653 19.745 4.80719C19.6582 4.03785 19.413 3.29484 19.0247 2.62501C18.9588 2.51097 18.8641 2.41628 18.7501 2.35045C18.636 2.28462 18.5067 2.24998 18.375 2.25001C17.5014 2.24818 16.6395 2.4507 15.8582 2.84137C15.0768 3.23205 14.3977 3.80006 13.875 4.50001H11.625C11.1023 3.80006 10.4232 3.23205 9.64182 2.84137C8.86047 2.4507 7.99857 2.24818 7.125 2.25001C6.99332 2.24998 6.86395 2.28462 6.7499 2.35045C6.63586 2.41628 6.54115 2.51097 6.47531 2.62501C6.08704 3.29484 5.84177 4.03785 5.75497 4.80719C5.66816 5.57653 5.74169 6.35551 5.97094 7.09501C5.50756 7.90381 5.25934 8.81793 5.25 9.75001V10.5C5.25158 11.769 5.71225 12.9946 6.54696 13.9504C7.38166 14.9063 8.53402 15.5278 9.79125 15.7003C9.27807 16.357 8.99952 17.1666 9 18V18.75H6.75C6.15326 18.75 5.58097 18.513 5.15901 18.091C4.73705 17.669 4.5 17.0967 4.5 16.5C4.5 16.0076 4.403 15.5199 4.21455 15.0649C4.02609 14.61 3.74987 14.1966 3.40165 13.8484C3.05343 13.5001 2.64003 13.2239 2.18506 13.0355C1.73009 12.847 1.24246 12.75 0.75 12.75C0.551088 12.75 0.360322 12.829 0.21967 12.9697C0.0790176 13.1103 0 13.3011 0 13.5C0 13.6989 0.0790176 13.8897 0.21967 14.0303C0.360322 14.171 0.551088 14.25 0.75 14.25C1.34674 14.25 1.91903 14.4871 2.34099 14.909C2.76295 15.331 3 15.9033 3 16.5C3 17.4946 3.39509 18.4484 4.09835 19.1517C4.80161 19.8549 5.75544 20.25 6.75 20.25H9V21.75C9 21.9489 9.07902 22.1397 9.21967 22.2803C9.36032 22.421 9.55109 22.5 9.75 22.5C9.94891 22.5 10.1397 22.421 10.2803 22.2803C10.421 22.1397 10.5 21.9489 10.5 21.75V18C10.5 17.4033 10.7371 16.831 11.159 16.409C11.581 15.9871 12.1533 15.75 12.75 15.75C13.3467 15.75 13.919 15.9871 14.341 16.409C14.7629 16.831 15 17.4033 15 18V21.75C15 21.9489 15.079 22.1397 15.2197 22.2803C15.3603 22.421 15.5511 22.5 15.75 22.5C15.9489 22.5 16.1397 22.421 16.2803 22.2803C16.421 22.1397 16.5 21.9489 16.5 21.75V18C16.5005 17.1666 16.2219 16.357 15.7087 15.7003C16.966 15.5278 18.1183 14.9063 18.953 13.9504C19.7877 12.9946 20.2484 11.769 20.25 10.5V9.75001C20.2407 8.81793 19.9924 7.90381 19.5291 7.09501ZM18.75 10.5C18.75 11.4946 18.3549 12.4484 17.6516 13.1517C16.9484 13.8549 15.9946 14.25 15 14.25H10.5C9.50544 14.25 8.55161 13.8549 7.84835 13.1517C7.14509 12.4484 6.75 11.4946 6.75 10.5V9.75001C6.7592 9.00004 6.98373 8.2685 7.39688 7.64251C7.47389 7.541 7.52377 7.42154 7.54182 7.2954C7.55986 7.16926 7.54547 7.04061 7.5 6.92157C7.30465 6.41776 7.21063 5.88035 7.22334 5.34013C7.23605 4.79992 7.35523 4.26752 7.57406 3.77345C8.18786 3.83948 8.77892 4.04281 9.30344 4.36836C9.82796 4.69391 10.2725 5.13334 10.6041 5.65407C10.6716 5.75974 10.7646 5.84676 10.8745 5.9072C10.9844 5.96763 11.1077 5.99955 11.2331 6.00001H14.2659C14.3918 6.00002 14.5157 5.96833 14.6261 5.90787C14.7366 5.84742 14.83 5.76014 14.8978 5.65407C15.2293 5.1333 15.6738 4.69383 16.1984 4.36827C16.7229 4.04271 17.314 3.83941 17.9278 3.77345C18.1463 4.26765 18.2652 4.80011 18.2776 5.34032C18.29 5.88053 18.1956 6.41788 18 6.92157C17.9547 7.03947 17.9395 7.16682 17.9559 7.29206C17.9722 7.41731 18.0196 7.53648 18.0938 7.63876C18.511 8.26475 18.7388 8.99779 18.75 9.75001V10.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ GithubIcon.displayName = 'GithubIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const GlobeIcon: 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 GlobeIcon = 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.747 9.41505 20.7188 6.93683 18.891 5.109C17.0632 3.28116 14.585 2.25298 12 2.25ZM20.25 12C20.2507 12.7608 20.1456 13.5181 19.9378 14.25H16.3275C16.5575 12.7588 16.5575 11.2412 16.3275 9.75H19.9378C20.1456 10.4819 20.2507 11.2392 20.25 12ZM9.5625 15.75H14.4375C13.9572 17.3237 13.1235 18.7667 12 19.9688C10.877 18.7664 10.0433 17.3235 9.5625 15.75ZM9.19688 14.25C8.93939 12.7611 8.93939 11.2389 9.19688 9.75H14.8106C15.0681 11.2389 15.0681 12.7611 14.8106 14.25H9.19688ZM3.75 12C3.74935 11.2392 3.85442 10.4819 4.06219 9.75H7.6725C7.4425 11.2412 7.4425 12.7588 7.6725 14.25H4.06219C3.85442 13.5181 3.74935 12.7608 3.75 12ZM14.4375 8.25H9.5625C10.0428 6.67632 10.8765 5.2333 12 4.03125C13.1231 5.23361 13.9567 6.67653 14.4375 8.25ZM19.3434 8.25H16.0041C15.5832 6.70585 14.8738 5.25532 13.9134 3.975C15.0738 4.25375 16.1602 4.7801 17.098 5.51799C18.0359 6.25588 18.8032 7.18784 19.3472 8.25H19.3434ZM10.0866 3.975C9.12619 5.25532 8.41683 6.70585 7.99594 8.25H4.65282C5.19682 7.18784 5.96407 6.25588 6.90196 5.51799C7.83985 4.7801 8.92621 4.25375 10.0866 3.975ZM4.65282 15.75H7.99594C8.41683 17.2941 9.12619 18.7447 10.0866 20.025C8.92621 19.7463 7.83985 19.2199 6.90196 18.482C5.96407 17.7441 5.19682 16.8122 4.65282 15.75ZM13.9134 20.025C14.8738 18.7447 15.5832 17.2941 16.0041 15.75H19.3472C18.8032 16.8122 18.0359 17.7441 17.098 18.482C16.1602 19.2199 15.0738 19.7463 13.9134 20.025Z", fill: "currentColor" }) })) }));
11
+ });
12
+ GlobeIcon.displayName = 'GlobeIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const GoToIcon: 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 GoToIcon = 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.5ZM8.46937 15.5306C8.39964 15.461 8.34432 15.3783 8.30658 15.2872C8.26884 15.1962 8.24941 15.0986 8.24941 15C8.24941 14.9014 8.26884 14.8038 8.30658 14.7128C8.34432 14.6217 8.39964 14.539 8.46937 14.4694L13.1897 9.75H10.5C10.3011 9.75 10.1103 9.67098 9.96967 9.53033C9.82902 9.38968 9.75 9.19891 9.75 9C9.75 8.80109 9.82902 8.61032 9.96967 8.46967C10.1103 8.32902 10.3011 8.25 10.5 8.25H15C15.1989 8.25 15.3897 8.32902 15.5303 8.46967C15.671 8.61032 15.75 8.80109 15.75 9V13.5C15.75 13.6989 15.671 13.8897 15.5303 14.0303C15.3897 14.171 15.1989 14.25 15 14.25C14.8011 14.25 14.6103 14.171 14.4697 14.0303C14.329 13.8897 14.25 13.6989 14.25 13.5V10.8103L9.53063 15.5306C9.46097 15.6004 9.37825 15.6557 9.28721 15.6934C9.19616 15.7312 9.09856 15.7506 9 15.7506C8.90144 15.7506 8.80384 15.7312 8.71279 15.6934C8.62175 15.6557 8.53903 15.6004 8.46937 15.5306Z", fill: "currentColor" }) })) }));
11
+ });
12
+ GoToIcon.displayName = 'GoToIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const GoogleIcon: 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 GoogleIcon = 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.0001 14.1192 20.2524 16.1704 18.8887 17.7924C17.5249 19.4144 15.6325 20.5032 13.5448 20.8669C11.4571 21.2307 9.30798 20.8461 7.47601 19.7808C5.64404 18.7156 4.24671 17.0381 3.53014 15.0438C2.81357 13.0494 2.82371 10.8662 3.55879 8.87865C4.29387 6.89107 5.70672 5.22662 7.54851 4.17847C9.3903 3.13031 11.5429 2.76569 13.6271 3.14881C15.7114 3.53193 17.5935 4.63823 18.9422 6.27285C19.0091 6.34819 19.0602 6.43624 19.0924 6.53176C19.1245 6.62728 19.1371 6.7283 19.1294 6.82879C19.1216 6.92928 19.0937 7.02718 19.0472 7.11663C19.0008 7.20608 18.9368 7.28526 18.8591 7.34943C18.7814 7.4136 18.6915 7.46144 18.5949 7.4901C18.4983 7.51877 18.3968 7.52766 18.2967 7.51626C18.1966 7.50485 18.0998 7.47338 18.012 7.42372C17.9243 7.37406 17.8475 7.30723 17.7863 7.22723C16.6832 5.88971 15.1508 4.97567 13.4497 4.64058C11.7487 4.3055 9.98416 4.57008 8.45621 5.3893C6.92827 6.20853 5.73133 7.53181 5.06902 9.13402C4.40671 10.7362 4.31994 12.5184 4.82346 14.1774C5.32699 15.8364 6.3897 17.2697 7.83083 18.2335C9.27196 19.1973 11.0025 19.632 12.728 19.4638C14.4535 19.2955 16.0675 18.5347 17.2953 17.3106C18.5231 16.0866 19.2889 14.475 19.4625 12.75H12C11.8011 12.75 11.6103 12.671 11.4697 12.5304C11.329 12.3897 11.25 12.199 11.25 12C11.25 11.8011 11.329 11.6104 11.4697 11.4697C11.6103 11.3291 11.8011 11.25 12 11.25H20.25C20.4489 11.25 20.6397 11.3291 20.7803 11.4697C20.921 11.6104 21 11.8011 21 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ GoogleIcon.displayName = 'GoogleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const GooglePhotosIcon: 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 GooglePhotosIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M21.75 11.25H18.0459C18.5565 10.2209 18.796 9.07861 18.7417 7.93114C18.6874 6.78368 18.3412 5.66904 17.7358 4.69276C17.1305 3.71648 16.2859 2.91085 15.2822 2.35214C14.2785 1.79343 13.1487 1.50013 12 1.5C11.8011 1.5 11.6103 1.57902 11.4697 1.71967C11.329 1.86032 11.25 2.05109 11.25 2.25V5.95406C10.2209 5.44351 9.07861 5.20403 7.93114 5.25829C6.78368 5.31256 5.66904 5.65877 4.69276 6.26416C3.71648 6.86955 2.91085 7.71408 2.35214 8.71781C1.79343 9.72154 1.50013 10.8513 1.5 12C1.5 12.1989 1.57902 12.3897 1.71967 12.5303C1.86032 12.671 2.05109 12.75 2.25 12.75H5.95406C5.44351 13.7791 5.20403 14.9214 5.25829 16.0689C5.31256 17.2163 5.65877 18.331 6.26416 19.3072C6.86955 20.2835 7.71408 21.0892 8.71781 21.6479C9.72154 22.2066 10.8513 22.4999 12 22.5C12.1989 22.5 12.3897 22.421 12.5303 22.2803C12.671 22.1397 12.75 21.9489 12.75 21.75V18.0459C13.7791 18.5565 14.9214 18.796 16.0689 18.7417C17.2163 18.6874 18.331 18.3412 19.3072 17.7358C20.2835 17.1305 21.0892 16.2859 21.6479 15.2822C22.2066 14.2785 22.4999 13.1487 22.5 12C22.5 11.8011 22.421 11.6103 22.2803 11.4697C22.1397 11.329 21.9489 11.25 21.75 11.25ZM17.25 8.25C17.2554 9.32291 16.9278 10.3711 16.3125 11.25H12.75V3.05344C13.9988 3.23546 15.1406 3.86055 15.9667 4.81459C16.7929 5.76863 17.2483 6.98797 17.25 8.25ZM8.25 6.75C9.32291 6.7446 10.3711 7.07215 11.25 7.6875V11.25H3.05344C3.23546 10.0012 3.86055 8.85945 4.81459 8.03329C5.76863 7.20714 6.98797 6.75165 8.25 6.75ZM6.75 15.75C6.7446 14.6771 7.07215 13.6289 7.6875 12.75H11.25V20.9466C10.0012 20.7645 8.85945 20.1394 8.03329 19.1854C7.20714 18.2314 6.75165 17.012 6.75 15.75ZM15.75 17.25C14.6771 17.2554 13.6289 16.9278 12.75 16.3125V12.75H20.9466C20.7645 13.9988 20.1394 15.1406 19.1854 15.9667C18.2314 16.7929 17.012 17.2483 15.75 17.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ GooglePhotosIcon.displayName = 'GooglePhotosIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const GridFourIcon: CustomIcon;