@webpros/mui-theme 0.3.10 → 0.3.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (871) hide show
  1. package/dist/package.json +2 -1
  2. package/dist/src/components/data-display/Badge/Badge.theme.js +18 -18
  3. package/dist/src/components/data-display/Chip/Chip.theme.js +2 -0
  4. package/dist/src/components/feedback/Alert/Alert.theme.d.ts +1 -1
  5. package/dist/src/components/feedback/Alert/Alert.theme.js +82 -15
  6. package/dist/src/components/feedback/Alert/alertDefaultIcons.d.ts +2 -0
  7. package/dist/src/components/feedback/Alert/alertDefaultIcons.js +16 -0
  8. package/dist/src/components/feedback/Dialog/Dialog.theme.js +5 -8
  9. package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.js +32 -3
  10. package/dist/src/components/inputs/Checkbox/Checkbox.theme.d.ts +2 -1
  11. package/dist/src/components/inputs/Checkbox/Checkbox.theme.js +47 -0
  12. package/dist/src/components/inputs/Filter/Filter.js +2 -1
  13. package/dist/src/components/inputs/Radio/Radio.theme.js +17 -1
  14. package/dist/src/components/inputs/Select/Select.theme.js +2 -2
  15. package/dist/src/components/navigation/PaginationItem/components/PaginationIcons.js +4 -1
  16. package/dist/src/components/navigation/Tab/Tab.theme.js +2 -2
  17. package/dist/src/components/utils/inputIcons.d.ts +9 -0
  18. package/dist/src/components/utils/inputIcons.js +19 -0
  19. package/dist/src/icons/AlignLeftSimpleIcon.d.ts +2 -0
  20. package/dist/src/icons/AlignLeftSimpleIcon.js +12 -0
  21. package/dist/src/icons/AmazonIcon.d.ts +2 -0
  22. package/dist/src/icons/AmazonIcon.js +12 -0
  23. package/dist/src/icons/AndroidIcon.d.ts +2 -0
  24. package/dist/src/icons/AndroidIcon.js +12 -0
  25. package/dist/src/icons/ApparetmentIcon.d.ts +2 -0
  26. package/dist/src/icons/ApparetmentIcon.js +12 -0
  27. package/dist/src/icons/ArchiveIcon.d.ts +2 -0
  28. package/dist/src/icons/ArchiveIcon.js +12 -0
  29. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.d.ts +2 -0
  30. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +12 -0
  31. package/dist/src/icons/ArrowBendDoubleUpRightIcon.d.ts +2 -0
  32. package/dist/src/icons/ArrowBendDoubleUpRightIcon.js +12 -0
  33. package/dist/src/icons/ArrowBendUpLeftIcon.d.ts +2 -0
  34. package/dist/src/icons/ArrowBendUpLeftIcon.js +12 -0
  35. package/dist/src/icons/ArrowBendUpRightIcon.d.ts +2 -0
  36. package/dist/src/icons/ArrowBendUpRightIcon.js +12 -0
  37. package/dist/src/icons/ArrowCircleDownFillIcon.d.ts +2 -0
  38. package/dist/src/icons/ArrowCircleDownFillIcon.js +12 -0
  39. package/dist/src/icons/ArrowCircleUpFillIcon.d.ts +2 -0
  40. package/dist/src/icons/ArrowCircleUpFillIcon.js +12 -0
  41. package/dist/src/icons/ArrowClockwiseFillIcon.d.ts +2 -0
  42. package/dist/src/icons/ArrowClockwiseFillIcon.js +12 -0
  43. package/dist/src/icons/ArrowDownBoldIcon.d.ts +2 -0
  44. package/dist/src/icons/ArrowDownBoldIcon.js +12 -0
  45. package/dist/src/icons/ArrowDownIcon.d.ts +2 -0
  46. package/dist/src/icons/ArrowDownIcon.js +12 -0
  47. package/dist/src/icons/ArrowDownSmallIcon.d.ts +2 -0
  48. package/dist/src/icons/ArrowDownSmallIcon.js +12 -0
  49. package/dist/src/icons/ArrowLeftIcon.d.ts +2 -0
  50. package/dist/src/icons/ArrowLeftIcon.js +12 -0
  51. package/dist/src/icons/ArrowLeftWpIcon.d.ts +2 -0
  52. package/dist/src/icons/ArrowLeftWpIcon.js +12 -0
  53. package/dist/src/icons/ArrowLineDownIcon.d.ts +2 -0
  54. package/dist/src/icons/ArrowLineDownIcon.js +12 -0
  55. package/dist/src/icons/ArrowLineUpIcon.d.ts +2 -0
  56. package/dist/src/icons/ArrowLineUpIcon.js +12 -0
  57. package/dist/src/icons/ArrowRightIcon.d.ts +2 -0
  58. package/dist/src/icons/ArrowRightIcon.js +12 -0
  59. package/dist/src/icons/ArrowRightSmallIcon.d.ts +2 -0
  60. package/dist/src/icons/ArrowRightSmallIcon.js +12 -0
  61. package/dist/src/icons/ArrowSquareInIcon.d.ts +2 -0
  62. package/dist/src/icons/ArrowSquareInIcon.js +12 -0
  63. package/dist/src/icons/ArrowSquareOutIcon.d.ts +2 -0
  64. package/dist/src/icons/ArrowSquareOutIcon.js +12 -0
  65. package/dist/src/icons/ArrowSquareOutSmallIcon.d.ts +2 -0
  66. package/dist/src/icons/ArrowSquareOutSmallIcon.js +12 -0
  67. package/dist/src/icons/ArrowUpIcon.d.ts +2 -0
  68. package/dist/src/icons/ArrowUpIcon.js +12 -0
  69. package/dist/src/icons/ArrowUpLeftIcon.d.ts +2 -0
  70. package/dist/src/icons/ArrowUpLeftIcon.js +12 -0
  71. package/dist/src/icons/ArrowUpSmallIcon.d.ts +2 -0
  72. package/dist/src/icons/ArrowUpSmallIcon.js +12 -0
  73. package/dist/src/icons/ArrowarcleftIcon.d.ts +2 -0
  74. package/dist/src/icons/ArrowarcleftIcon.js +12 -0
  75. package/dist/src/icons/ArrowarcrightIcon.d.ts +2 -0
  76. package/dist/src/icons/ArrowarcrightIcon.js +12 -0
  77. package/dist/src/icons/ArrowbendrightdownIcon.d.ts +2 -0
  78. package/dist/src/icons/ArrowbendrightdownIcon.js +12 -0
  79. package/dist/src/icons/ArrowbendrightupIcon.d.ts +2 -0
  80. package/dist/src/icons/ArrowbendrightupIcon.js +12 -0
  81. package/dist/src/icons/ArrowcirclerightIcon.d.ts +2 -0
  82. package/dist/src/icons/ArrowcirclerightIcon.js +12 -0
  83. package/dist/src/icons/ArrowcircleupIcon.d.ts +2 -0
  84. package/dist/src/icons/ArrowcircleupIcon.js +12 -0
  85. package/dist/src/icons/ArrowdownrightIcon.d.ts +2 -0
  86. package/dist/src/icons/ArrowdownrightIcon.js +12 -0
  87. package/dist/src/icons/ArrowelbowdownleftIcon.d.ts +2 -0
  88. package/dist/src/icons/ArrowelbowdownleftIcon.js +12 -0
  89. package/dist/src/icons/ArrowelbowrightupIcon.d.ts +2 -0
  90. package/dist/src/icons/ArrowelbowrightupIcon.js +12 -0
  91. package/dist/src/icons/ArrowelbowupleftIcon.d.ts +2 -0
  92. package/dist/src/icons/ArrowelbowupleftIcon.js +12 -0
  93. package/dist/src/icons/ArrowfatlinesdownIcon.d.ts +2 -0
  94. package/dist/src/icons/ArrowfatlinesdownIcon.js +12 -0
  95. package/dist/src/icons/ArrowfatlineupIcon.d.ts +2 -0
  96. package/dist/src/icons/ArrowfatlineupIcon.js +12 -0
  97. package/dist/src/icons/ArrowlinedownleftIcon.d.ts +2 -0
  98. package/dist/src/icons/ArrowlinedownleftIcon.js +12 -0
  99. package/dist/src/icons/ArrowsClockwiseIcon.d.ts +2 -0
  100. package/dist/src/icons/ArrowsClockwiseIcon.js +12 -0
  101. package/dist/src/icons/ArrowsInSimpleIcon.d.ts +2 -0
  102. package/dist/src/icons/ArrowsInSimpleIcon.js +12 -0
  103. package/dist/src/icons/ArrowsOutCardinalIcon.d.ts +2 -0
  104. package/dist/src/icons/ArrowsOutCardinalIcon.js +12 -0
  105. package/dist/src/icons/ArrowsOutSimpleIcon.d.ts +2 -0
  106. package/dist/src/icons/ArrowsOutSimpleIcon.js +12 -0
  107. package/dist/src/icons/ArrowsdownupIcon.d.ts +2 -0
  108. package/dist/src/icons/ArrowsdownupIcon.js +12 -0
  109. package/dist/src/icons/ArrowshorizontalIcon.d.ts +2 -0
  110. package/dist/src/icons/ArrowshorizontalIcon.js +12 -0
  111. package/dist/src/icons/ArrowsmergeIcon.d.ts +2 -0
  112. package/dist/src/icons/ArrowsmergeIcon.js +12 -0
  113. package/dist/src/icons/ArrowsoutIcon.d.ts +2 -0
  114. package/dist/src/icons/ArrowsoutIcon.js +12 -0
  115. package/dist/src/icons/ArrowsquaredownIcon.d.ts +2 -0
  116. package/dist/src/icons/ArrowsquaredownIcon.js +12 -0
  117. package/dist/src/icons/ArrowsquareupIcon.d.ts +2 -0
  118. package/dist/src/icons/ArrowsquareupIcon.js +12 -0
  119. package/dist/src/icons/ArrowsquareupleftIcon.d.ts +2 -0
  120. package/dist/src/icons/ArrowsquareupleftIcon.js +12 -0
  121. package/dist/src/icons/ArrowurightupIcon.d.ts +2 -0
  122. package/dist/src/icons/ArrowurightupIcon.js +12 -0
  123. package/dist/src/icons/ArrowuupleftIcon.d.ts +2 -0
  124. package/dist/src/icons/ArrowuupleftIcon.js +12 -0
  125. package/dist/src/icons/ArticleIcon.d.ts +2 -0
  126. package/dist/src/icons/ArticleIcon.js +12 -0
  127. package/dist/src/icons/AtIcon.d.ts +2 -0
  128. package/dist/src/icons/AtIcon.js +12 -0
  129. package/dist/src/icons/AutoResponderIcon.d.ts +2 -0
  130. package/dist/src/icons/AutoResponderIcon.js +12 -0
  131. package/dist/src/icons/AutoResponderPlusIcon.d.ts +2 -0
  132. package/dist/src/icons/AutoResponderPlusIcon.js +12 -0
  133. package/dist/src/icons/BarChartIcon.d.ts +2 -0
  134. package/dist/src/icons/BarChartIcon.js +12 -0
  135. package/dist/src/icons/BarricadeIcon.d.ts +2 -0
  136. package/dist/src/icons/BarricadeIcon.js +12 -0
  137. package/dist/src/icons/BellIcon.d.ts +2 -0
  138. package/dist/src/icons/BellIcon.js +12 -0
  139. package/dist/src/icons/BellSimpleSlashIcon.d.ts +2 -0
  140. package/dist/src/icons/BellSimpleSlashIcon.js +12 -0
  141. package/dist/src/icons/BluetoothIcon.d.ts +2 -0
  142. package/dist/src/icons/BluetoothIcon.js +12 -0
  143. package/dist/src/icons/BookOpenIcon.d.ts +2 -0
  144. package/dist/src/icons/BookOpenIcon.js +12 -0
  145. package/dist/src/icons/BookmarkSimpleIcon.d.ts +2 -0
  146. package/dist/src/icons/BookmarkSimpleIcon.js +12 -0
  147. package/dist/src/icons/BookmarksIcon.d.ts +2 -0
  148. package/dist/src/icons/BookmarksIcon.js +12 -0
  149. package/dist/src/icons/BoundingBoxIcon.d.ts +2 -0
  150. package/dist/src/icons/BoundingBoxIcon.js +12 -0
  151. package/dist/src/icons/BoxArrowDownIcon.d.ts +2 -0
  152. package/dist/src/icons/BoxArrowDownIcon.js +12 -0
  153. package/dist/src/icons/BoxArrowUpIcon.d.ts +2 -0
  154. package/dist/src/icons/BoxArrowUpIcon.js +12 -0
  155. package/dist/src/icons/BriefcaseIcon.d.ts +2 -0
  156. package/dist/src/icons/BriefcaseIcon.js +12 -0
  157. package/dist/src/icons/BrowserIcon.d.ts +2 -0
  158. package/dist/src/icons/BrowserIcon.js +12 -0
  159. package/dist/src/icons/BugBeetleIcon.d.ts +2 -0
  160. package/dist/src/icons/BugBeetleIcon.js +12 -0
  161. package/dist/src/icons/BuildingApartmentIcon.d.ts +2 -0
  162. package/dist/src/icons/BuildingApartmentIcon.js +12 -0
  163. package/dist/src/icons/BuildingIcon.d.ts +2 -0
  164. package/dist/src/icons/BuildingIcon.js +12 -0
  165. package/dist/src/icons/BuildingOfficeIcon.d.ts +2 -0
  166. package/dist/src/icons/BuildingOfficeIcon.js +12 -0
  167. package/dist/src/icons/CalendarBlankIcon.d.ts +2 -0
  168. package/dist/src/icons/CalendarBlankIcon.js +12 -0
  169. package/dist/src/icons/CalendarCheckIcon.d.ts +2 -0
  170. package/dist/src/icons/CalendarCheckIcon.js +12 -0
  171. package/dist/src/icons/CalendarPlusIcon.d.ts +2 -0
  172. package/dist/src/icons/CalendarPlusIcon.js +12 -0
  173. package/dist/src/icons/CarIcon.d.ts +2 -0
  174. package/dist/src/icons/CarIcon.js +12 -0
  175. package/dist/src/icons/CaretDoubleDownIcon.d.ts +2 -0
  176. package/dist/src/icons/CaretDoubleDownIcon.js +12 -0
  177. package/dist/src/icons/CaretDoubleDownSmallIcon.d.ts +2 -0
  178. package/dist/src/icons/CaretDoubleDownSmallIcon.js +12 -0
  179. package/dist/src/icons/CaretDoubleLeftIcon.d.ts +2 -0
  180. package/dist/src/icons/CaretDoubleLeftIcon.js +12 -0
  181. package/dist/src/icons/CaretDoubleLeftSmallIcon.d.ts +2 -0
  182. package/dist/src/icons/CaretDoubleLeftSmallIcon.js +12 -0
  183. package/dist/src/icons/CaretDoubleRightIcon.d.ts +2 -0
  184. package/dist/src/icons/CaretDoubleRightIcon.js +12 -0
  185. package/dist/src/icons/CaretDoubleRightSmallIcon.d.ts +2 -0
  186. package/dist/src/icons/CaretDoubleRightSmallIcon.js +12 -0
  187. package/dist/src/icons/CaretDoubleUpIcon.d.ts +2 -0
  188. package/dist/src/icons/CaretDoubleUpIcon.js +12 -0
  189. package/dist/src/icons/CaretDoubleUpSmallIcon.d.ts +2 -0
  190. package/dist/src/icons/CaretDoubleUpSmallIcon.js +12 -0
  191. package/dist/src/icons/CaretDownIcon.d.ts +2 -0
  192. package/dist/src/icons/CaretDownIcon.js +12 -0
  193. package/dist/src/icons/CaretDownSmallIcon.d.ts +2 -0
  194. package/dist/src/icons/CaretDownSmallIcon.js +12 -0
  195. package/dist/src/icons/CaretLeftIcon.d.ts +2 -0
  196. package/dist/src/icons/CaretLeftIcon.js +12 -0
  197. package/dist/src/icons/CaretLeftSmallIcon.d.ts +2 -0
  198. package/dist/src/icons/CaretLeftSmallIcon.js +12 -0
  199. package/dist/src/icons/CaretRightIcon.d.ts +2 -0
  200. package/dist/src/icons/CaretRightIcon.js +12 -0
  201. package/dist/src/icons/CaretRightSmallIcon.d.ts +2 -0
  202. package/dist/src/icons/CaretRightSmallIcon.js +12 -0
  203. package/dist/src/icons/CaretRightTinyIcon.d.ts +2 -0
  204. package/dist/src/icons/CaretRightTinyIcon.js +12 -0
  205. package/dist/src/icons/CaretUpIcon.d.ts +2 -0
  206. package/dist/src/icons/CaretUpIcon.js +12 -0
  207. package/dist/src/icons/CaretUpSmallIcon.d.ts +2 -0
  208. package/dist/src/icons/CaretUpSmallIcon.js +12 -0
  209. package/dist/src/icons/CaretcircledoubledownIcon.d.ts +2 -0
  210. package/dist/src/icons/CaretcircledoubledownIcon.js +12 -0
  211. package/dist/src/icons/CaretcircledoubleleftIcon.d.ts +2 -0
  212. package/dist/src/icons/CaretcircledoubleleftIcon.js +12 -0
  213. package/dist/src/icons/CaretcircleupdownIcon.d.ts +2 -0
  214. package/dist/src/icons/CaretcircleupdownIcon.js +12 -0
  215. package/dist/src/icons/CellTowerIcon.d.ts +2 -0
  216. package/dist/src/icons/CellTowerIcon.js +12 -0
  217. package/dist/src/icons/ChartLineDownIcon.d.ts +2 -0
  218. package/dist/src/icons/ChartLineDownIcon.js +12 -0
  219. package/dist/src/icons/ChartLineUpIcon.d.ts +2 -0
  220. package/dist/src/icons/ChartLineUpIcon.js +12 -0
  221. package/dist/src/icons/ChartPieSliceIcon.d.ts +2 -0
  222. package/dist/src/icons/ChartPieSliceIcon.js +12 -0
  223. package/dist/src/icons/ChartPolarIcon.d.ts +2 -0
  224. package/dist/src/icons/ChartPolarIcon.js +12 -0
  225. package/dist/src/icons/ChartScatterIcon.d.ts +2 -0
  226. package/dist/src/icons/ChartScatterIcon.js +12 -0
  227. package/dist/src/icons/ChatCenteredIcon.d.ts +2 -0
  228. package/dist/src/icons/ChatCenteredIcon.js +12 -0
  229. package/dist/src/icons/ChatCircleIcon.d.ts +2 -0
  230. package/dist/src/icons/ChatCircleIcon.js +12 -0
  231. package/dist/src/icons/CheckAllIcon.d.ts +2 -0
  232. package/dist/src/icons/CheckAllIcon.js +12 -0
  233. package/dist/src/icons/CheckCircleFillIcon.d.ts +2 -0
  234. package/dist/src/icons/CheckCircleFillIcon.js +12 -0
  235. package/dist/src/icons/CheckCircleIcon.d.ts +2 -0
  236. package/dist/src/icons/CheckCircleIcon.js +12 -0
  237. package/dist/src/icons/CheckIcon.d.ts +2 -0
  238. package/dist/src/icons/CheckIcon.js +12 -0
  239. package/dist/src/icons/CheckIndeterminateSmallIcon.d.ts +2 -0
  240. package/dist/src/icons/CheckIndeterminateSmallIcon.js +12 -0
  241. package/dist/src/icons/CheckSmallIcon.d.ts +2 -0
  242. package/dist/src/icons/CheckSmallIcon.js +12 -0
  243. package/dist/src/icons/CheckSquareFillIcon.d.ts +2 -0
  244. package/dist/src/icons/CheckSquareFillIcon.js +12 -0
  245. package/dist/src/icons/CheckSquareIcon.d.ts +2 -0
  246. package/dist/src/icons/CheckSquareIcon.js +12 -0
  247. package/dist/src/icons/CheckboxIntermediate20Icon.d.ts +2 -0
  248. package/dist/src/icons/CheckboxIntermediate20Icon.js +12 -0
  249. package/dist/src/icons/CheckboxOff20Icon.d.ts +2 -0
  250. package/dist/src/icons/CheckboxOff20Icon.js +12 -0
  251. package/dist/src/icons/CheckboxOffSmallIcon.d.ts +2 -0
  252. package/dist/src/icons/CheckboxOffSmallIcon.js +12 -0
  253. package/dist/src/icons/CheckboxOn20Icon.d.ts +2 -0
  254. package/dist/src/icons/CheckboxOn20Icon.js +12 -0
  255. package/dist/src/icons/CircleIcon.d.ts +2 -0
  256. package/dist/src/icons/CircleIcon.js +12 -0
  257. package/dist/src/icons/CirclesFourIcon.d.ts +2 -0
  258. package/dist/src/icons/CirclesFourIcon.js +12 -0
  259. package/dist/src/icons/CirclesThreeIcon.d.ts +2 -0
  260. package/dist/src/icons/CirclesThreeIcon.js +12 -0
  261. package/dist/src/icons/ClockClockwiseIcon.d.ts +2 -0
  262. package/dist/src/icons/ClockClockwiseIcon.js +12 -0
  263. package/dist/src/icons/ClockCounterClockwiseIcon.d.ts +2 -0
  264. package/dist/src/icons/ClockCounterClockwiseIcon.js +12 -0
  265. package/dist/src/icons/ClockDuotoneIcon.d.ts +2 -0
  266. package/dist/src/icons/ClockDuotoneIcon.js +12 -0
  267. package/dist/src/icons/ClockIcon.d.ts +2 -0
  268. package/dist/src/icons/ClockIcon.js +12 -0
  269. package/dist/src/icons/ClockSmallIcon.d.ts +2 -0
  270. package/dist/src/icons/ClockSmallIcon.js +12 -0
  271. package/dist/src/icons/CloneIcon.d.ts +2 -0
  272. package/dist/src/icons/CloneIcon.js +12 -0
  273. package/dist/src/icons/CloseBigIcon.d.ts +2 -0
  274. package/dist/src/icons/CloseBigIcon.js +12 -0
  275. package/dist/src/icons/CloseCircleFillIcon.d.ts +2 -0
  276. package/dist/src/icons/CloseCircleFillIcon.js +12 -0
  277. package/dist/src/icons/CloseCircleIcon.d.ts +2 -0
  278. package/dist/src/icons/CloseCircleIcon.js +12 -0
  279. package/dist/src/icons/CloseIcon.d.ts +2 -0
  280. package/dist/src/icons/CloseIcon.js +12 -0
  281. package/dist/src/icons/CloseSmallIcon.d.ts +2 -0
  282. package/dist/src/icons/CloseSmallIcon.js +12 -0
  283. package/dist/src/icons/CloudCheckIcon.d.ts +2 -0
  284. package/dist/src/icons/CloudCheckIcon.js +12 -0
  285. package/dist/src/icons/CloudIcon.d.ts +2 -0
  286. package/dist/src/icons/CloudIcon.js +12 -0
  287. package/dist/src/icons/CodepenIcon.d.ts +2 -0
  288. package/dist/src/icons/CodepenIcon.js +12 -0
  289. package/dist/src/icons/CodesandboxIcon.d.ts +2 -0
  290. package/dist/src/icons/CodesandboxIcon.js +12 -0
  291. package/dist/src/icons/CommandIcon.d.ts +2 -0
  292. package/dist/src/icons/CommandIcon.js +12 -0
  293. package/dist/src/icons/CompassIcon.d.ts +2 -0
  294. package/dist/src/icons/CompassIcon.js +12 -0
  295. package/dist/src/icons/CompassToolIcon.d.ts +2 -0
  296. package/dist/src/icons/CompassToolIcon.js +12 -0
  297. package/dist/src/icons/CopyIcon.d.ts +2 -0
  298. package/dist/src/icons/CopyIcon.js +12 -0
  299. package/dist/src/icons/CopySimpleIcon.d.ts +2 -0
  300. package/dist/src/icons/CopySimpleIcon.js +12 -0
  301. package/dist/src/icons/CornersOutIcon.d.ts +2 -0
  302. package/dist/src/icons/CornersOutIcon.js +12 -0
  303. package/dist/src/icons/CpuIcon.d.ts +2 -0
  304. package/dist/src/icons/CpuIcon.js +12 -0
  305. package/dist/src/icons/CreditCardIcon.d.ts +2 -0
  306. package/dist/src/icons/CreditCardIcon.js +12 -0
  307. package/dist/src/icons/CrownIcon.d.ts +2 -0
  308. package/dist/src/icons/CrownIcon.js +12 -0
  309. package/dist/src/icons/CurrencyDollarCircledIcon.d.ts +2 -0
  310. package/dist/src/icons/CurrencyDollarCircledIcon.js +12 -0
  311. package/dist/src/icons/CurrencyDollarSimpleIcon.d.ts +2 -0
  312. package/dist/src/icons/CurrencyDollarSimpleIcon.js +12 -0
  313. package/dist/src/icons/DatabaseIcon.d.ts +2 -0
  314. package/dist/src/icons/DatabaseIcon.js +12 -0
  315. package/dist/src/icons/DesktopIcon.d.ts +2 -0
  316. package/dist/src/icons/DesktopIcon.js +12 -0
  317. package/dist/src/icons/DetectiveIcon.d.ts +2 -0
  318. package/dist/src/icons/DetectiveIcon.js +12 -0
  319. package/dist/src/icons/DeviceMobileCameraIcon.d.ts +2 -0
  320. package/dist/src/icons/DeviceMobileCameraIcon.js +12 -0
  321. package/dist/src/icons/DisableIcon.d.ts +2 -0
  322. package/dist/src/icons/DisableIcon.js +12 -0
  323. package/dist/src/icons/DominoIcon.d.ts +2 -0
  324. package/dist/src/icons/DominoIcon.js +12 -0
  325. package/dist/src/icons/DominoPlusIcon.d.ts +2 -0
  326. package/dist/src/icons/DominoPlusIcon.js +12 -0
  327. package/dist/src/icons/DonutChartIcon.d.ts +2 -0
  328. package/dist/src/icons/DonutChartIcon.js +12 -0
  329. package/dist/src/icons/DotsNineBoldIcon.d.ts +2 -0
  330. package/dist/src/icons/DotsNineBoldIcon.js +12 -0
  331. package/dist/src/icons/DotsSixVerticalIcon.d.ts +2 -0
  332. package/dist/src/icons/DotsSixVerticalIcon.js +12 -0
  333. package/dist/src/icons/DotsThreeCircleIcon.d.ts +2 -0
  334. package/dist/src/icons/DotsThreeCircleIcon.js +12 -0
  335. package/dist/src/icons/DotsThreeIcon.d.ts +2 -0
  336. package/dist/src/icons/DotsThreeIcon.js +12 -0
  337. package/dist/src/icons/DotsThreeVerticalIcon.d.ts +2 -0
  338. package/dist/src/icons/DotsThreeVerticalIcon.js +12 -0
  339. package/dist/src/icons/DraftIcon.d.ts +2 -0
  340. package/dist/src/icons/DraftIcon.js +12 -0
  341. package/dist/src/icons/EnvelopeFilledIcon.d.ts +2 -0
  342. package/dist/src/icons/EnvelopeFilledIcon.js +12 -0
  343. package/dist/src/icons/EnvelopeIcon.d.ts +2 -0
  344. package/dist/src/icons/EnvelopeIcon.js +12 -0
  345. package/dist/src/icons/EnvelopeOpenIcon.d.ts +2 -0
  346. package/dist/src/icons/EnvelopeOpenIcon.js +12 -0
  347. package/dist/src/icons/EqualizerIcon.d.ts +2 -0
  348. package/dist/src/icons/EqualizerIcon.js +12 -0
  349. package/dist/src/icons/EqualsIcon.d.ts +2 -0
  350. package/dist/src/icons/EqualsIcon.js +12 -0
  351. package/dist/src/icons/ErrorFilledIcon.d.ts +2 -0
  352. package/dist/src/icons/ErrorFilledIcon.js +12 -0
  353. package/dist/src/icons/ErrorIcon.d.ts +2 -0
  354. package/dist/src/icons/ErrorIcon.js +12 -0
  355. package/dist/src/icons/ErrorMarkerIcon.d.ts +2 -0
  356. package/dist/src/icons/ErrorMarkerIcon.js +12 -0
  357. package/dist/src/icons/ExclamationMarkIcon.d.ts +2 -0
  358. package/dist/src/icons/ExclamationMarkIcon.js +12 -0
  359. package/dist/src/icons/EyeClosedIcon.d.ts +2 -0
  360. package/dist/src/icons/EyeClosedIcon.js +12 -0
  361. package/dist/src/icons/EyeIcon.d.ts +2 -0
  362. package/dist/src/icons/EyeIcon.js +12 -0
  363. package/dist/src/icons/EyeSlashIcon.d.ts +2 -0
  364. package/dist/src/icons/EyeSlashIcon.js +12 -0
  365. package/dist/src/icons/FadersIcon.d.ts +2 -0
  366. package/dist/src/icons/FadersIcon.js +12 -0
  367. package/dist/src/icons/FallIcon.d.ts +2 -0
  368. package/dist/src/icons/FallIcon.js +12 -0
  369. package/dist/src/icons/FigmaIcon.d.ts +2 -0
  370. package/dist/src/icons/FigmaIcon.js +12 -0
  371. package/dist/src/icons/FilePdfIcon.d.ts +2 -0
  372. package/dist/src/icons/FilePdfIcon.js +12 -0
  373. package/dist/src/icons/FilledCircleIcon.d.ts +2 -0
  374. package/dist/src/icons/FilledCircleIcon.js +12 -0
  375. package/dist/src/icons/FireIcon.d.ts +2 -0
  376. package/dist/src/icons/FireIcon.js +12 -0
  377. package/dist/src/icons/FlagIcon.d.ts +2 -0
  378. package/dist/src/icons/FlagIcon.js +12 -0
  379. package/dist/src/icons/FlagPennantIcon.d.ts +2 -0
  380. package/dist/src/icons/FlagPennantIcon.js +12 -0
  381. package/dist/src/icons/FolderIcon.d.ts +2 -0
  382. package/dist/src/icons/FolderIcon.js +12 -0
  383. package/dist/src/icons/FolderOpenIcon.d.ts +2 -0
  384. package/dist/src/icons/FolderOpenIcon.js +12 -0
  385. package/dist/src/icons/FolderPlusIcon.d.ts +2 -0
  386. package/dist/src/icons/FolderPlusIcon.js +12 -0
  387. package/dist/src/icons/FolderSimpleIcon.d.ts +2 -0
  388. package/dist/src/icons/FolderSimpleIcon.js +12 -0
  389. package/dist/src/icons/FoldersIcon.d.ts +2 -0
  390. package/dist/src/icons/FoldersIcon.js +12 -0
  391. package/dist/src/icons/FontInterIcon.d.ts +2 -0
  392. package/dist/src/icons/FontInterIcon.js +12 -0
  393. package/dist/src/icons/FontMerriweatherIcon.d.ts +2 -0
  394. package/dist/src/icons/FontMerriweatherIcon.js +12 -0
  395. package/dist/src/icons/FontMonserratIcon.d.ts +2 -0
  396. package/dist/src/icons/FontMonserratIcon.js +12 -0
  397. package/dist/src/icons/FontOpensansIcon.d.ts +2 -0
  398. package/dist/src/icons/FontOpensansIcon.js +12 -0
  399. package/dist/src/icons/FontPlayfairIcon.d.ts +2 -0
  400. package/dist/src/icons/FontPlayfairIcon.js +12 -0
  401. package/dist/src/icons/FontPoppinsIcon.d.ts +2 -0
  402. package/dist/src/icons/FontPoppinsIcon.js +12 -0
  403. package/dist/src/icons/FontRobotoCondensedIcon.d.ts +2 -0
  404. package/dist/src/icons/FontRobotoCondensedIcon.js +12 -0
  405. package/dist/src/icons/FontRubikIcon.d.ts +2 -0
  406. package/dist/src/icons/FontRubikIcon.js +12 -0
  407. package/dist/src/icons/FontVallkornIcon.d.ts +2 -0
  408. package/dist/src/icons/FontVallkornIcon.js +12 -0
  409. package/dist/src/icons/ForwarderIcon.d.ts +2 -0
  410. package/dist/src/icons/ForwarderIcon.js +12 -0
  411. package/dist/src/icons/ForwarderPlusIcon.d.ts +2 -0
  412. package/dist/src/icons/ForwarderPlusIcon.js +12 -0
  413. package/dist/src/icons/FrameCornersIcon.d.ts +2 -0
  414. package/dist/src/icons/FrameCornersIcon.js +12 -0
  415. package/dist/src/icons/FramerIcon.d.ts +2 -0
  416. package/dist/src/icons/FramerIcon.js +12 -0
  417. package/dist/src/icons/FtpIcon.d.ts +2 -0
  418. package/dist/src/icons/FtpIcon.js +12 -0
  419. package/dist/src/icons/FunnelIcon.d.ts +2 -0
  420. package/dist/src/icons/FunnelIcon.js +12 -0
  421. package/dist/src/icons/FunnelSimpleIcon.d.ts +2 -0
  422. package/dist/src/icons/FunnelSimpleIcon.js +12 -0
  423. package/dist/src/icons/GearIcon.d.ts +2 -0
  424. package/dist/src/icons/GearIcon.js +12 -0
  425. package/dist/src/icons/GearSixIcon.d.ts +2 -0
  426. package/dist/src/icons/GearSixIcon.js +12 -0
  427. package/dist/src/icons/GearsIcon.d.ts +2 -0
  428. package/dist/src/icons/GearsIcon.js +12 -0
  429. package/dist/src/icons/GithubIcon.d.ts +2 -0
  430. package/dist/src/icons/GithubIcon.js +12 -0
  431. package/dist/src/icons/GlobeIcon.d.ts +2 -0
  432. package/dist/src/icons/GlobeIcon.js +12 -0
  433. package/dist/src/icons/GoToIcon.d.ts +2 -0
  434. package/dist/src/icons/GoToIcon.js +12 -0
  435. package/dist/src/icons/GoogleIcon.d.ts +2 -0
  436. package/dist/src/icons/GoogleIcon.js +12 -0
  437. package/dist/src/icons/GooglePhotosIcon.d.ts +2 -0
  438. package/dist/src/icons/GooglePhotosIcon.js +12 -0
  439. package/dist/src/icons/GridFourIcon.d.ts +2 -0
  440. package/dist/src/icons/GridFourIcon.js +12 -0
  441. package/dist/src/icons/GridNineIcon.d.ts +2 -0
  442. package/dist/src/icons/GridNineIcon.js +12 -0
  443. package/dist/src/icons/HalfStarIcon.d.ts +2 -0
  444. package/dist/src/icons/HalfStarIcon.js +12 -0
  445. package/dist/src/icons/HandPalmIcon.d.ts +2 -0
  446. package/dist/src/icons/HandPalmIcon.js +12 -0
  447. package/dist/src/icons/HardDriveIcon.d.ts +2 -0
  448. package/dist/src/icons/HardDriveIcon.js +12 -0
  449. package/dist/src/icons/HardDrivesIcon.d.ts +2 -0
  450. package/dist/src/icons/HardDrivesIcon.js +12 -0
  451. package/dist/src/icons/HashIcon.d.ts +2 -0
  452. package/dist/src/icons/HashIcon.js +12 -0
  453. package/dist/src/icons/HeartIcon.d.ts +2 -0
  454. package/dist/src/icons/HeartIcon.js +12 -0
  455. package/dist/src/icons/HeartbeatIcon.d.ts +2 -0
  456. package/dist/src/icons/HeartbeatIcon.js +12 -0
  457. package/dist/src/icons/HomeIcon.d.ts +2 -0
  458. package/dist/src/icons/HomeIcon.js +12 -0
  459. package/dist/src/icons/HourglassHighDuotoneIcon.d.ts +2 -0
  460. package/dist/src/icons/HourglassHighDuotoneIcon.js +12 -0
  461. package/dist/src/icons/HourglassHighIcon.d.ts +2 -0
  462. package/dist/src/icons/HourglassHighIcon.js +12 -0
  463. package/dist/src/icons/IdentificationCardIcon.d.ts +2 -0
  464. package/dist/src/icons/IdentificationCardIcon.js +12 -0
  465. package/dist/src/icons/ImageIcon.d.ts +2 -0
  466. package/dist/src/icons/ImageIcon.js +12 -0
  467. package/dist/src/icons/InfoFillIcon.d.ts +2 -0
  468. package/dist/src/icons/InfoFillIcon.js +12 -0
  469. package/dist/src/icons/InfoIIcon.d.ts +2 -0
  470. package/dist/src/icons/InfoIIcon.js +12 -0
  471. package/dist/src/icons/InfoIcon.d.ts +2 -0
  472. package/dist/src/icons/InfoIcon.js +12 -0
  473. package/dist/src/icons/KeyIcon.d.ts +2 -0
  474. package/dist/src/icons/KeyIcon.js +12 -0
  475. package/dist/src/icons/KeyholeIcon.d.ts +2 -0
  476. package/dist/src/icons/KeyholeIcon.js +12 -0
  477. package/dist/src/icons/LaravelIcon.d.ts +2 -0
  478. package/dist/src/icons/LaravelIcon.js +12 -0
  479. package/dist/src/icons/LayoutIcon.d.ts +2 -0
  480. package/dist/src/icons/LayoutIcon.js +12 -0
  481. package/dist/src/icons/LightningFillIcon.d.ts +2 -0
  482. package/dist/src/icons/LightningFillIcon.js +12 -0
  483. package/dist/src/icons/LightningIcon.d.ts +2 -0
  484. package/dist/src/icons/LightningIcon.js +12 -0
  485. package/dist/src/icons/LineChartDuotoneIcon.d.ts +2 -0
  486. package/dist/src/icons/LineChartDuotoneIcon.js +12 -0
  487. package/dist/src/icons/LineChartIcon.d.ts +2 -0
  488. package/dist/src/icons/LineChartIcon.js +12 -0
  489. package/dist/src/icons/LinkIcon.d.ts +2 -0
  490. package/dist/src/icons/LinkIcon.js +12 -0
  491. package/dist/src/icons/LinuxIcon.d.ts +2 -0
  492. package/dist/src/icons/LinuxIcon.js +12 -0
  493. package/dist/src/icons/ListDashesIcon.d.ts +2 -0
  494. package/dist/src/icons/ListDashesIcon.js +12 -0
  495. package/dist/src/icons/ListIcon.d.ts +2 -0
  496. package/dist/src/icons/ListIcon.js +12 -0
  497. package/dist/src/icons/LockIcon.d.ts +2 -0
  498. package/dist/src/icons/LockIcon.js +12 -0
  499. package/dist/src/icons/MagnifyingGlassIcon.d.ts +2 -0
  500. package/dist/src/icons/MagnifyingGlassIcon.js +12 -0
  501. package/dist/src/icons/MapPinIcon.d.ts +2 -0
  502. package/dist/src/icons/MapPinIcon.js +12 -0
  503. package/dist/src/icons/MastodonIcon.d.ts +2 -0
  504. package/dist/src/icons/MastodonIcon.js +12 -0
  505. package/dist/src/icons/MedalIcon.d.ts +2 -0
  506. package/dist/src/icons/MedalIcon.js +12 -0
  507. package/dist/src/icons/MemoryIcon.d.ts +2 -0
  508. package/dist/src/icons/MemoryIcon.js +12 -0
  509. package/dist/src/icons/MessengerLogoIcon.d.ts +2 -0
  510. package/dist/src/icons/MessengerLogoIcon.js +12 -0
  511. package/dist/src/icons/MicIcon.d.ts +2 -0
  512. package/dist/src/icons/MicIcon.js +12 -0
  513. package/dist/src/icons/MicrosoftTeamsIcon.d.ts +2 -0
  514. package/dist/src/icons/MicrosoftTeamsIcon.js +12 -0
  515. package/dist/src/icons/MicrosoftWordIcon.d.ts +2 -0
  516. package/dist/src/icons/MicrosoftWordIcon.js +12 -0
  517. package/dist/src/icons/MinusCircleDuotoneIcon.d.ts +2 -0
  518. package/dist/src/icons/MinusCircleDuotoneIcon.js +12 -0
  519. package/dist/src/icons/MinusCircleFillIcon.d.ts +2 -0
  520. package/dist/src/icons/MinusCircleFillIcon.js +12 -0
  521. package/dist/src/icons/MinusCircleIcon.d.ts +2 -0
  522. package/dist/src/icons/MinusCircleIcon.js +12 -0
  523. package/dist/src/icons/MinusIcon.d.ts +2 -0
  524. package/dist/src/icons/MinusIcon.js +12 -0
  525. package/dist/src/icons/MinusSquareFillIcon.d.ts +2 -0
  526. package/dist/src/icons/MinusSquareFillIcon.js +12 -0
  527. package/dist/src/icons/MinusSquareIcon.d.ts +2 -0
  528. package/dist/src/icons/MinusSquareIcon.js +12 -0
  529. package/dist/src/icons/MoonIcon.d.ts +2 -0
  530. package/dist/src/icons/MoonIcon.js +12 -0
  531. package/dist/src/icons/NotEqualsIcon.d.ts +2 -0
  532. package/dist/src/icons/NotEqualsIcon.js +12 -0
  533. package/dist/src/icons/NotchesIcon.d.ts +2 -0
  534. package/dist/src/icons/NotchesIcon.js +12 -0
  535. package/dist/src/icons/NotePencilIcon.d.ts +2 -0
  536. package/dist/src/icons/NotePencilIcon.js +12 -0
  537. package/dist/src/icons/NotepadIcon.d.ts +2 -0
  538. package/dist/src/icons/NotepadIcon.js +12 -0
  539. package/dist/src/icons/NovaIcon.d.ts +2 -0
  540. package/dist/src/icons/NovaIcon.js +12 -0
  541. package/dist/src/icons/NumberCircleFourIcon.d.ts +2 -0
  542. package/dist/src/icons/NumberCircleFourIcon.js +12 -0
  543. package/dist/src/icons/NumberCircleOneIcon.d.ts +2 -0
  544. package/dist/src/icons/NumberCircleOneIcon.js +12 -0
  545. package/dist/src/icons/NumberCircleThreeIcon.d.ts +2 -0
  546. package/dist/src/icons/NumberCircleThreeIcon.js +12 -0
  547. package/dist/src/icons/NumberCircleTwoIcon.d.ts +2 -0
  548. package/dist/src/icons/NumberCircleTwoIcon.js +12 -0
  549. package/dist/src/icons/PaintBrushBroadIcon.d.ts +2 -0
  550. package/dist/src/icons/PaintBrushBroadIcon.js +12 -0
  551. package/dist/src/icons/PaintBucketFillIcon.d.ts +2 -0
  552. package/dist/src/icons/PaintBucketFillIcon.js +12 -0
  553. package/dist/src/icons/PalmIcon.d.ts +2 -0
  554. package/dist/src/icons/PalmIcon.js +12 -0
  555. package/dist/src/icons/PaperPlaneTiltIcon.d.ts +2 -0
  556. package/dist/src/icons/PaperPlaneTiltIcon.js +12 -0
  557. package/dist/src/icons/PaperclipIcon.d.ts +2 -0
  558. package/dist/src/icons/PaperclipIcon.js +12 -0
  559. package/dist/src/icons/PasswordIcon.d.ts +2 -0
  560. package/dist/src/icons/PasswordIcon.js +12 -0
  561. package/dist/src/icons/PauseCircleDuotoneIcon.d.ts +2 -0
  562. package/dist/src/icons/PauseCircleDuotoneIcon.js +12 -0
  563. package/dist/src/icons/PauseCircleIcon.d.ts +2 -0
  564. package/dist/src/icons/PauseCircleIcon.js +12 -0
  565. package/dist/src/icons/PauseFillIcon.d.ts +2 -0
  566. package/dist/src/icons/PauseFillIcon.js +12 -0
  567. package/dist/src/icons/PauseIcon.d.ts +2 -0
  568. package/dist/src/icons/PauseIcon.js +12 -0
  569. package/dist/src/icons/PencilSimpleIcon.d.ts +2 -0
  570. package/dist/src/icons/PencilSimpleIcon.js +12 -0
  571. package/dist/src/icons/PercentIcon.d.ts +2 -0
  572. package/dist/src/icons/PercentIcon.js +12 -0
  573. package/dist/src/icons/PhoneIcon.d.ts +2 -0
  574. package/dist/src/icons/PhoneIcon.js +12 -0
  575. package/dist/src/icons/PieChartIcon.d.ts +2 -0
  576. package/dist/src/icons/PieChartIcon.js +12 -0
  577. package/dist/src/icons/PinterestIcon.d.ts +2 -0
  578. package/dist/src/icons/PinterestIcon.js +12 -0
  579. package/dist/src/icons/PlayIcon.d.ts +2 -0
  580. package/dist/src/icons/PlayIcon.js +12 -0
  581. package/dist/src/icons/PleskIcon.d.ts +2 -0
  582. package/dist/src/icons/PleskIcon.js +12 -0
  583. package/dist/src/icons/PluginIcon.d.ts +2 -0
  584. package/dist/src/icons/PluginIcon.js +12 -0
  585. package/dist/src/icons/PlugsConnectedIcon.d.ts +2 -0
  586. package/dist/src/icons/PlugsConnectedIcon.js +12 -0
  587. package/dist/src/icons/PlugsIcon.d.ts +2 -0
  588. package/dist/src/icons/PlugsIcon.js +12 -0
  589. package/dist/src/icons/PlusCircleFillIcon.d.ts +2 -0
  590. package/dist/src/icons/PlusCircleFillIcon.js +12 -0
  591. package/dist/src/icons/PlusCircleIcon.d.ts +2 -0
  592. package/dist/src/icons/PlusCircleIcon.js +12 -0
  593. package/dist/src/icons/PlusIcon.d.ts +2 -0
  594. package/dist/src/icons/PlusIcon.js +12 -0
  595. package/dist/src/icons/PlusSmallIcon.d.ts +2 -0
  596. package/dist/src/icons/PlusSmallIcon.js +12 -0
  597. package/dist/src/icons/PlusSquareIcon.d.ts +2 -0
  598. package/dist/src/icons/PlusSquareIcon.js +12 -0
  599. package/dist/src/icons/PowerIcon.d.ts +2 -0
  600. package/dist/src/icons/PowerIcon.js +12 -0
  601. package/dist/src/icons/ProhibitIcon.d.ts +2 -0
  602. package/dist/src/icons/ProhibitIcon.js +12 -0
  603. package/dist/src/icons/PulseIcon.d.ts +2 -0
  604. package/dist/src/icons/PulseIcon.js +12 -0
  605. package/dist/src/icons/PushPinIcon.d.ts +2 -0
  606. package/dist/src/icons/PushPinIcon.js +12 -0
  607. package/dist/src/icons/PuzzlePieceIcon.d.ts +2 -0
  608. package/dist/src/icons/PuzzlePieceIcon.js +12 -0
  609. package/dist/src/icons/QuestionFillIcon.d.ts +2 -0
  610. package/dist/src/icons/QuestionFillIcon.js +12 -0
  611. package/dist/src/icons/QuestionIcon.d.ts +2 -0
  612. package/dist/src/icons/QuestionIcon.js +12 -0
  613. package/dist/src/icons/QuestionSimpleIcon.d.ts +2 -0
  614. package/dist/src/icons/QuestionSimpleIcon.js +12 -0
  615. package/dist/src/icons/QueueIcon.d.ts +2 -0
  616. package/dist/src/icons/QueueIcon.js +12 -0
  617. package/dist/src/icons/RadioOffIcon.d.ts +2 -0
  618. package/dist/src/icons/RadioOffIcon.js +12 -0
  619. package/dist/src/icons/RadioOnIcon.d.ts +2 -0
  620. package/dist/src/icons/RadioOnIcon.js +12 -0
  621. package/dist/src/icons/RealcvIcon.d.ts +2 -0
  622. package/dist/src/icons/RealcvIcon.js +12 -0
  623. package/dist/src/icons/RectangleCircleIcon.d.ts +2 -0
  624. package/dist/src/icons/RectangleCircleIcon.js +12 -0
  625. package/dist/src/icons/RemoveAutoResponderIcon.d.ts +2 -0
  626. package/dist/src/icons/RemoveAutoResponderIcon.js +12 -0
  627. package/dist/src/icons/RemoveForwarderIcon.d.ts +2 -0
  628. package/dist/src/icons/RemoveForwarderIcon.js +12 -0
  629. package/dist/src/icons/RemoveIcon.d.ts +2 -0
  630. package/dist/src/icons/RemoveIcon.js +12 -0
  631. package/dist/src/icons/RepeatIcon.d.ts +2 -0
  632. package/dist/src/icons/RepeatIcon.js +12 -0
  633. package/dist/src/icons/RiseIcon.d.ts +2 -0
  634. package/dist/src/icons/RiseIcon.js +12 -0
  635. package/dist/src/icons/RobotIcon.d.ts +2 -0
  636. package/dist/src/icons/RobotIcon.js +12 -0
  637. package/dist/src/icons/SealWarningIcon.d.ts +2 -0
  638. package/dist/src/icons/SealWarningIcon.js +12 -0
  639. package/dist/src/icons/SettingsIcon.d.ts +2 -0
  640. package/dist/src/icons/SettingsIcon.js +12 -0
  641. package/dist/src/icons/ShareNetworkIcon.d.ts +2 -0
  642. package/dist/src/icons/ShareNetworkIcon.js +12 -0
  643. package/dist/src/icons/ShieldCheckIcon.d.ts +2 -0
  644. package/dist/src/icons/ShieldCheckIcon.js +12 -0
  645. package/dist/src/icons/ShieldCheckedIcon.d.ts +2 -0
  646. package/dist/src/icons/ShieldCheckedIcon.js +12 -0
  647. package/dist/src/icons/ShieldCrossIcon.d.ts +2 -0
  648. package/dist/src/icons/ShieldCrossIcon.js +12 -0
  649. package/dist/src/icons/ShieldIcon.d.ts +2 -0
  650. package/dist/src/icons/ShieldIcon.js +12 -0
  651. package/dist/src/icons/SidebarCollapseIcon.d.ts +2 -0
  652. package/dist/src/icons/SidebarCollapseIcon.js +12 -0
  653. package/dist/src/icons/SidebarExpandIcon.d.ts +2 -0
  654. package/dist/src/icons/SidebarExpandIcon.js +12 -0
  655. package/dist/src/icons/SidebarSimpleIcon.d.ts +2 -0
  656. package/dist/src/icons/SidebarSimpleIcon.js +12 -0
  657. package/dist/src/icons/SignInIcon.d.ts +2 -0
  658. package/dist/src/icons/SignInIcon.js +12 -0
  659. package/dist/src/icons/SignOutIcon.d.ts +2 -0
  660. package/dist/src/icons/SignOutIcon.js +12 -0
  661. package/dist/src/icons/SirenIcon.d.ts +2 -0
  662. package/dist/src/icons/SirenIcon.js +12 -0
  663. package/dist/src/icons/SkipBackIcon.d.ts +2 -0
  664. package/dist/src/icons/SkipBackIcon.js +12 -0
  665. package/dist/src/icons/SkipForwardIcon.d.ts +2 -0
  666. package/dist/src/icons/SkipForwardIcon.js +12 -0
  667. package/dist/src/icons/SkypeLogoIcon.d.ts +2 -0
  668. package/dist/src/icons/SkypeLogoIcon.js +12 -0
  669. package/dist/src/icons/SlidersHorizontalIcon.d.ts +2 -0
  670. package/dist/src/icons/SlidersHorizontalIcon.js +12 -0
  671. package/dist/src/icons/SmartphoneIcon.d.ts +2 -0
  672. package/dist/src/icons/SmartphoneIcon.js +12 -0
  673. package/dist/src/icons/SnapchatLogoIcon.d.ts +2 -0
  674. package/dist/src/icons/SnapchatLogoIcon.js +12 -0
  675. package/dist/src/icons/SortAscendingIcon.d.ts +2 -0
  676. package/dist/src/icons/SortAscendingIcon.js +12 -0
  677. package/dist/src/icons/SortDescendingIcon.d.ts +2 -0
  678. package/dist/src/icons/SortDescendingIcon.js +12 -0
  679. package/dist/src/icons/SoundcloudIcon.d.ts +2 -0
  680. package/dist/src/icons/SoundcloudIcon.js +12 -0
  681. package/dist/src/icons/SparkleIcon.d.ts +2 -0
  682. package/dist/src/icons/SparkleIcon.js +12 -0
  683. package/dist/src/icons/SparklesStarsIcon.d.ts +2 -0
  684. package/dist/src/icons/SparklesStarsIcon.js +12 -0
  685. package/dist/src/icons/SpeakerXIcon.d.ts +2 -0
  686. package/dist/src/icons/SpeakerXIcon.js +12 -0
  687. package/dist/src/icons/SpeedometerIcon.d.ts +2 -0
  688. package/dist/src/icons/SpeedometerIcon.js +12 -0
  689. package/dist/src/icons/SpotifyIcon.d.ts +2 -0
  690. package/dist/src/icons/SpotifyIcon.js +12 -0
  691. package/dist/src/icons/SquareFillIcon.d.ts +2 -0
  692. package/dist/src/icons/SquareFillIcon.js +12 -0
  693. package/dist/src/icons/SquareFillRoundedIcon.d.ts +2 -0
  694. package/dist/src/icons/SquareFillRoundedIcon.js +12 -0
  695. package/dist/src/icons/SquareIcon.d.ts +2 -0
  696. package/dist/src/icons/SquareIcon.js +12 -0
  697. package/dist/src/icons/SquaresFourFillIcon.d.ts +2 -0
  698. package/dist/src/icons/SquaresFourFillIcon.js +12 -0
  699. package/dist/src/icons/SquaresFourIcon.d.ts +2 -0
  700. package/dist/src/icons/SquaresFourIcon.js +12 -0
  701. package/dist/src/icons/StagingIcon.d.ts +2 -0
  702. package/dist/src/icons/StagingIcon.js +12 -0
  703. package/dist/src/icons/StairsIcon.d.ts +2 -0
  704. package/dist/src/icons/StairsIcon.js +12 -0
  705. package/dist/src/icons/StarFilledIcon.d.ts +2 -0
  706. package/dist/src/icons/StarFilledIcon.js +12 -0
  707. package/dist/src/icons/StarFourIcon.d.ts +2 -0
  708. package/dist/src/icons/StarFourIcon.js +12 -0
  709. package/dist/src/icons/StarIcon.d.ts +2 -0
  710. package/dist/src/icons/StarIcon.js +12 -0
  711. package/dist/src/icons/StethoscopeIcon.d.ts +2 -0
  712. package/dist/src/icons/StethoscopeIcon.js +12 -0
  713. package/dist/src/icons/StopCircleIcon.d.ts +2 -0
  714. package/dist/src/icons/StopCircleIcon.js +12 -0
  715. package/dist/src/icons/StopFillIcon.d.ts +2 -0
  716. package/dist/src/icons/StopFillIcon.js +12 -0
  717. package/dist/src/icons/SunIcon.d.ts +2 -0
  718. package/dist/src/icons/SunIcon.js +12 -0
  719. package/dist/src/icons/TabletIcon.d.ts +2 -0
  720. package/dist/src/icons/TabletIcon.js +12 -0
  721. package/dist/src/icons/TabsIcon.d.ts +2 -0
  722. package/dist/src/icons/TabsIcon.js +12 -0
  723. package/dist/src/icons/TagFilledIcon.d.ts +2 -0
  724. package/dist/src/icons/TagFilledIcon.js +12 -0
  725. package/dist/src/icons/TagIcon.d.ts +2 -0
  726. package/dist/src/icons/TagIcon.js +12 -0
  727. package/dist/src/icons/TagSmallIcon.d.ts +2 -0
  728. package/dist/src/icons/TagSmallIcon.js +12 -0
  729. package/dist/src/icons/TaskpadIcon.d.ts +2 -0
  730. package/dist/src/icons/TaskpadIcon.js +12 -0
  731. package/dist/src/icons/TerminalIcon.d.ts +2 -0
  732. package/dist/src/icons/TerminalIcon.js +12 -0
  733. package/dist/src/icons/TerminalWindowIcon.d.ts +2 -0
  734. package/dist/src/icons/TerminalWindowIcon.js +12 -0
  735. package/dist/src/icons/TextAlignCenterIcon.d.ts +2 -0
  736. package/dist/src/icons/TextAlignCenterIcon.js +12 -0
  737. package/dist/src/icons/TextAlignJustifyIcon.d.ts +2 -0
  738. package/dist/src/icons/TextAlignJustifyIcon.js +12 -0
  739. package/dist/src/icons/TextAlignLeftIcon.d.ts +2 -0
  740. package/dist/src/icons/TextAlignLeftIcon.js +12 -0
  741. package/dist/src/icons/TextAlignRightIcon.d.ts +2 -0
  742. package/dist/src/icons/TextAlignRightIcon.js +12 -0
  743. package/dist/src/icons/TextBBoldIcon.d.ts +2 -0
  744. package/dist/src/icons/TextBBoldIcon.js +12 -0
  745. package/dist/src/icons/TextHTwoIcon.d.ts +2 -0
  746. package/dist/src/icons/TextHTwoIcon.js +12 -0
  747. package/dist/src/icons/TextItalicIcon.d.ts +2 -0
  748. package/dist/src/icons/TextItalicIcon.js +12 -0
  749. package/dist/src/icons/TextStrikethroughIcon.d.ts +2 -0
  750. package/dist/src/icons/TextStrikethroughIcon.js +12 -0
  751. package/dist/src/icons/TextUnderlineIcon.d.ts +2 -0
  752. package/dist/src/icons/TextUnderlineIcon.js +12 -0
  753. package/dist/src/icons/TextboxIcon.d.ts +2 -0
  754. package/dist/src/icons/TextboxIcon.js +12 -0
  755. package/dist/src/icons/ThemeIcon.d.ts +2 -0
  756. package/dist/src/icons/ThemeIcon.js +12 -0
  757. package/dist/src/icons/ThermometerSimpleIcon.d.ts +2 -0
  758. package/dist/src/icons/ThermometerSimpleIcon.js +12 -0
  759. package/dist/src/icons/TicketIcon.d.ts +2 -0
  760. package/dist/src/icons/TicketIcon.js +12 -0
  761. package/dist/src/icons/TidalIcon.d.ts +2 -0
  762. package/dist/src/icons/TidalIcon.js +12 -0
  763. package/dist/src/icons/TiktokIcon.d.ts +2 -0
  764. package/dist/src/icons/TiktokIcon.js +12 -0
  765. package/dist/src/icons/ToggleLeftFillIcon.d.ts +2 -0
  766. package/dist/src/icons/ToggleLeftFillIcon.js +12 -0
  767. package/dist/src/icons/ToggleLeftIcon.d.ts +2 -0
  768. package/dist/src/icons/ToggleLeftIcon.js +12 -0
  769. package/dist/src/icons/ToggleRightFillIcon.d.ts +2 -0
  770. package/dist/src/icons/ToggleRightFillIcon.js +12 -0
  771. package/dist/src/icons/ToggleRightIcon.d.ts +2 -0
  772. package/dist/src/icons/ToggleRightIcon.js +12 -0
  773. package/dist/src/icons/TranslateIcon.d.ts +2 -0
  774. package/dist/src/icons/TranslateIcon.js +12 -0
  775. package/dist/src/icons/TrashIcon.d.ts +2 -0
  776. package/dist/src/icons/TrashIcon.js +12 -0
  777. package/dist/src/icons/TrayArrowInIcon.d.ts +2 -0
  778. package/dist/src/icons/TrayArrowInIcon.js +12 -0
  779. package/dist/src/icons/TrayIcon.d.ts +2 -0
  780. package/dist/src/icons/TrayIcon.js +12 -0
  781. package/dist/src/icons/TrayPlusIcon.d.ts +2 -0
  782. package/dist/src/icons/TrayPlusIcon.js +12 -0
  783. package/dist/src/icons/TreeStructureIcon.d.ts +2 -0
  784. package/dist/src/icons/TreeStructureIcon.js +12 -0
  785. package/dist/src/icons/UploadIcon.d.ts +2 -0
  786. package/dist/src/icons/UploadIcon.js +12 -0
  787. package/dist/src/icons/UserIcon.d.ts +2 -0
  788. package/dist/src/icons/UserIcon.js +12 -0
  789. package/dist/src/icons/UserPlusIcon.d.ts +2 -0
  790. package/dist/src/icons/UserPlusIcon.js +12 -0
  791. package/dist/src/icons/UserSquareIcon.d.ts +2 -0
  792. package/dist/src/icons/UserSquareIcon.js +12 -0
  793. package/dist/src/icons/UsersIcon.d.ts +2 -0
  794. package/dist/src/icons/UsersIcon.js +12 -0
  795. package/dist/src/icons/VectorTwoIcon.d.ts +2 -0
  796. package/dist/src/icons/VectorTwoIcon.js +12 -0
  797. package/dist/src/icons/ViewstreamfilledIcon.d.ts +2 -0
  798. package/dist/src/icons/ViewstreamfilledIcon.js +12 -0
  799. package/dist/src/icons/WandMagicIcon.d.ts +2 -0
  800. package/dist/src/icons/WandMagicIcon.js +12 -0
  801. package/dist/src/icons/WarningCircleDuotoneIcon.d.ts +2 -0
  802. package/dist/src/icons/WarningCircleDuotoneIcon.js +12 -0
  803. package/dist/src/icons/WarningFillIcon.d.ts +2 -0
  804. package/dist/src/icons/WarningFillIcon.js +12 -0
  805. package/dist/src/icons/WarningFilledIcon.d.ts +2 -0
  806. package/dist/src/icons/WarningFilledIcon.js +12 -0
  807. package/dist/src/icons/WarningIcon.d.ts +2 -0
  808. package/dist/src/icons/WarningIcon.js +12 -0
  809. package/dist/src/icons/WarningMarkerIcon.d.ts +2 -0
  810. package/dist/src/icons/WarningMarkerIcon.js +12 -0
  811. package/dist/src/icons/WarningOctagonFillIcon.d.ts +2 -0
  812. package/dist/src/icons/WarningOctagonFillIcon.js +12 -0
  813. package/dist/src/icons/WarningOctagonIcon.d.ts +2 -0
  814. package/dist/src/icons/WarningOctagonIcon.js +12 -0
  815. package/dist/src/icons/WarningTriangleIcon.d.ts +2 -0
  816. package/dist/src/icons/WarningTriangleIcon.js +12 -0
  817. package/dist/src/icons/WaveSineIcon.d.ts +2 -0
  818. package/dist/src/icons/WaveSineIcon.js +12 -0
  819. package/dist/src/icons/WebhooksLogoIcon.d.ts +2 -0
  820. package/dist/src/icons/WebhooksLogoIcon.js +12 -0
  821. package/dist/src/icons/WebsiteIcon.d.ts +2 -0
  822. package/dist/src/icons/WebsiteIcon.js +12 -0
  823. package/dist/src/icons/WhatsappLogoFillIcon.d.ts +2 -0
  824. package/dist/src/icons/WhatsappLogoFillIcon.js +12 -0
  825. package/dist/src/icons/WhatsappLogoIcon.d.ts +2 -0
  826. package/dist/src/icons/WhatsappLogoIcon.js +12 -0
  827. package/dist/src/icons/WheelchairMotionIcon.d.ts +2 -0
  828. package/dist/src/icons/WheelchairMotionIcon.js +12 -0
  829. package/dist/src/icons/WifiIcon.d.ts +2 -0
  830. package/dist/src/icons/WifiIcon.js +12 -0
  831. package/dist/src/icons/WordpressIcon.d.ts +2 -0
  832. package/dist/src/icons/WordpressIcon.js +12 -0
  833. package/dist/src/icons/WorkIcon.d.ts +2 -0
  834. package/dist/src/icons/WorkIcon.js +12 -0
  835. package/dist/src/icons/WrenchIcon.d.ts +2 -0
  836. package/dist/src/icons/WrenchIcon.js +12 -0
  837. package/dist/src/icons/XIcon.d.ts +2 -0
  838. package/dist/src/icons/XIcon.js +12 -0
  839. package/dist/src/icons/YoutubeIcon.d.ts +2 -0
  840. package/dist/src/icons/YoutubeIcon.js +12 -0
  841. package/dist/src/icons/index.d.ts +411 -4
  842. package/dist/src/icons/index.js +412 -10
  843. package/dist/src/shared/viewContext/viewContext.d.ts +1 -1
  844. package/dist/src/tokens/ThemeColorTokens.d.ts +5 -1
  845. package/dist/src/tokens/ThemeColorTokens.js +9 -1
  846. package/dist/src/tokens/colors/Dark.d.ts +8 -0
  847. package/dist/src/tokens/colors/Dark.js +64 -0
  848. package/dist/src/tokens/colors/Light.d.ts +8 -0
  849. package/dist/src/tokens/colors/Light.js +64 -0
  850. package/dist/src/tokens/colors/index.d.ts +4 -2
  851. package/dist/src/tokens/colors/index.js +2 -2
  852. package/dist/src/tokens/colors/onPrimarySchemes.d.ts +12 -0
  853. package/dist/src/tokens/colors/onPrimaryStateLayers.d.ts +33 -0
  854. package/dist/src/utils/createIcon.d.ts +16 -5
  855. package/dist/src/utils/createIcon.js +3 -65
  856. package/dist/src/utils/getMUIPalette.d.ts +5 -2
  857. package/dist/src/utils/getMUIPalette.js +4 -1
  858. package/dist/src/utils/getMUIThemeCustoimzationType.d.ts +7 -1
  859. package/dist/src/utils/getStateLayerColor.d.ts +5 -4
  860. package/dist/src/utils/getStateLayerColor.js +1 -0
  861. package/package.json +2 -1
  862. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +0 -1
  863. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +0 -4
  864. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.d.ts +0 -1
  865. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.js +0 -4
  866. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.d.ts +0 -1
  867. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.js +0 -4
  868. package/dist/src/tokens/colors/inverseSchemas.d.ts +0 -40
  869. package/dist/src/tokens/colors/schemas.d.ts +0 -111
  870. /package/dist/src/tokens/colors/{inverseSchemas.js → onPrimarySchemes.js} +0 -0
  871. /package/dist/src/tokens/colors/{schemas.js → onPrimaryStateLayers.js} +0 -0
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowbendrightdownIcon: 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 ArrowbendrightdownIcon = 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 17.0306L14.7806 21.5306C14.711 21.6004 14.6283 21.6557 14.5372 21.6934C14.4462 21.7312 14.3486 21.7506 14.25 21.7506C14.1514 21.7506 14.0538 21.7312 13.9628 21.6934C13.8717 21.6557 13.789 21.6004 13.7194 21.5306L9.21937 17.0306C9.07864 16.8899 8.99958 16.699 8.99958 16.5C8.99958 16.301 9.07864 16.1101 9.21937 15.9694C9.36011 15.8286 9.55098 15.7496 9.75 15.7496C9.94902 15.7496 10.1399 15.8286 10.2806 15.9694L13.5 19.1897V12C13.4975 9.81273 12.6275 7.71575 11.0809 6.16911C9.53425 4.62247 7.43727 3.75248 5.25 3.75C5.05109 3.75 4.86032 3.67098 4.71967 3.53033C4.57902 3.38968 4.5 3.19891 4.5 3C4.5 2.80109 4.57902 2.61032 4.71967 2.46967C4.86032 2.32902 5.05109 2.25 5.25 2.25C7.83502 2.25273 10.3134 3.28084 12.1413 5.10872C13.9692 6.93661 14.9973 9.41498 15 12V19.1897L18.2194 15.9694C18.3601 15.8286 18.551 15.7496 18.75 15.7496C18.949 15.7496 19.1399 15.8286 19.2806 15.9694C19.4214 16.1101 19.5004 16.301 19.5004 16.5C19.5004 16.699 19.4214 16.8899 19.2806 17.0306Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowbendrightdownIcon.displayName = 'ArrowbendrightdownIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowbendrightupIcon: 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 ArrowbendrightupIcon = 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 8.03073C19.211 8.10046 19.1283 8.15578 19.0372 8.19352C18.9462 8.23126 18.8486 8.25069 18.75 8.25069C18.6514 8.25069 18.5538 8.23126 18.4628 8.19352C18.3717 8.15578 18.289 8.10046 18.2194 8.03073L15 4.81041V12.0001C14.9973 14.5851 13.9692 17.0635 12.1413 18.8914C10.3134 20.7193 7.83502 21.7474 5.25 21.7501C5.05109 21.7501 4.86032 21.6711 4.71967 21.5304C4.57902 21.3898 4.5 21.199 4.5 21.0001C4.5 20.8012 4.57902 20.6104 4.71967 20.4698C4.86032 20.3291 5.05109 20.2501 5.25 20.2501C7.43727 20.2476 9.53425 19.3776 11.0809 17.831C12.6275 16.2844 13.4975 14.1874 13.5 12.0001V4.81041L10.2806 8.03073C10.1399 8.17146 9.94902 8.25052 9.75 8.25052C9.55098 8.25052 9.36011 8.17146 9.21937 8.03073C9.07864 7.89 8.99958 7.69912 8.99958 7.5001C8.99958 7.30108 9.07864 7.11021 9.21937 6.96948L13.7194 2.46948C13.789 2.39974 13.8717 2.34442 13.9628 2.30668C14.0538 2.26894 14.1514 2.24951 14.25 2.24951C14.3486 2.24951 14.4462 2.26894 14.5372 2.30668C14.6283 2.34442 14.711 2.39974 14.7806 2.46948L19.2806 6.96948C19.3504 7.03913 19.4057 7.12185 19.4434 7.2129C19.4812 7.30395 19.5006 7.40154 19.5006 7.5001C19.5006 7.59866 19.4812 7.69626 19.4434 7.78731C19.4057 7.87836 19.3504 7.96107 19.2806 8.03073Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowbendrightupIcon.displayName = 'ArrowbendrightupIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowcirclerightIcon: 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 ArrowcirclerightIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25ZM12 20.25C10.3683 20.25 8.77326 19.7661 7.41655 18.8596C6.05984 17.9531 5.00242 16.6646 4.378 15.1571C3.75358 13.6496 3.5902 11.9908 3.90853 10.3905C4.22685 8.79016 5.01259 7.32015 6.16637 6.16637C7.32016 5.01259 8.79017 4.22685 10.3905 3.90852C11.9909 3.59019 13.6497 3.75357 15.1571 4.37799C16.6646 5.00242 17.9531 6.05984 18.8596 7.41655C19.7661 8.77325 20.25 10.3683 20.25 12C20.2475 14.1873 19.3775 16.2843 17.8309 17.8309C16.2843 19.3775 14.1873 20.2475 12 20.25ZM16.2806 11.4694C16.3504 11.539 16.4057 11.6217 16.4434 11.7128C16.4812 11.8038 16.5006 11.9014 16.5006 12C16.5006 12.0986 16.4812 12.1962 16.4434 12.2872C16.4057 12.3783 16.3504 12.461 16.2806 12.5306L13.2806 15.5306C13.1399 15.6714 12.949 15.7504 12.75 15.7504C12.551 15.7504 12.3601 15.6714 12.2194 15.5306C12.0786 15.3899 11.9996 15.199 11.9996 15C11.9996 14.801 12.0786 14.6101 12.2194 14.4694L13.9397 12.75H8.25C8.05109 12.75 7.86033 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86033 11.329 8.05109 11.25 8.25 11.25H13.9397L12.2194 9.53063C12.0786 9.38989 11.9996 9.19902 11.9996 9C11.9996 8.80098 12.0786 8.61011 12.2194 8.46937C12.3601 8.32864 12.551 8.24958 12.75 8.24958C12.949 8.24958 13.1399 8.32864 13.2806 8.46937L16.2806 11.4694Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowcirclerightIcon.displayName = 'ArrowcirclerightIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowcircleupIcon: 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 ArrowcircleupIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25ZM12 20.25C10.3683 20.25 8.77326 19.7661 7.41655 18.8596C6.05984 17.9531 5.00242 16.6646 4.378 15.1571C3.75358 13.6496 3.5902 11.9908 3.90853 10.3905C4.22685 8.79016 5.01259 7.32015 6.16637 6.16637C7.32016 5.01259 8.79017 4.22685 10.3905 3.90852C11.9909 3.59019 13.6497 3.75357 15.1571 4.37799C16.6646 5.00242 17.9531 6.05984 18.8596 7.41655C19.7661 8.77325 20.25 10.3683 20.25 12C20.2475 14.1873 19.3775 16.2843 17.8309 17.8309C16.2843 19.3775 14.1873 20.2475 12 20.25ZM15.5306 10.7194C15.6003 10.7891 15.6556 10.8718 15.6933 10.9628C15.731 11.0539 15.7504 11.1515 15.7504 11.25C15.7504 11.3485 15.731 11.4461 15.6933 11.5372C15.6556 11.6282 15.6003 11.7109 15.5306 11.7806C15.4609 11.8503 15.3782 11.9056 15.2872 11.9433C15.1961 11.981 15.0986 12.0004 15 12.0004C14.9015 12.0004 14.8039 11.981 14.7128 11.9433C14.6218 11.9056 14.5391 11.8503 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.7194Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowcircleupIcon.displayName = 'ArrowcircleupIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowdownrightIcon: 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 ArrowdownrightIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M18.75 8.24993V17.9999C18.75 18.1988 18.671 18.3896 18.5303 18.5303C18.3897 18.6709 18.1989 18.7499 18 18.7499H8.24999C8.05108 18.7499 7.86031 18.6709 7.71966 18.5303C7.57901 18.3896 7.49999 18.1988 7.49999 17.9999C7.49999 17.801 7.57901 17.6103 7.71966 17.4696C7.86031 17.3289 8.05108 17.2499 8.24999 17.2499H16.1897L5.46936 6.53055C5.32863 6.38982 5.24957 6.19895 5.24957 5.99993C5.24957 5.80091 5.32863 5.61003 5.46936 5.4693C5.6101 5.32857 5.80097 5.24951 5.99999 5.24951C6.19901 5.24951 6.38988 5.32857 6.53061 5.4693L17.25 16.1896V8.24993C17.25 8.05102 17.329 7.86025 17.4697 7.7196C17.6103 7.57895 17.8011 7.49993 18 7.49993C18.1989 7.49993 18.3897 7.57895 18.5303 7.7196C18.671 7.86025 18.75 8.05102 18.75 8.24993Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowdownrightIcon.displayName = 'ArrowdownrightIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowelbowdownleftIcon: 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 ArrowelbowdownleftIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M18.75 3V16.5C18.75 16.6989 18.671 16.8897 18.5303 17.0303C18.3897 17.171 18.1989 17.25 18 17.25H6.31029L9.53061 20.4694C9.60029 20.5391 9.65556 20.6218 9.69328 20.7128C9.73099 20.8039 9.7504 20.9015 9.7504 21C9.7504 21.0985 9.73099 21.1961 9.69328 21.2872C9.65556 21.3782 9.60029 21.4609 9.53061 21.5306C9.46092 21.6003 9.3782 21.6556 9.28715 21.6933C9.19611 21.731 9.09853 21.7504 8.99998 21.7504C8.90143 21.7504 8.80385 21.731 8.71281 21.6933C8.62176 21.6556 8.53904 21.6003 8.46935 21.5306L3.96935 17.0306C3.89962 16.961 3.8443 16.8783 3.80656 16.7872C3.76882 16.6962 3.74939 16.5986 3.74939 16.5C3.74939 16.4014 3.76882 16.3038 3.80656 16.2128C3.8443 16.1217 3.89962 16.039 3.96935 15.9694L8.46935 11.4694C8.61009 11.3286 8.80096 11.2496 8.99998 11.2496C9.199 11.2496 9.38987 11.3286 9.53061 11.4694C9.67134 11.6101 9.7504 11.801 9.7504 12C9.7504 12.199 9.67134 12.3899 9.53061 12.5306L6.31029 15.75H17.25V3C17.25 2.80109 17.329 2.61032 17.4696 2.46967C17.6103 2.32902 17.8011 2.25 18 2.25C18.1989 2.25 18.3897 2.32902 18.5303 2.46967C18.671 2.61032 18.75 2.80109 18.75 3Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowelbowdownleftIcon.displayName = 'ArrowelbowdownleftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowelbowrightupIcon: 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 ArrowelbowrightupIcon = 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 9.53073C20.711 9.60046 20.6283 9.65578 20.5372 9.69352C20.4462 9.73127 20.3486 9.75069 20.25 9.75069C20.1514 9.75069 20.0538 9.73127 19.9628 9.69352C19.8717 9.65578 19.789 9.60046 19.7194 9.53073L16.5 6.31041V18.0001C16.5 18.199 16.421 18.3898 16.2803 18.5304C16.1397 18.6711 15.9489 18.7501 15.75 18.7501H2.25C2.05109 18.7501 1.86032 18.6711 1.71967 18.5304C1.57902 18.3898 1.5 18.199 1.5 18.0001C1.5 17.8012 1.57902 17.6104 1.71967 17.4698C1.86032 17.3291 2.05109 17.2501 2.25 17.2501H15V6.31041L11.7806 9.53073C11.6399 9.67146 11.449 9.75052 11.25 9.75052C11.051 9.75052 10.8601 9.67146 10.7194 9.53073C10.5786 9.39 10.4996 9.19913 10.4996 9.0001C10.4996 8.80108 10.5786 8.61021 10.7194 8.46948L15.2194 3.96948C15.289 3.89974 15.3717 3.84443 15.4628 3.80668C15.5538 3.76894 15.6514 3.74951 15.75 3.74951C15.8486 3.74951 15.9462 3.76894 16.0372 3.80668C16.1283 3.84443 16.211 3.89974 16.2806 3.96948L20.7806 8.46948C20.8504 8.53913 20.9057 8.62185 20.9434 8.7129C20.9812 8.80395 21.0006 8.90154 21.0006 9.0001C21.0006 9.09866 20.9812 9.19626 20.9434 9.28731C20.9057 9.37836 20.8504 9.46107 20.7806 9.53073Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowelbowrightupIcon.displayName = 'ArrowelbowrightupIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowelbowupleftIcon: 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 ArrowelbowupleftIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M18.75 7.49993V20.9999C18.75 21.1988 18.671 21.3896 18.5303 21.5303C18.3897 21.6709 18.1989 21.7499 18 21.7499C17.8011 21.7499 17.6103 21.6709 17.4697 21.5303C17.329 21.3896 17.25 21.1988 17.25 20.9999V8.24993H6.31032L9.53063 11.4693C9.67137 11.61 9.75043 11.8009 9.75043 11.9999C9.75043 12.199 9.67137 12.3898 9.53063 12.5306C9.3899 12.6713 9.19903 12.7503 9.00001 12.7503C8.80099 12.7503 8.61011 12.6713 8.46938 12.5306L3.96938 8.03055L3.96376 8.02399C3.94876 8.00899 3.93376 7.99212 3.9197 7.97524L3.89813 7.94618C3.89042 7.93657 3.88322 7.92655 3.87657 7.91618L3.85501 7.88149C3.84915 7.87244 3.84382 7.86305 3.83907 7.85337C3.83251 7.84212 3.82688 7.82993 3.82126 7.81774C3.81563 7.80555 3.81188 7.79805 3.8072 7.7868C3.80251 7.77555 3.79876 7.76337 3.79407 7.75212L3.78188 7.71837L3.77345 7.6818C3.77345 7.66962 3.76688 7.65837 3.76407 7.64712C3.76126 7.63587 3.76407 7.61805 3.75845 7.60399C3.75282 7.58993 3.75845 7.5843 3.75376 7.57399C3.74907 7.52473 3.74907 7.47513 3.75376 7.42587C3.75376 7.41555 3.75376 7.40618 3.75845 7.39587C3.76313 7.38555 3.75845 7.3668 3.76407 7.35274C3.7697 7.33868 3.7697 7.33024 3.77345 7.31805L3.78188 7.28149L3.79407 7.24774C3.79876 7.23649 3.80251 7.2243 3.8072 7.21305C3.81188 7.2018 3.81657 7.19243 3.82126 7.18212C3.82595 7.1718 3.83251 7.15774 3.83907 7.14649C3.84382 7.13681 3.84915 7.12742 3.85501 7.11837L3.87657 7.08368C3.88322 7.0733 3.89042 7.06329 3.89813 7.05368L3.9197 7.02462C3.93376 7.00774 3.94876 6.99087 3.96376 6.97587L3.96938 6.9693L8.46938 2.4693C8.61011 2.32857 8.80099 2.24951 9.00001 2.24951C9.19903 2.24951 9.3899 2.32857 9.53063 2.4693C9.67137 2.61003 9.75043 2.80091 9.75043 2.99993C9.75043 3.19895 9.67137 3.38982 9.53063 3.53055L6.31032 6.74993H18C18.1989 6.74993 18.3897 6.82895 18.5303 6.9696C18.671 7.11025 18.75 7.30102 18.75 7.49993Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowelbowupleftIcon.displayName = 'ArrowelbowupleftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowfatlinesdownIcon: 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 ArrowfatlinesdownIcon = 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.6928 12.4631C21.6361 12.3261 21.54 12.2089 21.4166 12.1265C21.2933 12.044 21.1483 12 21 12H17.25V9.75C17.25 9.55109 17.171 9.36032 17.0303 9.21967C16.8897 9.07902 16.6989 9 16.5 9H7.49998C7.30107 9 7.1103 9.07902 6.96965 9.21967C6.829 9.36032 6.74998 9.55109 6.74998 9.75V12H2.99998C2.85156 11.9999 2.70644 12.0438 2.58299 12.1262C2.45955 12.2086 2.36333 12.3258 2.30651 12.4629C2.2497 12.6 2.23485 12.7509 2.26383 12.8965C2.29282 13.042 2.36435 13.1757 2.46936 13.2806L11.4694 22.2806C11.539 22.3504 11.6217 22.4057 11.7128 22.4434C11.8038 22.4812 11.9014 22.5006 12 22.5006C12.0985 22.5006 12.1961 22.4812 12.2872 22.4434C12.3782 22.4057 12.461 22.3504 12.5306 22.2806L21.5306 13.2806C21.6355 13.1757 21.7068 13.042 21.7357 12.8965C21.7646 12.751 21.7496 12.6002 21.6928 12.4631ZM12 20.6897L4.81029 13.5H7.49998C7.69889 13.5 7.88966 13.421 8.03031 13.2803C8.17096 13.1397 8.24998 12.9489 8.24998 12.75V10.5H15.75V12.75C15.75 12.9489 15.829 13.1397 15.9697 13.2803C16.1103 13.421 16.3011 13.5 16.5 13.5H19.1897L12 20.6897ZM6.74998 3.75C6.74998 3.55109 6.829 3.36032 6.96965 3.21967C7.1103 3.07902 7.30107 3 7.49998 3H16.5C16.6989 3 16.8897 3.07902 17.0303 3.21967C17.171 3.36032 17.25 3.55109 17.25 3.75C17.25 3.94891 17.171 4.13968 17.0303 4.28033C16.8897 4.42098 16.6989 4.5 16.5 4.5H7.49998C7.30107 4.5 7.1103 4.42098 6.96965 4.28033C6.829 4.13968 6.74998 3.94891 6.74998 3.75ZM6.74998 6.75C6.74998 6.55109 6.829 6.36032 6.96965 6.21967C7.1103 6.07902 7.30107 6 7.49998 6H16.5C16.6989 6 16.8897 6.07902 17.0303 6.21967C17.171 6.36032 17.25 6.55109 17.25 6.75C17.25 6.94891 17.171 7.13968 17.0303 7.28033C16.8897 7.42098 16.6989 7.5 16.5 7.5H7.49998C7.30107 7.5 7.1103 7.42098 6.96965 7.28033C6.829 7.13968 6.74998 6.94891 6.74998 6.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowfatlinesdownIcon.displayName = 'ArrowfatlinesdownIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowfatlineupIcon: 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 ArrowfatlineupIcon = 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.7195L12.5306 1.71948C12.461 1.64974 12.3782 1.59443 12.2872 1.55668C12.1961 1.51894 12.0985 1.49951 12 1.49951C11.9014 1.49951 11.8038 1.51894 11.7128 1.55668C11.6217 1.59443 11.539 1.64974 11.4694 1.71948L2.46936 10.7195C2.36435 10.8244 2.29282 10.9581 2.26383 11.1036C2.23485 11.2492 2.2497 11.4001 2.30651 11.5372C2.36333 11.6743 2.45955 11.7915 2.58299 11.8739C2.70644 11.9563 2.85156 12.0002 2.99998 12.0001H6.74998V17.2501C6.74998 17.449 6.829 17.6398 6.96965 17.7804C7.1103 17.9211 7.30107 18.0001 7.49998 18.0001H16.5C16.6989 18.0001 16.8897 17.9211 17.0303 17.7804C17.171 17.6398 17.25 17.449 17.25 17.2501V12.0001H21C21.1484 12.0002 21.2935 11.9563 21.417 11.8739C21.5404 11.7915 21.6366 11.6743 21.6934 11.5372C21.7503 11.4001 21.7651 11.2492 21.7361 11.1036C21.7071 10.9581 21.6356 10.8244 21.5306 10.7195ZM16.5 10.5001C16.3011 10.5001 16.1103 10.5791 15.9697 10.7198C15.829 10.8604 15.75 11.0512 15.75 11.2501V16.5001H8.24998V11.2501C8.24998 11.0512 8.17096 10.8604 8.03031 10.7198C7.88966 10.5791 7.69889 10.5001 7.49998 10.5001H4.81029L12 3.31041L19.1897 10.5001H16.5ZM17.25 20.2501C17.25 20.449 17.171 20.6398 17.0303 20.7804C16.8897 20.9211 16.6989 21.0001 16.5 21.0001H7.49998C7.30107 21.0001 7.1103 20.9211 6.96965 20.7804C6.829 20.6398 6.74998 20.449 6.74998 20.2501C6.74998 20.0512 6.829 19.8604 6.96965 19.7198C7.1103 19.5791 7.30107 19.5001 7.49998 19.5001H16.5C16.6989 19.5001 16.8897 19.5791 17.0303 19.7198C17.171 19.8604 17.25 20.0512 17.25 20.2501Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowfatlineupIcon.displayName = 'ArrowfatlineupIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowlinedownleftIcon: 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 ArrowlinedownleftIcon = 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 4.5C21.75 4.69891 21.671 4.88968 21.5303 5.03033C21.3897 5.17098 21.1989 5.25 21 5.25H4.5C4.30109 5.25 4.11032 5.17098 3.96967 5.03033C3.82902 4.88968 3.75 4.69891 3.75 4.5C3.75 4.30109 3.82902 4.11032 3.96967 3.96967C4.11032 3.82902 4.30109 3.75 4.5 3.75H21C21.1989 3.75 21.3897 3.82902 21.5303 3.96967C21.671 4.11032 21.75 4.30109 21.75 4.5ZM16.7194 8.46937L7.5 17.6897V10.5C7.5 10.3011 7.42098 10.1103 7.28033 9.96967C7.13968 9.82902 6.94891 9.75 6.75 9.75C6.55109 9.75 6.36032 9.82902 6.21967 9.96967C6.07902 10.1103 6 10.3011 6 10.5V19.5C6 19.6989 6.07902 19.8897 6.21967 20.0303C6.36032 20.171 6.55109 20.25 6.75 20.25H15.75C15.9489 20.25 16.1397 20.171 16.2803 20.0303C16.421 19.8897 16.5 19.6989 16.5 19.5C16.5 19.3011 16.421 19.1103 16.2803 18.9697C16.1397 18.829 15.9489 18.75 15.75 18.75H8.56031L17.7806 9.53063C17.8503 9.46094 17.9056 9.37822 17.9433 9.28717C17.981 9.19613 18.0004 9.09855 18.0004 9C18.0004 8.90145 17.981 8.80387 17.9433 8.71283C17.9056 8.62178 17.8503 8.53906 17.7806 8.46937C17.7109 8.39969 17.6282 8.34442 17.5372 8.3067C17.4461 8.26899 17.3485 8.24958 17.25 8.24958C17.1515 8.24958 17.0539 8.26899 16.9628 8.3067C16.8718 8.34442 16.7891 8.39969 16.7194 8.46937Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowlinedownleftIcon.displayName = 'ArrowlinedownleftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowsClockwiseIcon: 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 ArrowsClockwiseIcon = 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.50001V9.00001C21 9.19892 20.921 9.38969 20.7803 9.53034C20.6397 9.67099 20.4489 9.75001 20.25 9.75001H15.75C15.5511 9.75001 15.3603 9.67099 15.2197 9.53034C15.079 9.38969 15 9.19892 15 9.00001C15 8.8011 15.079 8.61033 15.2197 8.46968C15.3603 8.32903 15.5511 8.25001 15.75 8.25001H18.4397L17.0681 6.87845C15.6742 5.4782 13.7817 4.68821 11.8059 4.68188H11.7638C9.80454 4.67729 7.92227 5.44414 6.52406 6.81657C6.38083 6.95028 6.19096 7.02262 5.99507 7.01813C5.79918 7.01364 5.61283 6.93266 5.47588 6.79253C5.33893 6.65239 5.26226 6.46423 5.26227 6.26829C5.26228 6.07235 5.33897 5.88419 5.47594 5.74407C7.1705 4.08788 9.44983 3.16677 11.8193 3.18064C14.1887 3.1945 16.4571 4.14222 18.1322 5.81813L19.5 7.1897V4.50001C19.5 4.3011 19.579 4.11033 19.7197 3.96968C19.8603 3.82903 20.0511 3.75001 20.25 3.75001C20.4489 3.75001 20.6397 3.82903 20.7803 3.96968C20.921 4.11033 21 4.3011 21 4.50001ZM17.4759 17.1834C16.0639 18.5627 14.1651 19.3298 12.1912 19.3182C10.2173 19.3066 8.32762 18.5173 6.93188 17.1216L5.56031 15.75H8.25C8.44891 15.75 8.63968 15.671 8.78033 15.5303C8.92098 15.3897 9 15.1989 9 15C9 14.8011 8.92098 14.6103 8.78033 14.4697C8.63968 14.329 8.44891 14.25 8.25 14.25H3.75C3.55109 14.25 3.36032 14.329 3.21967 14.4697C3.07902 14.6103 3 14.8011 3 15V19.5C3 19.6989 3.07902 19.8897 3.21967 20.0303C3.36032 20.171 3.55109 20.25 3.75 20.25C3.94891 20.25 4.13968 20.171 4.28033 20.0303C4.42098 19.8897 4.5 19.6989 4.5 19.5V16.8103L5.87156 18.1819C7.54426 19.863 9.816 20.8112 12.1875 20.8181H12.2372C14.5885 20.8242 16.8476 19.9037 18.525 18.2559C18.662 18.1158 18.7387 17.9277 18.7387 17.7317C18.7387 17.5358 18.662 17.3476 18.5251 17.2075C18.3881 17.0674 18.2018 16.9864 18.0059 16.9819C17.81 16.9774 17.6201 17.0497 17.4769 17.1834H17.4759Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowsClockwiseIcon.displayName = 'ArrowsClockwiseIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowsInSimpleIcon: 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 ArrowsInSimpleIcon = 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.0306 5.03061L15.3103 9.74999H18C18.1989 9.74999 18.3897 9.82901 18.5303 9.96966C18.671 10.1103 18.75 10.3011 18.75 10.5C18.75 10.6989 18.671 10.8897 18.5303 11.0303C18.3897 11.171 18.1989 11.25 18 11.25H13.5C13.3011 11.25 13.1103 11.171 12.9697 11.0303C12.829 10.8897 12.75 10.6989 12.75 10.5V5.99999C12.75 5.80108 12.829 5.61031 12.9697 5.46966C13.1103 5.32901 13.3011 5.24999 13.5 5.24999C13.6989 5.24999 13.8897 5.32901 14.0303 5.46966C14.171 5.61031 14.25 5.80108 14.25 5.99999V8.68968L18.9694 3.96936C19.1101 3.82863 19.301 3.74957 19.5 3.74957C19.699 3.74957 19.8899 3.82863 20.0306 3.96936C20.1713 4.1101 20.2504 4.30097 20.2504 4.49999C20.2504 4.69901 20.1713 4.88988 20.0306 5.03061ZM10.5 12.75H5.99999C5.80108 12.75 5.61031 12.829 5.46966 12.9697C5.32901 13.1103 5.24999 13.3011 5.24999 13.5C5.24999 13.6989 5.32901 13.8897 5.46966 14.0303C5.61031 14.171 5.80108 14.25 5.99999 14.25H8.68968L3.96936 18.9694C3.82863 19.1101 3.74957 19.301 3.74957 19.5C3.74957 19.699 3.82863 19.8899 3.96936 20.0306C4.1101 20.1713 4.30097 20.2504 4.49999 20.2504C4.69901 20.2504 4.88988 20.1713 5.03061 20.0306L9.74999 15.3103V18C9.74999 18.1989 9.82901 18.3897 9.96966 18.5303C10.1103 18.671 10.3011 18.75 10.5 18.75C10.6989 18.75 10.8897 18.671 11.0303 18.5303C11.171 18.3897 11.25 18.1989 11.25 18V13.5C11.25 13.3011 11.171 13.1103 11.0303 12.9697C10.8897 12.829 10.6989 12.75 10.5 12.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowsInSimpleIcon.displayName = 'ArrowsInSimpleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowsOutCardinalIcon: 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 ArrowsOutCardinalIcon = 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.46935 5.7806C8.39962 5.71095 8.3443 5.62823 8.30656 5.53718C8.26882 5.44614 8.24939 5.34854 8.24939 5.24998C8.24939 5.15142 8.26882 5.05382 8.30656 4.96277C8.3443 4.87173 8.39962 4.78901 8.46935 4.71935L11.4694 1.71935C11.539 1.64962 11.6217 1.5943 11.7128 1.55656C11.8038 1.51882 11.9014 1.49939 12 1.49939C12.0985 1.49939 12.1961 1.51882 12.2872 1.55656C12.3782 1.5943 12.4609 1.64962 12.5306 1.71935L15.5306 4.71935C15.6713 4.86009 15.7504 5.05096 15.7504 5.24998C15.7504 5.449 15.6713 5.63987 15.5306 5.7806C15.3899 5.92134 15.199 6.0004 15 6.0004C14.801 6.0004 14.6101 5.92134 14.4694 5.7806L12.75 4.06029V8.99998C12.75 9.19889 12.671 9.38966 12.5303 9.53031C12.3897 9.67096 12.1989 9.74998 12 9.74998C11.8011 9.74998 11.6103 9.67096 11.4697 9.53031C11.329 9.38966 11.25 9.19889 11.25 8.99998V4.06029L9.53061 5.7806C9.46095 5.85034 9.37823 5.90566 9.28718 5.9434C9.19614 5.98114 9.09854 6.00057 8.99998 6.00057C8.90142 6.00057 8.80382 5.98114 8.71277 5.9434C8.62173 5.90566 8.53901 5.85034 8.46935 5.7806ZM14.4694 18.2194L12.75 19.9397V15C12.75 14.8011 12.671 14.6103 12.5303 14.4696C12.3897 14.329 12.1989 14.25 12 14.25C11.8011 14.25 11.6103 14.329 11.4697 14.4696C11.329 14.6103 11.25 14.8011 11.25 15V19.9397L9.53061 18.2194C9.38987 18.0786 9.199 17.9996 8.99998 17.9996C8.80096 17.9996 8.61009 18.0786 8.46935 18.2194C8.32862 18.3601 8.24956 18.551 8.24956 18.75C8.24956 18.949 8.32862 19.1399 8.46935 19.2806L11.4694 22.2806C11.539 22.3503 11.6217 22.4057 11.7128 22.4434C11.8038 22.4811 11.9014 22.5006 12 22.5006C12.0985 22.5006 12.1961 22.4811 12.2872 22.4434C12.3782 22.4057 12.4609 22.3503 12.5306 22.2806L15.5306 19.2806C15.6713 19.1399 15.7504 18.949 15.7504 18.75C15.7504 18.551 15.6713 18.3601 15.5306 18.2194C15.3899 18.0786 15.199 17.9996 15 17.9996C14.801 17.9996 14.6101 18.0786 14.4694 18.2194ZM22.2806 11.4694L19.2806 8.46935C19.1399 8.32862 18.949 8.24956 18.75 8.24956C18.551 8.24956 18.3601 8.32862 18.2194 8.46935C18.0786 8.61009 17.9996 8.80096 17.9996 8.99998C17.9996 9.199 18.0786 9.38987 18.2194 9.53061L19.9397 11.25H15C14.8011 11.25 14.6103 11.329 14.4696 11.4697C14.329 11.6103 14.25 11.8011 14.25 12C14.25 12.1989 14.329 12.3897 14.4696 12.5303C14.6103 12.671 14.8011 12.75 15 12.75H19.9397L18.2194 14.4694C18.0786 14.6101 17.9996 14.801 17.9996 15C17.9996 15.199 18.0786 15.3899 18.2194 15.5306C18.3601 15.6713 18.551 15.7504 18.75 15.7504C18.949 15.7504 19.1399 15.6713 19.2806 15.5306L22.2806 12.5306C22.3503 12.4609 22.4057 12.3782 22.4434 12.2872C22.4811 12.1961 22.5006 12.0985 22.5006 12C22.5006 11.9014 22.4811 11.8038 22.4434 11.7128C22.4057 11.6217 22.3503 11.539 22.2806 11.4694ZM4.06029 12.75H8.99998C9.19889 12.75 9.38966 12.671 9.53031 12.5303C9.67096 12.3897 9.74998 12.1989 9.74998 12C9.74998 11.8011 9.67096 11.6103 9.53031 11.4697C9.38966 11.329 9.19889 11.25 8.99998 11.25H4.06029L5.7806 9.53061C5.92134 9.38987 6.0004 9.199 6.0004 8.99998C6.0004 8.80096 5.92134 8.61009 5.7806 8.46935C5.63987 8.32862 5.449 8.24956 5.24998 8.24956C5.05096 8.24956 4.86009 8.32862 4.71935 8.46935L1.71935 11.4694C1.64962 11.539 1.5943 11.6217 1.55656 11.7128C1.51882 11.8038 1.49939 11.9014 1.49939 12C1.49939 12.0985 1.51882 12.1961 1.55656 12.2872C1.5943 12.3782 1.64962 12.4609 1.71935 12.5306L4.71935 15.5306C4.86009 15.6713 5.05096 15.7504 5.24998 15.7504C5.449 15.7504 5.63987 15.6713 5.7806 15.5306C5.92134 15.3899 6.0004 15.199 6.0004 15C6.0004 14.801 5.92134 14.6101 5.7806 14.4694L4.06029 12.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowsOutCardinalIcon.displayName = 'ArrowsOutCardinalIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowsOutSimpleIcon: 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 ArrowsOutSimpleIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.25 4.5V9C20.25 9.19891 20.171 9.38968 20.0303 9.53033C19.8897 9.67098 19.6989 9.75 19.5 9.75C19.3011 9.75 19.1103 9.67098 18.9697 9.53033C18.829 9.38968 18.75 9.19891 18.75 9V6.31031L14.0306 11.0306C13.8899 11.1714 13.699 11.2504 13.5 11.2504C13.301 11.2504 13.1101 11.1714 12.9694 11.0306C12.8286 10.8899 12.7496 10.699 12.7496 10.5C12.7496 10.301 12.8286 10.1101 12.9694 9.96937L17.6897 5.25H15C14.8011 5.25 14.6103 5.17098 14.4697 5.03033C14.329 4.88968 14.25 4.69891 14.25 4.5C14.25 4.30109 14.329 4.11032 14.4697 3.96967C14.6103 3.82902 14.8011 3.75 15 3.75H19.5C19.6989 3.75 19.8897 3.82902 20.0303 3.96967C20.171 4.11032 20.25 4.30109 20.25 4.5ZM9.96937 12.9694L5.25 17.6897V15C5.25 14.8011 5.17098 14.6103 5.03033 14.4697C4.88968 14.329 4.69891 14.25 4.5 14.25C4.30109 14.25 4.11032 14.329 3.96967 14.4697C3.82902 14.6103 3.75 14.8011 3.75 15V19.5C3.75 19.6989 3.82902 19.8897 3.96967 20.0303C4.11032 20.171 4.30109 20.25 4.5 20.25H9C9.19891 20.25 9.38968 20.171 9.53033 20.0303C9.67098 19.8897 9.75 19.6989 9.75 19.5C9.75 19.3011 9.67098 19.1103 9.53033 18.9697C9.38968 18.829 9.19891 18.75 9 18.75H6.31031L11.0306 14.0306C11.1714 13.8899 11.2504 13.699 11.2504 13.5C11.2504 13.301 11.1714 13.1101 11.0306 12.9694C10.8899 12.8286 10.699 12.7496 10.5 12.7496C10.301 12.7496 10.1101 12.8286 9.96937 12.9694Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowsOutSimpleIcon.displayName = 'ArrowsOutSimpleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowsdownupIcon: 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 ArrowsdownupIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M11.0306 15.9695C11.1003 16.0391 11.1557 16.1218 11.1934 16.2129C11.2312 16.3039 11.2506 16.4015 11.2506 16.5001C11.2506 16.5987 11.2312 16.6963 11.1934 16.7873C11.1557 16.8784 11.1003 16.9611 11.0306 17.0307L8.03061 20.0307C7.96096 20.1005 7.87824 20.1558 7.7872 20.1935C7.69615 20.2313 7.59855 20.2507 7.49999 20.2507C7.40143 20.2507 7.30383 20.2313 7.21278 20.1935C7.12174 20.1558 7.03902 20.1005 6.96936 20.0307L3.96936 17.0307C3.89968 16.961 3.84441 16.8783 3.80669 16.7873C3.76898 16.6962 3.74957 16.5986 3.74957 16.5001C3.74957 16.4016 3.76898 16.304 3.80669 16.2129C3.84441 16.1219 3.89968 16.0392 3.96936 15.9695C4.1101 15.8287 4.30097 15.7497 4.49999 15.7497C4.59854 15.7497 4.69612 15.7691 4.78716 15.8068C4.87821 15.8445 4.96093 15.8998 5.03061 15.9695L6.74999 17.6898V4.5001C6.74999 4.30119 6.82901 4.11042 6.96966 3.96977C7.11031 3.82912 7.30108 3.7501 7.49999 3.7501C7.6989 3.7501 7.88967 3.82912 8.03032 3.96977C8.17097 4.11042 8.24999 4.30119 8.24999 4.5001V17.6898L9.96936 15.9695C10.039 15.8997 10.1217 15.8444 10.2128 15.8067C10.3038 15.7689 10.4014 15.7495 10.5 15.7495C10.5986 15.7495 10.6961 15.7689 10.7872 15.8067C10.8782 15.8444 10.961 15.8997 11.0306 15.9695ZM20.0306 6.96948L17.0306 3.96948C16.961 3.89974 16.8782 3.84443 16.7872 3.80668C16.6961 3.76894 16.5986 3.74951 16.5 3.74951C16.4014 3.74951 16.3038 3.76894 16.2128 3.80668C16.1217 3.84443 16.039 3.89974 15.9694 3.96948L12.9694 6.96948C12.8286 7.11021 12.7496 7.30108 12.7496 7.5001C12.7496 7.69912 12.8286 7.89 12.9694 8.03073C13.1101 8.17146 13.301 8.25052 13.5 8.25052C13.699 8.25052 13.8899 8.17146 14.0306 8.03073L15.75 6.31041V19.5001C15.75 19.699 15.829 19.8898 15.9697 20.0304C16.1103 20.1711 16.3011 20.2501 16.5 20.2501C16.6989 20.2501 16.8897 20.1711 17.0303 20.0304C17.171 19.8898 17.25 19.699 17.25 19.5001V6.31041L18.9694 8.03073C19.1101 8.17146 19.301 8.25052 19.5 8.25052C19.699 8.25052 19.8899 8.17146 20.0306 8.03073C20.1713 7.89 20.2504 7.69912 20.2504 7.5001C20.2504 7.30108 20.1713 7.11021 20.0306 6.96948Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowsdownupIcon.displayName = 'ArrowsdownupIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowshorizontalIcon: 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 ArrowshorizontalIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M22.2806 12.5306L19.2806 15.5306C19.1399 15.6713 18.949 15.7503 18.75 15.7503C18.551 15.7503 18.3601 15.6713 18.2194 15.5306C18.0787 15.3898 17.9996 15.199 17.9996 14.9999C17.9996 14.8009 18.0787 14.61 18.2194 14.4693L19.9397 12.7499H4.06032L5.78064 14.4693C5.92137 14.61 6.00043 14.8009 6.00043 14.9999C6.00043 15.199 5.92137 15.3898 5.78064 15.5306C5.6399 15.6713 5.44903 15.7503 5.25001 15.7503C5.05099 15.7503 4.86012 15.6713 4.71939 15.5306L1.71939 12.5306C1.64965 12.4609 1.59433 12.3782 1.55659 12.2871C1.51885 12.1961 1.49942 12.0985 1.49942 11.9999C1.49942 11.9014 1.51885 11.8038 1.55659 11.7127C1.59433 11.6217 1.64965 11.539 1.71939 11.4693L4.71939 8.4693C4.86012 8.32857 5.05099 8.24951 5.25001 8.24951C5.44903 8.24951 5.6399 8.32857 5.78064 8.4693C5.92137 8.61003 6.00043 8.80091 6.00043 8.99993C6.00043 9.19895 5.92137 9.38982 5.78064 9.53055L4.06032 11.2499H19.9397L18.2194 9.53055C18.0787 9.38982 17.9996 9.19895 17.9996 8.99993C17.9996 8.80091 18.0787 8.61003 18.2194 8.4693C18.3601 8.32857 18.551 8.24951 18.75 8.24951C18.949 8.24951 19.1399 8.32857 19.2806 8.4693L22.2806 11.4693C22.3504 11.539 22.4057 11.6217 22.4434 11.7127C22.4812 11.8038 22.5006 11.9014 22.5006 11.9999C22.5006 12.0985 22.4812 12.1961 22.4434 12.2871C22.4057 12.3782 22.3504 12.4609 22.2806 12.5306Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowshorizontalIcon.displayName = 'ArrowshorizontalIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowsmergeIcon: 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 ArrowsmergeIcon = 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 3.75V9.75C18.0001 9.84852 17.9807 9.94609 17.9431 10.0371C17.9055 10.1282 17.8503 10.2109 17.7806 10.2806L12.75 15.3103V19.9397L14.4694 18.2194C14.6101 18.0786 14.801 17.9996 15 17.9996C15.199 17.9996 15.3899 18.0786 15.5306 18.2194C15.6714 18.3601 15.7504 18.551 15.7504 18.75C15.7504 18.949 15.6714 19.1399 15.5306 19.2806L12.5306 22.2806C12.461 22.3504 12.3783 22.4057 12.2872 22.4434C12.1962 22.4812 12.0986 22.5006 12 22.5006C11.9014 22.5006 11.8038 22.4812 11.7128 22.4434C11.6217 22.4057 11.539 22.3504 11.4694 22.2806L8.46937 19.2806C8.32864 19.1399 8.24958 18.949 8.24958 18.75C8.24958 18.551 8.32864 18.3601 8.46937 18.2194C8.61011 18.0786 8.80098 17.9996 9 17.9996C9.19902 17.9996 9.3899 18.0786 9.53063 18.2194L11.25 19.9397V15.3103L6.21937 10.2806C6.14975 10.2109 6.09454 10.1282 6.0569 10.0371C6.01926 9.94609 5.99992 9.84852 6 9.75V3.75C6 3.55109 6.07902 3.36032 6.21967 3.21967C6.36032 3.07902 6.55109 3 6.75 3C6.94891 3 7.13968 3.07902 7.28033 3.21967C7.42098 3.36032 7.5 3.55109 7.5 3.75V9.43969L12 13.9397L16.5 9.43969V3.75C16.5 3.55109 16.579 3.36032 16.7197 3.21967C16.8603 3.07902 17.0511 3 17.25 3C17.4489 3 17.6397 3.07902 17.7803 3.21967C17.921 3.36032 18 3.55109 18 3.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowsmergeIcon.displayName = 'ArrowsmergeIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowsoutIcon: 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 ArrowsoutIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.25 4.5V9C20.25 9.19891 20.171 9.38968 20.0303 9.53033C19.8897 9.67098 19.6989 9.75 19.5 9.75C19.3011 9.75 19.1103 9.67098 18.9697 9.53033C18.829 9.38968 18.75 9.19891 18.75 9V6.31031L14.7806 10.2806C14.6399 10.4214 14.449 10.5004 14.25 10.5004C14.051 10.5004 13.8601 10.4214 13.7194 10.2806C13.5786 10.1399 13.4996 9.94902 13.4996 9.75C13.4996 9.55098 13.5786 9.36011 13.7194 9.21937L17.6897 5.25H15C14.8011 5.25 14.6103 5.17098 14.4697 5.03033C14.329 4.88968 14.25 4.69891 14.25 4.5C14.25 4.30109 14.329 4.11032 14.4697 3.96967C14.6103 3.82902 14.8011 3.75 15 3.75H19.5C19.6989 3.75 19.8897 3.82902 20.0303 3.96967C20.171 4.11032 20.25 4.30109 20.25 4.5ZM9.21937 13.7194L5.25 17.6897V15C5.25 14.8011 5.17098 14.6103 5.03033 14.4697C4.88968 14.329 4.69891 14.25 4.5 14.25C4.30109 14.25 4.11032 14.329 3.96967 14.4697C3.82902 14.6103 3.75 14.8011 3.75 15V19.5C3.75 19.6989 3.82902 19.8897 3.96967 20.0303C4.11032 20.171 4.30109 20.25 4.5 20.25H9C9.19891 20.25 9.38968 20.171 9.53033 20.0303C9.67098 19.8897 9.75 19.6989 9.75 19.5C9.75 19.3011 9.67098 19.1103 9.53033 18.9697C9.38968 18.829 9.19891 18.75 9 18.75H6.31031L10.2806 14.7806C10.4214 14.6399 10.5004 14.449 10.5004 14.25C10.5004 14.051 10.4214 13.8601 10.2806 13.7194C10.1399 13.5786 9.94902 13.4996 9.75 13.4996C9.55098 13.4996 9.36011 13.5786 9.21937 13.7194ZM19.5 14.25C19.3011 14.25 19.1103 14.329 18.9697 14.4697C18.829 14.6103 18.75 14.8011 18.75 15V17.6897L14.7806 13.7194C14.6399 13.5786 14.449 13.4996 14.25 13.4996C14.051 13.4996 13.8601 13.5786 13.7194 13.7194C13.5786 13.8601 13.4996 14.051 13.4996 14.25C13.4996 14.449 13.5786 14.6399 13.7194 14.7806L17.6897 18.75H15C14.8011 18.75 14.6103 18.829 14.4697 18.9697C14.329 19.1103 14.25 19.3011 14.25 19.5C14.25 19.6989 14.329 19.8897 14.4697 20.0303C14.6103 20.171 14.8011 20.25 15 20.25H19.5C19.6989 20.25 19.8897 20.171 20.0303 20.0303C20.171 19.8897 20.25 19.6989 20.25 19.5V15C20.25 14.8011 20.171 14.6103 20.0303 14.4697C19.8897 14.329 19.6989 14.25 19.5 14.25ZM6.31031 5.25H9C9.19891 5.25 9.38968 5.17098 9.53033 5.03033C9.67098 4.88968 9.75 4.69891 9.75 4.5C9.75 4.30109 9.67098 4.11032 9.53033 3.96967C9.38968 3.82902 9.19891 3.75 9 3.75H4.5C4.30109 3.75 4.11032 3.82902 3.96967 3.96967C3.82902 4.11032 3.75 4.30109 3.75 4.5V9C3.75 9.19891 3.82902 9.38968 3.96967 9.53033C4.11032 9.67098 4.30109 9.75 4.5 9.75C4.69891 9.75 4.88968 9.67098 5.03033 9.53033C5.17098 9.38968 5.25 9.19891 5.25 9V6.31031L9.21937 10.2806C9.36011 10.4214 9.55098 10.5004 9.75 10.5004C9.94902 10.5004 10.1399 10.4214 10.2806 10.2806C10.4214 10.1399 10.5004 9.94902 10.5004 9.75C10.5004 9.55098 10.4214 9.36011 10.2806 9.21937L6.31031 5.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowsoutIcon.displayName = 'ArrowsoutIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowsquaredownIcon: 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 ArrowsquaredownIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 3H4.5C4.10218 3 3.72064 3.15804 3.43934 3.43934C3.15804 3.72064 3 4.10218 3 4.5V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V4.5C21 4.10218 20.842 3.72064 20.5607 3.43934C20.2794 3.15804 19.8978 3 19.5 3ZM19.5 19.5H4.5V4.5H19.5V19.5ZM15.5306 12.2194C15.6004 12.289 15.6557 12.3717 15.6934 12.4628C15.7312 12.5538 15.7506 12.6514 15.7506 12.75C15.7506 12.8486 15.7312 12.9462 15.6934 13.0372C15.6557 13.1283 15.6004 13.211 15.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.6217 16.4057 11.539 16.3504 11.4694 16.2806L8.46937 13.2806C8.32864 13.1399 8.24958 12.949 8.24958 12.75C8.24958 12.551 8.32864 12.3601 8.46937 12.2194C8.61011 12.0786 8.80098 11.9996 9 11.9996C9.19902 11.9996 9.38989 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.539 12.1496 14.6217 12.0943 14.7128 12.0566C14.8038 12.0188 14.9014 11.9994 15 11.9994C15.0986 11.9994 15.1962 12.0188 15.2872 12.0566C15.3783 12.0943 15.461 12.1496 15.5306 12.2194Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowsquaredownIcon.displayName = 'ArrowsquaredownIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowsquareupIcon: 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 ArrowsquareupIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 3H4.5C4.10218 3 3.72064 3.15804 3.43934 3.43934C3.15804 3.72064 3 4.10218 3 4.5V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V4.5C21 4.10218 20.842 3.72064 20.5607 3.43934C20.2794 3.15804 19.8978 3 19.5 3ZM19.5 19.5H4.5V4.5H19.5V19.5ZM8.46937 11.7806C8.39964 11.711 8.34432 11.6283 8.30658 11.5372C8.26884 11.4462 8.24941 11.3486 8.24941 11.25C8.24941 11.1514 8.26884 11.0538 8.30658 10.9628C8.34432 10.8717 8.39964 10.789 8.46937 10.7194L11.4694 7.71937C11.539 7.64964 11.6217 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.6003 10.7891 15.6556 10.8718 15.6933 10.9628C15.731 11.0539 15.7504 11.1515 15.7504 11.25C15.7504 11.3485 15.731 11.4461 15.6933 11.5372C15.6556 11.6282 15.6003 11.7109 15.5306 11.7806C15.4609 11.8503 15.3782 11.9056 15.2872 11.9433C15.1961 11.981 15.0985 12.0004 15 12.0004C14.9015 12.0004 14.8039 11.981 14.7128 11.9433C14.6218 11.9056 14.5391 11.8503 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.46097 11.8504 9.37825 11.9057 9.28721 11.9434C9.19616 11.9812 9.09856 12.0006 9 12.0006C8.90144 12.0006 8.80384 11.9812 8.71279 11.9434C8.62175 11.9057 8.53903 11.8504 8.46937 11.7806Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowsquareupIcon.displayName = 'ArrowsquareupIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowsquareupleftIcon: 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 ArrowsquareupleftIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 3H4.5C4.10218 3 3.72064 3.15804 3.43934 3.43934C3.15804 3.72064 3 4.10218 3 4.5V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V4.5C21 4.10218 20.842 3.72064 20.5607 3.43934C20.2794 3.15804 19.8978 3 19.5 3ZM19.5 19.5H4.5V4.5H19.5V19.5ZM8.25 13.5V9C8.25 8.80109 8.32902 8.61032 8.46967 8.46967C8.61032 8.32902 8.80109 8.25 9 8.25H13.5C13.6989 8.25 13.8897 8.32902 14.0303 8.46967C14.171 8.61032 14.25 8.80109 14.25 9C14.25 9.19891 14.171 9.38968 14.0303 9.53033C13.8897 9.67098 13.6989 9.75 13.5 9.75H10.8103L15.5306 14.4694C15.6003 14.5391 15.6556 14.6218 15.6933 14.7128C15.731 14.8039 15.7504 14.9015 15.7504 15C15.7504 15.0985 15.731 15.1961 15.6933 15.2872C15.6556 15.3782 15.6003 15.4609 15.5306 15.5306C15.4609 15.6003 15.3782 15.6556 15.2872 15.6933C15.1961 15.731 15.0985 15.7504 15 15.7504C14.9015 15.7504 14.8039 15.731 14.7128 15.6933C14.6218 15.6556 14.5391 15.6003 14.4694 15.5306L9.75 10.8103V13.5C9.75 13.6989 9.67098 13.8897 9.53033 14.0303C9.38968 14.171 9.19891 14.25 9 14.25C8.80109 14.25 8.61032 14.171 8.46967 14.0303C8.32902 13.8897 8.25 13.6989 8.25 13.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowsquareupleftIcon.displayName = 'ArrowsquareupleftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowurightupIcon: 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 ArrowurightupIcon = 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 8.03073C20.711 8.10046 20.6283 8.15578 20.5372 8.19352C20.4462 8.23126 20.3486 8.25069 20.25 8.25069C20.1514 8.25069 20.0538 8.23126 19.9628 8.19352C19.8717 8.15578 19.789 8.10046 19.7194 8.03073L16.5 4.81041V15.7501C16.5 17.3414 15.8679 18.8675 14.7426 19.9927C13.6174 21.118 12.0913 21.7501 10.5 21.7501C8.9087 21.7501 7.38258 21.118 6.25736 19.9927C5.13214 18.8675 4.5 17.3414 4.5 15.7501V7.5001C4.5 7.30119 4.57902 7.11042 4.71967 6.96977C4.86032 6.82912 5.05109 6.7501 5.25 6.7501C5.44891 6.7501 5.63968 6.82912 5.78033 6.96977C5.92098 7.11042 6 7.30119 6 7.5001V15.7501C6 16.9436 6.47411 18.0882 7.31802 18.9321C8.16193 19.776 9.30653 20.2501 10.5 20.2501C11.6935 20.2501 12.8381 19.776 13.682 18.9321C14.5259 18.0882 15 16.9436 15 15.7501V4.81041L11.7806 8.03073C11.6399 8.17146 11.449 8.25052 11.25 8.25052C11.051 8.25052 10.8601 8.17146 10.7194 8.03073C10.5786 7.89 10.4996 7.69912 10.4996 7.5001C10.4996 7.30108 10.5786 7.11021 10.7194 6.96948L15.2194 2.46948C15.289 2.39974 15.3717 2.34442 15.4628 2.30668C15.5538 2.26894 15.6514 2.24951 15.75 2.24951C15.8486 2.24951 15.9462 2.26894 16.0372 2.30668C16.1283 2.34442 16.211 2.39974 16.2806 2.46948L20.7806 6.96948C20.8504 7.03913 20.9057 7.12185 20.9434 7.2129C20.9812 7.30395 21.0006 7.40154 21.0006 7.5001C21.0006 7.59866 20.9812 7.69626 20.9434 7.78731C20.9057 7.87836 20.8504 7.96107 20.7806 8.03073Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowurightupIcon.displayName = 'ArrowurightupIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowuupleftIcon: 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 ArrowuupleftIcon = 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 13.4999C21.7483 15.0907 21.1156 16.6158 19.9907 17.7407C18.8659 18.8655 17.3408 19.4982 15.75 19.4999H7.50001C7.3011 19.4999 7.11033 19.4209 6.96968 19.2803C6.82903 19.1396 6.75001 18.9488 6.75001 18.7499C6.75001 18.551 6.82903 18.3603 6.96968 18.2196C7.11033 18.0789 7.3011 17.9999 7.50001 17.9999H15.75C16.9435 17.9999 18.0881 17.5258 18.932 16.6819C19.7759 15.838 20.25 14.6934 20.25 13.4999C20.25 12.3065 19.7759 11.1619 18.932 10.3179C18.0881 9.47403 16.9435 8.99993 15.75 8.99993H4.81032L8.03064 12.2193C8.17137 12.36 8.25043 12.5509 8.25043 12.7499C8.25043 12.949 8.17137 13.1398 8.03064 13.2806C7.8899 13.4213 7.69903 13.5003 7.50001 13.5003C7.30099 13.5003 7.11012 13.4213 6.96939 13.2806L2.46939 8.78055C2.39965 8.7109 2.34433 8.62818 2.30659 8.53713C2.26885 8.44609 2.24942 8.34849 2.24942 8.24993C2.24942 8.15137 2.26885 8.05377 2.30659 7.96272C2.34433 7.87168 2.39965 7.78896 2.46939 7.7193L6.96939 3.2193C7.11012 3.07857 7.30099 2.99951 7.50001 2.99951C7.69903 2.99951 7.8899 3.07857 8.03063 3.2193C8.17137 3.36003 8.25043 3.55091 8.25043 3.74993C8.25043 3.94895 8.17137 4.13982 8.03064 4.28055L4.81032 7.49993H15.75C17.3408 7.50167 18.8659 8.13437 19.9907 9.25921C21.1156 10.384 21.7483 11.9092 21.75 13.4999Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowuupleftIcon.displayName = 'ArrowuupleftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArticleIcon: 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 ArticleIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.25 3.75H3.75C3.35218 3.75 2.97064 3.90804 2.68934 4.18934C2.40804 4.47064 2.25 4.85218 2.25 5.25V18.75C2.25 19.1478 2.40804 19.5294 2.68934 19.8107C2.97064 20.092 3.35218 20.25 3.75 20.25H20.25C20.6478 20.25 21.0294 20.092 21.3107 19.8107C21.592 19.5294 21.75 19.1478 21.75 18.75V5.25C21.75 4.85218 21.592 4.47064 21.3107 4.18934C21.0294 3.90804 20.6478 3.75 20.25 3.75ZM20.25 18.75H3.75V5.25H20.25V18.75ZM17.25 9C17.25 9.19891 17.171 9.38968 17.0303 9.53033C16.8897 9.67098 16.6989 9.75 16.5 9.75H7.5C7.30109 9.75 7.11032 9.67098 6.96967 9.53033C6.82902 9.38968 6.75 9.19891 6.75 9C6.75 8.80109 6.82902 8.61032 6.96967 8.46967C7.11032 8.32902 7.30109 8.25 7.5 8.25H16.5C16.6989 8.25 16.8897 8.32902 17.0303 8.46967C17.171 8.61032 17.25 8.80109 17.25 9ZM17.25 12C17.25 12.1989 17.171 12.3897 17.0303 12.5303C16.8897 12.671 16.6989 12.75 16.5 12.75H7.5C7.30109 12.75 7.11032 12.671 6.96967 12.5303C6.82902 12.3897 6.75 12.1989 6.75 12C6.75 11.8011 6.82902 11.6103 6.96967 11.4697C7.11032 11.329 7.30109 11.25 7.5 11.25H16.5C16.6989 11.25 16.8897 11.329 17.0303 11.4697C17.171 11.6103 17.25 11.8011 17.25 12ZM17.25 15C17.25 15.1989 17.171 15.3897 17.0303 15.5303C16.8897 15.671 16.6989 15.75 16.5 15.75H7.5C7.30109 15.75 7.11032 15.671 6.96967 15.5303C6.82902 15.3897 6.75 15.1989 6.75 15C6.75 14.8011 6.82902 14.6103 6.96967 14.4697C7.11032 14.329 7.30109 14.25 7.5 14.25H16.5C16.6989 14.25 16.8897 14.329 17.0303 14.4697C17.171 14.6103 17.25 14.8011 17.25 15Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArticleIcon.displayName = 'ArticleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const AtIcon: 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 AtIcon = 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.25C9.41414 2.25 6.93419 3.27723 5.10571 5.10571C3.27723 6.93419 2.25 9.41414 2.25 12C2.25 14.5859 3.27723 17.0658 5.10571 18.8943C6.93419 20.7228 9.41414 21.75 12 21.75C14.0166 21.75 16.1344 21.1425 17.6653 20.1253C17.7474 20.0708 17.8179 20.0006 17.8728 19.9188C17.9278 19.837 17.966 19.7452 17.9855 19.6486C18.005 19.552 18.0052 19.4526 17.9862 19.3559C17.9672 19.2592 17.9294 19.1672 17.8748 19.0852C17.8203 19.0031 17.7501 18.9326 17.6683 18.8777C17.5866 18.8227 17.4947 18.7844 17.3982 18.765C17.3016 18.7455 17.2021 18.7453 17.1054 18.7643C17.0087 18.7832 16.9167 18.8211 16.8347 18.8756C15.5625 19.7231 13.7072 20.25 12 20.25C10.3683 20.25 8.77325 19.7661 7.41655 18.8596C6.05984 17.9531 5.00242 16.6646 4.37799 15.1571C3.75357 13.6496 3.59019 11.9908 3.90852 10.3905C4.22685 8.79016 5.01259 7.32015 6.16637 6.16637C7.32015 5.01259 8.79016 4.22685 10.3905 3.90852C11.9908 3.59019 13.6496 3.75357 15.1571 4.37799C16.6646 5.00242 17.9531 6.05984 18.8596 7.41655C19.7661 8.77325 20.25 10.3683 20.25 12C20.25 14.4797 19.23 15 18.375 15C17.52 15 16.5 14.4797 16.5 12V8.25C16.5 8.05109 16.421 7.86032 16.2803 7.71967C16.1397 7.57902 15.9489 7.5 15.75 7.5C15.5511 7.5 15.3603 7.57902 15.2197 7.71967C15.079 7.86032 15 8.05109 15 8.25V8.64937C14.327 8.04593 13.4878 7.65918 12.5918 7.53951C11.6958 7.41983 10.7845 7.57277 9.97666 7.97842C9.16883 8.38406 8.50189 9.0236 8.06273 9.81371C7.62357 10.6038 7.43255 11.5079 7.51455 12.4081C7.59656 13.3083 7.94778 14.163 8.52247 14.8608C9.09716 15.5585 9.86867 16.067 10.7365 16.32C11.6043 16.573 12.5282 16.5588 13.3879 16.2792C14.2475 15.9996 15.003 15.4676 15.5559 14.7525C16.1184 15.8775 17.0887 16.5 18.375 16.5C20.4881 16.5 21.75 14.8181 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25ZM12 15C11.4067 15 10.8266 14.8241 10.3333 14.4944C9.83994 14.1648 9.45542 13.6962 9.22836 13.1481C9.0013 12.5999 8.94189 11.9967 9.05764 11.4147C9.1734 10.8328 9.45912 10.2982 9.87868 9.87868C10.2982 9.45912 10.8328 9.1734 11.4147 9.05764C11.9967 8.94189 12.5999 9.0013 13.1481 9.22836C13.6962 9.45542 14.1648 9.83994 14.4944 10.3333C14.8241 10.8266 15 11.4067 15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15Z", fill: "currentColor" }) })) }));
11
+ });
12
+ AtIcon.displayName = 'AtIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const AutoResponderIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const AutoResponderIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M9.6084 6.70312C9.80735 6.70328 9.99798 6.78226 10.1387 6.92285C10.2083 6.9925 10.264 7.07503 10.3018 7.16602C10.3394 7.25701 10.3594 7.35464 10.3594 7.45312C10.3594 7.55161 10.3395 7.64924 10.3018 7.74023C10.264 7.83119 10.2083 7.91376 10.1387 7.9834L6.16602 11.9531L10.1387 15.9229C10.2794 16.0636 10.3594 16.2542 10.3594 16.4531C10.3594 16.6521 10.2794 16.8427 10.1387 16.9834C9.99799 17.1239 9.80731 17.203 9.6084 17.2031C9.40931 17.2031 9.21796 17.124 9.07715 16.9834L4.57422 12.4834C4.50451 12.4138 4.44888 12.3312 4.41113 12.2402C4.37339 12.1492 4.3545 12.0516 4.35449 11.9531C4.35449 11.8546 4.37341 11.757 4.41113 11.666C4.44887 11.5751 4.50455 11.4924 4.57422 11.4229L9.07715 6.92285C9.14675 6.85334 9.22942 6.79745 9.32031 6.75977C9.41135 6.72212 9.50988 6.70312 9.6084 6.70312Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.2041 2.01074C21.2128 2.113 22 2.96435 22 4V20L21.9893 20.2041C21.8938 21.1457 21.1457 21.8938 20.2041 21.9893L20 22H4C2.96435 22 2.113 21.2128 2.01074 20.2041L2 20V4C2 2.89543 2.89543 2 4 2H20L20.2041 2.01074ZM4 3.5C3.72386 3.5 3.5 3.72386 3.5 4V20C3.5 20.2761 3.72386 20.5 4 20.5H20C20.2761 20.5 20.5 20.2761 20.5 20V15.7344C20.3265 15.5221 20.1419 15.3176 19.9463 15.1221C18.3987 13.5755 16.2999 12.7057 14.1113 12.7031H11.4199L14.6426 15.9229C14.712 15.9924 14.7671 16.0752 14.8047 16.166C14.8424 16.257 14.8623 16.3546 14.8623 16.4531C14.8623 16.5516 14.8424 16.6492 14.8047 16.7402C14.767 16.831 14.712 16.9138 14.6426 16.9834C14.5019 17.124 14.3103 17.203 14.1113 17.2031C14.013 17.2031 13.9151 17.184 13.8242 17.1465C13.7332 17.1088 13.6498 17.053 13.5801 16.9834L9.07715 12.4834C9.00746 12.4138 8.95181 12.3312 8.91406 12.2402C8.87633 12.1492 8.85743 12.0516 8.85742 11.9531C8.85742 11.8546 8.87635 11.757 8.91406 11.666C8.95179 11.5751 9.00749 11.4924 9.07715 11.4229L13.5801 6.92285C13.7209 6.78221 13.9122 6.70312 14.1113 6.70312C14.3103 6.70325 14.5019 6.78224 14.6426 6.92285C14.783 7.06353 14.8623 7.25438 14.8623 7.45312C14.8623 7.65188 14.7831 7.84273 14.6426 7.9834L11.4199 11.2031H14.1113C16.4673 11.2057 18.7324 12.0614 20.5 13.5947V4C20.5 3.72386 20.2761 3.5 20 3.5H4Z", fill: "currentColor" })] })) }));
11
+ });
12
+ AutoResponderIcon.displayName = 'AutoResponderIcon';