@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
@@ -1,4 +1,33 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
1
2
  // Copyright 2025 WebPros International GmbH. All rights reserved.
2
- import { ToggleButtonGroup as MuiToggleButtonGroup } from '@mui/material';
3
- import './ToggleButtonGroup.theme';
4
- export const ToggleButtonGroup = MuiToggleButtonGroup;
3
+ import { Box } from '@mui/material';
4
+ import { createContext, useState } from 'react';
5
+ export const ToggleContext = createContext({
6
+ value: '',
7
+ handleToggle: () => { },
8
+ });
9
+ const toggleGroupSX = {
10
+ borderRadius: '50px',
11
+ overflow: 'clip',
12
+ display: 'inline-flex',
13
+ gap: 0.25,
14
+ width: 'fit-content',
15
+ };
16
+ export const ToggleButtonGroup = ({ children, multiple = false }) => {
17
+ const [value, setValue] = useState(multiple ? [] : '');
18
+ const handleToggle = (e) => {
19
+ const clickedValue = e.currentTarget.value;
20
+ if (Array.isArray(value)) {
21
+ const newValue = value.includes(clickedValue)
22
+ ? value.filter((item) => item !== clickedValue)
23
+ : [...value, clickedValue];
24
+ setValue(newValue);
25
+ }
26
+ else {
27
+ setValue(clickedValue);
28
+ }
29
+ e.currentTarget.blur();
30
+ };
31
+ const toggleContextValue = { value, handleToggle };
32
+ return (_jsx(ToggleContext.Provider, { value: toggleContextValue, children: _jsx(Box, { sx: toggleGroupSX, children: children }) }));
33
+ };
@@ -1 +1 @@
1
- export * from './ToggleButtonGroup.theme';
1
+ export * from './ToggleButtonGroup';
@@ -1,2 +1,2 @@
1
- // Copyright 2025 WebPros International GmbH. All rights reserved.
2
- export * from './ToggleButtonGroup.theme';
1
+ // Copyright 2026 WebPros International GmbH. All rights reserved.
2
+ export * from './ToggleButtonGroup';
@@ -1,6 +1,9 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  // Copyright 2025 WebPros International GmbH. All rights reserved.
3
- import { CaretLeftIcon, CaretRightIcon, SkipBackIcon, SkipForwardIcon, } from '@phosphor-icons/react';
3
+ import { CaretLeftIcon } from '../../../../icons/CaretLeftIcon';
4
+ import { CaretRightIcon } from '../../../../icons/CaretRightIcon';
5
+ import { SkipBackIcon } from '../../../../icons/SkipBackIcon';
6
+ import { SkipForwardIcon } from '../../../../icons/SkipForwardIcon';
4
7
  // Navigation icons for PaginationItem
5
8
  export const PaginationFirstIcon = () => _jsx(SkipBackIcon, { size: 20 });
6
9
  export const PaginationLastIcon = () => _jsx(SkipForwardIcon, { size: 20 });
