@webpros/mui-theme 0.3.11 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (875) hide show
  1. package/dist/package.json +2 -2
  2. package/dist/src/components/data-display/Badge/Badge.theme.js +18 -18
  3. package/dist/src/components/data-display/Chip/Chip.theme.js +2 -0
  4. package/dist/src/components/data-display/Table/Table.theme.js +1 -1
  5. package/dist/src/components/feedback/Alert/Alert.theme.js +82 -15
  6. package/dist/src/components/feedback/Alert/alertDefaultIcons.d.ts +2 -0
  7. package/dist/src/components/feedback/Alert/alertDefaultIcons.js +16 -0
  8. package/dist/src/components/feedback/Dialog/Dialog.theme.js +5 -8
  9. package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.js +32 -3
  10. package/dist/src/components/inputs/Checkbox/Checkbox.theme.d.ts +2 -1
  11. package/dist/src/components/inputs/Checkbox/Checkbox.theme.js +27 -0
  12. package/dist/src/components/inputs/Filter/Filter.js +3 -2
  13. package/dist/src/components/inputs/Radio/Radio.theme.js +17 -1
  14. package/dist/src/components/inputs/Select/Select.theme.js +2 -2
  15. package/dist/src/components/inputs/ToggleButton/ToggleButton.d.ts +10 -2
  16. package/dist/src/components/inputs/ToggleButton/ToggleButton.js +26 -3
  17. package/dist/src/components/inputs/ToggleButton/index.d.ts +1 -1
  18. package/dist/src/components/inputs/ToggleButton/index.js +2 -2
  19. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.d.ts +12 -3
  20. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.js +32 -3
  21. package/dist/src/components/inputs/ToggleButtonGroup/index.d.ts +1 -1
  22. package/dist/src/components/inputs/ToggleButtonGroup/index.js +2 -2
  23. package/dist/src/components/navigation/PaginationItem/components/PaginationIcons.js +4 -1
  24. package/dist/src/components/navigation/Tab/Tab.theme.js +2 -2
  25. package/dist/src/components/utils/inputIcons.d.ts +9 -0
  26. package/dist/src/components/utils/inputIcons.js +19 -0
  27. package/dist/src/icons/AlignLeftSimpleIcon.d.ts +2 -0
  28. package/dist/src/icons/AlignLeftSimpleIcon.js +12 -0
  29. package/dist/src/icons/AmazonIcon.d.ts +2 -0
  30. package/dist/src/icons/AmazonIcon.js +12 -0
  31. package/dist/src/icons/AndroidIcon.d.ts +2 -0
  32. package/dist/src/icons/AndroidIcon.js +12 -0
  33. package/dist/src/icons/ApparetmentIcon.d.ts +2 -0
  34. package/dist/src/icons/ApparetmentIcon.js +12 -0
  35. package/dist/src/icons/ArchiveIcon.d.ts +2 -0
  36. package/dist/src/icons/ArchiveIcon.js +12 -0
  37. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.d.ts +2 -0
  38. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +12 -0
  39. package/dist/src/icons/ArrowBendDoubleUpRightIcon.d.ts +2 -0
  40. package/dist/src/icons/ArrowBendDoubleUpRightIcon.js +12 -0
  41. package/dist/src/icons/ArrowBendUpLeftIcon.d.ts +2 -0
  42. package/dist/src/icons/ArrowBendUpLeftIcon.js +12 -0
  43. package/dist/src/icons/ArrowBendUpRightIcon.d.ts +2 -0
  44. package/dist/src/icons/ArrowBendUpRightIcon.js +12 -0
  45. package/dist/src/icons/ArrowCircleDownFillIcon.d.ts +2 -0
  46. package/dist/src/icons/ArrowCircleDownFillIcon.js +12 -0
  47. package/dist/src/icons/ArrowCircleUpFillIcon.d.ts +2 -0
  48. package/dist/src/icons/ArrowCircleUpFillIcon.js +12 -0
  49. package/dist/src/icons/ArrowClockwiseFillIcon.d.ts +2 -0
  50. package/dist/src/icons/ArrowClockwiseFillIcon.js +12 -0
  51. package/dist/src/icons/ArrowDownBoldIcon.d.ts +2 -0
  52. package/dist/src/icons/ArrowDownBoldIcon.js +12 -0
  53. package/dist/src/icons/ArrowDownIcon.d.ts +2 -0
  54. package/dist/src/icons/ArrowDownIcon.js +12 -0
  55. package/dist/src/icons/ArrowDownSmallIcon.d.ts +2 -0
  56. package/dist/src/icons/ArrowDownSmallIcon.js +12 -0
  57. package/dist/src/icons/ArrowLeftIcon.d.ts +2 -0
  58. package/dist/src/icons/ArrowLeftIcon.js +12 -0
  59. package/dist/src/icons/ArrowLeftWpIcon.d.ts +2 -0
  60. package/dist/src/icons/ArrowLeftWpIcon.js +12 -0
  61. package/dist/src/icons/ArrowLineDownIcon.d.ts +2 -0
  62. package/dist/src/icons/ArrowLineDownIcon.js +12 -0
  63. package/dist/src/icons/ArrowLineUpIcon.d.ts +2 -0
  64. package/dist/src/icons/ArrowLineUpIcon.js +12 -0
  65. package/dist/src/icons/ArrowRightIcon.d.ts +2 -0
  66. package/dist/src/icons/ArrowRightIcon.js +12 -0
  67. package/dist/src/icons/ArrowRightSmallIcon.d.ts +2 -0
  68. package/dist/src/icons/ArrowRightSmallIcon.js +12 -0
  69. package/dist/src/icons/ArrowSquareInIcon.d.ts +2 -0
  70. package/dist/src/icons/ArrowSquareInIcon.js +12 -0
  71. package/dist/src/icons/ArrowSquareOutIcon.d.ts +2 -0
  72. package/dist/src/icons/ArrowSquareOutIcon.js +12 -0
  73. package/dist/src/icons/ArrowSquareOutSmallIcon.d.ts +2 -0
  74. package/dist/src/icons/ArrowSquareOutSmallIcon.js +12 -0
  75. package/dist/src/icons/ArrowUpIcon.d.ts +2 -0
  76. package/dist/src/icons/ArrowUpIcon.js +12 -0
  77. package/dist/src/icons/ArrowUpLeftIcon.d.ts +2 -0
  78. package/dist/src/icons/ArrowUpLeftIcon.js +12 -0
  79. package/dist/src/icons/ArrowUpSmallIcon.d.ts +2 -0
  80. package/dist/src/icons/ArrowUpSmallIcon.js +12 -0
  81. package/dist/src/icons/ArrowarcleftIcon.d.ts +2 -0
  82. package/dist/src/icons/ArrowarcleftIcon.js +12 -0
  83. package/dist/src/icons/ArrowarcrightIcon.d.ts +2 -0
  84. package/dist/src/icons/ArrowarcrightIcon.js +12 -0
  85. package/dist/src/icons/ArrowbendrightdownIcon.d.ts +2 -0
  86. package/dist/src/icons/ArrowbendrightdownIcon.js +12 -0
  87. package/dist/src/icons/ArrowbendrightupIcon.d.ts +2 -0
  88. package/dist/src/icons/ArrowbendrightupIcon.js +12 -0
  89. package/dist/src/icons/ArrowcirclerightIcon.d.ts +2 -0
  90. package/dist/src/icons/ArrowcirclerightIcon.js +12 -0
  91. package/dist/src/icons/ArrowcircleupIcon.d.ts +2 -0
  92. package/dist/src/icons/ArrowcircleupIcon.js +12 -0
  93. package/dist/src/icons/ArrowdownrightIcon.d.ts +2 -0
  94. package/dist/src/icons/ArrowdownrightIcon.js +12 -0
  95. package/dist/src/icons/ArrowelbowdownleftIcon.d.ts +2 -0
  96. package/dist/src/icons/ArrowelbowdownleftIcon.js +12 -0
  97. package/dist/src/icons/ArrowelbowrightupIcon.d.ts +2 -0
  98. package/dist/src/icons/ArrowelbowrightupIcon.js +12 -0
  99. package/dist/src/icons/ArrowelbowupleftIcon.d.ts +2 -0
  100. package/dist/src/icons/ArrowelbowupleftIcon.js +12 -0
  101. package/dist/src/icons/ArrowfatlinesdownIcon.d.ts +2 -0
  102. package/dist/src/icons/ArrowfatlinesdownIcon.js +12 -0
  103. package/dist/src/icons/ArrowfatlineupIcon.d.ts +2 -0
  104. package/dist/src/icons/ArrowfatlineupIcon.js +12 -0
  105. package/dist/src/icons/ArrowlinedownleftIcon.d.ts +2 -0
  106. package/dist/src/icons/ArrowlinedownleftIcon.js +12 -0
  107. package/dist/src/icons/ArrowsClockwiseIcon.d.ts +2 -0
  108. package/dist/src/icons/ArrowsClockwiseIcon.js +12 -0
  109. package/dist/src/icons/ArrowsInSimpleIcon.d.ts +2 -0
  110. package/dist/src/icons/ArrowsInSimpleIcon.js +12 -0
  111. package/dist/src/icons/ArrowsOutCardinalIcon.d.ts +2 -0
  112. package/dist/src/icons/ArrowsOutCardinalIcon.js +12 -0
  113. package/dist/src/icons/ArrowsOutSimpleIcon.d.ts +2 -0
  114. package/dist/src/icons/ArrowsOutSimpleIcon.js +12 -0
  115. package/dist/src/icons/ArrowsdownupIcon.d.ts +2 -0
  116. package/dist/src/icons/ArrowsdownupIcon.js +12 -0
  117. package/dist/src/icons/ArrowshorizontalIcon.d.ts +2 -0
  118. package/dist/src/icons/ArrowshorizontalIcon.js +12 -0
  119. package/dist/src/icons/ArrowsmergeIcon.d.ts +2 -0
  120. package/dist/src/icons/ArrowsmergeIcon.js +12 -0
  121. package/dist/src/icons/ArrowsoutIcon.d.ts +2 -0
  122. package/dist/src/icons/ArrowsoutIcon.js +12 -0
  123. package/dist/src/icons/ArrowsquaredownIcon.d.ts +2 -0
  124. package/dist/src/icons/ArrowsquaredownIcon.js +12 -0
  125. package/dist/src/icons/ArrowsquareupIcon.d.ts +2 -0
  126. package/dist/src/icons/ArrowsquareupIcon.js +12 -0
  127. package/dist/src/icons/ArrowsquareupleftIcon.d.ts +2 -0
  128. package/dist/src/icons/ArrowsquareupleftIcon.js +12 -0
  129. package/dist/src/icons/ArrowurightupIcon.d.ts +2 -0
  130. package/dist/src/icons/ArrowurightupIcon.js +12 -0
  131. package/dist/src/icons/ArrowuupleftIcon.d.ts +2 -0
  132. package/dist/src/icons/ArrowuupleftIcon.js +12 -0
  133. package/dist/src/icons/ArticleIcon.d.ts +2 -0
  134. package/dist/src/icons/ArticleIcon.js +12 -0
  135. package/dist/src/icons/AtIcon.d.ts +2 -0
  136. package/dist/src/icons/AtIcon.js +12 -0
  137. package/dist/src/icons/AutoResponderIcon.d.ts +2 -0
  138. package/dist/src/icons/AutoResponderIcon.js +12 -0
  139. package/dist/src/icons/AutoResponderPlusIcon.d.ts +2 -0
  140. package/dist/src/icons/AutoResponderPlusIcon.js +12 -0
  141. package/dist/src/icons/BarChartIcon.d.ts +2 -0
  142. package/dist/src/icons/BarChartIcon.js +12 -0
  143. package/dist/src/icons/BarricadeIcon.d.ts +2 -0
  144. package/dist/src/icons/BarricadeIcon.js +12 -0
  145. package/dist/src/icons/BellIcon.d.ts +2 -0
  146. package/dist/src/icons/BellIcon.js +12 -0
  147. package/dist/src/icons/BellSimpleSlashIcon.d.ts +2 -0
  148. package/dist/src/icons/BellSimpleSlashIcon.js +12 -0
  149. package/dist/src/icons/BluetoothIcon.d.ts +2 -0
  150. package/dist/src/icons/BluetoothIcon.js +12 -0
  151. package/dist/src/icons/BookOpenIcon.d.ts +2 -0
  152. package/dist/src/icons/BookOpenIcon.js +12 -0
  153. package/dist/src/icons/BookmarkSimpleIcon.d.ts +2 -0
  154. package/dist/src/icons/BookmarkSimpleIcon.js +12 -0
  155. package/dist/src/icons/BookmarksIcon.d.ts +2 -0
  156. package/dist/src/icons/BookmarksIcon.js +12 -0
  157. package/dist/src/icons/BoundingBoxIcon.d.ts +2 -0
  158. package/dist/src/icons/BoundingBoxIcon.js +12 -0
  159. package/dist/src/icons/BoxArrowDownIcon.d.ts +2 -0
  160. package/dist/src/icons/BoxArrowDownIcon.js +12 -0
  161. package/dist/src/icons/BoxArrowUpIcon.d.ts +2 -0
  162. package/dist/src/icons/BoxArrowUpIcon.js +12 -0
  163. package/dist/src/icons/BriefcaseIcon.d.ts +2 -0
  164. package/dist/src/icons/BriefcaseIcon.js +12 -0
  165. package/dist/src/icons/BrowserIcon.d.ts +2 -0
  166. package/dist/src/icons/BrowserIcon.js +12 -0
  167. package/dist/src/icons/BugBeetleIcon.d.ts +2 -0
  168. package/dist/src/icons/BugBeetleIcon.js +12 -0
  169. package/dist/src/icons/BuildingApartmentIcon.d.ts +2 -0
  170. package/dist/src/icons/BuildingApartmentIcon.js +12 -0
  171. package/dist/src/icons/BuildingIcon.d.ts +2 -0
  172. package/dist/src/icons/BuildingIcon.js +12 -0
  173. package/dist/src/icons/BuildingOfficeIcon.d.ts +2 -0
  174. package/dist/src/icons/BuildingOfficeIcon.js +12 -0
  175. package/dist/src/icons/CalendarBlankIcon.d.ts +2 -0
  176. package/dist/src/icons/CalendarBlankIcon.js +12 -0
  177. package/dist/src/icons/CalendarCheckIcon.d.ts +2 -0
  178. package/dist/src/icons/CalendarCheckIcon.js +12 -0
  179. package/dist/src/icons/CalendarPlusIcon.d.ts +2 -0
  180. package/dist/src/icons/CalendarPlusIcon.js +12 -0
  181. package/dist/src/icons/CarIcon.d.ts +2 -0
  182. package/dist/src/icons/CarIcon.js +12 -0
  183. package/dist/src/icons/CaretDoubleDownIcon.d.ts +2 -0
  184. package/dist/src/icons/CaretDoubleDownIcon.js +12 -0
  185. package/dist/src/icons/CaretDoubleDownSmallIcon.d.ts +2 -0
  186. package/dist/src/icons/CaretDoubleDownSmallIcon.js +12 -0
  187. package/dist/src/icons/CaretDoubleLeftIcon.d.ts +2 -0
  188. package/dist/src/icons/CaretDoubleLeftIcon.js +12 -0
  189. package/dist/src/icons/CaretDoubleLeftSmallIcon.d.ts +2 -0
  190. package/dist/src/icons/CaretDoubleLeftSmallIcon.js +12 -0
  191. package/dist/src/icons/CaretDoubleRightIcon.d.ts +2 -0
  192. package/dist/src/icons/CaretDoubleRightIcon.js +12 -0
  193. package/dist/src/icons/CaretDoubleRightSmallIcon.d.ts +2 -0
  194. package/dist/src/icons/CaretDoubleRightSmallIcon.js +12 -0
  195. package/dist/src/icons/CaretDoubleUpIcon.d.ts +2 -0
  196. package/dist/src/icons/CaretDoubleUpIcon.js +12 -0
  197. package/dist/src/icons/CaretDoubleUpSmallIcon.d.ts +2 -0
  198. package/dist/src/icons/CaretDoubleUpSmallIcon.js +12 -0
  199. package/dist/src/icons/CaretDownIcon.d.ts +2 -0
  200. package/dist/src/icons/CaretDownIcon.js +12 -0
  201. package/dist/src/icons/CaretDownSmallIcon.d.ts +2 -0
  202. package/dist/src/icons/CaretDownSmallIcon.js +12 -0
  203. package/dist/src/icons/CaretLeftIcon.d.ts +2 -0
  204. package/dist/src/icons/CaretLeftIcon.js +12 -0
  205. package/dist/src/icons/CaretLeftSmallIcon.d.ts +2 -0
  206. package/dist/src/icons/CaretLeftSmallIcon.js +12 -0
  207. package/dist/src/icons/CaretRightIcon.d.ts +2 -0
  208. package/dist/src/icons/CaretRightIcon.js +12 -0
  209. package/dist/src/icons/CaretRightSmallIcon.d.ts +2 -0
  210. package/dist/src/icons/CaretRightSmallIcon.js +12 -0
  211. package/dist/src/icons/CaretRightTinyIcon.d.ts +2 -0
  212. package/dist/src/icons/CaretRightTinyIcon.js +12 -0
  213. package/dist/src/icons/CaretUpIcon.d.ts +2 -0
  214. package/dist/src/icons/CaretUpIcon.js +12 -0
  215. package/dist/src/icons/CaretUpSmallIcon.d.ts +2 -0
  216. package/dist/src/icons/CaretUpSmallIcon.js +12 -0
  217. package/dist/src/icons/CaretcircledoubledownIcon.d.ts +2 -0
  218. package/dist/src/icons/CaretcircledoubledownIcon.js +12 -0
  219. package/dist/src/icons/CaretcircledoubleleftIcon.d.ts +2 -0
  220. package/dist/src/icons/CaretcircledoubleleftIcon.js +12 -0
  221. package/dist/src/icons/CaretcircleupdownIcon.d.ts +2 -0
  222. package/dist/src/icons/CaretcircleupdownIcon.js +12 -0
  223. package/dist/src/icons/CellTowerIcon.d.ts +2 -0
  224. package/dist/src/icons/CellTowerIcon.js +12 -0
  225. package/dist/src/icons/ChartLineDownIcon.d.ts +2 -0
  226. package/dist/src/icons/ChartLineDownIcon.js +12 -0
  227. package/dist/src/icons/ChartLineUpIcon.d.ts +2 -0
  228. package/dist/src/icons/ChartLineUpIcon.js +12 -0
  229. package/dist/src/icons/ChartPieSliceIcon.d.ts +2 -0
  230. package/dist/src/icons/ChartPieSliceIcon.js +12 -0
  231. package/dist/src/icons/ChartPolarIcon.d.ts +2 -0
  232. package/dist/src/icons/ChartPolarIcon.js +12 -0
  233. package/dist/src/icons/ChartScatterIcon.d.ts +2 -0
  234. package/dist/src/icons/ChartScatterIcon.js +12 -0
  235. package/dist/src/icons/ChatCenteredIcon.d.ts +2 -0
  236. package/dist/src/icons/ChatCenteredIcon.js +12 -0
  237. package/dist/src/icons/ChatCircleIcon.d.ts +2 -0
  238. package/dist/src/icons/ChatCircleIcon.js +12 -0
  239. package/dist/src/icons/CheckAllIcon.d.ts +2 -0
  240. package/dist/src/icons/CheckAllIcon.js +12 -0
  241. package/dist/src/icons/CheckCircleFillIcon.d.ts +2 -0
  242. package/dist/src/icons/CheckCircleFillIcon.js +12 -0
  243. package/dist/src/icons/CheckCircleIcon.d.ts +2 -0
  244. package/dist/src/icons/CheckCircleIcon.js +12 -0
  245. package/dist/src/icons/CheckIcon.d.ts +2 -0
  246. package/dist/src/icons/CheckIcon.js +12 -0
  247. package/dist/src/icons/CheckIndeterminateSmallIcon.d.ts +2 -0
  248. package/dist/src/icons/CheckIndeterminateSmallIcon.js +12 -0
  249. package/dist/src/icons/CheckSmallIcon.d.ts +2 -0
  250. package/dist/src/icons/CheckSmallIcon.js +12 -0
  251. package/dist/src/icons/CheckSquareFillIcon.d.ts +2 -0
  252. package/dist/src/icons/CheckSquareFillIcon.js +12 -0
  253. package/dist/src/icons/CheckSquareIcon.d.ts +2 -0
  254. package/dist/src/icons/CheckSquareIcon.js +12 -0
  255. package/dist/src/icons/CheckboxIntermediate20Icon.d.ts +2 -0
  256. package/dist/src/icons/CheckboxIntermediate20Icon.js +12 -0
  257. package/dist/src/icons/CheckboxOff20Icon.d.ts +2 -0
  258. package/dist/src/icons/CheckboxOff20Icon.js +12 -0
  259. package/dist/src/icons/CheckboxOffSmallIcon.d.ts +2 -0
  260. package/dist/src/icons/CheckboxOffSmallIcon.js +12 -0
  261. package/dist/src/icons/CheckboxOn20Icon.d.ts +2 -0
  262. package/dist/src/icons/CheckboxOn20Icon.js +12 -0
  263. package/dist/src/icons/CircleIcon.d.ts +2 -0
  264. package/dist/src/icons/CircleIcon.js +12 -0
  265. package/dist/src/icons/CirclesFourIcon.d.ts +2 -0
  266. package/dist/src/icons/CirclesFourIcon.js +12 -0
  267. package/dist/src/icons/CirclesThreeIcon.d.ts +2 -0
  268. package/dist/src/icons/CirclesThreeIcon.js +12 -0
  269. package/dist/src/icons/ClockClockwiseIcon.d.ts +2 -0
  270. package/dist/src/icons/ClockClockwiseIcon.js +12 -0
  271. package/dist/src/icons/ClockCounterClockwiseIcon.d.ts +2 -0
  272. package/dist/src/icons/ClockCounterClockwiseIcon.js +12 -0
  273. package/dist/src/icons/ClockDuotoneIcon.d.ts +2 -0
  274. package/dist/src/icons/ClockDuotoneIcon.js +12 -0
  275. package/dist/src/icons/ClockIcon.d.ts +2 -0
  276. package/dist/src/icons/ClockIcon.js +12 -0
  277. package/dist/src/icons/ClockSmallIcon.d.ts +2 -0
  278. package/dist/src/icons/ClockSmallIcon.js +12 -0
  279. package/dist/src/icons/CloneIcon.d.ts +2 -0
  280. package/dist/src/icons/CloneIcon.js +12 -0
  281. package/dist/src/icons/CloseBigIcon.d.ts +2 -0
  282. package/dist/src/icons/CloseBigIcon.js +12 -0
  283. package/dist/src/icons/CloseCircleFillIcon.d.ts +2 -0
  284. package/dist/src/icons/CloseCircleFillIcon.js +12 -0
  285. package/dist/src/icons/CloseCircleIcon.d.ts +2 -0
  286. package/dist/src/icons/CloseCircleIcon.js +12 -0
  287. package/dist/src/icons/CloseIcon.d.ts +2 -0
  288. package/dist/src/icons/CloseIcon.js +12 -0
  289. package/dist/src/icons/CloseSmallIcon.d.ts +2 -0
  290. package/dist/src/icons/CloseSmallIcon.js +12 -0
  291. package/dist/src/icons/CloudCheckIcon.d.ts +2 -0
  292. package/dist/src/icons/CloudCheckIcon.js +12 -0
  293. package/dist/src/icons/CloudIcon.d.ts +2 -0
  294. package/dist/src/icons/CloudIcon.js +12 -0
  295. package/dist/src/icons/CodepenIcon.d.ts +2 -0
  296. package/dist/src/icons/CodepenIcon.js +12 -0
  297. package/dist/src/icons/CodesandboxIcon.d.ts +2 -0
  298. package/dist/src/icons/CodesandboxIcon.js +12 -0
  299. package/dist/src/icons/CommandIcon.d.ts +2 -0
  300. package/dist/src/icons/CommandIcon.js +12 -0
  301. package/dist/src/icons/CompassIcon.d.ts +2 -0
  302. package/dist/src/icons/CompassIcon.js +12 -0
  303. package/dist/src/icons/CompassToolIcon.d.ts +2 -0
  304. package/dist/src/icons/CompassToolIcon.js +12 -0
  305. package/dist/src/icons/CopyIcon.d.ts +2 -0
  306. package/dist/src/icons/CopyIcon.js +12 -0
  307. package/dist/src/icons/CopySimpleIcon.d.ts +2 -0
  308. package/dist/src/icons/CopySimpleIcon.js +12 -0
  309. package/dist/src/icons/CornersOutIcon.d.ts +2 -0
  310. package/dist/src/icons/CornersOutIcon.js +12 -0
  311. package/dist/src/icons/CpuIcon.d.ts +2 -0
  312. package/dist/src/icons/CpuIcon.js +12 -0
  313. package/dist/src/icons/CreditCardIcon.d.ts +2 -0
  314. package/dist/src/icons/CreditCardIcon.js +12 -0
  315. package/dist/src/icons/CrownIcon.d.ts +2 -0
  316. package/dist/src/icons/CrownIcon.js +12 -0
  317. package/dist/src/icons/CurrencyDollarCircledIcon.d.ts +2 -0
  318. package/dist/src/icons/CurrencyDollarCircledIcon.js +12 -0
  319. package/dist/src/icons/CurrencyDollarSimpleIcon.d.ts +2 -0
  320. package/dist/src/icons/CurrencyDollarSimpleIcon.js +12 -0
  321. package/dist/src/icons/DatabaseIcon.d.ts +2 -0
  322. package/dist/src/icons/DatabaseIcon.js +12 -0
  323. package/dist/src/icons/DesktopIcon.d.ts +2 -0
  324. package/dist/src/icons/DesktopIcon.js +12 -0
  325. package/dist/src/icons/DetectiveIcon.d.ts +2 -0
  326. package/dist/src/icons/DetectiveIcon.js +12 -0
  327. package/dist/src/icons/DeviceMobileCameraIcon.d.ts +2 -0
  328. package/dist/src/icons/DeviceMobileCameraIcon.js +12 -0
  329. package/dist/src/icons/DisableIcon.d.ts +2 -0
  330. package/dist/src/icons/DisableIcon.js +12 -0
  331. package/dist/src/icons/DominoIcon.d.ts +2 -0
  332. package/dist/src/icons/DominoIcon.js +12 -0
  333. package/dist/src/icons/DominoPlusIcon.d.ts +2 -0
  334. package/dist/src/icons/DominoPlusIcon.js +12 -0
  335. package/dist/src/icons/DonutChartIcon.d.ts +2 -0
  336. package/dist/src/icons/DonutChartIcon.js +12 -0
  337. package/dist/src/icons/DotsNineBoldIcon.d.ts +2 -0
  338. package/dist/src/icons/DotsNineBoldIcon.js +12 -0
  339. package/dist/src/icons/DotsSixVerticalIcon.d.ts +2 -0
  340. package/dist/src/icons/DotsSixVerticalIcon.js +12 -0
  341. package/dist/src/icons/DotsThreeCircleIcon.d.ts +2 -0
  342. package/dist/src/icons/DotsThreeCircleIcon.js +12 -0
  343. package/dist/src/icons/DotsThreeIcon.d.ts +2 -0
  344. package/dist/src/icons/DotsThreeIcon.js +12 -0
  345. package/dist/src/icons/DotsThreeVerticalIcon.d.ts +2 -0
  346. package/dist/src/icons/DotsThreeVerticalIcon.js +12 -0
  347. package/dist/src/icons/DraftIcon.d.ts +2 -0
  348. package/dist/src/icons/DraftIcon.js +12 -0
  349. package/dist/src/icons/EnvelopeFilledIcon.d.ts +2 -0
  350. package/dist/src/icons/EnvelopeFilledIcon.js +12 -0
  351. package/dist/src/icons/EnvelopeIcon.d.ts +2 -0
  352. package/dist/src/icons/EnvelopeIcon.js +12 -0
  353. package/dist/src/icons/EnvelopeOpenIcon.d.ts +2 -0
  354. package/dist/src/icons/EnvelopeOpenIcon.js +12 -0
  355. package/dist/src/icons/EqualizerIcon.d.ts +2 -0
  356. package/dist/src/icons/EqualizerIcon.js +12 -0
  357. package/dist/src/icons/EqualsIcon.d.ts +2 -0
  358. package/dist/src/icons/EqualsIcon.js +12 -0
  359. package/dist/src/icons/ErrorFilledIcon.d.ts +2 -0
  360. package/dist/src/icons/ErrorFilledIcon.js +12 -0
  361. package/dist/src/icons/ErrorIcon.d.ts +2 -0
  362. package/dist/src/icons/ErrorIcon.js +12 -0
  363. package/dist/src/icons/ErrorMarkerIcon.d.ts +2 -0
  364. package/dist/src/icons/ErrorMarkerIcon.js +12 -0
  365. package/dist/src/icons/ExclamationMarkIcon.d.ts +2 -0
  366. package/dist/src/icons/ExclamationMarkIcon.js +12 -0
  367. package/dist/src/icons/EyeClosedIcon.d.ts +2 -0
  368. package/dist/src/icons/EyeClosedIcon.js +12 -0
  369. package/dist/src/icons/EyeIcon.d.ts +2 -0
  370. package/dist/src/icons/EyeIcon.js +12 -0
  371. package/dist/src/icons/EyeSlashIcon.d.ts +2 -0
  372. package/dist/src/icons/EyeSlashIcon.js +12 -0
  373. package/dist/src/icons/FadersIcon.d.ts +2 -0
  374. package/dist/src/icons/FadersIcon.js +12 -0
  375. package/dist/src/icons/FallIcon.d.ts +2 -0
  376. package/dist/src/icons/FallIcon.js +12 -0
  377. package/dist/src/icons/FigmaIcon.d.ts +2 -0
  378. package/dist/src/icons/FigmaIcon.js +12 -0
  379. package/dist/src/icons/FilePdfIcon.d.ts +2 -0
  380. package/dist/src/icons/FilePdfIcon.js +12 -0
  381. package/dist/src/icons/FilledCircleIcon.d.ts +2 -0
  382. package/dist/src/icons/FilledCircleIcon.js +12 -0
  383. package/dist/src/icons/FireIcon.d.ts +2 -0
  384. package/dist/src/icons/FireIcon.js +12 -0
  385. package/dist/src/icons/FlagIcon.d.ts +2 -0
  386. package/dist/src/icons/FlagIcon.js +12 -0
  387. package/dist/src/icons/FlagPennantIcon.d.ts +2 -0
  388. package/dist/src/icons/FlagPennantIcon.js +12 -0
  389. package/dist/src/icons/FolderIcon.d.ts +2 -0
  390. package/dist/src/icons/FolderIcon.js +12 -0
  391. package/dist/src/icons/FolderOpenIcon.d.ts +2 -0
  392. package/dist/src/icons/FolderOpenIcon.js +12 -0
  393. package/dist/src/icons/FolderPlusIcon.d.ts +2 -0
  394. package/dist/src/icons/FolderPlusIcon.js +12 -0
  395. package/dist/src/icons/FolderSimpleIcon.d.ts +2 -0
  396. package/dist/src/icons/FolderSimpleIcon.js +12 -0
  397. package/dist/src/icons/FoldersIcon.d.ts +2 -0
  398. package/dist/src/icons/FoldersIcon.js +12 -0
  399. package/dist/src/icons/FontInterIcon.d.ts +2 -0
  400. package/dist/src/icons/FontInterIcon.js +12 -0
  401. package/dist/src/icons/FontMerriweatherIcon.d.ts +2 -0
  402. package/dist/src/icons/FontMerriweatherIcon.js +12 -0
  403. package/dist/src/icons/FontMonserratIcon.d.ts +2 -0
  404. package/dist/src/icons/FontMonserratIcon.js +12 -0
  405. package/dist/src/icons/FontOpensansIcon.d.ts +2 -0
  406. package/dist/src/icons/FontOpensansIcon.js +12 -0
  407. package/dist/src/icons/FontPlayfairIcon.d.ts +2 -0
  408. package/dist/src/icons/FontPlayfairIcon.js +12 -0
  409. package/dist/src/icons/FontPoppinsIcon.d.ts +2 -0
  410. package/dist/src/icons/FontPoppinsIcon.js +12 -0
  411. package/dist/src/icons/FontRobotoCondensedIcon.d.ts +2 -0
  412. package/dist/src/icons/FontRobotoCondensedIcon.js +12 -0
  413. package/dist/src/icons/FontRubikIcon.d.ts +2 -0
  414. package/dist/src/icons/FontRubikIcon.js +12 -0
  415. package/dist/src/icons/FontVallkornIcon.d.ts +2 -0
  416. package/dist/src/icons/FontVallkornIcon.js +12 -0
  417. package/dist/src/icons/ForwarderIcon.d.ts +2 -0
  418. package/dist/src/icons/ForwarderIcon.js +12 -0
  419. package/dist/src/icons/ForwarderPlusIcon.d.ts +2 -0
  420. package/dist/src/icons/ForwarderPlusIcon.js +12 -0
  421. package/dist/src/icons/FrameCornersIcon.d.ts +2 -0
  422. package/dist/src/icons/FrameCornersIcon.js +12 -0
  423. package/dist/src/icons/FramerIcon.d.ts +2 -0
  424. package/dist/src/icons/FramerIcon.js +12 -0
  425. package/dist/src/icons/FtpIcon.d.ts +2 -0
  426. package/dist/src/icons/FtpIcon.js +12 -0
  427. package/dist/src/icons/FunnelIcon.d.ts +2 -0
  428. package/dist/src/icons/FunnelIcon.js +12 -0
  429. package/dist/src/icons/FunnelSimpleIcon.d.ts +2 -0
  430. package/dist/src/icons/FunnelSimpleIcon.js +12 -0
  431. package/dist/src/icons/GearIcon.d.ts +2 -0
  432. package/dist/src/icons/GearIcon.js +12 -0
  433. package/dist/src/icons/GearSixIcon.d.ts +2 -0
  434. package/dist/src/icons/GearSixIcon.js +12 -0
  435. package/dist/src/icons/GearsIcon.d.ts +2 -0
  436. package/dist/src/icons/GearsIcon.js +12 -0
  437. package/dist/src/icons/GithubIcon.d.ts +2 -0
  438. package/dist/src/icons/GithubIcon.js +12 -0
  439. package/dist/src/icons/GlobeIcon.d.ts +2 -0
  440. package/dist/src/icons/GlobeIcon.js +12 -0
  441. package/dist/src/icons/GoToIcon.d.ts +2 -0
  442. package/dist/src/icons/GoToIcon.js +12 -0
  443. package/dist/src/icons/GoogleIcon.d.ts +2 -0
  444. package/dist/src/icons/GoogleIcon.js +12 -0
  445. package/dist/src/icons/GooglePhotosIcon.d.ts +2 -0
  446. package/dist/src/icons/GooglePhotosIcon.js +12 -0
  447. package/dist/src/icons/GridFourIcon.d.ts +2 -0
  448. package/dist/src/icons/GridFourIcon.js +12 -0
  449. package/dist/src/icons/GridNineIcon.d.ts +2 -0
  450. package/dist/src/icons/GridNineIcon.js +12 -0
  451. package/dist/src/icons/HalfStarIcon.d.ts +2 -0
  452. package/dist/src/icons/HalfStarIcon.js +12 -0
  453. package/dist/src/icons/HandPalmIcon.d.ts +2 -0
  454. package/dist/src/icons/HandPalmIcon.js +12 -0
  455. package/dist/src/icons/HardDriveIcon.d.ts +2 -0
  456. package/dist/src/icons/HardDriveIcon.js +12 -0
  457. package/dist/src/icons/HardDrivesIcon.d.ts +2 -0
  458. package/dist/src/icons/HardDrivesIcon.js +12 -0
  459. package/dist/src/icons/HashIcon.d.ts +2 -0
  460. package/dist/src/icons/HashIcon.js +12 -0
  461. package/dist/src/icons/HeartIcon.d.ts +2 -0
  462. package/dist/src/icons/HeartIcon.js +12 -0
  463. package/dist/src/icons/HeartbeatIcon.d.ts +2 -0
  464. package/dist/src/icons/HeartbeatIcon.js +12 -0
  465. package/dist/src/icons/HomeIcon.d.ts +2 -0
  466. package/dist/src/icons/HomeIcon.js +12 -0
  467. package/dist/src/icons/HourglassHighDuotoneIcon.d.ts +2 -0
  468. package/dist/src/icons/HourglassHighDuotoneIcon.js +12 -0
  469. package/dist/src/icons/HourglassHighIcon.d.ts +2 -0
  470. package/dist/src/icons/HourglassHighIcon.js +12 -0
  471. package/dist/src/icons/IdentificationCardIcon.d.ts +2 -0
  472. package/dist/src/icons/IdentificationCardIcon.js +12 -0
  473. package/dist/src/icons/ImageIcon.d.ts +2 -0
  474. package/dist/src/icons/ImageIcon.js +12 -0
  475. package/dist/src/icons/InfoFillIcon.d.ts +2 -0
  476. package/dist/src/icons/InfoFillIcon.js +12 -0
  477. package/dist/src/icons/InfoIIcon.d.ts +2 -0
  478. package/dist/src/icons/InfoIIcon.js +12 -0
  479. package/dist/src/icons/InfoIcon.d.ts +2 -0
  480. package/dist/src/icons/InfoIcon.js +12 -0
  481. package/dist/src/icons/KeyIcon.d.ts +2 -0
  482. package/dist/src/icons/KeyIcon.js +12 -0
  483. package/dist/src/icons/KeyholeIcon.d.ts +2 -0
  484. package/dist/src/icons/KeyholeIcon.js +12 -0
  485. package/dist/src/icons/LaravelIcon.d.ts +2 -0
  486. package/dist/src/icons/LaravelIcon.js +12 -0
  487. package/dist/src/icons/LayoutIcon.d.ts +2 -0
  488. package/dist/src/icons/LayoutIcon.js +12 -0
  489. package/dist/src/icons/LightningFillIcon.d.ts +2 -0
  490. package/dist/src/icons/LightningFillIcon.js +12 -0
  491. package/dist/src/icons/LightningIcon.d.ts +2 -0
  492. package/dist/src/icons/LightningIcon.js +12 -0
  493. package/dist/src/icons/LineChartDuotoneIcon.d.ts +2 -0
  494. package/dist/src/icons/LineChartDuotoneIcon.js +12 -0
  495. package/dist/src/icons/LineChartIcon.d.ts +2 -0
  496. package/dist/src/icons/LineChartIcon.js +12 -0
  497. package/dist/src/icons/LinkIcon.d.ts +2 -0
  498. package/dist/src/icons/LinkIcon.js +12 -0
  499. package/dist/src/icons/LinuxIcon.d.ts +2 -0
  500. package/dist/src/icons/LinuxIcon.js +12 -0
  501. package/dist/src/icons/ListDashesIcon.d.ts +2 -0
  502. package/dist/src/icons/ListDashesIcon.js +12 -0
  503. package/dist/src/icons/ListIcon.d.ts +2 -0
  504. package/dist/src/icons/ListIcon.js +12 -0
  505. package/dist/src/icons/LockIcon.d.ts +2 -0
  506. package/dist/src/icons/LockIcon.js +12 -0
  507. package/dist/src/icons/MagnifyingGlassIcon.d.ts +2 -0
  508. package/dist/src/icons/MagnifyingGlassIcon.js +12 -0
  509. package/dist/src/icons/MapPinIcon.d.ts +2 -0
  510. package/dist/src/icons/MapPinIcon.js +12 -0
  511. package/dist/src/icons/MastodonIcon.d.ts +2 -0
  512. package/dist/src/icons/MastodonIcon.js +12 -0
  513. package/dist/src/icons/MedalIcon.d.ts +2 -0
  514. package/dist/src/icons/MedalIcon.js +12 -0
  515. package/dist/src/icons/MemoryIcon.d.ts +2 -0
  516. package/dist/src/icons/MemoryIcon.js +12 -0
  517. package/dist/src/icons/MessengerLogoIcon.d.ts +2 -0
  518. package/dist/src/icons/MessengerLogoIcon.js +12 -0
  519. package/dist/src/icons/MicIcon.d.ts +2 -0
  520. package/dist/src/icons/MicIcon.js +12 -0
  521. package/dist/src/icons/MicrosoftTeamsIcon.d.ts +2 -0
  522. package/dist/src/icons/MicrosoftTeamsIcon.js +12 -0
  523. package/dist/src/icons/MicrosoftWordIcon.d.ts +2 -0
  524. package/dist/src/icons/MicrosoftWordIcon.js +12 -0
  525. package/dist/src/icons/MinusCircleDuotoneIcon.d.ts +2 -0
  526. package/dist/src/icons/MinusCircleDuotoneIcon.js +12 -0
  527. package/dist/src/icons/MinusCircleFillIcon.d.ts +2 -0
  528. package/dist/src/icons/MinusCircleFillIcon.js +12 -0
  529. package/dist/src/icons/MinusCircleIcon.d.ts +2 -0
  530. package/dist/src/icons/MinusCircleIcon.js +12 -0
  531. package/dist/src/icons/MinusIcon.d.ts +2 -0
  532. package/dist/src/icons/MinusIcon.js +12 -0
  533. package/dist/src/icons/MinusSquareFillIcon.d.ts +2 -0
  534. package/dist/src/icons/MinusSquareFillIcon.js +12 -0
  535. package/dist/src/icons/MinusSquareIcon.d.ts +2 -0
  536. package/dist/src/icons/MinusSquareIcon.js +12 -0
  537. package/dist/src/icons/MoonIcon.d.ts +2 -0
  538. package/dist/src/icons/MoonIcon.js +12 -0
  539. package/dist/src/icons/NotEqualsIcon.d.ts +2 -0
  540. package/dist/src/icons/NotEqualsIcon.js +12 -0
  541. package/dist/src/icons/NotchesIcon.d.ts +2 -0
  542. package/dist/src/icons/NotchesIcon.js +12 -0
  543. package/dist/src/icons/NotePencilIcon.d.ts +2 -0
  544. package/dist/src/icons/NotePencilIcon.js +12 -0
  545. package/dist/src/icons/NotepadIcon.d.ts +2 -0
  546. package/dist/src/icons/NotepadIcon.js +12 -0
  547. package/dist/src/icons/NovaIcon.d.ts +2 -0
  548. package/dist/src/icons/NovaIcon.js +12 -0
  549. package/dist/src/icons/NumberCircleFourIcon.d.ts +2 -0
  550. package/dist/src/icons/NumberCircleFourIcon.js +12 -0
  551. package/dist/src/icons/NumberCircleOneIcon.d.ts +2 -0
  552. package/dist/src/icons/NumberCircleOneIcon.js +12 -0
  553. package/dist/src/icons/NumberCircleThreeIcon.d.ts +2 -0
  554. package/dist/src/icons/NumberCircleThreeIcon.js +12 -0
  555. package/dist/src/icons/NumberCircleTwoIcon.d.ts +2 -0
  556. package/dist/src/icons/NumberCircleTwoIcon.js +12 -0
  557. package/dist/src/icons/PaintBrushBroadIcon.d.ts +2 -0
  558. package/dist/src/icons/PaintBrushBroadIcon.js +12 -0
  559. package/dist/src/icons/PaintBucketFillIcon.d.ts +2 -0
  560. package/dist/src/icons/PaintBucketFillIcon.js +12 -0
  561. package/dist/src/icons/PalmIcon.d.ts +2 -0
  562. package/dist/src/icons/PalmIcon.js +12 -0
  563. package/dist/src/icons/PaperPlaneTiltIcon.d.ts +2 -0
  564. package/dist/src/icons/PaperPlaneTiltIcon.js +12 -0
  565. package/dist/src/icons/PaperclipIcon.d.ts +2 -0
  566. package/dist/src/icons/PaperclipIcon.js +12 -0
  567. package/dist/src/icons/PasswordIcon.d.ts +2 -0
  568. package/dist/src/icons/PasswordIcon.js +12 -0
  569. package/dist/src/icons/PauseCircleDuotoneIcon.d.ts +2 -0
  570. package/dist/src/icons/PauseCircleDuotoneIcon.js +12 -0
  571. package/dist/src/icons/PauseCircleIcon.d.ts +2 -0
  572. package/dist/src/icons/PauseCircleIcon.js +12 -0
  573. package/dist/src/icons/PauseFillIcon.d.ts +2 -0
  574. package/dist/src/icons/PauseFillIcon.js +12 -0
  575. package/dist/src/icons/PauseIcon.d.ts +2 -0
  576. package/dist/src/icons/PauseIcon.js +12 -0
  577. package/dist/src/icons/PencilSimpleIcon.d.ts +2 -0
  578. package/dist/src/icons/PencilSimpleIcon.js +12 -0
  579. package/dist/src/icons/PercentIcon.d.ts +2 -0
  580. package/dist/src/icons/PercentIcon.js +12 -0
  581. package/dist/src/icons/PhoneIcon.d.ts +2 -0
  582. package/dist/src/icons/PhoneIcon.js +12 -0
  583. package/dist/src/icons/PieChartIcon.d.ts +2 -0
  584. package/dist/src/icons/PieChartIcon.js +12 -0
  585. package/dist/src/icons/PinterestIcon.d.ts +2 -0
  586. package/dist/src/icons/PinterestIcon.js +12 -0
  587. package/dist/src/icons/PlayIcon.d.ts +2 -0
  588. package/dist/src/icons/PlayIcon.js +12 -0
  589. package/dist/src/icons/PleskIcon.d.ts +2 -0
  590. package/dist/src/icons/PleskIcon.js +12 -0
  591. package/dist/src/icons/PluginIcon.d.ts +2 -0
  592. package/dist/src/icons/PluginIcon.js +12 -0
  593. package/dist/src/icons/PlugsConnectedIcon.d.ts +2 -0
  594. package/dist/src/icons/PlugsConnectedIcon.js +12 -0
  595. package/dist/src/icons/PlugsIcon.d.ts +2 -0
  596. package/dist/src/icons/PlugsIcon.js +12 -0
  597. package/dist/src/icons/PlusCircleFillIcon.d.ts +2 -0
  598. package/dist/src/icons/PlusCircleFillIcon.js +12 -0
  599. package/dist/src/icons/PlusCircleIcon.d.ts +2 -0
  600. package/dist/src/icons/PlusCircleIcon.js +12 -0
  601. package/dist/src/icons/PlusIcon.d.ts +2 -0
  602. package/dist/src/icons/PlusIcon.js +12 -0
  603. package/dist/src/icons/PlusSmallIcon.d.ts +2 -0
  604. package/dist/src/icons/PlusSmallIcon.js +12 -0
  605. package/dist/src/icons/PlusSquareIcon.d.ts +2 -0
  606. package/dist/src/icons/PlusSquareIcon.js +12 -0
  607. package/dist/src/icons/PowerIcon.d.ts +2 -0
  608. package/dist/src/icons/PowerIcon.js +12 -0
  609. package/dist/src/icons/ProhibitIcon.d.ts +2 -0
  610. package/dist/src/icons/ProhibitIcon.js +12 -0
  611. package/dist/src/icons/PulseIcon.d.ts +2 -0
  612. package/dist/src/icons/PulseIcon.js +12 -0
  613. package/dist/src/icons/PushPinIcon.d.ts +2 -0
  614. package/dist/src/icons/PushPinIcon.js +12 -0
  615. package/dist/src/icons/PuzzlePieceIcon.d.ts +2 -0
  616. package/dist/src/icons/PuzzlePieceIcon.js +12 -0
  617. package/dist/src/icons/QuestionFillIcon.d.ts +2 -0
  618. package/dist/src/icons/QuestionFillIcon.js +12 -0
  619. package/dist/src/icons/QuestionIcon.d.ts +2 -0
  620. package/dist/src/icons/QuestionIcon.js +12 -0
  621. package/dist/src/icons/QuestionSimpleIcon.d.ts +2 -0
  622. package/dist/src/icons/QuestionSimpleIcon.js +12 -0
  623. package/dist/src/icons/QueueIcon.d.ts +2 -0
  624. package/dist/src/icons/QueueIcon.js +12 -0
  625. package/dist/src/icons/RadioOffIcon.d.ts +2 -0
  626. package/dist/src/icons/RadioOffIcon.js +12 -0
  627. package/dist/src/icons/RadioOnIcon.d.ts +2 -0
  628. package/dist/src/icons/RadioOnIcon.js +12 -0
  629. package/dist/src/icons/RealcvIcon.d.ts +2 -0
  630. package/dist/src/icons/RealcvIcon.js +12 -0
  631. package/dist/src/icons/RectangleCircleIcon.d.ts +2 -0
  632. package/dist/src/icons/RectangleCircleIcon.js +12 -0
  633. package/dist/src/icons/RemoveAutoResponderIcon.d.ts +2 -0
  634. package/dist/src/icons/RemoveAutoResponderIcon.js +12 -0
  635. package/dist/src/icons/RemoveForwarderIcon.d.ts +2 -0
  636. package/dist/src/icons/RemoveForwarderIcon.js +12 -0
  637. package/dist/src/icons/RemoveIcon.d.ts +2 -0
  638. package/dist/src/icons/RemoveIcon.js +12 -0
  639. package/dist/src/icons/RepeatIcon.d.ts +2 -0
  640. package/dist/src/icons/RepeatIcon.js +12 -0
  641. package/dist/src/icons/RiseIcon.d.ts +2 -0
  642. package/dist/src/icons/RiseIcon.js +12 -0
  643. package/dist/src/icons/RobotIcon.d.ts +2 -0
  644. package/dist/src/icons/RobotIcon.js +12 -0
  645. package/dist/src/icons/SealWarningIcon.d.ts +2 -0
  646. package/dist/src/icons/SealWarningIcon.js +12 -0
  647. package/dist/src/icons/SettingsIcon.d.ts +2 -0
  648. package/dist/src/icons/SettingsIcon.js +12 -0
  649. package/dist/src/icons/ShareNetworkIcon.d.ts +2 -0
  650. package/dist/src/icons/ShareNetworkIcon.js +12 -0
  651. package/dist/src/icons/ShieldCheckIcon.d.ts +2 -0
  652. package/dist/src/icons/ShieldCheckIcon.js +12 -0
  653. package/dist/src/icons/ShieldCheckedIcon.d.ts +2 -0
  654. package/dist/src/icons/ShieldCheckedIcon.js +12 -0
  655. package/dist/src/icons/ShieldCrossIcon.d.ts +2 -0
  656. package/dist/src/icons/ShieldCrossIcon.js +12 -0
  657. package/dist/src/icons/ShieldIcon.d.ts +2 -0
  658. package/dist/src/icons/ShieldIcon.js +12 -0
  659. package/dist/src/icons/SidebarCollapseIcon.d.ts +2 -0
  660. package/dist/src/icons/SidebarCollapseIcon.js +12 -0
  661. package/dist/src/icons/SidebarExpandIcon.d.ts +2 -0
  662. package/dist/src/icons/SidebarExpandIcon.js +12 -0
  663. package/dist/src/icons/SidebarSimpleIcon.d.ts +2 -0
  664. package/dist/src/icons/SidebarSimpleIcon.js +12 -0
  665. package/dist/src/icons/SignInIcon.d.ts +2 -0
  666. package/dist/src/icons/SignInIcon.js +12 -0
  667. package/dist/src/icons/SignOutIcon.d.ts +2 -0
  668. package/dist/src/icons/SignOutIcon.js +12 -0
  669. package/dist/src/icons/SirenIcon.d.ts +2 -0
  670. package/dist/src/icons/SirenIcon.js +12 -0
  671. package/dist/src/icons/SkipBackIcon.d.ts +2 -0
  672. package/dist/src/icons/SkipBackIcon.js +12 -0
  673. package/dist/src/icons/SkipForwardIcon.d.ts +2 -0
  674. package/dist/src/icons/SkipForwardIcon.js +12 -0
  675. package/dist/src/icons/SkypeLogoIcon.d.ts +2 -0
  676. package/dist/src/icons/SkypeLogoIcon.js +12 -0
  677. package/dist/src/icons/SlidersHorizontalIcon.d.ts +2 -0
  678. package/dist/src/icons/SlidersHorizontalIcon.js +12 -0
  679. package/dist/src/icons/SmartphoneIcon.d.ts +2 -0
  680. package/dist/src/icons/SmartphoneIcon.js +12 -0
  681. package/dist/src/icons/SnapchatLogoIcon.d.ts +2 -0
  682. package/dist/src/icons/SnapchatLogoIcon.js +12 -0
  683. package/dist/src/icons/SortAscendingIcon.d.ts +2 -0
  684. package/dist/src/icons/SortAscendingIcon.js +12 -0
  685. package/dist/src/icons/SortDescendingIcon.d.ts +2 -0
  686. package/dist/src/icons/SortDescendingIcon.js +12 -0
  687. package/dist/src/icons/SoundcloudIcon.d.ts +2 -0
  688. package/dist/src/icons/SoundcloudIcon.js +12 -0
  689. package/dist/src/icons/SparkleIcon.d.ts +2 -0
  690. package/dist/src/icons/SparkleIcon.js +12 -0
  691. package/dist/src/icons/SparklesStarsIcon.d.ts +2 -0
  692. package/dist/src/icons/SparklesStarsIcon.js +12 -0
  693. package/dist/src/icons/SpeakerXIcon.d.ts +2 -0
  694. package/dist/src/icons/SpeakerXIcon.js +12 -0
  695. package/dist/src/icons/SpeedometerIcon.d.ts +2 -0
  696. package/dist/src/icons/SpeedometerIcon.js +12 -0
  697. package/dist/src/icons/SpotifyIcon.d.ts +2 -0
  698. package/dist/src/icons/SpotifyIcon.js +12 -0
  699. package/dist/src/icons/SquareFillIcon.d.ts +2 -0
  700. package/dist/src/icons/SquareFillIcon.js +12 -0
  701. package/dist/src/icons/SquareFillRoundedIcon.d.ts +2 -0
  702. package/dist/src/icons/SquareFillRoundedIcon.js +12 -0
  703. package/dist/src/icons/SquareIcon.d.ts +2 -0
  704. package/dist/src/icons/SquareIcon.js +12 -0
  705. package/dist/src/icons/SquaresFourFillIcon.d.ts +2 -0
  706. package/dist/src/icons/SquaresFourFillIcon.js +12 -0
  707. package/dist/src/icons/SquaresFourIcon.d.ts +2 -0
  708. package/dist/src/icons/SquaresFourIcon.js +12 -0
  709. package/dist/src/icons/StagingIcon.d.ts +2 -0
  710. package/dist/src/icons/StagingIcon.js +12 -0
  711. package/dist/src/icons/StairsIcon.d.ts +2 -0
  712. package/dist/src/icons/StairsIcon.js +12 -0
  713. package/dist/src/icons/StarFilledIcon.d.ts +2 -0
  714. package/dist/src/icons/StarFilledIcon.js +12 -0
  715. package/dist/src/icons/StarFourIcon.d.ts +2 -0
  716. package/dist/src/icons/StarFourIcon.js +12 -0
  717. package/dist/src/icons/StarIcon.d.ts +2 -0
  718. package/dist/src/icons/StarIcon.js +12 -0
  719. package/dist/src/icons/StethoscopeIcon.d.ts +2 -0
  720. package/dist/src/icons/StethoscopeIcon.js +12 -0
  721. package/dist/src/icons/StopCircleIcon.d.ts +2 -0
  722. package/dist/src/icons/StopCircleIcon.js +12 -0
  723. package/dist/src/icons/StopFillIcon.d.ts +2 -0
  724. package/dist/src/icons/StopFillIcon.js +12 -0
  725. package/dist/src/icons/SunIcon.d.ts +2 -0
  726. package/dist/src/icons/SunIcon.js +12 -0
  727. package/dist/src/icons/TabletIcon.d.ts +2 -0
  728. package/dist/src/icons/TabletIcon.js +12 -0
  729. package/dist/src/icons/TabsIcon.d.ts +2 -0
  730. package/dist/src/icons/TabsIcon.js +12 -0
  731. package/dist/src/icons/TagFilledIcon.d.ts +2 -0
  732. package/dist/src/icons/TagFilledIcon.js +12 -0
  733. package/dist/src/icons/TagIcon.d.ts +2 -0
  734. package/dist/src/icons/TagIcon.js +12 -0
  735. package/dist/src/icons/TagSmallIcon.d.ts +2 -0
  736. package/dist/src/icons/TagSmallIcon.js +12 -0
  737. package/dist/src/icons/TaskpadIcon.d.ts +2 -0
  738. package/dist/src/icons/TaskpadIcon.js +12 -0
  739. package/dist/src/icons/TerminalIcon.d.ts +2 -0
  740. package/dist/src/icons/TerminalIcon.js +12 -0
  741. package/dist/src/icons/TerminalWindowIcon.d.ts +2 -0
  742. package/dist/src/icons/TerminalWindowIcon.js +12 -0
  743. package/dist/src/icons/TextAlignCenterIcon.d.ts +2 -0
  744. package/dist/src/icons/TextAlignCenterIcon.js +12 -0
  745. package/dist/src/icons/TextAlignJustifyIcon.d.ts +2 -0
  746. package/dist/src/icons/TextAlignJustifyIcon.js +12 -0
  747. package/dist/src/icons/TextAlignLeftIcon.d.ts +2 -0
  748. package/dist/src/icons/TextAlignLeftIcon.js +12 -0
  749. package/dist/src/icons/TextAlignRightIcon.d.ts +2 -0
  750. package/dist/src/icons/TextAlignRightIcon.js +12 -0
  751. package/dist/src/icons/TextBBoldIcon.d.ts +2 -0
  752. package/dist/src/icons/TextBBoldIcon.js +12 -0
  753. package/dist/src/icons/TextHTwoIcon.d.ts +2 -0
  754. package/dist/src/icons/TextHTwoIcon.js +12 -0
  755. package/dist/src/icons/TextItalicIcon.d.ts +2 -0
  756. package/dist/src/icons/TextItalicIcon.js +12 -0
  757. package/dist/src/icons/TextStrikethroughIcon.d.ts +2 -0
  758. package/dist/src/icons/TextStrikethroughIcon.js +12 -0
  759. package/dist/src/icons/TextUnderlineIcon.d.ts +2 -0
  760. package/dist/src/icons/TextUnderlineIcon.js +12 -0
  761. package/dist/src/icons/TextboxIcon.d.ts +2 -0
  762. package/dist/src/icons/TextboxIcon.js +12 -0
  763. package/dist/src/icons/ThemeIcon.d.ts +2 -0
  764. package/dist/src/icons/ThemeIcon.js +12 -0
  765. package/dist/src/icons/ThermometerSimpleIcon.d.ts +2 -0
  766. package/dist/src/icons/ThermometerSimpleIcon.js +12 -0
  767. package/dist/src/icons/TicketIcon.d.ts +2 -0
  768. package/dist/src/icons/TicketIcon.js +12 -0
  769. package/dist/src/icons/TidalIcon.d.ts +2 -0
  770. package/dist/src/icons/TidalIcon.js +12 -0
  771. package/dist/src/icons/TiktokIcon.d.ts +2 -0
  772. package/dist/src/icons/TiktokIcon.js +12 -0
  773. package/dist/src/icons/ToggleLeftFillIcon.d.ts +2 -0
  774. package/dist/src/icons/ToggleLeftFillIcon.js +12 -0
  775. package/dist/src/icons/ToggleLeftIcon.d.ts +2 -0
  776. package/dist/src/icons/ToggleLeftIcon.js +12 -0
  777. package/dist/src/icons/ToggleRightFillIcon.d.ts +2 -0
  778. package/dist/src/icons/ToggleRightFillIcon.js +12 -0
  779. package/dist/src/icons/ToggleRightIcon.d.ts +2 -0
  780. package/dist/src/icons/ToggleRightIcon.js +12 -0
  781. package/dist/src/icons/TranslateIcon.d.ts +2 -0
  782. package/dist/src/icons/TranslateIcon.js +12 -0
  783. package/dist/src/icons/TrashIcon.d.ts +2 -0
  784. package/dist/src/icons/TrashIcon.js +12 -0
  785. package/dist/src/icons/TrayArrowInIcon.d.ts +2 -0
  786. package/dist/src/icons/TrayArrowInIcon.js +12 -0
  787. package/dist/src/icons/TrayIcon.d.ts +2 -0
  788. package/dist/src/icons/TrayIcon.js +12 -0
  789. package/dist/src/icons/TrayPlusIcon.d.ts +2 -0
  790. package/dist/src/icons/TrayPlusIcon.js +12 -0
  791. package/dist/src/icons/TreeStructureIcon.d.ts +2 -0
  792. package/dist/src/icons/TreeStructureIcon.js +12 -0
  793. package/dist/src/icons/UploadIcon.d.ts +2 -0
  794. package/dist/src/icons/UploadIcon.js +12 -0
  795. package/dist/src/icons/UserIcon.d.ts +2 -0
  796. package/dist/src/icons/UserIcon.js +12 -0
  797. package/dist/src/icons/UserPlusIcon.d.ts +2 -0
  798. package/dist/src/icons/UserPlusIcon.js +12 -0
  799. package/dist/src/icons/UserSquareIcon.d.ts +2 -0
  800. package/dist/src/icons/UserSquareIcon.js +12 -0
  801. package/dist/src/icons/UsersIcon.d.ts +2 -0
  802. package/dist/src/icons/UsersIcon.js +12 -0
  803. package/dist/src/icons/VectorTwoIcon.d.ts +2 -0
  804. package/dist/src/icons/VectorTwoIcon.js +12 -0
  805. package/dist/src/icons/ViewstreamfilledIcon.d.ts +2 -0
  806. package/dist/src/icons/ViewstreamfilledIcon.js +12 -0
  807. package/dist/src/icons/WandMagicIcon.d.ts +2 -0
  808. package/dist/src/icons/WandMagicIcon.js +12 -0
  809. package/dist/src/icons/WarningCircleDuotoneIcon.d.ts +2 -0
  810. package/dist/src/icons/WarningCircleDuotoneIcon.js +12 -0
  811. package/dist/src/icons/WarningFillIcon.d.ts +2 -0
  812. package/dist/src/icons/WarningFillIcon.js +12 -0
  813. package/dist/src/icons/WarningFilledIcon.d.ts +2 -0
  814. package/dist/src/icons/WarningFilledIcon.js +12 -0
  815. package/dist/src/icons/WarningIcon.d.ts +2 -0
  816. package/dist/src/icons/WarningIcon.js +12 -0
  817. package/dist/src/icons/WarningMarkerIcon.d.ts +2 -0
  818. package/dist/src/icons/WarningMarkerIcon.js +12 -0
  819. package/dist/src/icons/WarningOctagonFillIcon.d.ts +2 -0
  820. package/dist/src/icons/WarningOctagonFillIcon.js +12 -0
  821. package/dist/src/icons/WarningOctagonIcon.d.ts +2 -0
  822. package/dist/src/icons/WarningOctagonIcon.js +12 -0
  823. package/dist/src/icons/WarningTriangleIcon.d.ts +2 -0
  824. package/dist/src/icons/WarningTriangleIcon.js +12 -0
  825. package/dist/src/icons/WaveSineIcon.d.ts +2 -0
  826. package/dist/src/icons/WaveSineIcon.js +12 -0
  827. package/dist/src/icons/WebhooksLogoIcon.d.ts +2 -0
  828. package/dist/src/icons/WebhooksLogoIcon.js +12 -0
  829. package/dist/src/icons/WebsiteIcon.d.ts +2 -0
  830. package/dist/src/icons/WebsiteIcon.js +12 -0
  831. package/dist/src/icons/WhatsappLogoFillIcon.d.ts +2 -0
  832. package/dist/src/icons/WhatsappLogoFillIcon.js +12 -0
  833. package/dist/src/icons/WhatsappLogoIcon.d.ts +2 -0
  834. package/dist/src/icons/WhatsappLogoIcon.js +12 -0
  835. package/dist/src/icons/WheelchairMotionIcon.d.ts +2 -0
  836. package/dist/src/icons/WheelchairMotionIcon.js +12 -0
  837. package/dist/src/icons/WifiIcon.d.ts +2 -0
  838. package/dist/src/icons/WifiIcon.js +12 -0
  839. package/dist/src/icons/WordpressIcon.d.ts +2 -0
  840. package/dist/src/icons/WordpressIcon.js +12 -0
  841. package/dist/src/icons/WorkIcon.d.ts +2 -0
  842. package/dist/src/icons/WorkIcon.js +12 -0
  843. package/dist/src/icons/WrenchIcon.d.ts +2 -0
  844. package/dist/src/icons/WrenchIcon.js +12 -0
  845. package/dist/src/icons/XIcon.d.ts +2 -0
  846. package/dist/src/icons/XIcon.js +12 -0
  847. package/dist/src/icons/YoutubeIcon.d.ts +2 -0
  848. package/dist/src/icons/YoutubeIcon.js +12 -0
  849. package/dist/src/icons/index.d.ts +411 -4
  850. package/dist/src/icons/index.js +412 -10
  851. package/dist/src/index.d.ts +3 -0
  852. package/dist/src/index.js +3 -0
  853. package/dist/src/tokens/ThemeColorTokens.d.ts +1 -0
  854. package/dist/src/tokens/ThemeColorTokens.js +16 -1
  855. package/dist/src/tokens/ThemeMode.d.ts +1 -1
  856. package/dist/src/tokens/ThemeScheme.d.ts +2 -0
  857. package/dist/src/tokens/ThemeScheme.js +2 -1
  858. package/dist/src/tokens/colors/Wptk.d.ts +24 -0
  859. package/dist/src/tokens/colors/Wptk.js +1496 -0
  860. package/dist/src/tokens/colors/index.d.ts +1 -0
  861. package/dist/src/tokens/colors/index.js +1 -0
  862. package/dist/src/utils/createIcon.d.ts +16 -5
  863. package/dist/src/utils/createIcon.js +3 -65
  864. package/dist/src/utils/getMUIComponents.js +2 -2
  865. package/package.json +3 -3
  866. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +0 -1
  867. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +0 -4
  868. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.d.ts +0 -1
  869. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.js +0 -4
  870. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.d.ts +0 -1
  871. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.js +0 -4
  872. package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.d.ts +0 -11
  873. package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.js +0 -26
  874. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.d.ts +0 -11
  875. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.js +0 -18