@@ -11,7 +11,7 @@ const getStylesByContext = (theme, viewContext) => {
11
11
  style: Object.assign(Object.assign({}, typography.LabelMedium), { textTransform: 'none', color: colors[schemesPath].surfaces.onSurfaceVariant, opacity: 1, padding: '18px 12px', minHeight: 'auto', minWidth: 'auto', borderRadius: 10, '&:hover': {
12
12
  backgroundColor: colors[stateLayersPath].surfaces.onSurface.opacity08,
13
13
  color: colors[schemesPath].surfaces.onSurface,
14
- }, '&:focus': {
14
+ }, '&:focus-visible': {
15
15
  backgroundColor: colors[stateLayersPath].surfaces.onSurface.opacity12,
16
16
  color: colors[schemesPath].surfaces.onSurface,
17
17
  }, '&:active': {
@@ -22,7 +22,7 @@ const getStylesByContext = (theme, viewContext) => {
22
22
  '&:hover': {
23
23
  backgroundColor: colors[stateLayersPath].base.primary.opacity08,
24
24
  },
25
- '&:focus': {
25
+ '&:focus-visible': {
26
26
  backgroundColor: colors[stateLayersPath].base.primary.opacity12,
27
27
  },
28
28
  '&:active': {
@@ -0,0 +1,9 @@
1
+ export declare const AutocompleteXIcon: import("react/jsx-runtime").JSX.Element;
2
+ export declare const AutocompleteCaretDownIcon: import("react/jsx-runtime").JSX.Element;
3
+ export declare const SelectCaretDownIcon: import("../../utils/createIcon").CustomIcon;
4
+ export declare const ChipDeleteIcon: import("react/jsx-runtime").JSX.Element;
5
+ export declare const CheckboxOff: import("react/jsx-runtime").JSX.Element;
6
+ export declare const CheckboxOn: import("react/jsx-runtime").JSX.Element;
7
+ export declare const CheckboxIntermediate: import("react/jsx-runtime").JSX.Element;
8
+ export declare const RadioOff: import("react/jsx-runtime").JSX.Element;
9
+ export declare const RadioOn: import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,19 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
3
+ import { CaretDownSmallIcon } from '../../icons/CaretDownSmallIcon';
4
+ import { CloseSmallIcon } from '../../icons/CloseSmallIcon';
5
+ import { CloseCircleFillIcon } from '../../icons/CloseCircleFillIcon';
6
+ import { CheckboxOff20Icon } from '../../icons/CheckboxOff20Icon';
7
+ import { CheckboxOn20Icon } from '../../icons/CheckboxOn20Icon';
8
+ import { CheckboxIntermediate20Icon } from '../../icons/CheckboxIntermediate20Icon';
9
+ import { RadioOffIcon } from '../../icons/RadioOffIcon';
10
+ import { RadioOnIcon } from '../../icons/RadioOnIcon';
11
+ export const AutocompleteXIcon = _jsx(CloseSmallIcon, {});
12
+ export const AutocompleteCaretDownIcon = _jsx(CaretDownSmallIcon, {});
13
+ export const SelectCaretDownIcon = CaretDownSmallIcon;
14
+ export const ChipDeleteIcon = _jsx(CloseCircleFillIcon, {});
15
+ export const CheckboxOff = _jsx(CheckboxOff20Icon, { className: "MuiSvgIcon-root" });
16
+ export const CheckboxOn = _jsx(CheckboxOn20Icon, { className: "MuiSvgIcon-root" });
17
+ export const CheckboxIntermediate = _jsx(CheckboxIntermediate20Icon, { className: "MuiSvgIcon-root" });
18
+ export const RadioOff = _jsx(RadioOffIcon, { className: "MuiSvgIcon-root" });
19
+ export const RadioOn = _jsx(RadioOnIcon, { className: "MuiSvgIcon-root" });
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const AlignLeftSimpleIcon: 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 AlignLeftSimpleIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M3.75 5.25V18.75C3.75 18.9489 3.67098 19.1397 3.53033 19.2803C3.38968 19.421 3.19891 19.5 3 19.5C2.80109 19.5 2.61032 19.421 2.46967 19.2803C2.32902 19.1397 2.25 18.9489 2.25 18.75V5.25C2.25 5.05109 2.32902 4.86032 2.46967 4.71967C2.61032 4.57902 2.80109 4.5 3 4.5C3.19891 4.5 3.38968 4.57902 3.53033 4.71967C3.67098 4.86032 3.75 5.05109 3.75 5.25ZM22.5 9V15C22.5 15.3978 22.342 15.7794 22.0607 16.0607C21.7794 16.342 21.3978 16.5 21 16.5H6.75C6.35218 16.5 5.97064 16.342 5.68934 16.0607C5.40804 15.7794 5.25 15.3978 5.25 15V9C5.25 8.60218 5.40804 8.22064 5.68934 7.93934C5.97064 7.65804 6.35218 7.5 6.75 7.5H21C21.3978 7.5 21.7794 7.65804 22.0607 7.93934C22.342 8.22064 22.5 8.60218 22.5 9ZM21 15V9H6.75V15H21Z", fill: "currentColor" }) })) }));
11
+ });
12
+ AlignLeftSimpleIcon.displayName = 'AlignLeftSimpleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const AmazonIcon: 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 AmazonIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M23.25 15.7499V18.7499C23.25 18.9488 23.171 19.1396 23.0303 19.2803C22.8897 19.4209 22.6989 19.4999 22.5 19.4999C22.3011 19.4999 22.1103 19.4209 21.9696 19.2803C21.829 19.1396 21.75 18.9488 21.75 18.7499V17.5602L21.5428 17.7684C21.2522 18.0843 17.76 21.7499 12 21.7499C6.10873 21.7499 2.58935 17.9146 2.44216 17.7515C2.30914 17.6029 2.24058 17.4076 2.25157 17.2085C2.26256 17.0094 2.35219 16.8228 2.50076 16.6898C2.64932 16.5568 2.84464 16.4882 3.04375 16.4992C3.24286 16.5102 3.42945 16.5998 3.56248 16.7484C3.58779 16.7812 6.79685 20.2499 12 20.2499C17.2031 20.2499 20.4122 16.7812 20.444 16.7474C20.452 16.7376 20.4604 16.7282 20.4693 16.7193L20.6897 16.4999H19.5C19.3011 16.4999 19.1103 16.4209 18.9696 16.2803C18.829 16.1396 18.75 15.9488 18.75 15.7499C18.75 15.551 18.829 15.3603 18.9696 15.2196C19.1103 15.079 19.3011 14.9999 19.5 14.9999H22.5C22.6989 14.9999 22.8897 15.079 23.0303 15.2196C23.171 15.3603 23.25 15.551 23.25 15.7499ZM15 8.86212V7.87494C15.0005 7.11659 14.7456 6.38017 14.2763 5.78443C13.8071 5.18868 13.1509 4.76832 12.4136 4.59113C11.6762 4.41394 10.9007 4.49024 10.212 4.80774C9.52329 5.12523 8.9616 5.66541 8.61748 6.34119C8.52697 6.51834 8.3698 6.65229 8.18053 6.71356C7.99127 6.77483 7.78541 6.75841 7.60826 6.6679C7.4311 6.5774 7.29715 6.42023 7.23588 6.23096C7.17461 6.0417 7.19103 5.83584 7.28154 5.65869C7.77884 4.6829 8.59024 3.903 9.58493 3.4447C10.5796 2.98639 11.6997 2.87637 12.7645 3.13238C13.8294 3.38838 14.777 3.9955 15.4547 4.85587C16.1323 5.71624 16.5006 6.77974 16.5 7.87494V16.4999C16.5 16.6988 16.421 16.8896 16.2803 17.0303C16.1397 17.1709 15.9489 17.2499 15.75 17.2499C15.5511 17.2499 15.3603 17.1709 15.2196 17.0303C15.079 16.8896 15 16.6988 15 16.4999V15.8877C14.311 16.5508 13.4422 16.9965 12.5018 17.1695C11.5613 17.3425 10.5908 17.2351 9.71096 16.8607C8.83111 16.4863 8.08079 15.8614 7.55338 15.0638C7.02597 14.2662 6.74477 13.3311 6.74477 12.3749C6.74477 11.4187 7.02597 10.4837 7.55338 9.68606C8.08079 8.88846 8.83111 8.26358 9.71096 7.88917C10.5908 7.51477 11.5613 7.40739 12.5018 7.58038C13.4422 7.75338 14.311 8.19912 15 8.86212ZM15 12.3749C15 11.7074 14.802 11.0549 14.4312 10.4999C14.0603 9.94487 13.5332 9.51229 12.9165 9.25684C12.2998 9.0014 11.6212 8.93456 10.9665 9.06479C10.3119 9.19501 9.71049 9.51645 9.23849 9.98845C8.76649 10.4605 8.44505 11.0618 8.31482 11.7165C8.1846 12.3712 8.25144 13.0498 8.50688 13.6665C8.76233 14.2832 9.19491 14.8103 9.74993 15.1811C10.3049 15.552 10.9575 15.7499 11.625 15.7499C12.0682 15.7499 12.5071 15.6626 12.9165 15.493C13.326 15.3234 13.6981 15.0748 14.0115 14.7614C14.3249 14.448 14.5735 14.076 14.7431 13.6665C14.9127 13.257 15 12.8181 15 12.3749Z", fill: "currentColor" }) })) }));
11
+ });
12
+ AmazonIcon.displayName = 'AmazonIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const AndroidIcon: 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 AndroidIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.5 13.8751C16.5 14.0976 16.434 14.3151 16.3104 14.5001C16.1868 14.6851 16.0111 14.8293 15.8055 14.9144C15.6 14.9996 15.3738 15.0218 15.1555 14.9784C14.9373 14.935 14.7368 14.8279 14.5795 14.6705C14.4222 14.5132 14.315 14.3128 14.2716 14.0945C14.2282 13.8763 14.2505 13.6501 14.3356 13.4445C14.4208 13.239 14.565 13.0633 14.75 12.9397C14.935 12.816 15.1525 12.7501 15.375 12.7501C15.6734 12.7501 15.9595 12.8686 16.1705 13.0796C16.3815 13.2905 16.5 13.5767 16.5 13.8751ZM8.625 12.7501C8.4025 12.7501 8.18499 12.816 7.99999 12.9397C7.81498 13.0633 7.67079 13.239 7.58564 13.4445C7.50049 13.6501 7.47821 13.8763 7.52162 14.0945C7.56503 14.3128 7.67217 14.5132 7.82951 14.6705C7.98684 14.8279 8.1873 14.935 8.40553 14.9784C8.62376 15.0218 8.84996 14.9996 9.05552 14.9144C9.26109 14.8293 9.43679 14.6851 9.56041 14.5001C9.68402 14.3151 9.75 14.0976 9.75 13.8751C9.75 13.5767 9.63148 13.2905 9.4205 13.0796C9.20952 12.8686 8.92337 12.7501 8.625 12.7501ZM22.5 15.0001V17.2501C22.5 17.6479 22.342 18.0294 22.0607 18.3107C21.7794 18.592 21.3978 18.7501 21 18.7501H3C2.60218 18.7501 2.22065 18.592 1.93934 18.3107C1.65804 18.0294 1.5 17.6479 1.5 17.2501V15.106C1.49867 13.6602 1.7923 12.2293 2.36294 10.9009C2.93357 9.57248 3.76922 8.37444 4.81875 7.38006L2.46938 5.03068C2.32865 4.88995 2.24959 4.69908 2.24959 4.50006C2.24959 4.30103 2.32865 4.11016 2.46938 3.96943C2.61011 3.8287 2.80098 3.74964 3 3.74964C3.19903 3.74964 3.3899 3.8287 3.53063 3.96943L5.98313 6.42193C7.74408 5.17456 9.84811 4.50315 12.0061 4.49996C14.1641 4.49677 16.2701 5.16196 18.0347 6.40412L20.4722 3.96662C20.6129 3.82589 20.8038 3.74683 21.0028 3.74683C21.2018 3.74683 21.3927 3.82589 21.5334 3.96662C21.6742 4.10735 21.7532 4.29822 21.7532 4.49724C21.7532 4.69627 21.6742 4.88714 21.5334 5.02787L19.2019 7.35943C19.2722 7.42599 19.3425 7.49349 19.4119 7.56287C20.3938 8.53599 21.1725 9.69463 21.7027 10.9714C22.2328 12.2482 22.5039 13.6176 22.5 15.0001ZM21 15.0001C21 12.6131 20.0518 10.3239 18.364 8.63609C16.6761 6.94827 14.387 6.00006 12 6.00006H11.9681C7.02282 6.01693 3 10.1016 3 15.106V17.2501H21V15.0001Z", fill: "currentColor" }) })) }));
11
+ });
12
+ AndroidIcon.displayName = 'AndroidIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ApparetmentIcon: 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 ApparetmentIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M22.5 19.5H21.75V6.75C21.75 6.55109 21.671 6.36032 21.5303 6.21967C21.3897 6.07902 21.1989 6 21 6H17.25V3.75C17.25 3.55109 17.171 3.36032 17.0303 3.21967C16.8897 3.07902 16.6989 3 16.5 3H7.5C7.30109 3 7.11032 3.07902 6.96967 3.21967C6.82902 3.36032 6.75 3.55109 6.75 3.75V9H3C2.80109 9 2.61032 9.07902 2.46967 9.21967C2.32902 9.36032 2.25 9.55109 2.25 9.75V19.5H1.5C1.30109 19.5 1.11032 19.579 0.96967 19.7197C0.829018 19.8603 0.75 20.0511 0.75 20.25C0.75 20.4489 0.829018 20.6397 0.96967 20.7803C1.11032 20.921 1.30109 21 1.5 21H22.5C22.6989 21 22.8897 20.921 23.0303 20.7803C23.171 20.6397 23.25 20.4489 23.25 20.25C23.25 20.0511 23.171 19.8603 23.0303 19.7197C22.8897 19.579 22.6989 19.5 22.5 19.5ZM3.75 10.5H7.5C7.69891 10.5 7.88968 10.421 8.03033 10.2803C8.17098 10.1397 8.25 9.94891 8.25 9.75V4.5H15.75V6.75C15.75 6.94891 15.829 7.13968 15.9697 7.28033C16.1103 7.42098 16.3011 7.5 16.5 7.5H20.25V19.5H14.25V15.75C14.25 15.5511 14.171 15.3603 14.0303 15.2197C13.8897 15.079 13.6989 15 13.5 15H10.5C10.3011 15 10.1103 15.079 9.96967 15.2197C9.82902 15.3603 9.75 15.5511 9.75 15.75V19.5H3.75V10.5ZM12.75 19.5H11.25V16.5H12.75V19.5ZM10.5 6.75C10.5 6.55109 10.579 6.36032 10.7197 6.21967C10.8603 6.07902 11.0511 6 11.25 6H12.75C12.9489 6 13.1397 6.07902 13.2803 6.21967C13.421 6.36032 13.5 6.55109 13.5 6.75C13.5 6.94891 13.421 7.13968 13.2803 7.28033C13.1397 7.42098 12.9489 7.5 12.75 7.5H11.25C11.0511 7.5 10.8603 7.42098 10.7197 7.28033C10.579 7.13968 10.5 6.94891 10.5 6.75ZM10.5 9.75C10.5 9.55109 10.579 9.36032 10.7197 9.21967C10.8603 9.07902 11.0511 9 11.25 9H12.75C12.9489 9 13.1397 9.07902 13.2803 9.21967C13.421 9.36032 13.5 9.55109 13.5 9.75C13.5 9.94891 13.421 10.1397 13.2803 10.2803C13.1397 10.421 12.9489 10.5 12.75 10.5H11.25C11.0511 10.5 10.8603 10.421 10.7197 10.2803C10.579 10.1397 10.5 9.94891 10.5 9.75ZM15.75 9.75C15.75 9.55109 15.829 9.36032 15.9697 9.21967C16.1103 9.07902 16.3011 9 16.5 9H18C18.1989 9 18.3897 9.07902 18.5303 9.21967C18.671 9.36032 18.75 9.55109 18.75 9.75C18.75 9.94891 18.671 10.1397 18.5303 10.2803C18.3897 10.421 18.1989 10.5 18 10.5H16.5C16.3011 10.5 16.1103 10.421 15.9697 10.2803C15.829 10.1397 15.75 9.94891 15.75 9.75ZM8.25 12.75C8.25 12.9489 8.17098 13.1397 8.03033 13.2803C7.88968 13.421 7.69891 13.5 7.5 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 12H7.5C7.69891 12 7.88968 12.079 8.03033 12.2197C8.17098 12.3603 8.25 12.5511 8.25 12.75ZM8.25 15.75C8.25 15.9489 8.17098 16.1397 8.03033 16.2803C7.88968 16.421 7.69891 16.5 7.5 16.5H6C5.80109 16.5 5.61032 16.421 5.46967 16.2803C5.32902 16.1397 5.25 15.9489 5.25 15.75C5.25 15.5511 5.32902 15.3603 5.46967 15.2197C5.61032 15.079 5.80109 15 6 15H7.5C7.69891 15 7.88968 15.079 8.03033 15.2197C8.17098 15.3603 8.25 15.5511 8.25 15.75ZM10.5 12.75C10.5 12.5511 10.579 12.3603 10.7197 12.2197C10.8603 12.079 11.0511 12 11.25 12H12.75C12.9489 12 13.1397 12.079 13.2803 12.2197C13.421 12.3603 13.5 12.5511 13.5 12.75C13.5 12.9489 13.421 13.1397 13.2803 13.2803C13.1397 13.421 12.9489 13.5 12.75 13.5H11.25C11.0511 13.5 10.8603 13.421 10.7197 13.2803C10.579 13.1397 10.5 12.9489 10.5 12.75ZM15.75 12.75C15.75 12.5511 15.829 12.3603 15.9697 12.2197C16.1103 12.079 16.3011 12 16.5 12H18C18.1989 12 18.3897 12.079 18.5303 12.2197C18.671 12.3603 18.75 12.5511 18.75 12.75C18.75 12.9489 18.671 13.1397 18.5303 13.2803C18.3897 13.421 18.1989 13.5 18 13.5H16.5C16.3011 13.5 16.1103 13.421 15.9697 13.2803C15.829 13.1397 15.75 12.9489 15.75 12.75ZM15.75 15.75C15.75 15.5511 15.829 15.3603 15.9697 15.2197C16.1103 15.079 16.3011 15 16.5 15H18C18.1989 15 18.3897 15.079 18.5303 15.2197C18.671 15.3603 18.75 15.5511 18.75 15.75C18.75 15.9489 18.671 16.1397 18.5303 16.2803C18.3897 16.421 18.1989 16.5 18 16.5H16.5C16.3011 16.5 16.1103 16.421 15.9697 16.2803C15.829 16.1397 15.75 15.9489 15.75 15.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ApparetmentIcon.displayName = 'ApparetmentIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArchiveIcon: 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 ArchiveIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M21 4.5H3C2.60218 4.5 2.22064 4.65804 1.93934 4.93934C1.65804 5.22064 1.5 5.60218 1.5 6V8.25C1.5 8.64782 1.65804 9.02936 1.93934 9.31066C2.22064 9.59196 2.60218 9.75 3 9.75V18C3 18.3978 3.15804 18.7794 3.43934 19.0607C3.72064 19.342 4.10218 19.5 4.5 19.5H19.5C19.8978 19.5 20.2794 19.342 20.5607 19.0607C20.842 18.7794 21 18.3978 21 18V9.75C21.3978 9.75 21.7794 9.59196 22.0607 9.31066C22.342 9.02936 22.5 8.64782 22.5 8.25V6C22.5 5.60218 22.342 5.22064 22.0607 4.93934C21.7794 4.65804 21.3978 4.5 21 4.5ZM19.5 18H4.5V9.75H19.5V18ZM21 8.25H3V6H21V8.25ZM9 12.75C9 12.5511 9.07902 12.3603 9.21967 12.2197C9.36032 12.079 9.55109 12 9.75 12H14.25C14.4489 12 14.6397 12.079 14.7803 12.2197C14.921 12.3603 15 12.5511 15 12.75C15 12.9489 14.921 13.1397 14.7803 13.2803C14.6397 13.421 14.4489 13.5 14.25 13.5H9.75C9.55109 13.5 9.36032 13.421 9.21967 13.2803C9.07902 13.1397 9 12.9489 9 12.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArchiveIcon.displayName = 'ArchiveIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowBendDoubleUpLeftIcon: 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 ArrowBendDoubleUpLeftIcon = 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: "M8.03061 13.7193C8.17134 13.86 8.2504 14.0509 8.2504 14.2499C8.2504 14.449 8.17134 14.6398 8.03061 14.7806C7.88987 14.9213 7.699 15.0003 7.49998 15.0003C7.30096 15.0003 7.11009 14.9213 6.96935 14.7806L2.46935 10.2806C2.39962 10.2109 2.3443 10.1282 2.30656 10.0371C2.26882 9.94608 2.24939 9.84849 2.24939 9.74993C2.24939 9.65137 2.26882 9.55377 2.30656 9.46272C2.3443 9.37167 2.39962 9.28896 2.46935 9.2193L6.96935 4.7193C7.11009 4.57857 7.30096 4.49951 7.49998 4.49951C7.699 4.49951 7.88987 4.57857 8.03061 4.7193C8.17134 4.86003 8.2504 5.05091 8.2504 5.24993C8.2504 5.44895 8.17134 5.63982 8.03061 5.78055L4.06029 9.74993L8.03061 13.7193ZM12 8.99993H9.31029L12.5306 5.78055C12.6713 5.63982 12.7504 5.44895 12.7504 5.24993C12.7504 5.05091 12.6713 4.86003 12.5306 4.7193C12.3899 4.57857 12.199 4.49951 12 4.49951C11.801 4.49951 11.6101 4.57857 11.4694 4.7193L6.96935 9.2193C6.89962 9.28896 6.8443 9.37167 6.80656 9.46272C6.76882 9.55377 6.74939 9.65137 6.74939 9.74993C6.74939 9.84849 6.76882 9.94608 6.80656 10.0371C6.8443 10.1282 6.89962 10.2109 6.96935 10.2806L11.4694 14.7806C11.539 14.8502 11.6218 14.9055 11.7128 14.9432C11.8039 14.9809 11.9014 15.0003 12 15.0003C12.0985 15.0003 12.1961 14.9809 12.2872 14.9432C12.3782 14.9055 12.4609 14.8502 12.5306 14.7806C12.6003 14.7109 12.6556 14.6281 12.6933 14.5371C12.731 14.4461 12.7504 14.3485 12.7504 14.2499C12.7504 14.1514 12.731 14.0538 12.6933 13.9628C12.6556 13.8717 12.6003 13.789 12.5306 13.7193L9.31029 10.4999H12C14.1873 10.5024 16.2842 11.3724 17.8309 12.919C19.3775 14.4657 20.2475 16.5627 20.25 18.7499C20.25 18.9488 20.329 19.1396 20.4696 19.2803C20.6103 19.4209 20.8011 19.4999 21 19.4999C21.1989 19.4999 21.3897 19.4209 21.5303 19.2803C21.671 19.1396 21.75 18.9488 21.75 18.7499C21.7472 16.1649 20.7191 13.6865 18.8913 11.8587C17.0634 10.0308 14.585 9.00266 12 8.99993Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowBendDoubleUpLeftIcon.displayName = 'ArrowBendDoubleUpLeftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowBendDoubleUpRightIcon: 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 ArrowBendDoubleUpRightIcon = 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.5306 10.2806L17.0306 14.7806C16.8899 14.9213 16.699 15.0003 16.5 15.0003C16.301 15.0003 16.1101 14.9213 15.9694 14.7806C15.8286 14.6398 15.7496 14.449 15.7496 14.2499C15.7496 14.0509 15.8286 13.86 15.9694 13.7193L19.9397 9.74993L15.9694 5.78055C15.8997 5.71087 15.8444 5.62815 15.8067 5.5371C15.769 5.44606 15.7496 5.34847 15.7496 5.24993C15.7496 5.15138 15.769 5.0538 15.8067 4.96276C15.8444 4.87171 15.8997 4.78899 15.9694 4.7193C16.1101 4.57857 16.301 4.49951 16.5 4.49951C16.5985 4.49951 16.6961 4.51892 16.7872 4.55663C16.8782 4.59435 16.9609 4.64962 17.0306 4.7193L21.5306 9.2193C21.6004 9.28896 21.6557 9.37167 21.6934 9.46272C21.7312 9.55377 21.7506 9.65137 21.7506 9.74993C21.7506 9.84849 21.7312 9.94608 21.6934 10.0371C21.6557 10.1282 21.6004 10.2109 21.5306 10.2806ZM17.0306 9.2193L12.5306 4.7193C12.3899 4.57857 12.199 4.49951 12 4.49951C11.801 4.49951 11.6101 4.57857 11.4694 4.7193C11.3286 4.86003 11.2496 5.05091 11.2496 5.24993C11.2496 5.44895 11.3286 5.63982 11.4694 5.78055L14.6897 8.99993H12C9.41498 9.00266 6.93661 10.0308 5.10872 11.8587C3.28084 13.6865 2.25273 16.1649 2.25 18.7499C2.25 18.9488 2.32902 19.1396 2.46967 19.2803C2.61032 19.4209 2.80109 19.4999 3 19.4999C3.19891 19.4999 3.38968 19.4209 3.53033 19.2803C3.67098 19.1396 3.75 18.9488 3.75 18.7499C3.75248 16.5627 4.62247 14.4657 6.16911 12.919C7.71575 11.3724 9.81273 10.5024 12 10.4999H14.6897L11.4694 13.7193C11.3997 13.789 11.3444 13.8717 11.3067 13.9628C11.269 14.0538 11.2496 14.1514 11.2496 14.2499C11.2496 14.3485 11.269 14.4461 11.3067 14.5371C11.3444 14.6281 11.3997 14.7109 11.4694 14.7806C11.6101 14.9213 11.801 15.0003 12 15.0003C12.0985 15.0003 12.1961 14.9809 12.2872 14.9432C12.3782 14.9055 12.4609 14.8502 12.5306 14.7806L17.0306 10.2806C17.1004 10.2109 17.1557 10.1282 17.1934 10.0371C17.2312 9.94608 17.2506 9.84849 17.2506 9.74993C17.2506 9.65137 17.2312 9.55377 17.1934 9.46272C17.1557 9.37167 17.1004 9.28896 17.0306 9.2193Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowBendDoubleUpRightIcon.displayName = 'ArrowBendDoubleUpRightIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowBendUpLeftIcon: 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 ArrowBendUpLeftIcon = 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 18.7499C21.75 18.9488 21.671 19.1396 21.5303 19.2803C21.3897 19.4209 21.1989 19.4999 21 19.4999C20.8011 19.4999 20.6103 19.4209 20.4696 19.2803C20.329 19.1396 20.25 18.9488 20.25 18.7499C20.2475 16.5627 19.3775 14.4657 17.8309 12.919C16.2842 11.3724 14.1873 10.5024 12 10.4999H4.81029L8.03061 13.7193C8.17134 13.86 8.2504 14.0509 8.2504 14.2499C8.2504 14.449 8.17134 14.6398 8.03061 14.7806C7.88987 14.9213 7.699 15.0003 7.49998 15.0003C7.30096 15.0003 7.11009 14.9213 6.96935 14.7806L2.46935 10.2806C2.39962 10.2109 2.3443 10.1282 2.30656 10.0371C2.26882 9.94608 2.24939 9.84849 2.24939 9.74993C2.24939 9.65137 2.26882 9.55377 2.30656 9.46272C2.3443 9.37167 2.39962 9.28896 2.46935 9.2193L6.96935 4.7193C7.11009 4.57857 7.30096 4.49951 7.49998 4.49951C7.699 4.49951 7.88987 4.57857 8.03061 4.7193C8.17134 4.86003 8.2504 5.05091 8.2504 5.24993C8.2504 5.44895 8.17134 5.63982 8.03061 5.78055L4.81029 8.99993H12C14.585 9.00266 17.0634 10.0308 18.8913 11.8587C20.7191 13.6865 21.7472 16.1649 21.75 18.7499Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowBendUpLeftIcon.displayName = 'ArrowBendUpLeftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowBendUpRightIcon: 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 ArrowBendUpRightIcon = 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.5306 10.2806L17.0306 14.7806C16.8899 14.9213 16.699 15.0003 16.5 15.0003C16.301 15.0003 16.1101 14.9213 15.9694 14.7806C15.8286 14.6398 15.7496 14.449 15.7496 14.2499C15.7496 14.0509 15.8286 13.86 15.9694 13.7193L19.1897 10.4999H12C9.81273 10.5024 7.71575 11.3724 6.16911 12.919C4.62247 14.4657 3.75248 16.5627 3.75 18.7499C3.75 18.9488 3.67098 19.1396 3.53033 19.2803C3.38968 19.4209 3.19891 19.4999 3 19.4999C2.80109 19.4999 2.61032 19.4209 2.46967 19.2803C2.32902 19.1396 2.25 18.9488 2.25 18.7499C2.25273 16.1649 3.28084 13.6865 5.10872 11.8587C6.93661 10.0308 9.41498 9.00266 12 8.99993H19.1897L15.9694 5.78055C15.8997 5.71087 15.8444 5.62815 15.8067 5.5371C15.769 5.44606 15.7496 5.34847 15.7496 5.24993C15.7496 5.15138 15.769 5.0538 15.8067 4.96276C15.8444 4.87171 15.8997 4.78899 15.9694 4.7193C16.1101 4.57857 16.301 4.49951 16.5 4.49951C16.5985 4.49951 16.6961 4.51892 16.7872 4.55663C16.8782 4.59435 16.9609 4.64962 17.0306 4.7193L21.5306 9.2193C21.6004 9.28896 21.6557 9.37167 21.6934 9.46272C21.7312 9.55377 21.7506 9.65137 21.7506 9.74993C21.7506 9.84849 21.7312 9.94608 21.6934 10.0371C21.6557 10.1282 21.6004 10.2109 21.5306 10.2806Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowBendUpRightIcon.displayName = 'ArrowBendUpRightIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowCircleDownFillIcon: 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 ArrowCircleDownFillIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25ZM15.5306 13.2806L12.5306 16.2806C12.461 16.3504 12.3783 16.4057 12.2872 16.4434C12.1962 16.4812 12.0986 16.5006 12 16.5006C11.9014 16.5006 11.8038 16.4812 11.7128 16.4434C11.6218 16.4057 11.539 16.3504 11.4694 16.2806L8.46938 13.2806C8.32865 13.1399 8.24959 12.949 8.24959 12.75C8.24959 12.551 8.32865 12.3601 8.46938 12.2194C8.61011 12.0786 8.80098 11.9996 9 11.9996C9.19903 11.9996 9.3899 12.0786 9.53063 12.2194L11.25 13.9397V8.25C11.25 8.05109 11.329 7.86032 11.4697 7.71967C11.6103 7.57902 11.8011 7.5 12 7.5C12.1989 7.5 12.3897 7.57902 12.5303 7.71967C12.671 7.86032 12.75 8.05109 12.75 8.25V13.9397L14.4694 12.2194C14.6101 12.0786 14.801 11.9996 15 11.9996C15.199 11.9996 15.3899 12.0786 15.5306 12.2194C15.6714 12.3601 15.7504 12.551 15.7504 12.75C15.7504 12.949 15.6714 13.1399 15.5306 13.2806Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowCircleDownFillIcon.displayName = 'ArrowCircleDownFillIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowCircleUpFillIcon: 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 ArrowCircleUpFillIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25ZM15.5306 11.7806C15.461 11.8504 15.3783 11.9057 15.2872 11.9434C15.1962 11.9812 15.0986 12.0006 15 12.0006C14.9014 12.0006 14.8038 11.9812 14.7128 11.9434C14.6218 11.9057 14.539 11.8504 14.4694 11.7806L12.75 10.0603V15.75C12.75 15.9489 12.671 16.1397 12.5303 16.2803C12.3897 16.421 12.1989 16.5 12 16.5C11.8011 16.5 11.6103 16.421 11.4697 16.2803C11.329 16.1397 11.25 15.9489 11.25 15.75V10.0603L9.53063 11.7806C9.3899 11.9214 9.19903 12.0004 9 12.0004C8.80098 12.0004 8.61011 11.9214 8.46938 11.7806C8.32865 11.6399 8.24959 11.449 8.24959 11.25C8.24959 11.051 8.32865 10.8601 8.46938 10.7194L11.4694 7.71937C11.539 7.64964 11.6218 7.59432 11.7128 7.55658C11.8038 7.51884 11.9014 7.49941 12 7.49941C12.0986 7.49941 12.1962 7.51884 12.2872 7.55658C12.3783 7.59432 12.461 7.64964 12.5306 7.71937L15.5306 10.7194C15.6004 10.789 15.6557 10.8717 15.6934 10.9628C15.7312 11.0538 15.7506 11.1514 15.7506 11.25C15.7506 11.3486 15.7312 11.4462 15.6934 11.5372C15.6557 11.6283 15.6004 11.711 15.5306 11.7806Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowCircleUpFillIcon.displayName = 'ArrowCircleUpFillIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowClockwiseFillIcon: 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 ArrowClockwiseFillIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M22.5 5.25001V9.75001C22.5 9.94892 22.421 10.1397 22.2803 10.2803C22.1397 10.421 21.9489 10.5 21.75 10.5H17.25C17.1016 10.5001 16.9565 10.4562 16.833 10.3738C16.7096 10.2914 16.6134 10.1742 16.5565 10.0371C16.4997 9.89999 16.4849 9.74909 16.5139 9.60353C16.5428 9.45797 16.6144 9.32428 16.7194 9.21939L18.3131 7.62564L17.3241 6.72095L17.3006 6.69845C16.2582 5.65641 14.9318 4.94463 13.4872 4.65202C12.0426 4.35942 10.5438 4.49897 9.17803 5.05323C7.81227 5.60749 6.6401 6.5519 5.80795 7.76848C4.9758 8.98505 4.52057 10.4199 4.49913 11.8936C4.47769 13.3674 4.89098 14.8149 5.68738 16.0551C6.48378 17.2954 7.62798 18.2735 8.97704 18.8673C10.3261 19.461 11.8202 19.6441 13.2727 19.3937C14.7252 19.1432 16.0718 18.4703 17.1441 17.4591C17.2157 17.3914 17.2999 17.3384 17.3919 17.3032C17.484 17.2681 17.5821 17.2514 17.6806 17.2541C17.7791 17.2569 17.8761 17.279 17.966 17.3192C18.056 17.3595 18.1371 17.417 18.2049 17.4886C18.2726 17.5602 18.3255 17.6444 18.3607 17.7365C18.3958 17.8285 18.4125 17.9266 18.4098 18.0251C18.407 18.1236 18.3849 18.2206 18.3447 18.3106C18.3045 18.4005 18.2469 18.4817 18.1753 18.5494C16.5077 20.1285 14.2967 21.006 12 21H11.8763C10.4023 20.9798 8.95579 20.5979 7.66397 19.8877C6.37216 19.1776 5.27455 18.161 4.46762 16.9274C3.6607 15.6937 3.16915 14.2807 3.0362 12.8126C2.90324 11.3445 3.13294 9.86616 3.70511 8.5076C4.27728 7.14903 5.1744 5.95181 6.31762 5.02116C7.46085 4.09051 8.81517 3.45492 10.2616 3.17026C11.7079 2.88559 13.2021 2.96057 14.6127 3.38859C16.0234 3.81662 17.3073 4.58459 18.3516 5.62501L19.3763 6.56251L21.2194 4.71564C21.3245 4.6104 21.4585 4.53879 21.6045 4.50992C21.7504 4.48105 21.9016 4.49622 22.0388 4.5535C22.1761 4.61078 22.2933 4.70759 22.3754 4.83161C22.4575 4.95563 22.5009 5.10127 22.5 5.25001Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowClockwiseFillIcon.displayName = 'ArrowClockwiseFillIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowDownBoldIcon: 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 ArrowDownBoldIcon = 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.5459 14.2959L12.7959 21.0459C12.6914 21.1508 12.5672 21.234 12.4304 21.2908C12.2937 21.3476 12.1471 21.3768 11.999 21.3768C11.851 21.3768 11.7043 21.3476 11.5676 21.2908C11.4309 21.234 11.3067 21.1508 11.2021 21.0459L4.45215 14.2959C4.2408 14.0846 4.12207 13.7979 4.12207 13.4991C4.12207 13.2002 4.2408 12.9135 4.45215 12.7022C4.66349 12.4908 4.95014 12.3721 5.24902 12.3721C5.54791 12.3721 5.83455 12.4908 6.0459 12.7022L10.875 17.5312V3.75C10.875 3.45163 10.9935 3.16548 11.2045 2.9545C11.4154 2.74353 11.7016 2.625 12 2.625C12.2983 2.625 12.5845 2.74353 12.7955 2.9545C13.0064 3.16548 13.125 3.45163 13.125 3.75V17.5312L17.954 12.7013C18.1654 12.4899 18.452 12.3712 18.7509 12.3712C19.0498 12.3712 19.3364 12.4899 19.5478 12.7013C19.7591 12.9126 19.8778 13.1992 19.8778 13.4981C19.8778 13.797 19.7591 14.0837 19.5478 14.295L19.5459 14.2959Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowDownBoldIcon.displayName = 'ArrowDownBoldIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowDownIcon: 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 ArrowDownIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.2806 14.0306L12.5306 20.7806C12.461 20.8504 12.3782 20.9057 12.2872 20.9434C12.1961 20.9812 12.0986 21.0006 12 21.0006C11.9014 21.0006 11.8038 20.9812 11.7128 20.9434C11.6217 20.9057 11.539 20.8504 11.4694 20.7806L4.71936 14.0306C4.57863 13.8899 4.49957 13.699 4.49957 13.5C4.49957 13.301 4.57863 13.1101 4.71936 12.9694C4.8601 12.8286 5.05097 12.7496 5.24999 12.7496C5.44901 12.7496 5.63988 12.8286 5.78061 12.9694L11.25 18.4397V3.75C11.25 3.55109 11.329 3.36032 11.4697 3.21967C11.6103 3.07902 11.8011 3 12 3C12.1989 3 12.3897 3.07902 12.5303 3.21967C12.671 3.36032 12.75 3.55109 12.75 3.75V18.4397L18.2194 12.9694C18.3601 12.8286 18.551 12.7496 18.75 12.7496C18.949 12.7496 19.1399 12.8286 19.2806 12.9694C19.4213 13.1101 19.5004 13.301 19.5004 13.5C19.5004 13.699 19.4213 13.8899 19.2806 14.0306Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowDownIcon.displayName = 'ArrowDownIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowDownSmallIcon: 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 ArrowDownSmallIcon = 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.2807 14.0306L12.5307 19.7806C12.461 19.8504 12.3783 19.9057 12.2873 19.9434C12.1962 19.9812 12.0986 20.0006 12.0001 20.0006C11.9015 20.0006 11.8039 19.9812 11.7128 19.9434C11.6218 19.9057 11.5391 19.8504 11.4694 19.7806L5.71943 14.0306C5.5787 13.8899 5.49963 13.699 5.49963 13.5C5.49963 13.301 5.5787 13.1101 5.71943 12.9694C5.86016 12.8286 6.05103 12.7496 6.25005 12.7496C6.44907 12.7496 6.63995 12.8286 6.78068 12.9694L11.2501 17.4397V6.75C11.2501 6.55109 11.3291 6.36032 11.4697 6.21967C11.6104 6.07902 11.8011 6 12.0001 6C12.199 6 12.3897 6.07902 12.5304 6.21967C12.671 6.36032 12.7501 6.55109 12.7501 6.75V17.4397L17.2194 12.9694C17.3602 12.8286 17.551 12.7496 17.7501 12.7496C17.9491 12.7496 18.1399 12.8286 18.2807 12.9694C18.4214 13.1101 18.5005 13.301 18.5005 13.5C18.5005 13.699 18.4214 13.8899 18.2807 14.0306Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowDownSmallIcon.displayName = 'ArrowDownSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowLeftIcon: 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 ArrowLeftIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H5.56029L11.0306 18.2194C11.1003 18.289 11.1556 18.3718 11.1933 18.4628C11.231 18.5539 11.2504 18.6514 11.2504 18.75C11.2504 18.8485 11.231 18.9461 11.1933 19.0372C11.1556 19.1282 11.1003 19.2109 11.0306 19.2806C10.9609 19.3503 10.8782 19.4056 10.7872 19.4433C10.6961 19.481 10.5985 19.5004 10.5 19.5004C10.4014 19.5004 10.3039 19.481 10.2128 19.4433C10.1218 19.4056 10.039 19.3503 9.96935 19.2806L3.21935 12.5306C3.14962 12.461 3.0943 12.3782 3.05656 12.2872C3.01882 12.1961 2.99939 12.0986 2.99939 12C2.99939 11.9014 3.01882 11.8038 3.05656 11.7128C3.0943 11.6217 3.14962 11.539 3.21935 11.4694L9.96935 4.71936C10.1101 4.57863 10.301 4.49957 10.5 4.49957C10.699 4.49957 10.8899 4.57863 11.0306 4.71936C11.1713 4.8601 11.2504 5.05097 11.2504 5.24999C11.2504 5.44901 11.1713 5.63988 11.0306 5.78061L5.56029 11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowLeftIcon.displayName = 'ArrowLeftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowLeftWpIcon: 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 ArrowLeftWpIcon = 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.3419 5.19223L6.88879 10.7H20.0001V13.2997H6.90442L12.3419 18.7469L10.5011 20.5838L1.9386 12.0038L10.4943 3.36215L12.3419 5.19223Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowLeftWpIcon.displayName = 'ArrowLeftWpIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowLineDownIcon: 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 ArrowLineDownIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M4.71938 11.0306C4.57864 10.8899 4.49958 10.699 4.49958 10.5C4.49958 10.301 4.57864 10.1101 4.71938 9.96937C4.86011 9.82864 5.05098 9.74958 5.25 9.74958C5.44902 9.74958 5.63989 9.82864 5.78062 9.96937L11.25 15.4397V3C11.25 2.80109 11.329 2.61032 11.4697 2.46967C11.6103 2.32902 11.8011 2.25 12 2.25C12.1989 2.25 12.3897 2.32902 12.5303 2.46967C12.671 2.61032 12.75 2.80109 12.75 3V15.4397L18.2194 9.96937C18.2891 9.89969 18.3718 9.84442 18.4628 9.8067C18.5539 9.76899 18.6515 9.74958 18.75 9.74958C18.8485 9.74958 18.9461 9.76899 19.0372 9.8067C19.1282 9.84442 19.2109 9.89969 19.2806 9.96937C19.3503 10.0391 19.4056 10.1218 19.4433 10.2128C19.481 10.3039 19.5004 10.4015 19.5004 10.5C19.5004 10.5985 19.481 10.6961 19.4433 10.7872C19.4056 10.8782 19.3503 10.9609 19.2806 11.0306L12.5306 17.7806C12.461 17.8504 12.3783 17.9057 12.2872 17.9434C12.1962 17.9812 12.0986 18.0006 12 18.0006C11.9014 18.0006 11.8038 17.9812 11.7128 17.9434C11.6217 17.9057 11.539 17.8504 11.4694 17.7806L4.71938 11.0306ZM20.25 19.5H3.75C3.55109 19.5 3.36032 19.579 3.21967 19.7197C3.07902 19.8603 3 20.0511 3 20.25C3 20.4489 3.07902 20.6397 3.21967 20.7803C3.36032 20.921 3.55109 21 3.75 21H20.25C20.4489 21 20.6397 20.921 20.7803 20.7803C20.921 20.6397 21 20.4489 21 20.25C21 20.0511 20.921 19.8603 20.7803 19.7197C20.6397 19.579 20.4489 19.5 20.25 19.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowLineDownIcon.displayName = 'ArrowLineDownIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowLineUpIcon: 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 ArrowLineUpIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.2806 12.9694C19.3503 13.0391 19.4056 13.1218 19.4433 13.2128C19.481 13.3039 19.5004 13.4015 19.5004 13.5C19.5004 13.5985 19.481 13.6961 19.4433 13.7872C19.4056 13.8782 19.3503 13.9609 19.2806 14.0306C19.2109 14.1003 19.1282 14.1556 19.0372 14.1933C18.9461 14.231 18.8485 14.2504 18.75 14.2504C18.6515 14.2504 18.5539 14.231 18.4628 14.1933C18.3718 14.1556 18.2891 14.1003 18.2194 14.0306L12.75 8.56031V21C12.75 21.1989 12.671 21.3897 12.5303 21.5303C12.3897 21.671 12.1989 21.75 12 21.75C11.8011 21.75 11.6103 21.671 11.4697 21.5303C11.329 21.3897 11.25 21.1989 11.25 21V8.56031L5.78062 14.0306C5.71094 14.1003 5.62822 14.1556 5.53717 14.1933C5.44613 14.231 5.34855 14.2504 5.25 14.2504C5.15145 14.2504 5.05387 14.231 4.96283 14.1933C4.87178 14.1556 4.78906 14.1003 4.71938 14.0306C4.64969 13.9609 4.59442 13.8782 4.55671 13.7872C4.51899 13.6961 4.49958 13.5985 4.49958 13.5C4.49958 13.4015 4.51899 13.3039 4.55671 13.2128C4.59442 13.1218 4.64969 13.0391 4.71938 12.9694L11.4694 6.21937C11.539 6.14964 11.6217 6.09432 11.7128 6.05658C11.8038 6.01884 11.9014 5.99941 12 5.99941C12.0986 5.99941 12.1962 6.01884 12.2872 6.05658C12.3783 6.09432 12.461 6.14964 12.5306 6.21937L19.2806 12.9694ZM20.25 3H3.75C3.55109 3 3.36032 3.07902 3.21967 3.21967C3.07902 3.36032 3 3.55109 3 3.75C3 3.94891 3.07902 4.13968 3.21967 4.28033C3.36032 4.42098 3.55109 4.5 3.75 4.5H20.25C20.4489 4.5 20.6397 4.42098 20.7803 4.28033C20.921 4.13968 21 3.94891 21 3.75C21 3.55109 20.921 3.36032 20.7803 3.21967C20.6397 3.07902 20.4489 3 20.25 3Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowLineUpIcon.displayName = 'ArrowLineUpIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowRightIcon: 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 ArrowRightIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.7806 12.5306L14.0306 19.2806C13.8899 19.4213 13.699 19.5004 13.5 19.5004C13.301 19.5004 13.1101 19.4213 12.9694 19.2806C12.8286 19.1399 12.7496 18.949 12.7496 18.75C12.7496 18.551 12.8286 18.3601 12.9694 18.2194L18.4397 12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H18.4397L12.9694 5.78061C12.8286 5.63988 12.7496 5.44901 12.7496 5.24999C12.7496 5.05097 12.8286 4.8601 12.9694 4.71936C13.1101 4.57863 13.301 4.49957 13.5 4.49957C13.699 4.49957 13.8899 4.57863 14.0306 4.71936L20.7806 11.4694C20.8504 11.539 20.9057 11.6217 20.9434 11.7128C20.9812 11.8038 21.0006 11.9014 21.0006 12C21.0006 12.0986 20.9812 12.1961 20.9434 12.2872C20.9057 12.3782 20.8504 12.461 20.7806 12.5306Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowRightIcon.displayName = 'ArrowRightIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowRightSmallIcon: 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 ArrowRightSmallIcon = 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.5304 12.5302L13.4199 17.5201C13.2791 17.6609 13.0883 17.7399 12.8892 17.7399C12.6902 17.7399 12.4993 17.6609 12.3586 17.5201C12.2179 17.3794 12.1388 17.1885 12.1388 16.9895C12.1388 16.7905 12.2179 16.5996 12.3586 16.4589L16.1894 12.7495H5.49976C5.30084 12.7495 5.11008 12.6705 4.96943 12.5299C4.82877 12.3892 4.74976 12.1984 4.74976 11.9995C4.74976 11.8006 4.82877 11.6099 4.96943 11.4692C5.11008 11.3286 5.30084 11.2495 5.49976 11.2495H16.1894L12.4993 7.56125C12.3586 7.42052 12.2795 7.22965 12.2795 7.03063C12.2795 6.83161 12.3586 6.64073 12.4993 6.5C12.6401 6.35927 12.8309 6.28021 13.03 6.28021C13.229 6.28021 13.4199 6.35927 13.5606 6.5L18.5304 11.4689C18.6001 11.5386 18.6554 11.6213 18.6932 11.7123C18.7309 11.8034 18.7503 11.901 18.7503 11.9995C18.7503 12.0981 18.7309 12.1957 18.6932 12.2867C18.6554 12.3778 18.6001 12.4605 18.5304 12.5302Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowRightSmallIcon.displayName = 'ArrowRightSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowSquareInIcon: 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 ArrowSquareInIcon = 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 12.75V18.75C12 18.9489 11.921 19.1397 11.7803 19.2803C11.6397 19.421 11.4489 19.5 11.25 19.5C11.0511 19.5 10.8603 19.421 10.7197 19.2803C10.579 19.1397 10.5 18.9489 10.5 18.75V14.5613L4.28061 20.7806C4.21093 20.8503 4.12821 20.9056 4.03716 20.9433C3.94612 20.981 3.84854 21.0004 3.74999 21.0004C3.65144 21.0004 3.55386 20.981 3.46282 20.9433C3.37177 20.9056 3.28905 20.8503 3.21936 20.7806C3.14968 20.7109 3.09441 20.6282 3.05669 20.5372C3.01898 20.4461 2.99957 20.3485 2.99957 20.25C2.99957 20.1515 3.01898 20.0539 3.05669 19.9628C3.09441 19.8718 3.14968 19.7891 3.21936 19.7194L9.43874 13.5H5.24999C5.05108 13.5 4.86031 13.421 4.71966 13.2803C4.57901 13.1397 4.49999 12.9489 4.49999 12.75C4.49999 12.5511 4.57901 12.3603 4.71966 12.2197C4.86031 12.079 5.05108 12 5.24999 12H11.25C11.4489 12 11.6397 12.079 11.7803 12.2197C11.921 12.3603 12 12.5511 12 12.75ZM19.5 3H7.49999C7.10217 3 6.72063 3.15804 6.43933 3.43934C6.15803 3.72064 5.99999 4.10218 5.99999 4.5V9C5.99999 9.19891 6.07901 9.38968 6.21966 9.53033C6.36031 9.67098 6.55108 9.75 6.74999 9.75C6.9489 9.75 7.13967 9.67098 7.28032 9.53033C7.42097 9.38968 7.49999 9.19891 7.49999 9V4.5H19.5V16.5H15C14.8011 16.5 14.6103 16.579 14.4697 16.7197C14.329 16.8603 14.25 17.0511 14.25 17.25C14.25 17.4489 14.329 17.6397 14.4697 17.7803C14.6103 17.921 14.8011 18 15 18H19.5C19.8978 18 20.2793 17.842 20.5606 17.5607C20.842 17.2794 21 16.8978 21 16.5V4.5C21 4.10218 20.842 3.72064 20.5606 3.43934C20.2793 3.15804 19.8978 3 19.5 3Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowSquareInIcon.displayName = 'ArrowSquareInIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowSquareOutIcon: CustomIcon;