@@ -0,0 +1,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 CalendarPlusIcon = 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.5 3H17.25V2.25C17.25 2.05109 17.171 1.86032 17.0303 1.71967C16.8897 1.57902 16.6989 1.5 16.5 1.5C16.3011 1.5 16.1103 1.57902 15.9697 1.71967C15.829 1.86032 15.75 2.05109 15.75 2.25V3H8.25V2.25C8.25 2.05109 8.17098 1.86032 8.03033 1.71967C7.88968 1.57902 7.69891 1.5 7.5 1.5C7.30109 1.5 7.11032 1.57902 6.96967 1.71967C6.82902 1.86032 6.75 2.05109 6.75 2.25V3H3.5C3.10218 3 2.72064 3.15804 2.43934 3.43934C2.15804 3.72064 2 4.10218 2 4.5V19.5C2 19.8978 2.15804 20.2794 2.43934 20.5607C2.72064 20.842 3.10218 21 3.5 21H20.5C20.8978 21 21.2794 20.842 21.5607 20.5607C21.842 20.2794 22 19.8978 22 19.5V4.5C22 4.10218 21.842 3.72064 21.5607 3.43934C21.2794 3.15804 20.8978 3 20.5 3ZM6.75 4.5V5.25C6.75 5.44891 6.82902 5.63968 6.96967 5.78033C7.11032 5.92098 7.30109 6 7.5 6C7.69891 6 7.88968 5.92098 8.03033 5.78033C8.17098 5.63968 8.25 5.44891 8.25 5.25V4.5H15.75V5.25C15.75 5.44891 15.829 5.63968 15.9697 5.78033C16.1103 5.92098 16.3011 6 16.5 6C16.6989 6 16.8897 5.92098 17.0303 5.78033C17.171 5.63968 17.25 5.44891 17.25 5.25V4.5H20.5V7.5H3.5V4.5H6.75ZM20.5 19.5H3.5V9H20.5V19.5ZM15 14.25C15 14.4489 14.921 14.6397 14.7803 14.7803C14.6397 14.921 14.4489 15 14.25 15H12.75V16.5C12.75 16.6989 12.671 16.8897 12.5303 17.0303C12.3897 17.171 12.1989 17.25 12 17.25C11.8011 17.25 11.6103 17.171 11.4697 17.0303C11.329 16.8897 11.25 16.6989 11.25 16.5V15H9.75C9.55109 15 9.36032 14.921 9.21967 14.7803C9.07902 14.6397 9 14.4489 9 14.25C9 14.0511 9.07902 13.8603 9.21967 13.7197C9.36032 13.579 9.55109 13.5 9.75 13.5H11.25V12C11.25 11.8011 11.329 11.6103 11.4697 11.4697C11.6103 11.329 11.8011 11.25 12 11.25C12.1989 11.25 12.3897 11.329 12.5303 11.4697C12.671 11.6103 12.75 11.8011 12.75 12V13.5H14.25C14.4489 13.5 14.6397 13.579 14.7803 13.7197C14.921 13.8603 15 14.0511 15 14.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CalendarPlusIcon.displayName = 'CalendarPlusIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CarIcon: 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 CarIcon = 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.9565 10.0435H21.9L19.1824 3.92935C19.0594 3.65272 18.8588 3.4177 18.605 3.25275C18.3511 3.0878 18.0549 3 17.7522 3H6.24782C5.94509 3 5.64885 3.0878 5.395 3.25275C5.14116 3.4177 4.94059 3.65272 4.8176 3.92935L2.09999 10.0435H1.04347C0.835912 10.0435 0.636853 10.1259 0.490085 10.2727C0.343317 10.4195 0.260864 10.6185 0.260864 10.8261C0.260864 11.0336 0.343317 11.2327 0.490085 11.3795C0.636853 11.5262 0.835912 11.6087 1.04347 11.6087H1.82608V19.4348C1.82608 20.2873 2.53878 21 3.3913 21H5.73912C6.59165 21 7.30434 20.2873 7.30434 19.4348V17.8696H16.6956V19.4348C16.6956 20.2873 17.4083 21 18.2609 21H20.6087C21.4612 21 22.1739 20.2873 22.1739 19.4348V11.6087H22.9565C23.1641 11.6087 23.3631 11.5262 23.5099 11.3795C23.6567 11.2327 23.7391 11.0336 23.7391 10.8261C23.7391 10.6185 23.6567 10.4195 23.5099 10.2727C23.3631 10.1259 23.1641 10.0435 22.9565 10.0435ZM6.24782 4.56522H17.7522L20.1871 10.0435H3.81293L6.24782 4.56522ZM5.73912 19.4348H3.3913V17.8696H5.73912V19.4348ZM18.2609 19.4348V17.8696H20.6087V19.4348H18.2609ZM20.6087 16.3043H3.3913V11.6087H20.6087V16.3043ZM4.95652 13.9565C4.95652 13.749 5.03897 13.5499 5.18574 13.4031C5.3325 13.2564 5.53156 13.1739 5.73912 13.1739H7.30434C7.5119 13.1739 7.71096 13.2564 7.85773 13.4031C8.0045 13.5499 8.08695 13.749 8.08695 13.9565C8.08695 14.1641 8.0045 14.3631 7.85773 14.5099C7.71096 14.6567 7.5119 14.7391 7.30434 14.7391H5.73912C5.53156 14.7391 5.3325 14.6567 5.18574 14.5099C5.03897 14.3631 4.95652 14.1641 4.95652 13.9565ZM15.913 13.9565C15.913 13.749 15.9955 13.5499 16.1423 13.4031C16.289 13.2564 16.4881 13.1739 16.6956 13.1739H18.2609C18.4684 13.1739 18.6675 13.2564 18.8143 13.4031C18.961 13.5499 19.0435 13.749 19.0435 13.9565C19.0435 14.1641 18.961 14.3631 18.8143 14.5099C18.6675 14.6567 18.4684 14.7391 18.2609 14.7391H16.6956C16.4881 14.7391 16.289 14.6567 16.1423 14.5099C15.9955 14.3631 15.913 14.1641 15.913 13.9565Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CarIcon.displayName = 'CarIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretDoubleDownIcon: 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 CaretDoubleDownIcon = 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 12.2194C20.1003 12.289 20.1557 12.3717 20.1934 12.4628C20.2312 12.5538 20.2506 12.6514 20.2506 12.75C20.2506 12.8486 20.2312 12.9461 20.1934 13.0372C20.1557 13.1282 20.1003 13.211 20.0306 13.2806L12.5306 20.7806C12.461 20.8503 12.3782 20.9057 12.2872 20.9434C12.1961 20.9812 12.0986 21.0006 12 21.0006C11.9014 21.0006 11.8038 20.9812 11.7128 20.9434C11.6217 20.9057 11.539 20.8503 11.4694 20.7806L3.96936 13.2806C3.82863 13.1399 3.74957 12.949 3.74957 12.75C3.74957 12.551 3.82863 12.3601 3.96936 12.2194C4.1101 12.0786 4.30097 11.9996 4.49999 11.9996C4.69901 11.9996 4.88988 12.0786 5.03061 12.2194L12 19.1897L18.9694 12.2194C19.039 12.1496 19.1217 12.0943 19.2128 12.0566C19.3038 12.0188 19.4014 11.9994 19.5 11.9994C19.5986 11.9994 19.6961 12.0188 19.7872 12.0566C19.8782 12.0943 19.961 12.1496 20.0306 12.2194ZM11.4694 13.2806C11.539 13.3503 11.6217 13.4057 11.7128 13.4434C11.8038 13.4812 11.9014 13.5006 12 13.5006C12.0986 13.5006 12.1961 13.4812 12.2872 13.4434C12.3782 13.4057 12.461 13.3503 12.5306 13.2806L20.0306 5.78061C20.1713 5.63988 20.2504 5.44901 20.2504 5.24999C20.2504 5.05097 20.1713 4.8601 20.0306 4.71936C19.8899 4.57863 19.699 4.49957 19.5 4.49957C19.301 4.49957 19.1101 4.57863 18.9694 4.71936L12 11.6897L5.03061 4.71936C4.88988 4.57863 4.69901 4.49957 4.49999 4.49957C4.30097 4.49957 4.1101 4.57863 3.96936 4.71936C3.82863 4.8601 3.74957 5.05097 3.74957 5.24999C3.74957 5.44901 3.82863 5.63988 3.96936 5.78061L11.4694 13.2806Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretDoubleDownIcon.displayName = 'CaretDoubleDownIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretDoubleDownSmallIcon: 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 CaretDoubleDownSmallIcon = 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.5 6.74707C18.5 6.84517 18.4795 6.94257 18.4404 7.0332C18.4014 7.12375 18.3445 7.20608 18.2725 7.27539L12.5488 12.7812C12.4768 12.8505 12.391 12.9058 12.2969 12.9434C12.2028 12.9808 12.1019 13 12 13C11.8981 13 11.7972 12.9808 11.7031 12.9434C11.609 12.9058 11.5232 12.8505 11.4512 12.7812L5.72754 7.27539C5.58195 7.1353 5.5 6.94516 5.5 6.74707C5.50004 6.54899 5.58193 6.35881 5.72754 6.21875C5.87308 6.07878 6.07058 6.0001 6.27637 6C6.48233 6 6.68053 6.07865 6.82617 6.21875L12 11.1973L17.1738 6.21875C17.2459 6.14944 17.3317 6.09418 17.4258 6.05664C17.52 6.0191 17.6217 6 17.7236 6C17.8255 6.00003 17.9264 6.01919 18.0205 6.05664C18.1146 6.09415 18.2004 6.14946 18.2725 6.21875C18.3444 6.28798 18.4014 6.37052 18.4404 6.46094C18.4794 6.55151 18.5 6.64903 18.5 6.74707ZM18.5 11.7471C18.5 11.8452 18.4795 11.9426 18.4404 12.0332C18.4014 12.1237 18.3445 12.2061 18.2725 12.2754L12.5488 17.7812C12.4768 17.8505 12.391 17.9058 12.2969 17.9434C12.2028 17.9808 12.1019 18 12 18C11.8981 18 11.7972 17.9808 11.7031 17.9434C11.609 17.9058 11.5232 17.8505 11.4512 17.7812L5.72754 12.2754C5.58195 12.1353 5.5 11.9452 5.5 11.7471C5.50004 11.549 5.58193 11.3588 5.72754 11.2187C5.87308 11.0788 6.07058 11.0001 6.27637 11C6.48233 11 6.68053 11.0787 6.82617 11.2187L12 16.1973L17.1738 11.2187C17.2459 11.1494 17.3317 11.0942 17.4258 11.0566C17.52 11.0191 17.6217 11 17.7236 11C17.8255 11 17.9264 11.0192 18.0205 11.0566C18.1146 11.0942 18.2004 11.1495 18.2725 11.2187C18.3444 11.288 18.4014 11.3705 18.4404 11.4609C18.4794 11.5515 18.5 11.649 18.5 11.7471Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretDoubleDownSmallIcon.displayName = 'CaretDoubleDownSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretDoubleLeftIcon: 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 CaretDoubleLeftIcon = 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 18.9694C19.3503 19.039 19.4056 19.1218 19.4433 19.2128C19.481 19.3039 19.5004 19.4014 19.5004 19.5C19.5004 19.5985 19.481 19.6961 19.4433 19.7872C19.4056 19.8782 19.3503 19.9609 19.2806 20.0306C19.2109 20.1003 19.1282 20.1556 19.0372 20.1933C18.9461 20.231 18.8485 20.2504 18.75 20.2504C18.6514 20.2504 18.5539 20.231 18.4628 20.1933C18.3718 20.1556 18.289 20.1003 18.2194 20.0306L10.7194 12.5306C10.6496 12.461 10.5943 12.3782 10.5566 12.2872C10.5188 12.1961 10.4994 12.0986 10.4994 12C10.4994 11.9014 10.5188 11.8038 10.5566 11.7128C10.5943 11.6217 10.6496 11.539 10.7194 11.4694L18.2194 3.96936C18.3601 3.82863 18.551 3.74957 18.75 3.74957C18.949 3.74957 19.1399 3.82863 19.2806 3.96936C19.4213 4.1101 19.5004 4.30097 19.5004 4.49999C19.5004 4.69901 19.4213 4.88988 19.2806 5.03061L12.3103 12L19.2806 18.9694ZM4.81029 12L11.7806 5.03061C11.9213 4.88988 12.0004 4.69901 12.0004 4.49999C12.0004 4.30097 11.9213 4.1101 11.7806 3.96936C11.6399 3.82863 11.449 3.74957 11.25 3.74957C11.051 3.74957 10.8601 3.82863 10.7194 3.96936L3.21935 11.4694C3.14962 11.539 3.0943 11.6217 3.05656 11.7128C3.01882 11.8038 2.99939 11.9014 2.99939 12C2.99939 12.0986 3.01882 12.1961 3.05656 12.2872C3.0943 12.3782 3.14962 12.461 3.21935 12.5306L10.7194 20.0306C10.789 20.1003 10.8718 20.1556 10.9628 20.1933C11.0539 20.231 11.1514 20.2504 11.25 20.2504C11.3485 20.2504 11.4461 20.231 11.5372 20.1933C11.6282 20.1556 11.7109 20.1003 11.7806 20.0306C11.8503 19.9609 11.9056 19.8782 11.9433 19.7872C11.981 19.6961 12.0004 19.5985 12.0004 19.5C12.0004 19.4014 11.981 19.3039 11.9433 19.2128C11.9056 19.1218 11.8503 19.039 11.7806 18.9694L4.81029 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretDoubleLeftIcon.displayName = 'CaretDoubleLeftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretDoubleLeftSmallIcon: 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 CaretDoubleLeftSmallIcon = 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: "M17.2529 18.5C17.1549 18.5 17.0574 18.4804 16.9668 18.4414C16.8762 18.4024 16.794 18.3446 16.7246 18.2725L11.2188 12.5488C11.1495 12.4768 11.0942 12.391 11.0566 12.2969C11.0192 12.2028 11 12.1018 11 12C11 11.8981 11.0192 11.7972 11.0566 11.7031C11.0942 11.609 11.1494 11.5232 11.2188 11.4512L16.7246 5.72754C16.8647 5.58197 17.0549 5.5 17.2529 5.5C17.451 5.50004 17.6412 5.58194 17.7812 5.72754C17.9212 5.87307 17.9999 6.07059 18 6.27637C18 6.48233 17.9213 6.68053 17.7812 6.82617L12.8027 12L17.7812 17.1748C17.8504 17.2468 17.9059 17.3327 17.9434 17.4268C17.9808 17.5208 18 17.6219 18 17.7236C18 17.8255 17.9808 17.9264 17.9434 18.0205C17.9059 18.1146 17.8505 18.2004 17.7813 18.2725C17.7119 18.3445 17.6296 18.4024 17.5391 18.4414C17.4485 18.4804 17.351 18.5 17.2529 18.5Z", fill: "currentColor" }), _jsx("path", { d: "M12.2529 18.5C12.1549 18.5 12.0574 18.4804 11.9668 18.4414C11.8762 18.4024 11.794 18.3446 11.7246 18.2725L6.21875 12.5488C6.14946 12.4768 6.09416 12.391 6.05664 12.2969C6.01918 12.2028 6 12.1018 6 12C6.00001 11.8981 6.01916 11.7972 6.05664 11.7031C6.09417 11.609 6.14944 11.5232 6.21875 11.4512L11.7246 5.72754C11.8647 5.58197 12.0549 5.5 12.2529 5.5C12.451 5.50004 12.6412 5.58194 12.7812 5.72754C12.9212 5.87307 12.9999 6.07059 13 6.27637C13 6.48233 12.9213 6.68053 12.7812 6.82617L7.80273 12L12.7813 17.1748C12.8504 17.2468 12.9059 17.3327 12.9434 17.4268C12.9808 17.5208 13 17.6219 13 17.7236C13 17.8255 12.9808 17.9264 12.9434 18.0205C12.9059 18.1146 12.8505 18.2004 12.7813 18.2725C12.7119 18.3445 12.6296 18.4024 12.5391 18.4414C12.4485 18.4804 12.351 18.5 12.2529 18.5Z", fill: "currentColor" })] })) }));
11
+ });
12
+ CaretDoubleLeftSmallIcon.displayName = 'CaretDoubleLeftSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretDoubleRightIcon: 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 CaretDoubleRightIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M13.2806 12.5306L5.78061 20.0306C5.63988 20.1713 5.44901 20.2504 5.24999 20.2504C5.05097 20.2504 4.8601 20.1713 4.71936 20.0306C4.57863 19.8899 4.49957 19.699 4.49957 19.5C4.49957 19.301 4.57863 19.1101 4.71936 18.9694L11.6897 12L4.71936 5.03061C4.57863 4.88988 4.49957 4.69901 4.49957 4.49999C4.49957 4.30097 4.57863 4.1101 4.71936 3.96936C4.8601 3.82863 5.05097 3.74957 5.24999 3.74957C5.44901 3.74957 5.63988 3.82863 5.78061 3.96936L13.2806 11.4694C13.3503 11.539 13.4057 11.6217 13.4434 11.7128C13.4812 11.8038 13.5006 11.9014 13.5006 12C13.5006 12.0986 13.4812 12.1961 13.4434 12.2872C13.4057 12.3782 13.3503 12.461 13.2806 12.5306ZM20.7806 11.4694L13.2806 3.96936C13.1399 3.82863 12.949 3.74957 12.75 3.74957C12.551 3.74957 12.3601 3.82863 12.2194 3.96936C12.0786 4.1101 11.9996 4.30097 11.9996 4.49999C11.9996 4.69901 12.0786 4.88988 12.2194 5.03061L19.1897 12L12.2194 18.9694C12.0786 19.1101 11.9996 19.301 11.9996 19.5C11.9996 19.699 12.0786 19.8899 12.2194 20.0306C12.3601 20.1713 12.551 20.2504 12.75 20.2504C12.949 20.2504 13.1399 20.1713 13.2806 20.0306L20.7806 12.5306C20.8503 12.461 20.9057 12.3782 20.9434 12.2872C20.9812 12.1961 21.0006 12.0986 21.0006 12C21.0006 11.9014 20.9812 11.8038 20.9434 11.7128C20.9057 11.6217 20.8503 11.539 20.7806 11.4694Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretDoubleRightIcon.displayName = 'CaretDoubleRightIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretDoubleRightSmallIcon: 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 CaretDoubleRightSmallIcon = 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: "M6.74707 5.5C6.84517 5.5 6.94257 5.52054 7.0332 5.55957C7.12375 5.59859 7.20608 5.65549 7.27539 5.72754L12.7812 11.4512C12.8505 11.5232 12.9058 11.609 12.9434 11.7031C12.9808 11.7972 13 11.8981 13 12C13 12.1019 12.9808 12.2028 12.9434 12.2969C12.9058 12.391 12.8505 12.4768 12.7812 12.5488L7.27539 18.2725C7.1353 18.4181 6.94516 18.5 6.74707 18.5C6.54899 18.5 6.35881 18.4181 6.21875 18.2725C6.07878 18.1269 6.0001 17.9294 6 17.7236C6 17.5177 6.07865 17.3195 6.21875 17.1738L11.1973 12L6.21875 6.82617C6.14944 6.75412 6.09418 6.66835 6.05664 6.57422C6.0191 6.48 6 6.37835 6 6.27637C6.00003 6.17454 6.01919 6.07358 6.05664 5.97949C6.09415 5.88535 6.14946 5.79961 6.21875 5.72754C6.28798 5.65557 6.37052 5.59859 6.46094 5.55957C6.55151 5.52057 6.64903 5.50003 6.74707 5.5Z", fill: "currentColor" }), _jsx("path", { d: "M11.7471 5.5C11.8452 5.5 11.9426 5.52054 12.0332 5.55957C12.1237 5.59859 12.2061 5.65549 12.2754 5.72754L17.7812 11.4512C17.8505 11.5232 17.9058 11.609 17.9434 11.7031C17.9808 11.7972 18 11.8981 18 12C18 12.1019 17.9808 12.2028 17.9434 12.2969C17.9058 12.391 17.8505 12.4768 17.7812 12.5488L12.2754 18.2725C12.1353 18.4181 11.9452 18.5 11.7471 18.5C11.549 18.5 11.3588 18.4181 11.2188 18.2725C11.0788 18.1269 11.0001 17.9294 11 17.7236C11 17.5177 11.0787 17.3195 11.2188 17.1738L16.1973 12L11.2188 6.82617C11.1494 6.75412 11.0942 6.66835 11.0566 6.57422C11.0191 6.48 11 6.37835 11 6.27637C11 6.17454 11.0192 6.07358 11.0566 5.97949C11.0942 5.88535 11.1495 5.79961 11.2188 5.72754C11.288 5.65557 11.3705 5.59859 11.4609 5.55957C11.5515 5.52057 11.649 5.50003 11.7471 5.5Z", fill: "currentColor" })] })) }));
11
+ });
12
+ CaretDoubleRightSmallIcon.displayName = 'CaretDoubleRightSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretDoubleUpIcon: 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 CaretDoubleUpIcon = 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 18.2194C20.1003 18.289 20.1556 18.3718 20.1933 18.4628C20.231 18.5539 20.2504 18.6514 20.2504 18.75C20.2504 18.8485 20.231 18.9461 20.1933 19.0372C20.1556 19.1282 20.1003 19.2109 20.0306 19.2806C19.9609 19.3503 19.8782 19.4056 19.7872 19.4433C19.6961 19.481 19.5985 19.5004 19.5 19.5004C19.4014 19.5004 19.3039 19.481 19.2128 19.4433C19.1218 19.4056 19.039 19.3503 18.9694 19.2806L12 12.3103L5.03061 19.2806C4.88988 19.4213 4.69901 19.5004 4.49999 19.5004C4.30097 19.5004 4.1101 19.4213 3.96936 19.2806C3.82863 19.1399 3.74957 18.949 3.74957 18.75C3.74957 18.551 3.82863 18.3601 3.96936 18.2194L11.4694 10.7194C11.539 10.6496 11.6217 10.5943 11.7128 10.5566C11.8038 10.5188 11.9014 10.4994 12 10.4994C12.0986 10.4994 12.1961 10.5188 12.2872 10.5566C12.3782 10.5943 12.461 10.6496 12.5306 10.7194L20.0306 18.2194ZM5.03061 11.7806L12 4.81029L18.9694 11.7806C19.039 11.8503 19.1218 11.9056 19.2128 11.9433C19.3039 11.981 19.4014 12.0004 19.5 12.0004C19.5985 12.0004 19.6961 11.981 19.7872 11.9433C19.8782 11.9056 19.9609 11.8503 20.0306 11.7806C20.1003 11.7109 20.1556 11.6282 20.1933 11.5372C20.231 11.4461 20.2504 11.3485 20.2504 11.25C20.2504 11.1514 20.231 11.0539 20.1933 10.9628C20.1556 10.8718 20.1003 10.789 20.0306 10.7194L12.5306 3.21935C12.461 3.14962 12.3782 3.0943 12.2872 3.05656C12.1961 3.01882 12.0986 2.99939 12 2.99939C11.9014 2.99939 11.8038 3.01882 11.7128 3.05656C11.6217 3.0943 11.539 3.14962 11.4694 3.21935L3.96936 10.7194C3.82863 10.8601 3.74957 11.051 3.74957 11.25C3.74957 11.449 3.82863 11.6399 3.96936 11.7806C4.1101 11.9213 4.30097 12.0004 4.49999 12.0004C4.69901 12.0004 4.88988 11.9213 5.03061 11.7806Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretDoubleUpIcon.displayName = 'CaretDoubleUpIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretDoubleUpSmallIcon: 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 CaretDoubleUpSmallIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M5.5 17.2529C5.5 17.1548 5.52054 17.0574 5.55957 16.9668C5.59859 16.8763 5.65549 16.7939 5.72754 16.7246L11.4512 11.2187C11.5232 11.1495 11.609 11.0942 11.7031 11.0566C11.7972 11.0192 11.8981 11 12 11C12.1019 11 12.2028 11.0192 12.2969 11.0566C12.391 11.0942 12.4768 11.1495 12.5488 11.2187L18.2725 16.7246C18.4181 16.8647 18.5 17.0548 18.5 17.2529C18.5 17.451 18.4181 17.6412 18.2725 17.7812C18.1269 17.9212 17.9294 17.9999 17.7236 18C17.5177 18 17.3195 17.9213 17.1738 17.7812L12 12.8027L6.82617 17.7812C6.75412 17.8506 6.66835 17.9058 6.57422 17.9434C6.48 17.9809 6.37835 18 6.27637 18C6.17454 18 6.07358 17.9808 5.97949 17.9434C5.88535 17.9058 5.79961 17.8505 5.72754 17.7812C5.65557 17.712 5.59859 17.6295 5.55957 17.5391C5.52057 17.4485 5.50003 17.351 5.5 17.2529ZM5.5 12.2529C5.5 12.1548 5.52054 12.0574 5.55957 11.9668C5.59859 11.8763 5.65549 11.7939 5.72754 11.7246L11.4512 6.21875C11.5232 6.14945 11.609 6.09417 11.7031 6.05664C11.7972 6.01917 11.8981 6 12 6C12.1019 6 12.2028 6.01917 12.2969 6.05664C12.391 6.09417 12.4768 6.14945 12.5488 6.21875L18.2725 11.7246C18.4181 11.8647 18.5 12.0548 18.5 12.2529C18.5 12.451 18.4181 12.6412 18.2725 12.7812C18.1269 12.9212 17.9294 12.9999 17.7236 13C17.5177 13 17.3195 12.9213 17.1738 12.7812L12 7.80273L6.82617 12.7812C6.75412 12.8506 6.66835 12.9058 6.57422 12.9434C6.48 12.9809 6.37835 13 6.27637 13C6.17454 13 6.07358 12.9808 5.97949 12.9434C5.88535 12.9058 5.79961 12.8505 5.72754 12.7812C5.65557 12.712 5.59859 12.6295 5.55957 12.5391C5.52057 12.4485 5.50003 12.351 5.5 12.2529Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretDoubleUpSmallIcon.displayName = 'CaretDoubleUpSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretDownIcon: 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 CaretDownIcon = 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 9.53062L12.5306 17.0306C12.461 17.1003 12.3782 17.1557 12.2872 17.1934C12.1961 17.2312 12.0986 17.2506 12 17.2506C11.9014 17.2506 11.8038 17.2312 11.7128 17.1934C11.6217 17.1557 11.539 17.1003 11.4694 17.0306L3.96936 9.53062C3.82863 9.38988 3.74957 9.19901 3.74957 8.99999C3.74957 8.80097 3.82863 8.61009 3.96936 8.46936C4.1101 8.32863 4.30097 8.24957 4.49999 8.24957C4.69901 8.24957 4.88988 8.32863 5.03061 8.46936L12 15.4397L18.9694 8.46936C19.039 8.39968 19.1218 8.34441 19.2128 8.30669C19.3039 8.26898 19.4014 8.24957 19.5 8.24957C19.5985 8.24957 19.6961 8.26898 19.7872 8.30669C19.8782 8.34441 19.9609 8.39968 20.0306 8.46936C20.1003 8.53905 20.1556 8.62177 20.1933 8.71282C20.231 8.80386 20.2504 8.90144 20.2504 8.99999C20.2504 9.09854 20.231 9.19612 20.1933 9.28716C20.1556 9.37821 20.1003 9.46093 20.0306 9.53062Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretDownIcon.displayName = 'CaretDownIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretDownSmallIcon: 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 CaretDownSmallIcon = 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.0611 9.50009L12.5306 16.0305C12.4609 16.1003 12.3782 16.1556 12.2871 16.1933C12.1961 16.2311 12.0985 16.2505 11.9999 16.2505C11.9014 16.2505 11.8038 16.2311 11.7127 16.1933C11.6217 16.1556 11.539 16.1003 11.4693 16.0305L4.93891 9.50004C4.79818 9.35931 4.71912 9.16843 4.71912 8.96941C4.71912 8.77039 4.79818 8.57952 4.93891 8.43879C5.07964 8.29806 5.27051 8.21899 5.46953 8.21899C5.66856 8.21899 5.85943 8.29806 6.00016 8.43879L11.9999 14.4396L17.9999 8.43884C18.0696 8.36915 18.1523 8.31388 18.2433 8.27617C18.3344 8.23845 18.432 8.21904 18.5305 8.21904C18.6291 8.21904 18.7266 8.23845 18.8177 8.27617C18.9087 8.31388 18.9915 8.36915 19.0611 8.43884C19.1308 8.50852 19.1861 8.59124 19.2238 8.68229C19.2615 8.77333 19.2809 8.87092 19.2809 8.96946C19.2809 9.06801 19.2615 9.16559 19.2238 9.25663C19.1861 9.34768 19.1308 9.43041 19.0611 9.50009Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretDownSmallIcon.displayName = 'CaretDownSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretLeftIcon: 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 CaretLeftIcon = 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: "M15.5306 18.9694C15.6003 19.039 15.6556 19.1218 15.6933 19.2128C15.731 19.3039 15.7504 19.4014 15.7504 19.5C15.7504 19.5985 15.731 19.6961 15.6933 19.7872C15.6556 19.8782 15.6003 19.9609 15.5306 20.0306C15.4609 20.1003 15.3782 20.1556 15.2872 20.1933C15.1961 20.231 15.0985 20.2504 15 20.2504C14.9014 20.2504 14.8039 20.231 14.7128 20.1933C14.6218 20.1556 14.539 20.1003 14.4694 20.0306L6.96935 12.5306C6.89962 12.461 6.8443 12.3782 6.80656 12.2872C6.76882 12.1961 6.74939 12.0986 6.74939 12C6.74939 11.9014 6.76882 11.8038 6.80656 11.7128C6.8443 11.6217 6.89962 11.539 6.96935 11.4694L14.4694 3.96936C14.6101 3.82863 14.801 3.74957 15 3.74957C15.199 3.74957 15.3899 3.82863 15.5306 3.96936C15.6713 4.1101 15.7504 4.30097 15.7504 4.49999C15.7504 4.69901 15.6713 4.88988 15.5306 5.03061L8.56029 12L15.5306 18.9694Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretLeftIcon.displayName = 'CaretLeftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretLeftSmallIcon: 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 CaretLeftSmallIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M14.2245 18.2725L8.71897 12.5491C8.64955 12.477 8.59448 12.3914 8.55691 12.2972C8.51934 12.203 8.5 12.102 8.5 12C8.5 11.898 8.51934 11.797 8.55691 11.7028C8.59448 11.6086 8.64955 11.523 8.71897 11.4509L14.2246 5.72763C14.3647 5.582 14.5547 5.50018 14.7528 5.50018C14.9509 5.50018 15.1409 5.582 15.281 5.72763C15.4211 5.87327 15.4998 6.0708 15.4998 6.27676C15.4998 6.48272 15.4211 6.68025 15.281 6.82589L10.3027 12L15.281 17.1743C15.3503 17.2464 15.4054 17.332 15.4429 17.4262C15.4805 17.5205 15.4998 17.6214 15.4998 17.7234C15.4998 17.8254 15.4805 17.9264 15.4429 18.0206C15.4054 18.1148 15.3503 18.2004 15.281 18.2725C15.2116 18.3447 15.1293 18.4019 15.0386 18.4409C14.948 18.4799 14.8508 18.5 14.7527 18.5C14.6546 18.5 14.5575 18.4799 14.4669 18.4409C14.3762 18.4019 14.2939 18.3447 14.2245 18.2725Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretLeftSmallIcon.displayName = 'CaretLeftSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretRightIcon: 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 CaretRightIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M17.0306 12.5306L9.53062 20.0306C9.46093 20.1003 9.37821 20.1556 9.28716 20.1933C9.19612 20.231 9.09854 20.2504 8.99999 20.2504C8.90144 20.2504 8.80386 20.231 8.71282 20.1933C8.62177 20.1556 8.53905 20.1003 8.46936 20.0306C8.39968 19.9609 8.34441 19.8782 8.30669 19.7872C8.26898 19.6961 8.24957 19.5985 8.24957 19.5C8.24957 19.4014 8.26898 19.3039 8.30669 19.2128C8.34441 19.1218 8.39968 19.039 8.46936 18.9694L15.4397 12L8.46936 5.03061C8.32863 4.88988 8.24957 4.69901 8.24957 4.49999C8.24957 4.30097 8.32863 4.1101 8.46936 3.96936C8.61009 3.82863 8.80097 3.74957 8.99999 3.74957C9.19901 3.74957 9.38988 3.82863 9.53062 3.96936L17.0306 11.4694C17.1003 11.539 17.1557 11.6217 17.1934 11.7128C17.2312 11.8038 17.2506 11.9014 17.2506 12C17.2506 12.0986 17.2312 12.1961 17.1934 12.2872C17.1557 12.3782 17.1003 12.461 17.0306 12.5306Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretRightIcon.displayName = 'CaretRightIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretRightSmallIcon: 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 CaretRightSmallIcon = 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: "M9.76543 5.93881L15.2959 11.4694C15.3656 11.539 15.4209 11.6218 15.4587 11.7128C15.4964 11.8039 15.5158 11.9015 15.5158 12C15.5158 12.0986 15.4964 12.1962 15.4587 12.2872C15.4209 12.3783 15.3656 12.461 15.2959 12.5306L9.76538 18.061C9.62465 18.2018 9.43377 18.2808 9.23475 18.2808C9.03573 18.2808 8.84486 18.2018 8.70413 18.061C8.5634 17.9203 8.48433 17.7294 8.48433 17.5304C8.48433 17.3314 8.5634 17.1405 8.70413 16.9998L13.7049 12L8.70418 7.00006C8.63449 6.93038 8.57922 6.84765 8.54151 6.75661C8.50379 6.66557 8.48438 6.56798 8.48438 6.46944C8.48438 6.37089 8.50379 6.27331 8.54151 6.18227C8.57922 6.09122 8.63449 6.00849 8.70418 5.93881C8.77386 5.86913 8.85658 5.81386 8.94763 5.77614C9.03867 5.73843 9.13626 5.71902 9.2348 5.71902C9.33335 5.71902 9.43093 5.73843 9.52197 5.77614C9.61302 5.81386 9.69574 5.86913 9.76543 5.93881Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretRightSmallIcon.displayName = 'CaretRightSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretRightTinyIcon: 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 CaretRightTinyIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M10.7653 6.93898L15.2957 11.4696C15.3654 11.5392 15.4208 11.6219 15.4585 11.713C15.4962 11.804 15.5157 11.9016 15.5157 12.0002C15.5157 12.0987 15.4962 12.1963 15.4585 12.2874C15.4208 12.3784 15.3654 12.4612 15.2957 12.5308L10.7652 17.0612C10.6245 17.2019 10.4336 17.281 10.2346 17.281C10.0356 17.281 9.84468 17.2019 9.70395 17.0612C9.56322 16.9205 9.48416 16.7296 9.48416 16.5306C9.48416 16.3316 9.56322 16.1407 9.70395 16L13.7048 12.0002L9.704 8.00024C9.63432 7.93055 9.57905 7.84783 9.54133 7.75678C9.50362 7.66574 9.48421 7.56816 9.48421 7.46961C9.48421 7.37106 9.50362 7.27348 9.54133 7.18244C9.57905 7.09139 9.63432 7.00867 9.704 6.93898C9.77369 6.8693 9.85641 6.81403 9.94746 6.77632C10.0385 6.7386 10.1361 6.71919 10.2346 6.71919C10.3332 6.71919 10.4308 6.7386 10.5218 6.77632C10.6128 6.81403 10.6956 6.8693 10.7653 6.93898Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretRightTinyIcon.displayName = 'CaretRightTinyIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretUpIcon: 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 CaretUpIcon = 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.0307 15.5306C19.961 15.6003 19.8783 15.6557 19.7873 15.6934C19.6962 15.7311 19.5986 15.7506 19.5001 15.7506C19.4015 15.7506 19.3039 15.7311 19.2128 15.6934C19.1218 15.6557 19.0391 15.6003 18.9694 15.5306L12.0001 8.56029L5.03068 15.5306C4.88995 15.6713 4.69907 15.7504 4.50005 15.7504C4.30103 15.7504 4.11016 15.6713 3.96943 15.5306C3.8287 15.3899 3.74963 15.199 3.74963 15C3.74963 14.801 3.8287 14.6101 3.96943 14.4694L11.4694 6.96935C11.5391 6.89962 11.6218 6.8443 11.7128 6.80656C11.8039 6.76882 11.9015 6.74939 12.0001 6.74939C12.0986 6.74939 12.1962 6.76882 12.2873 6.80656C12.3783 6.8443 12.461 6.89962 12.5307 6.96935L20.0307 14.4694C20.1004 14.539 20.1557 14.6217 20.1935 14.7128C20.2312 14.8038 20.2506 14.9014 20.2506 15C20.2506 15.0985 20.2312 15.1961 20.1935 15.2872C20.1557 15.3782 20.1004 15.4609 20.0307 15.5306Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretUpIcon.displayName = 'CaretUpIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretUpSmallIcon: 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 CaretUpSmallIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M4.9388 14.6039L11.4694 8.07351C11.539 8.00379 11.6217 7.94846 11.7128 7.91072C11.8038 7.87298 11.9014 7.85355 12 7.85355C12.0986 7.85355 12.1962 7.87298 12.2872 7.91072C12.3783 7.94846 12.461 8.00379 12.5306 8.07351L19.061 14.604C19.2018 14.7447 19.2808 14.9356 19.2808 15.1346C19.2808 15.3336 19.2018 15.5245 19.061 15.6652C18.9203 15.8059 18.7294 15.885 18.5304 15.885C18.3314 15.885 18.1405 15.8059 17.9998 15.6652L12 9.66444L6.00005 15.6652C5.93037 15.7348 5.84764 15.7901 5.7566 15.8278C5.66555 15.8655 5.56797 15.885 5.46943 15.885C5.37088 15.885 5.2733 15.8655 5.18225 15.8278C5.09121 15.7901 5.00848 15.7348 4.9388 15.6652C4.86912 15.5955 4.81384 15.5128 4.77613 15.4217C4.73842 15.3307 4.71901 15.2331 4.71901 15.1345C4.71901 15.036 4.73842 14.9384 4.77613 14.8474C4.81384 14.7563 4.86912 14.6736 4.9388 14.6039Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretUpSmallIcon.displayName = 'CaretUpSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretcircledoubledownIcon: 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 CaretcircledoubledownIcon = 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.8944 5.10574C17.0659 3.27724 14.5859 2.25 12 2.25C9.4141 2.25 6.93412 3.27724 5.10562 5.10574C3.27712 6.93425 2.24988 9.41423 2.24988 12.0001C2.24988 14.586 3.27712 17.066 5.10562 18.8945C6.93412 20.723 9.4141 21.7502 12 21.7502C14.5859 21.7502 17.0659 20.723 18.8944 18.8945C20.7229 17.066 21.7501 14.586 21.7501 12.0001C21.7501 9.41423 20.7229 6.93425 18.8944 5.10574ZM17.8341 17.8342C16.6802 18.9878 15.2102 19.7735 13.6099 20.0917C12.0096 20.4099 10.3509 20.2465 8.84344 19.622C7.33602 18.9975 6.04762 17.9401 5.14115 16.5834C4.23468 15.2268 3.75086 13.6318 3.75086 12.0001C3.75086 10.3685 4.23468 8.77347 5.14115 7.41679C6.04762 6.06011 7.33602 5.00269 8.84344 4.37823C10.3509 3.75377 12.0096 3.59032 13.6099 3.90855C15.2102 4.22678 16.6802 5.01239 17.8341 6.16606C19.379 7.7146 20.2466 9.81271 20.2466 12.0001C20.2466 14.1875 19.379 16.2856 17.8341 17.8342ZM15.5306 7.71949C15.6004 7.78915 15.6557 7.87186 15.6934 7.96291C15.7312 8.05396 15.7506 8.15156 15.7506 8.25012C15.7506 8.34868 15.7312 8.44627 15.6934 8.53732C15.6557 8.62837 15.6004 8.71109 15.5306 8.78074L12.5306 11.7807C12.461 11.8505 12.3782 11.9058 12.2872 11.9435C12.1962 11.9813 12.0986 12.0007 12 12.0007C11.9014 12.0007 11.8038 11.9813 11.7128 11.9435C11.6217 11.9058 11.539 11.8505 11.4694 11.7807L8.46937 8.78074C8.32864 8.64001 8.24958 8.44914 8.24958 8.25012C8.24958 8.0511 8.32864 7.86022 8.46937 7.71949C8.6101 7.57876 8.80097 7.4997 9 7.4997C9.19902 7.4997 9.38989 7.57876 9.53062 7.71949L12 10.1898L14.4694 7.71949C14.539 7.64976 14.6217 7.59444 14.7128 7.5567C14.8038 7.51896 14.9014 7.49953 15 7.49953C15.0986 7.49953 15.1962 7.51896 15.2872 7.5567C15.3782 7.59444 15.461 7.64976 15.5306 7.71949ZM15.5306 12.9695C15.6004 13.0391 15.6557 13.1219 15.6934 13.2129C15.7312 13.304 15.7506 13.4016 15.7506 13.5001C15.7506 13.5987 15.7312 13.6963 15.6934 13.7873C15.6557 13.8784 15.6004 13.9611 15.5306 14.0307L12.5306 17.0307C12.461 17.1005 12.3782 17.1558 12.2872 17.1935C12.1962 17.2313 12.0986 17.2507 12 17.2507C11.9014 17.2507 11.8038 17.2313 11.7128 17.1935C11.6217 17.1558 11.539 17.1005 11.4694 17.0307L8.46937 14.0307C8.32864 13.89 8.24958 13.6991 8.24958 13.5001C8.24958 13.3011 8.32864 13.1102 8.46937 12.9695C8.6101 12.8288 8.80097 12.7497 9 12.7497C9.19902 12.7497 9.38989 12.8288 9.53062 12.9695L12 15.4398L14.4694 12.9695C14.539 12.8998 14.6217 12.8444 14.7128 12.8067C14.8038 12.769 14.9014 12.7495 15 12.7495C15.0986 12.7495 15.1962 12.769 15.2872 12.8067C15.3782 12.8444 15.461 12.8998 15.5306 12.9695Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretcircledoubledownIcon.displayName = 'CaretcircledoubledownIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretcircledoubleleftIcon: 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 CaretcircledoubleleftIcon = 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.8944 5.10574C17.0659 3.27724 14.5859 2.25 12 2.25C9.4141 2.25 6.93412 3.27724 5.10562 5.10574C3.27712 6.93425 2.24988 9.41423 2.24988 12.0001C2.24988 14.586 3.27712 17.066 5.10562 18.8945C6.93412 20.723 9.4141 21.7502 12 21.7502C14.5859 21.7502 17.0659 20.723 18.8944 18.8945C20.7229 17.066 21.7501 14.586 21.7501 12.0001C21.7501 9.41423 20.7229 6.93425 18.8944 5.10574ZM17.8341 17.8342C16.6802 18.9878 15.2102 19.7735 13.6099 20.0917C12.0096 20.4099 10.3509 20.2465 8.84344 19.622C7.33602 18.9975 6.04762 17.9401 5.14115 16.5834C4.23468 15.2268 3.75086 13.6318 3.75086 12.0001C3.75086 10.3685 4.23468 8.77347 5.14115 7.41679C6.04762 6.06011 7.33602 5.00269 8.84344 4.37823C10.3509 3.75377 12.0096 3.59032 13.6099 3.90855C15.2102 4.22678 16.6802 5.01239 17.8341 6.16606C19.379 7.7146 20.2466 9.81271 20.2466 12.0001C20.2466 14.1875 19.379 16.2856 17.8341 17.8342ZM16.2806 9.53074L13.8103 12.0001L16.2806 14.4695C16.3503 14.5392 16.4056 14.6219 16.4433 14.7129C16.481 14.804 16.5004 14.9016 16.5004 15.0001C16.5004 15.0987 16.481 15.1962 16.4433 15.2873C16.4056 15.3783 16.3503 15.4611 16.2806 15.5307C16.2109 15.6004 16.1282 15.6557 16.0372 15.6934C15.9461 15.7311 15.8485 15.7505 15.75 15.7505C15.6514 15.7505 15.5539 15.7311 15.4628 15.6934C15.3718 15.6557 15.2891 15.6004 15.2194 15.5307L12.2194 12.5307C12.1496 12.4611 12.0943 12.3784 12.0566 12.2873C12.0188 12.1963 11.9994 12.0987 11.9994 12.0001C11.9994 11.9016 12.0188 11.804 12.0566 11.7129C12.0943 11.6219 12.1496 11.5391 12.2194 11.4695L15.2194 8.46949C15.2891 8.39981 15.3718 8.34453 15.4628 8.30682C15.5539 8.26911 15.6514 8.2497 15.75 8.2497C15.8485 8.2497 15.9461 8.26911 16.0372 8.30682C16.1282 8.34453 16.2109 8.39981 16.2806 8.46949C16.3503 8.53918 16.4056 8.6219 16.4433 8.71295C16.481 8.80399 16.5004 8.90157 16.5004 9.00012C16.5004 9.09866 16.481 9.19625 16.4433 9.28729C16.4056 9.37834 16.3503 9.46106 16.2806 9.53074ZM11.0306 9.53074L8.56031 12.0001L11.0306 14.4695C11.1003 14.5392 11.1556 14.6219 11.1933 14.7129C11.231 14.804 11.2504 14.9016 11.2504 15.0001C11.2504 15.0987 11.231 15.1962 11.1933 15.2873C11.1556 15.3783 11.1003 15.4611 11.0306 15.5307C10.9609 15.6004 10.8782 15.6557 10.7872 15.6934C10.6961 15.7311 10.5985 15.7505 10.5 15.7505C10.4015 15.7505 10.3039 15.7311 10.2128 15.6934C10.1218 15.6557 10.0391 15.6004 9.96937 15.5307L6.96937 12.5307C6.89964 12.4611 6.84432 12.3784 6.80658 12.2873C6.76883 12.1963 6.74941 12.0987 6.74941 12.0001C6.74941 11.9016 6.76883 11.804 6.80658 11.7129C6.84432 11.6219 6.89964 11.5391 6.96937 11.4695L9.96937 8.46949C10.1101 8.32876 10.301 8.2497 10.5 8.2497C10.699 8.2497 10.8899 8.32876 11.0306 8.46949C11.1714 8.61022 11.2504 8.8011 11.2504 9.00012C11.2504 9.19914 11.1714 9.39001 11.0306 9.53074Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretcircledoubleleftIcon.displayName = 'CaretcircledoubleleftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretcircleupdownIcon: 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 CaretcircleupdownIcon = 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 9.21937C15.6003 9.28906 15.6556 9.37178 15.6933 9.46283C15.731 9.55387 15.7504 9.65145 15.7504 9.75C15.7504 9.84855 15.731 9.94613 15.6933 10.0372C15.6556 10.1282 15.6003 10.2109 15.5306 10.2806C15.4609 10.3503 15.3782 10.4056 15.2872 10.4433C15.1961 10.481 15.0986 10.5004 15 10.5004C14.9015 10.5004 14.8039 10.481 14.7128 10.4433C14.6218 10.4056 14.5391 10.3503 14.4694 10.2806L12 7.81031L9.53063 10.2806C9.3899 10.4214 9.19903 10.5004 9 10.5004C8.80098 10.5004 8.61011 10.4214 8.46938 10.2806C8.32865 10.1399 8.24959 9.94902 8.24959 9.75C8.24959 9.55098 8.32865 9.36011 8.46938 9.21937L11.4694 6.21937C11.539 6.14964 11.6218 6.09432 11.7128 6.05658C11.8038 6.01884 11.9014 5.99941 12 5.99941C12.0986 5.99941 12.1962 6.01884 12.2872 6.05658C12.3783 6.09432 12.461 6.14964 12.5306 6.21937L15.5306 9.21937ZM15.5306 13.7194C15.6004 13.789 15.6557 13.8717 15.6934 13.9628C15.7312 14.0538 15.7506 14.1514 15.7506 14.25C15.7506 14.3486 15.7312 14.4462 15.6934 14.5372C15.6557 14.6283 15.6004 14.711 15.5306 14.7806L12.5306 17.7806C12.461 17.8504 12.3783 17.9057 12.2872 17.9434C12.1962 17.9812 12.0986 18.0006 12 18.0006C11.9014 18.0006 11.8038 17.9812 11.7128 17.9434C11.6218 17.9057 11.539 17.8504 11.4694 17.7806L8.46938 14.7806C8.32865 14.6399 8.24959 14.449 8.24959 14.25C8.24959 14.051 8.32865 13.8601 8.46938 13.7194C8.61011 13.5786 8.80098 13.4996 9 13.4996C9.19903 13.4996 9.3899 13.5786 9.53063 13.7194L12 16.1897L14.4694 13.7194C14.539 13.6496 14.6218 13.5943 14.7128 13.5566C14.8038 13.5188 14.9014 13.4994 15 13.4994C15.0986 13.4994 15.1962 13.5188 15.2872 13.5566C15.3783 13.5943 15.461 13.6496 15.5306 13.7194Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretcircleupdownIcon.displayName = 'CaretcircleupdownIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CellTowerIcon: 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 CellTowerIcon = 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.6713 7.91435C12.6091 7.78955 12.5133 7.68456 12.3947 7.61117C12.2762 7.53778 12.1395 7.4989 12 7.4989C11.8606 7.4989 11.7239 7.53778 11.6053 7.61117C11.4868 7.68456 11.391 7.78955 11.3288 7.91435L4.57879 21.4144C4.48978 21.5923 4.47508 21.7982 4.53794 21.987C4.60079 22.1757 4.73605 22.3317 4.91395 22.4208C5.09185 22.5098 5.29783 22.5245 5.48656 22.4616C5.6753 22.3988 5.83134 22.2635 5.92035 22.0856L7.21879 19.5H16.7907L18.0835 22.0856C18.1455 22.2095 18.2406 22.3138 18.3582 22.3869C18.4759 22.4601 18.6115 22.4992 18.75 22.5C18.8779 22.4999 19.0036 22.4672 19.1152 22.4049C19.2268 22.3426 19.3206 22.2528 19.3878 22.144C19.455 22.0352 19.4932 21.9111 19.4989 21.7834C19.5046 21.6557 19.4776 21.5287 19.4204 21.4144L12.6713 7.91435ZM12 9.92717L14.5369 15H9.46317L12 9.92717ZM7.96879 18L8.71879 16.5H15.2907L16.0407 18H7.96879ZM14.9569 8.7881C15.0342 8.35626 15.0158 7.91273 14.903 7.48877C14.7902 7.06481 14.5859 6.67074 14.3043 6.33433C14.0227 5.99792 13.6708 5.72736 13.2733 5.54171C12.8758 5.35606 12.4425 5.25985 12.0038 5.25985C11.5651 5.25985 11.1317 5.35606 10.7343 5.54171C10.3368 5.72736 9.98485 5.99792 9.70327 6.33433C9.4217 6.67074 9.21733 7.06481 9.10458 7.48877C8.99182 7.91273 8.97342 8.35626 9.05067 8.7881C9.07068 8.88599 9.07093 8.98689 9.05141 9.08488C9.03188 9.18287 8.99298 9.27596 8.93697 9.35871C8.88097 9.44145 8.809 9.51217 8.72529 9.56671C8.64157 9.62125 8.54781 9.65852 8.44949 9.67632C8.35118 9.69412 8.2503 9.6921 8.15277 9.67037C8.05525 9.64865 7.96305 9.60765 7.88159 9.5498C7.80013 9.49195 7.73105 9.4184 7.67841 9.33348C7.62577 9.24856 7.59062 9.15398 7.57504 9.05529C7.45749 8.40692 7.48376 7.74065 7.652 7.10355C7.82024 6.46645 8.12635 5.87408 8.54869 5.36828C8.97102 4.86248 9.49929 4.45561 10.0962 4.17641C10.693 3.89721 11.3439 3.7525 12.0029 3.7525C12.6618 3.7525 13.3127 3.89721 13.9096 4.17641C14.5064 4.45561 15.0347 4.86248 15.457 5.36828C15.8794 5.87408 16.1855 6.46645 16.3537 7.10355C16.5219 7.74065 16.5482 8.40692 16.4307 9.05529C16.3995 9.22812 16.3087 9.38452 16.174 9.49725C16.0394 9.60998 15.8694 9.67188 15.6938 9.67216C15.6488 9.67179 15.604 9.66771 15.5597 9.65998C15.4625 9.64279 15.3696 9.60658 15.2864 9.55342C15.2032 9.50026 15.1314 9.4312 15.0749 9.35019C15.0185 9.26919 14.9786 9.17784 14.9575 9.08138C14.9365 8.98492 14.9347 8.88526 14.9522 8.7881H14.9569ZM6.0141 12.7697C5.17373 11.6564 4.66046 10.3309 4.53194 8.94199C4.40343 7.55309 4.66478 6.15588 5.28662 4.90734C5.90846 3.6588 6.86615 2.6084 8.05209 1.87417C9.23802 1.13994 10.6052 0.750977 12 0.750977C13.3949 0.750977 14.7621 1.13994 15.948 1.87417C17.1339 2.6084 18.0916 3.6588 18.7135 4.90734C19.3353 6.15588 19.5967 7.55309 19.4681 8.94199C19.3396 10.3309 18.8264 11.6564 17.986 12.7697C17.8648 12.9249 17.6874 13.0262 17.4922 13.0518C17.2969 13.0774 17.0994 13.0252 16.9424 12.9064C16.7853 12.7876 16.6813 12.6118 16.6527 12.4169C16.6241 12.2221 16.6734 12.0238 16.7897 11.865C17.4617 10.9743 17.872 9.91392 17.9746 8.80292C18.0772 7.69191 17.868 6.57431 17.3704 5.57566C16.8729 4.57701 16.1068 3.73687 15.1581 3.14962C14.2094 2.56237 13.1158 2.25127 12 2.25127C10.8843 2.25127 9.79068 2.56237 8.84201 3.14962C7.89333 3.73687 7.12719 4.57701 6.62965 5.57566C6.13211 6.57431 5.92287 7.69191 6.02546 8.80292C6.12804 9.91392 6.53837 10.9743 7.21036 11.865C7.32672 12.0238 7.37594 12.2221 7.34738 12.4169C7.31882 12.6118 7.21477 12.7876 7.05771 12.9064C6.90064 13.0252 6.70316 13.0774 6.5079 13.0518C6.31264 13.0262 6.13528 12.9249 6.0141 12.7697Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CellTowerIcon.displayName = 'CellTowerIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ChartLineDownIcon: 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 ChartLineDownIcon = 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 19.5C21.75 19.6989 21.671 19.8897 21.5303 20.0303C21.3897 20.171 21.1989 20.25 21 20.25H3C2.80109 20.25 2.61032 20.171 2.46967 20.0303C2.32902 19.8897 2.25 19.6989 2.25 19.5V4.5C2.25 4.30109 2.32902 4.11032 2.46967 3.96967C2.61032 3.82902 2.80109 3.75 3 3.75C3.19891 3.75 3.38968 3.82902 3.53033 3.96967C3.67098 4.11032 3.75 4.30109 3.75 4.5V5.68969L9 10.9397L11.4694 8.46937C11.539 8.39964 11.6217 8.34432 11.7128 8.30658C11.8038 8.26884 11.9014 8.24941 12 8.24941C12.0986 8.24941 12.1962 8.26884 12.2872 8.30658C12.3783 8.34432 12.461 8.39964 12.5306 8.46937L18 13.9397V12C18 11.8011 18.079 11.6103 18.2197 11.4697C18.3603 11.329 18.5511 11.25 18.75 11.25C18.9489 11.25 19.1397 11.329 19.2803 11.4697C19.421 11.6103 19.5 11.8011 19.5 12V15.75C19.5014 15.775 19.5014 15.8 19.5 15.825C19.5 15.8353 19.5 15.8447 19.4953 15.855C19.4906 15.8653 19.4953 15.8831 19.4888 15.8981C19.4867 15.9099 19.4839 15.9215 19.4803 15.9328C19.4803 15.945 19.4747 15.9572 19.4709 15.9694C19.4672 15.9816 19.4634 15.9909 19.4597 16.0022L19.4466 16.0387L19.4325 16.0678C19.4269 16.08 19.4212 16.0931 19.4147 16.1053C19.4081 16.1175 19.4044 16.1222 19.3997 16.1316L19.3772 16.1681L19.3575 16.1944L19.3331 16.2272C19.3228 16.2403 19.3106 16.2525 19.2994 16.2647L19.2844 16.2816L19.2684 16.2956C19.256 16.3079 19.2428 16.3195 19.2291 16.3303C19.2195 16.3386 19.2095 16.3465 19.1991 16.3538L19.1709 16.3744L19.1353 16.3959C19.1263 16.4018 19.1169 16.4071 19.1072 16.4119L19.0725 16.4297L19.0406 16.4437L19.0069 16.4559C18.9953 16.4608 18.9834 16.4649 18.9713 16.4681L18.9375 16.4775C18.9244 16.4775 18.9131 16.4841 18.9 16.4859L18.8606 16.4925L18.8278 16.4972C18.8031 16.4986 18.7784 16.4986 18.7537 16.4972H15C14.8011 16.4972 14.6103 16.4182 14.4697 16.2775C14.329 16.1369 14.25 15.9461 14.25 15.7472C14.25 15.5483 14.329 15.3575 14.4697 15.2169C14.6103 15.0762 14.8011 14.9972 15 14.9972H16.9397L12 10.0603L9.53063 12.5306C9.46097 12.6004 9.37825 12.6557 9.28721 12.6934C9.19616 12.7312 9.09856 12.7506 9 12.7506C8.90144 12.7506 8.80384 12.7312 8.71279 12.6934C8.62175 12.6557 8.53903 12.6004 8.46937 12.5306L3.75 7.81031V18.75H21C21.1989 18.75 21.3897 18.829 21.5303 18.9697C21.671 19.1103 21.75 19.3011 21.75 19.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ChartLineDownIcon.displayName = 'ChartLineDownIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ChartLineUpIcon: 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 ChartLineUpIcon = 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 19.5C21.75 19.6989 21.671 19.8897 21.5303 20.0303C21.3897 20.171 21.1989 20.25 21 20.25H3C2.80109 20.25 2.61032 20.171 2.46967 20.0303C2.32902 19.8897 2.25 19.6989 2.25 19.5V4.5C2.25 4.30109 2.32902 4.11032 2.46967 3.96967C2.61032 3.82902 2.80109 3.75 3 3.75C3.19891 3.75 3.38968 3.82902 3.53033 3.96967C3.67098 4.11032 3.75 4.30109 3.75 4.5V14.6897L8.46937 9.96937C8.53903 9.89964 8.62175 9.84432 8.71279 9.80658C8.80384 9.76884 8.90144 9.74941 9 9.74941C9.09856 9.74941 9.19616 9.76884 9.28721 9.80658C9.37825 9.84432 9.46097 9.89964 9.53063 9.96937L12 12.4397L16.9397 7.5H15C14.8011 7.5 14.6103 7.42098 14.4697 7.28033C14.329 7.13968 14.25 6.94891 14.25 6.75C14.25 6.55109 14.329 6.36032 14.4697 6.21967C14.6103 6.07902 14.8011 6 15 6H18.75C18.9489 6 19.1397 6.07902 19.2803 6.21967C19.421 6.36032 19.5 6.55109 19.5 6.75V10.5C19.5 10.6989 19.421 10.8897 19.2803 11.0303C19.1397 11.171 18.9489 11.25 18.75 11.25C18.5511 11.25 18.3603 11.171 18.2197 11.0303C18.079 10.8897 18 10.6989 18 10.5V8.56031L12.5306 14.0306C12.461 14.1004 12.3783 14.1557 12.2872 14.1934C12.1962 14.2312 12.0986 14.2506 12 14.2506C11.9014 14.2506 11.8038 14.2312 11.7128 14.1934C11.6217 14.1557 11.539 14.1004 11.4694 14.0306L9 11.5603L3.75 16.8103V18.75H21C21.1989 18.75 21.3897 18.829 21.5303 18.9697C21.671 19.1103 21.75 19.3011 21.75 19.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ChartLineUpIcon.displayName = 'ChartLineUpIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ChartPieSliceIcon: 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 ChartPieSliceIcon = 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: "M9.37502 10.9153C9.48906 10.8495 9.58375 10.7548 9.64958 10.6407C9.7154 10.5267 9.75005 10.3973 9.75002 10.2656V3.51562C9.74935 3.39605 9.7201 3.27837 9.66471 3.1724C9.60931 3.06643 9.52939 2.97523 9.43159 2.90643C9.33379 2.83762 9.22096 2.7932 9.10251 2.77686C8.98406 2.76052 8.86341 2.77274 8.75064 2.8125C6.56156 3.58726 4.72063 5.11748 3.55878 7.12807C2.39694 9.13865 1.99038 11.4977 2.4122 13.7812C2.43407 13.8993 2.48397 14.0104 2.55771 14.1052C2.63145 14.2 2.72687 14.2757 2.83595 14.3259C2.93425 14.3719 3.0415 14.3956 3.15002 14.3953C3.28165 14.3954 3.41098 14.3608 3.52502 14.295L9.37502 10.9153ZM8.25002 4.65188V9.8325L3.76127 12.4228C3.75002 12.2812 3.75002 12.1388 3.75002 12C3.75135 10.4797 4.17216 8.98928 4.96613 7.69279C5.76011 6.3963 6.89644 5.34404 8.25002 4.65188ZM12 2.25C11.8011 2.25 11.6103 2.32902 11.4697 2.46967C11.329 2.61032 11.25 2.80109 11.25 3V11.6081L3.86158 15.9122C3.77584 15.9619 3.7008 16.0281 3.6408 16.107C3.5808 16.1858 3.53703 16.2758 3.51201 16.3717C3.48699 16.4676 3.48122 16.5675 3.49504 16.6656C3.50886 16.7638 3.54199 16.8582 3.59252 16.9434C4.45849 18.4156 5.69599 19.6344 7.18113 20.478C8.66627 21.3215 10.3469 21.7601 12.0549 21.7498C13.7628 21.7396 15.4381 21.2809 16.913 20.4196C18.3879 19.5583 19.6107 18.3247 20.459 16.8422C21.3072 15.3598 21.7511 13.6805 21.7463 11.9726C21.7415 10.2646 21.2882 8.58787 20.4316 7.11022C19.575 5.63257 18.3453 4.40586 16.8656 3.55289C15.3858 2.69993 13.708 2.25064 12 2.25ZM12 20.25C10.6907 20.2465 9.40091 19.9331 8.23601 19.3354C7.07112 18.7377 6.06427 17.8727 5.29783 16.8113L12.3778 12.6863C12.4917 12.6205 12.5863 12.5259 12.6522 12.4121C12.718 12.2982 12.7527 12.169 12.7528 12.0375V3.78375C14.8682 3.97567 16.8281 4.9761 18.2244 6.57675C19.6207 8.1774 20.3458 10.2549 20.2488 12.3768C20.1518 14.4987 19.2401 16.5013 17.7036 17.9679C16.1671 19.4345 14.1241 20.2519 12 20.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ChartPieSliceIcon.displayName = 'ChartPieSliceIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ChartPolarIcon: 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 ChartPolarIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25ZM20.2153 11.25H17.9513C17.7829 9.92936 17.1808 8.70201 16.2394 7.76062C15.298 6.81923 14.0706 6.2171 12.75 6.04875V3.78469C14.6699 3.96244 16.4672 4.80606 17.8306 6.16944C19.1939 7.53282 20.0376 9.3301 20.2153 11.25ZM11.25 11.25H7.56375C7.72076 10.3295 8.15974 9.48038 8.82007 8.82006C9.48039 8.15974 10.3295 7.72076 11.25 7.56375V11.25ZM11.25 12.75V16.4363C10.3295 16.2792 9.48039 15.8403 8.82007 15.1799C8.15974 14.5196 7.72076 13.6705 7.56375 12.75H11.25ZM12.75 12.75H16.4363C16.2792 13.6705 15.8403 14.5196 15.1799 15.1799C14.5196 15.8403 13.6705 16.2792 12.75 16.4363V12.75ZM12.75 11.25V7.56375C13.6705 7.72076 14.5196 8.15974 15.1799 8.82006C15.8403 9.48038 16.2792 10.3295 16.4363 11.25H12.75ZM11.25 3.78469V6.04875C9.92936 6.2171 8.70201 6.81923 7.76062 7.76062C6.81923 8.70201 6.2171 9.92936 6.04875 11.25H3.78469C3.96244 9.3301 4.80606 7.53282 6.16945 6.16944C7.53283 4.80606 9.3301 3.96244 11.25 3.78469ZM3.78469 12.75H6.04875C6.2171 14.0706 6.81923 15.298 7.76062 16.2394C8.70201 17.1808 9.92936 17.7829 11.25 17.9513V20.2153C9.3301 20.0376 7.53283 19.1939 6.16945 17.8306C4.80606 16.4672 3.96244 14.6699 3.78469 12.75ZM12.75 20.2153V17.9513C14.0706 17.7829 15.298 17.1808 16.2394 16.2394C17.1808 15.298 17.7829 14.0706 17.9513 12.75H20.2153C20.0376 14.6699 19.1939 16.4672 17.8306 17.8306C16.4672 19.1939 14.6699 20.0376 12.75 20.2153Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ChartPolarIcon.displayName = 'ChartPolarIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ChartScatterIcon: CustomIcon;