@webpros/mui-theme 0.3.10 → 0.3.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (871) hide show
  1. package/dist/package.json +2 -1
  2. package/dist/src/components/data-display/Badge/Badge.theme.js +18 -18
  3. package/dist/src/components/data-display/Chip/Chip.theme.js +2 -0
  4. package/dist/src/components/feedback/Alert/Alert.theme.d.ts +1 -1
  5. package/dist/src/components/feedback/Alert/Alert.theme.js +82 -15
  6. package/dist/src/components/feedback/Alert/alertDefaultIcons.d.ts +2 -0
  7. package/dist/src/components/feedback/Alert/alertDefaultIcons.js +16 -0
  8. package/dist/src/components/feedback/Dialog/Dialog.theme.js +5 -8
  9. package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.js +32 -3
  10. package/dist/src/components/inputs/Checkbox/Checkbox.theme.d.ts +2 -1
  11. package/dist/src/components/inputs/Checkbox/Checkbox.theme.js +47 -0
  12. package/dist/src/components/inputs/Filter/Filter.js +2 -1
  13. package/dist/src/components/inputs/Radio/Radio.theme.js +17 -1
  14. package/dist/src/components/inputs/Select/Select.theme.js +2 -2
  15. package/dist/src/components/navigation/PaginationItem/components/PaginationIcons.js +4 -1
  16. package/dist/src/components/navigation/Tab/Tab.theme.js +2 -2
  17. package/dist/src/components/utils/inputIcons.d.ts +9 -0
  18. package/dist/src/components/utils/inputIcons.js +19 -0
  19. package/dist/src/icons/AlignLeftSimpleIcon.d.ts +2 -0
  20. package/dist/src/icons/AlignLeftSimpleIcon.js +12 -0
  21. package/dist/src/icons/AmazonIcon.d.ts +2 -0
  22. package/dist/src/icons/AmazonIcon.js +12 -0
  23. package/dist/src/icons/AndroidIcon.d.ts +2 -0
  24. package/dist/src/icons/AndroidIcon.js +12 -0
  25. package/dist/src/icons/ApparetmentIcon.d.ts +2 -0
  26. package/dist/src/icons/ApparetmentIcon.js +12 -0
  27. package/dist/src/icons/ArchiveIcon.d.ts +2 -0
  28. package/dist/src/icons/ArchiveIcon.js +12 -0
  29. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.d.ts +2 -0
  30. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +12 -0
  31. package/dist/src/icons/ArrowBendDoubleUpRightIcon.d.ts +2 -0
  32. package/dist/src/icons/ArrowBendDoubleUpRightIcon.js +12 -0
  33. package/dist/src/icons/ArrowBendUpLeftIcon.d.ts +2 -0
  34. package/dist/src/icons/ArrowBendUpLeftIcon.js +12 -0
  35. package/dist/src/icons/ArrowBendUpRightIcon.d.ts +2 -0
  36. package/dist/src/icons/ArrowBendUpRightIcon.js +12 -0
  37. package/dist/src/icons/ArrowCircleDownFillIcon.d.ts +2 -0
  38. package/dist/src/icons/ArrowCircleDownFillIcon.js +12 -0
  39. package/dist/src/icons/ArrowCircleUpFillIcon.d.ts +2 -0
  40. package/dist/src/icons/ArrowCircleUpFillIcon.js +12 -0
  41. package/dist/src/icons/ArrowClockwiseFillIcon.d.ts +2 -0
  42. package/dist/src/icons/ArrowClockwiseFillIcon.js +12 -0
  43. package/dist/src/icons/ArrowDownBoldIcon.d.ts +2 -0
  44. package/dist/src/icons/ArrowDownBoldIcon.js +12 -0
  45. package/dist/src/icons/ArrowDownIcon.d.ts +2 -0
  46. package/dist/src/icons/ArrowDownIcon.js +12 -0
  47. package/dist/src/icons/ArrowDownSmallIcon.d.ts +2 -0
  48. package/dist/src/icons/ArrowDownSmallIcon.js +12 -0
  49. package/dist/src/icons/ArrowLeftIcon.d.ts +2 -0
  50. package/dist/src/icons/ArrowLeftIcon.js +12 -0
  51. package/dist/src/icons/ArrowLeftWpIcon.d.ts +2 -0
  52. package/dist/src/icons/ArrowLeftWpIcon.js +12 -0
  53. package/dist/src/icons/ArrowLineDownIcon.d.ts +2 -0
  54. package/dist/src/icons/ArrowLineDownIcon.js +12 -0
  55. package/dist/src/icons/ArrowLineUpIcon.d.ts +2 -0
  56. package/dist/src/icons/ArrowLineUpIcon.js +12 -0
  57. package/dist/src/icons/ArrowRightIcon.d.ts +2 -0
  58. package/dist/src/icons/ArrowRightIcon.js +12 -0
  59. package/dist/src/icons/ArrowRightSmallIcon.d.ts +2 -0
  60. package/dist/src/icons/ArrowRightSmallIcon.js +12 -0
  61. package/dist/src/icons/ArrowSquareInIcon.d.ts +2 -0
  62. package/dist/src/icons/ArrowSquareInIcon.js +12 -0
  63. package/dist/src/icons/ArrowSquareOutIcon.d.ts +2 -0
  64. package/dist/src/icons/ArrowSquareOutIcon.js +12 -0
  65. package/dist/src/icons/ArrowSquareOutSmallIcon.d.ts +2 -0
  66. package/dist/src/icons/ArrowSquareOutSmallIcon.js +12 -0
  67. package/dist/src/icons/ArrowUpIcon.d.ts +2 -0
  68. package/dist/src/icons/ArrowUpIcon.js +12 -0
  69. package/dist/src/icons/ArrowUpLeftIcon.d.ts +2 -0
  70. package/dist/src/icons/ArrowUpLeftIcon.js +12 -0
  71. package/dist/src/icons/ArrowUpSmallIcon.d.ts +2 -0
  72. package/dist/src/icons/ArrowUpSmallIcon.js +12 -0
  73. package/dist/src/icons/ArrowarcleftIcon.d.ts +2 -0
  74. package/dist/src/icons/ArrowarcleftIcon.js +12 -0
  75. package/dist/src/icons/ArrowarcrightIcon.d.ts +2 -0
  76. package/dist/src/icons/ArrowarcrightIcon.js +12 -0
  77. package/dist/src/icons/ArrowbendrightdownIcon.d.ts +2 -0
  78. package/dist/src/icons/ArrowbendrightdownIcon.js +12 -0
  79. package/dist/src/icons/ArrowbendrightupIcon.d.ts +2 -0
  80. package/dist/src/icons/ArrowbendrightupIcon.js +12 -0
  81. package/dist/src/icons/ArrowcirclerightIcon.d.ts +2 -0
  82. package/dist/src/icons/ArrowcirclerightIcon.js +12 -0
  83. package/dist/src/icons/ArrowcircleupIcon.d.ts +2 -0
  84. package/dist/src/icons/ArrowcircleupIcon.js +12 -0
  85. package/dist/src/icons/ArrowdownrightIcon.d.ts +2 -0
  86. package/dist/src/icons/ArrowdownrightIcon.js +12 -0
  87. package/dist/src/icons/ArrowelbowdownleftIcon.d.ts +2 -0
  88. package/dist/src/icons/ArrowelbowdownleftIcon.js +12 -0
  89. package/dist/src/icons/ArrowelbowrightupIcon.d.ts +2 -0
  90. package/dist/src/icons/ArrowelbowrightupIcon.js +12 -0
  91. package/dist/src/icons/ArrowelbowupleftIcon.d.ts +2 -0
  92. package/dist/src/icons/ArrowelbowupleftIcon.js +12 -0
  93. package/dist/src/icons/ArrowfatlinesdownIcon.d.ts +2 -0
  94. package/dist/src/icons/ArrowfatlinesdownIcon.js +12 -0
  95. package/dist/src/icons/ArrowfatlineupIcon.d.ts +2 -0
  96. package/dist/src/icons/ArrowfatlineupIcon.js +12 -0
  97. package/dist/src/icons/ArrowlinedownleftIcon.d.ts +2 -0
  98. package/dist/src/icons/ArrowlinedownleftIcon.js +12 -0
  99. package/dist/src/icons/ArrowsClockwiseIcon.d.ts +2 -0
  100. package/dist/src/icons/ArrowsClockwiseIcon.js +12 -0
  101. package/dist/src/icons/ArrowsInSimpleIcon.d.ts +2 -0
  102. package/dist/src/icons/ArrowsInSimpleIcon.js +12 -0
  103. package/dist/src/icons/ArrowsOutCardinalIcon.d.ts +2 -0
  104. package/dist/src/icons/ArrowsOutCardinalIcon.js +12 -0
  105. package/dist/src/icons/ArrowsOutSimpleIcon.d.ts +2 -0
  106. package/dist/src/icons/ArrowsOutSimpleIcon.js +12 -0
  107. package/dist/src/icons/ArrowsdownupIcon.d.ts +2 -0
  108. package/dist/src/icons/ArrowsdownupIcon.js +12 -0
  109. package/dist/src/icons/ArrowshorizontalIcon.d.ts +2 -0
  110. package/dist/src/icons/ArrowshorizontalIcon.js +12 -0
  111. package/dist/src/icons/ArrowsmergeIcon.d.ts +2 -0
  112. package/dist/src/icons/ArrowsmergeIcon.js +12 -0
  113. package/dist/src/icons/ArrowsoutIcon.d.ts +2 -0
  114. package/dist/src/icons/ArrowsoutIcon.js +12 -0
  115. package/dist/src/icons/ArrowsquaredownIcon.d.ts +2 -0
  116. package/dist/src/icons/ArrowsquaredownIcon.js +12 -0
  117. package/dist/src/icons/ArrowsquareupIcon.d.ts +2 -0
  118. package/dist/src/icons/ArrowsquareupIcon.js +12 -0
  119. package/dist/src/icons/ArrowsquareupleftIcon.d.ts +2 -0
  120. package/dist/src/icons/ArrowsquareupleftIcon.js +12 -0
  121. package/dist/src/icons/ArrowurightupIcon.d.ts +2 -0
  122. package/dist/src/icons/ArrowurightupIcon.js +12 -0
  123. package/dist/src/icons/ArrowuupleftIcon.d.ts +2 -0
  124. package/dist/src/icons/ArrowuupleftIcon.js +12 -0
  125. package/dist/src/icons/ArticleIcon.d.ts +2 -0
  126. package/dist/src/icons/ArticleIcon.js +12 -0
  127. package/dist/src/icons/AtIcon.d.ts +2 -0
  128. package/dist/src/icons/AtIcon.js +12 -0
  129. package/dist/src/icons/AutoResponderIcon.d.ts +2 -0
  130. package/dist/src/icons/AutoResponderIcon.js +12 -0
  131. package/dist/src/icons/AutoResponderPlusIcon.d.ts +2 -0
  132. package/dist/src/icons/AutoResponderPlusIcon.js +12 -0
  133. package/dist/src/icons/BarChartIcon.d.ts +2 -0
  134. package/dist/src/icons/BarChartIcon.js +12 -0
  135. package/dist/src/icons/BarricadeIcon.d.ts +2 -0
  136. package/dist/src/icons/BarricadeIcon.js +12 -0
  137. package/dist/src/icons/BellIcon.d.ts +2 -0
  138. package/dist/src/icons/BellIcon.js +12 -0
  139. package/dist/src/icons/BellSimpleSlashIcon.d.ts +2 -0
  140. package/dist/src/icons/BellSimpleSlashIcon.js +12 -0
  141. package/dist/src/icons/BluetoothIcon.d.ts +2 -0
  142. package/dist/src/icons/BluetoothIcon.js +12 -0
  143. package/dist/src/icons/BookOpenIcon.d.ts +2 -0
  144. package/dist/src/icons/BookOpenIcon.js +12 -0
  145. package/dist/src/icons/BookmarkSimpleIcon.d.ts +2 -0
  146. package/dist/src/icons/BookmarkSimpleIcon.js +12 -0
  147. package/dist/src/icons/BookmarksIcon.d.ts +2 -0
  148. package/dist/src/icons/BookmarksIcon.js +12 -0
  149. package/dist/src/icons/BoundingBoxIcon.d.ts +2 -0
  150. package/dist/src/icons/BoundingBoxIcon.js +12 -0
  151. package/dist/src/icons/BoxArrowDownIcon.d.ts +2 -0
  152. package/dist/src/icons/BoxArrowDownIcon.js +12 -0
  153. package/dist/src/icons/BoxArrowUpIcon.d.ts +2 -0
  154. package/dist/src/icons/BoxArrowUpIcon.js +12 -0
  155. package/dist/src/icons/BriefcaseIcon.d.ts +2 -0
  156. package/dist/src/icons/BriefcaseIcon.js +12 -0
  157. package/dist/src/icons/BrowserIcon.d.ts +2 -0
  158. package/dist/src/icons/BrowserIcon.js +12 -0
  159. package/dist/src/icons/BugBeetleIcon.d.ts +2 -0
  160. package/dist/src/icons/BugBeetleIcon.js +12 -0
  161. package/dist/src/icons/BuildingApartmentIcon.d.ts +2 -0
  162. package/dist/src/icons/BuildingApartmentIcon.js +12 -0
  163. package/dist/src/icons/BuildingIcon.d.ts +2 -0
  164. package/dist/src/icons/BuildingIcon.js +12 -0
  165. package/dist/src/icons/BuildingOfficeIcon.d.ts +2 -0
  166. package/dist/src/icons/BuildingOfficeIcon.js +12 -0
  167. package/dist/src/icons/CalendarBlankIcon.d.ts +2 -0
  168. package/dist/src/icons/CalendarBlankIcon.js +12 -0
  169. package/dist/src/icons/CalendarCheckIcon.d.ts +2 -0
  170. package/dist/src/icons/CalendarCheckIcon.js +12 -0
  171. package/dist/src/icons/CalendarPlusIcon.d.ts +2 -0
  172. package/dist/src/icons/CalendarPlusIcon.js +12 -0
  173. package/dist/src/icons/CarIcon.d.ts +2 -0
  174. package/dist/src/icons/CarIcon.js +12 -0
  175. package/dist/src/icons/CaretDoubleDownIcon.d.ts +2 -0
  176. package/dist/src/icons/CaretDoubleDownIcon.js +12 -0
  177. package/dist/src/icons/CaretDoubleDownSmallIcon.d.ts +2 -0
  178. package/dist/src/icons/CaretDoubleDownSmallIcon.js +12 -0
  179. package/dist/src/icons/CaretDoubleLeftIcon.d.ts +2 -0
  180. package/dist/src/icons/CaretDoubleLeftIcon.js +12 -0
  181. package/dist/src/icons/CaretDoubleLeftSmallIcon.d.ts +2 -0
  182. package/dist/src/icons/CaretDoubleLeftSmallIcon.js +12 -0
  183. package/dist/src/icons/CaretDoubleRightIcon.d.ts +2 -0
  184. package/dist/src/icons/CaretDoubleRightIcon.js +12 -0
  185. package/dist/src/icons/CaretDoubleRightSmallIcon.d.ts +2 -0
  186. package/dist/src/icons/CaretDoubleRightSmallIcon.js +12 -0
  187. package/dist/src/icons/CaretDoubleUpIcon.d.ts +2 -0
  188. package/dist/src/icons/CaretDoubleUpIcon.js +12 -0
  189. package/dist/src/icons/CaretDoubleUpSmallIcon.d.ts +2 -0
  190. package/dist/src/icons/CaretDoubleUpSmallIcon.js +12 -0
  191. package/dist/src/icons/CaretDownIcon.d.ts +2 -0
  192. package/dist/src/icons/CaretDownIcon.js +12 -0
  193. package/dist/src/icons/CaretDownSmallIcon.d.ts +2 -0
  194. package/dist/src/icons/CaretDownSmallIcon.js +12 -0
  195. package/dist/src/icons/CaretLeftIcon.d.ts +2 -0
  196. package/dist/src/icons/CaretLeftIcon.js +12 -0
  197. package/dist/src/icons/CaretLeftSmallIcon.d.ts +2 -0
  198. package/dist/src/icons/CaretLeftSmallIcon.js +12 -0
  199. package/dist/src/icons/CaretRightIcon.d.ts +2 -0
  200. package/dist/src/icons/CaretRightIcon.js +12 -0
  201. package/dist/src/icons/CaretRightSmallIcon.d.ts +2 -0
  202. package/dist/src/icons/CaretRightSmallIcon.js +12 -0
  203. package/dist/src/icons/CaretRightTinyIcon.d.ts +2 -0
  204. package/dist/src/icons/CaretRightTinyIcon.js +12 -0
  205. package/dist/src/icons/CaretUpIcon.d.ts +2 -0
  206. package/dist/src/icons/CaretUpIcon.js +12 -0
  207. package/dist/src/icons/CaretUpSmallIcon.d.ts +2 -0
  208. package/dist/src/icons/CaretUpSmallIcon.js +12 -0
  209. package/dist/src/icons/CaretcircledoubledownIcon.d.ts +2 -0
  210. package/dist/src/icons/CaretcircledoubledownIcon.js +12 -0
  211. package/dist/src/icons/CaretcircledoubleleftIcon.d.ts +2 -0
  212. package/dist/src/icons/CaretcircledoubleleftIcon.js +12 -0
  213. package/dist/src/icons/CaretcircleupdownIcon.d.ts +2 -0
  214. package/dist/src/icons/CaretcircleupdownIcon.js +12 -0
  215. package/dist/src/icons/CellTowerIcon.d.ts +2 -0
  216. package/dist/src/icons/CellTowerIcon.js +12 -0
  217. package/dist/src/icons/ChartLineDownIcon.d.ts +2 -0
  218. package/dist/src/icons/ChartLineDownIcon.js +12 -0
  219. package/dist/src/icons/ChartLineUpIcon.d.ts +2 -0
  220. package/dist/src/icons/ChartLineUpIcon.js +12 -0
  221. package/dist/src/icons/ChartPieSliceIcon.d.ts +2 -0
  222. package/dist/src/icons/ChartPieSliceIcon.js +12 -0
  223. package/dist/src/icons/ChartPolarIcon.d.ts +2 -0
  224. package/dist/src/icons/ChartPolarIcon.js +12 -0
  225. package/dist/src/icons/ChartScatterIcon.d.ts +2 -0
  226. package/dist/src/icons/ChartScatterIcon.js +12 -0
  227. package/dist/src/icons/ChatCenteredIcon.d.ts +2 -0
  228. package/dist/src/icons/ChatCenteredIcon.js +12 -0
  229. package/dist/src/icons/ChatCircleIcon.d.ts +2 -0
  230. package/dist/src/icons/ChatCircleIcon.js +12 -0
  231. package/dist/src/icons/CheckAllIcon.d.ts +2 -0
  232. package/dist/src/icons/CheckAllIcon.js +12 -0
  233. package/dist/src/icons/CheckCircleFillIcon.d.ts +2 -0
  234. package/dist/src/icons/CheckCircleFillIcon.js +12 -0
  235. package/dist/src/icons/CheckCircleIcon.d.ts +2 -0
  236. package/dist/src/icons/CheckCircleIcon.js +12 -0
  237. package/dist/src/icons/CheckIcon.d.ts +2 -0
  238. package/dist/src/icons/CheckIcon.js +12 -0
  239. package/dist/src/icons/CheckIndeterminateSmallIcon.d.ts +2 -0
  240. package/dist/src/icons/CheckIndeterminateSmallIcon.js +12 -0
  241. package/dist/src/icons/CheckSmallIcon.d.ts +2 -0
  242. package/dist/src/icons/CheckSmallIcon.js +12 -0
  243. package/dist/src/icons/CheckSquareFillIcon.d.ts +2 -0
  244. package/dist/src/icons/CheckSquareFillIcon.js +12 -0
  245. package/dist/src/icons/CheckSquareIcon.d.ts +2 -0
  246. package/dist/src/icons/CheckSquareIcon.js +12 -0
  247. package/dist/src/icons/CheckboxIntermediate20Icon.d.ts +2 -0
  248. package/dist/src/icons/CheckboxIntermediate20Icon.js +12 -0
  249. package/dist/src/icons/CheckboxOff20Icon.d.ts +2 -0
  250. package/dist/src/icons/CheckboxOff20Icon.js +12 -0
  251. package/dist/src/icons/CheckboxOffSmallIcon.d.ts +2 -0
  252. package/dist/src/icons/CheckboxOffSmallIcon.js +12 -0
  253. package/dist/src/icons/CheckboxOn20Icon.d.ts +2 -0
  254. package/dist/src/icons/CheckboxOn20Icon.js +12 -0
  255. package/dist/src/icons/CircleIcon.d.ts +2 -0
  256. package/dist/src/icons/CircleIcon.js +12 -0
  257. package/dist/src/icons/CirclesFourIcon.d.ts +2 -0
  258. package/dist/src/icons/CirclesFourIcon.js +12 -0
  259. package/dist/src/icons/CirclesThreeIcon.d.ts +2 -0
  260. package/dist/src/icons/CirclesThreeIcon.js +12 -0
  261. package/dist/src/icons/ClockClockwiseIcon.d.ts +2 -0
  262. package/dist/src/icons/ClockClockwiseIcon.js +12 -0
  263. package/dist/src/icons/ClockCounterClockwiseIcon.d.ts +2 -0
  264. package/dist/src/icons/ClockCounterClockwiseIcon.js +12 -0
  265. package/dist/src/icons/ClockDuotoneIcon.d.ts +2 -0
  266. package/dist/src/icons/ClockDuotoneIcon.js +12 -0
  267. package/dist/src/icons/ClockIcon.d.ts +2 -0
  268. package/dist/src/icons/ClockIcon.js +12 -0
  269. package/dist/src/icons/ClockSmallIcon.d.ts +2 -0
  270. package/dist/src/icons/ClockSmallIcon.js +12 -0
  271. package/dist/src/icons/CloneIcon.d.ts +2 -0
  272. package/dist/src/icons/CloneIcon.js +12 -0
  273. package/dist/src/icons/CloseBigIcon.d.ts +2 -0
  274. package/dist/src/icons/CloseBigIcon.js +12 -0
  275. package/dist/src/icons/CloseCircleFillIcon.d.ts +2 -0
  276. package/dist/src/icons/CloseCircleFillIcon.js +12 -0
  277. package/dist/src/icons/CloseCircleIcon.d.ts +2 -0
  278. package/dist/src/icons/CloseCircleIcon.js +12 -0
  279. package/dist/src/icons/CloseIcon.d.ts +2 -0
  280. package/dist/src/icons/CloseIcon.js +12 -0
  281. package/dist/src/icons/CloseSmallIcon.d.ts +2 -0
  282. package/dist/src/icons/CloseSmallIcon.js +12 -0
  283. package/dist/src/icons/CloudCheckIcon.d.ts +2 -0
  284. package/dist/src/icons/CloudCheckIcon.js +12 -0
  285. package/dist/src/icons/CloudIcon.d.ts +2 -0
  286. package/dist/src/icons/CloudIcon.js +12 -0
  287. package/dist/src/icons/CodepenIcon.d.ts +2 -0
  288. package/dist/src/icons/CodepenIcon.js +12 -0
  289. package/dist/src/icons/CodesandboxIcon.d.ts +2 -0
  290. package/dist/src/icons/CodesandboxIcon.js +12 -0
  291. package/dist/src/icons/CommandIcon.d.ts +2 -0
  292. package/dist/src/icons/CommandIcon.js +12 -0
  293. package/dist/src/icons/CompassIcon.d.ts +2 -0
  294. package/dist/src/icons/CompassIcon.js +12 -0
  295. package/dist/src/icons/CompassToolIcon.d.ts +2 -0
  296. package/dist/src/icons/CompassToolIcon.js +12 -0
  297. package/dist/src/icons/CopyIcon.d.ts +2 -0
  298. package/dist/src/icons/CopyIcon.js +12 -0
  299. package/dist/src/icons/CopySimpleIcon.d.ts +2 -0
  300. package/dist/src/icons/CopySimpleIcon.js +12 -0
  301. package/dist/src/icons/CornersOutIcon.d.ts +2 -0
  302. package/dist/src/icons/CornersOutIcon.js +12 -0
  303. package/dist/src/icons/CpuIcon.d.ts +2 -0
  304. package/dist/src/icons/CpuIcon.js +12 -0
  305. package/dist/src/icons/CreditCardIcon.d.ts +2 -0
  306. package/dist/src/icons/CreditCardIcon.js +12 -0
  307. package/dist/src/icons/CrownIcon.d.ts +2 -0
  308. package/dist/src/icons/CrownIcon.js +12 -0
  309. package/dist/src/icons/CurrencyDollarCircledIcon.d.ts +2 -0
  310. package/dist/src/icons/CurrencyDollarCircledIcon.js +12 -0
  311. package/dist/src/icons/CurrencyDollarSimpleIcon.d.ts +2 -0
  312. package/dist/src/icons/CurrencyDollarSimpleIcon.js +12 -0
  313. package/dist/src/icons/DatabaseIcon.d.ts +2 -0
  314. package/dist/src/icons/DatabaseIcon.js +12 -0
  315. package/dist/src/icons/DesktopIcon.d.ts +2 -0
  316. package/dist/src/icons/DesktopIcon.js +12 -0
  317. package/dist/src/icons/DetectiveIcon.d.ts +2 -0
  318. package/dist/src/icons/DetectiveIcon.js +12 -0
  319. package/dist/src/icons/DeviceMobileCameraIcon.d.ts +2 -0
  320. package/dist/src/icons/DeviceMobileCameraIcon.js +12 -0
  321. package/dist/src/icons/DisableIcon.d.ts +2 -0
  322. package/dist/src/icons/DisableIcon.js +12 -0
  323. package/dist/src/icons/DominoIcon.d.ts +2 -0
  324. package/dist/src/icons/DominoIcon.js +12 -0
  325. package/dist/src/icons/DominoPlusIcon.d.ts +2 -0
  326. package/dist/src/icons/DominoPlusIcon.js +12 -0
  327. package/dist/src/icons/DonutChartIcon.d.ts +2 -0
  328. package/dist/src/icons/DonutChartIcon.js +12 -0
  329. package/dist/src/icons/DotsNineBoldIcon.d.ts +2 -0
  330. package/dist/src/icons/DotsNineBoldIcon.js +12 -0
  331. package/dist/src/icons/DotsSixVerticalIcon.d.ts +2 -0
  332. package/dist/src/icons/DotsSixVerticalIcon.js +12 -0
  333. package/dist/src/icons/DotsThreeCircleIcon.d.ts +2 -0
  334. package/dist/src/icons/DotsThreeCircleIcon.js +12 -0
  335. package/dist/src/icons/DotsThreeIcon.d.ts +2 -0
  336. package/dist/src/icons/DotsThreeIcon.js +12 -0
  337. package/dist/src/icons/DotsThreeVerticalIcon.d.ts +2 -0
  338. package/dist/src/icons/DotsThreeVerticalIcon.js +12 -0
  339. package/dist/src/icons/DraftIcon.d.ts +2 -0
  340. package/dist/src/icons/DraftIcon.js +12 -0
  341. package/dist/src/icons/EnvelopeFilledIcon.d.ts +2 -0
  342. package/dist/src/icons/EnvelopeFilledIcon.js +12 -0
  343. package/dist/src/icons/EnvelopeIcon.d.ts +2 -0
  344. package/dist/src/icons/EnvelopeIcon.js +12 -0
  345. package/dist/src/icons/EnvelopeOpenIcon.d.ts +2 -0
  346. package/dist/src/icons/EnvelopeOpenIcon.js +12 -0
  347. package/dist/src/icons/EqualizerIcon.d.ts +2 -0
  348. package/dist/src/icons/EqualizerIcon.js +12 -0
  349. package/dist/src/icons/EqualsIcon.d.ts +2 -0
  350. package/dist/src/icons/EqualsIcon.js +12 -0
  351. package/dist/src/icons/ErrorFilledIcon.d.ts +2 -0
  352. package/dist/src/icons/ErrorFilledIcon.js +12 -0
  353. package/dist/src/icons/ErrorIcon.d.ts +2 -0
  354. package/dist/src/icons/ErrorIcon.js +12 -0
  355. package/dist/src/icons/ErrorMarkerIcon.d.ts +2 -0
  356. package/dist/src/icons/ErrorMarkerIcon.js +12 -0
  357. package/dist/src/icons/ExclamationMarkIcon.d.ts +2 -0
  358. package/dist/src/icons/ExclamationMarkIcon.js +12 -0
  359. package/dist/src/icons/EyeClosedIcon.d.ts +2 -0
  360. package/dist/src/icons/EyeClosedIcon.js +12 -0
  361. package/dist/src/icons/EyeIcon.d.ts +2 -0
  362. package/dist/src/icons/EyeIcon.js +12 -0
  363. package/dist/src/icons/EyeSlashIcon.d.ts +2 -0
  364. package/dist/src/icons/EyeSlashIcon.js +12 -0
  365. package/dist/src/icons/FadersIcon.d.ts +2 -0
  366. package/dist/src/icons/FadersIcon.js +12 -0
  367. package/dist/src/icons/FallIcon.d.ts +2 -0
  368. package/dist/src/icons/FallIcon.js +12 -0
  369. package/dist/src/icons/FigmaIcon.d.ts +2 -0
  370. package/dist/src/icons/FigmaIcon.js +12 -0
  371. package/dist/src/icons/FilePdfIcon.d.ts +2 -0
  372. package/dist/src/icons/FilePdfIcon.js +12 -0
  373. package/dist/src/icons/FilledCircleIcon.d.ts +2 -0
  374. package/dist/src/icons/FilledCircleIcon.js +12 -0
  375. package/dist/src/icons/FireIcon.d.ts +2 -0
  376. package/dist/src/icons/FireIcon.js +12 -0
  377. package/dist/src/icons/FlagIcon.d.ts +2 -0
  378. package/dist/src/icons/FlagIcon.js +12 -0
  379. package/dist/src/icons/FlagPennantIcon.d.ts +2 -0
  380. package/dist/src/icons/FlagPennantIcon.js +12 -0
  381. package/dist/src/icons/FolderIcon.d.ts +2 -0
  382. package/dist/src/icons/FolderIcon.js +12 -0
  383. package/dist/src/icons/FolderOpenIcon.d.ts +2 -0
  384. package/dist/src/icons/FolderOpenIcon.js +12 -0
  385. package/dist/src/icons/FolderPlusIcon.d.ts +2 -0
  386. package/dist/src/icons/FolderPlusIcon.js +12 -0
  387. package/dist/src/icons/FolderSimpleIcon.d.ts +2 -0
  388. package/dist/src/icons/FolderSimpleIcon.js +12 -0
  389. package/dist/src/icons/FoldersIcon.d.ts +2 -0
  390. package/dist/src/icons/FoldersIcon.js +12 -0
  391. package/dist/src/icons/FontInterIcon.d.ts +2 -0
  392. package/dist/src/icons/FontInterIcon.js +12 -0
  393. package/dist/src/icons/FontMerriweatherIcon.d.ts +2 -0
  394. package/dist/src/icons/FontMerriweatherIcon.js +12 -0
  395. package/dist/src/icons/FontMonserratIcon.d.ts +2 -0
  396. package/dist/src/icons/FontMonserratIcon.js +12 -0
  397. package/dist/src/icons/FontOpensansIcon.d.ts +2 -0
  398. package/dist/src/icons/FontOpensansIcon.js +12 -0
  399. package/dist/src/icons/FontPlayfairIcon.d.ts +2 -0
  400. package/dist/src/icons/FontPlayfairIcon.js +12 -0
  401. package/dist/src/icons/FontPoppinsIcon.d.ts +2 -0
  402. package/dist/src/icons/FontPoppinsIcon.js +12 -0
  403. package/dist/src/icons/FontRobotoCondensedIcon.d.ts +2 -0
  404. package/dist/src/icons/FontRobotoCondensedIcon.js +12 -0
  405. package/dist/src/icons/FontRubikIcon.d.ts +2 -0
  406. package/dist/src/icons/FontRubikIcon.js +12 -0
  407. package/dist/src/icons/FontVallkornIcon.d.ts +2 -0
  408. package/dist/src/icons/FontVallkornIcon.js +12 -0
  409. package/dist/src/icons/ForwarderIcon.d.ts +2 -0
  410. package/dist/src/icons/ForwarderIcon.js +12 -0
  411. package/dist/src/icons/ForwarderPlusIcon.d.ts +2 -0
  412. package/dist/src/icons/ForwarderPlusIcon.js +12 -0
  413. package/dist/src/icons/FrameCornersIcon.d.ts +2 -0
  414. package/dist/src/icons/FrameCornersIcon.js +12 -0
  415. package/dist/src/icons/FramerIcon.d.ts +2 -0
  416. package/dist/src/icons/FramerIcon.js +12 -0
  417. package/dist/src/icons/FtpIcon.d.ts +2 -0
  418. package/dist/src/icons/FtpIcon.js +12 -0
  419. package/dist/src/icons/FunnelIcon.d.ts +2 -0
  420. package/dist/src/icons/FunnelIcon.js +12 -0
  421. package/dist/src/icons/FunnelSimpleIcon.d.ts +2 -0
  422. package/dist/src/icons/FunnelSimpleIcon.js +12 -0
  423. package/dist/src/icons/GearIcon.d.ts +2 -0
  424. package/dist/src/icons/GearIcon.js +12 -0
  425. package/dist/src/icons/GearSixIcon.d.ts +2 -0
  426. package/dist/src/icons/GearSixIcon.js +12 -0
  427. package/dist/src/icons/GearsIcon.d.ts +2 -0
  428. package/dist/src/icons/GearsIcon.js +12 -0
  429. package/dist/src/icons/GithubIcon.d.ts +2 -0
  430. package/dist/src/icons/GithubIcon.js +12 -0
  431. package/dist/src/icons/GlobeIcon.d.ts +2 -0
  432. package/dist/src/icons/GlobeIcon.js +12 -0
  433. package/dist/src/icons/GoToIcon.d.ts +2 -0
  434. package/dist/src/icons/GoToIcon.js +12 -0
  435. package/dist/src/icons/GoogleIcon.d.ts +2 -0
  436. package/dist/src/icons/GoogleIcon.js +12 -0
  437. package/dist/src/icons/GooglePhotosIcon.d.ts +2 -0
  438. package/dist/src/icons/GooglePhotosIcon.js +12 -0
  439. package/dist/src/icons/GridFourIcon.d.ts +2 -0
  440. package/dist/src/icons/GridFourIcon.js +12 -0
  441. package/dist/src/icons/GridNineIcon.d.ts +2 -0
  442. package/dist/src/icons/GridNineIcon.js +12 -0
  443. package/dist/src/icons/HalfStarIcon.d.ts +2 -0
  444. package/dist/src/icons/HalfStarIcon.js +12 -0
  445. package/dist/src/icons/HandPalmIcon.d.ts +2 -0
  446. package/dist/src/icons/HandPalmIcon.js +12 -0
  447. package/dist/src/icons/HardDriveIcon.d.ts +2 -0
  448. package/dist/src/icons/HardDriveIcon.js +12 -0
  449. package/dist/src/icons/HardDrivesIcon.d.ts +2 -0
  450. package/dist/src/icons/HardDrivesIcon.js +12 -0
  451. package/dist/src/icons/HashIcon.d.ts +2 -0
  452. package/dist/src/icons/HashIcon.js +12 -0
  453. package/dist/src/icons/HeartIcon.d.ts +2 -0
  454. package/dist/src/icons/HeartIcon.js +12 -0
  455. package/dist/src/icons/HeartbeatIcon.d.ts +2 -0
  456. package/dist/src/icons/HeartbeatIcon.js +12 -0
  457. package/dist/src/icons/HomeIcon.d.ts +2 -0
  458. package/dist/src/icons/HomeIcon.js +12 -0
  459. package/dist/src/icons/HourglassHighDuotoneIcon.d.ts +2 -0
  460. package/dist/src/icons/HourglassHighDuotoneIcon.js +12 -0
  461. package/dist/src/icons/HourglassHighIcon.d.ts +2 -0
  462. package/dist/src/icons/HourglassHighIcon.js +12 -0
  463. package/dist/src/icons/IdentificationCardIcon.d.ts +2 -0
  464. package/dist/src/icons/IdentificationCardIcon.js +12 -0
  465. package/dist/src/icons/ImageIcon.d.ts +2 -0
  466. package/dist/src/icons/ImageIcon.js +12 -0
  467. package/dist/src/icons/InfoFillIcon.d.ts +2 -0
  468. package/dist/src/icons/InfoFillIcon.js +12 -0
  469. package/dist/src/icons/InfoIIcon.d.ts +2 -0
  470. package/dist/src/icons/InfoIIcon.js +12 -0
  471. package/dist/src/icons/InfoIcon.d.ts +2 -0
  472. package/dist/src/icons/InfoIcon.js +12 -0
  473. package/dist/src/icons/KeyIcon.d.ts +2 -0
  474. package/dist/src/icons/KeyIcon.js +12 -0
  475. package/dist/src/icons/KeyholeIcon.d.ts +2 -0
  476. package/dist/src/icons/KeyholeIcon.js +12 -0
  477. package/dist/src/icons/LaravelIcon.d.ts +2 -0
  478. package/dist/src/icons/LaravelIcon.js +12 -0
  479. package/dist/src/icons/LayoutIcon.d.ts +2 -0
  480. package/dist/src/icons/LayoutIcon.js +12 -0
  481. package/dist/src/icons/LightningFillIcon.d.ts +2 -0
  482. package/dist/src/icons/LightningFillIcon.js +12 -0
  483. package/dist/src/icons/LightningIcon.d.ts +2 -0
  484. package/dist/src/icons/LightningIcon.js +12 -0
  485. package/dist/src/icons/LineChartDuotoneIcon.d.ts +2 -0
  486. package/dist/src/icons/LineChartDuotoneIcon.js +12 -0
  487. package/dist/src/icons/LineChartIcon.d.ts +2 -0
  488. package/dist/src/icons/LineChartIcon.js +12 -0
  489. package/dist/src/icons/LinkIcon.d.ts +2 -0
  490. package/dist/src/icons/LinkIcon.js +12 -0
  491. package/dist/src/icons/LinuxIcon.d.ts +2 -0
  492. package/dist/src/icons/LinuxIcon.js +12 -0
  493. package/dist/src/icons/ListDashesIcon.d.ts +2 -0
  494. package/dist/src/icons/ListDashesIcon.js +12 -0
  495. package/dist/src/icons/ListIcon.d.ts +2 -0
  496. package/dist/src/icons/ListIcon.js +12 -0
  497. package/dist/src/icons/LockIcon.d.ts +2 -0
  498. package/dist/src/icons/LockIcon.js +12 -0
  499. package/dist/src/icons/MagnifyingGlassIcon.d.ts +2 -0
  500. package/dist/src/icons/MagnifyingGlassIcon.js +12 -0
  501. package/dist/src/icons/MapPinIcon.d.ts +2 -0
  502. package/dist/src/icons/MapPinIcon.js +12 -0
  503. package/dist/src/icons/MastodonIcon.d.ts +2 -0
  504. package/dist/src/icons/MastodonIcon.js +12 -0
  505. package/dist/src/icons/MedalIcon.d.ts +2 -0
  506. package/dist/src/icons/MedalIcon.js +12 -0
  507. package/dist/src/icons/MemoryIcon.d.ts +2 -0
  508. package/dist/src/icons/MemoryIcon.js +12 -0
  509. package/dist/src/icons/MessengerLogoIcon.d.ts +2 -0
  510. package/dist/src/icons/MessengerLogoIcon.js +12 -0
  511. package/dist/src/icons/MicIcon.d.ts +2 -0
  512. package/dist/src/icons/MicIcon.js +12 -0
  513. package/dist/src/icons/MicrosoftTeamsIcon.d.ts +2 -0
  514. package/dist/src/icons/MicrosoftTeamsIcon.js +12 -0
  515. package/dist/src/icons/MicrosoftWordIcon.d.ts +2 -0
  516. package/dist/src/icons/MicrosoftWordIcon.js +12 -0
  517. package/dist/src/icons/MinusCircleDuotoneIcon.d.ts +2 -0
  518. package/dist/src/icons/MinusCircleDuotoneIcon.js +12 -0
  519. package/dist/src/icons/MinusCircleFillIcon.d.ts +2 -0
  520. package/dist/src/icons/MinusCircleFillIcon.js +12 -0
  521. package/dist/src/icons/MinusCircleIcon.d.ts +2 -0
  522. package/dist/src/icons/MinusCircleIcon.js +12 -0
  523. package/dist/src/icons/MinusIcon.d.ts +2 -0
  524. package/dist/src/icons/MinusIcon.js +12 -0
  525. package/dist/src/icons/MinusSquareFillIcon.d.ts +2 -0
  526. package/dist/src/icons/MinusSquareFillIcon.js +12 -0
  527. package/dist/src/icons/MinusSquareIcon.d.ts +2 -0
  528. package/dist/src/icons/MinusSquareIcon.js +12 -0
  529. package/dist/src/icons/MoonIcon.d.ts +2 -0
  530. package/dist/src/icons/MoonIcon.js +12 -0
  531. package/dist/src/icons/NotEqualsIcon.d.ts +2 -0
  532. package/dist/src/icons/NotEqualsIcon.js +12 -0
  533. package/dist/src/icons/NotchesIcon.d.ts +2 -0
  534. package/dist/src/icons/NotchesIcon.js +12 -0
  535. package/dist/src/icons/NotePencilIcon.d.ts +2 -0
  536. package/dist/src/icons/NotePencilIcon.js +12 -0
  537. package/dist/src/icons/NotepadIcon.d.ts +2 -0
  538. package/dist/src/icons/NotepadIcon.js +12 -0
  539. package/dist/src/icons/NovaIcon.d.ts +2 -0
  540. package/dist/src/icons/NovaIcon.js +12 -0
  541. package/dist/src/icons/NumberCircleFourIcon.d.ts +2 -0
  542. package/dist/src/icons/NumberCircleFourIcon.js +12 -0
  543. package/dist/src/icons/NumberCircleOneIcon.d.ts +2 -0
  544. package/dist/src/icons/NumberCircleOneIcon.js +12 -0
  545. package/dist/src/icons/NumberCircleThreeIcon.d.ts +2 -0
  546. package/dist/src/icons/NumberCircleThreeIcon.js +12 -0
  547. package/dist/src/icons/NumberCircleTwoIcon.d.ts +2 -0
  548. package/dist/src/icons/NumberCircleTwoIcon.js +12 -0
  549. package/dist/src/icons/PaintBrushBroadIcon.d.ts +2 -0
  550. package/dist/src/icons/PaintBrushBroadIcon.js +12 -0
  551. package/dist/src/icons/PaintBucketFillIcon.d.ts +2 -0
  552. package/dist/src/icons/PaintBucketFillIcon.js +12 -0
  553. package/dist/src/icons/PalmIcon.d.ts +2 -0
  554. package/dist/src/icons/PalmIcon.js +12 -0
  555. package/dist/src/icons/PaperPlaneTiltIcon.d.ts +2 -0
  556. package/dist/src/icons/PaperPlaneTiltIcon.js +12 -0
  557. package/dist/src/icons/PaperclipIcon.d.ts +2 -0
  558. package/dist/src/icons/PaperclipIcon.js +12 -0
  559. package/dist/src/icons/PasswordIcon.d.ts +2 -0
  560. package/dist/src/icons/PasswordIcon.js +12 -0
  561. package/dist/src/icons/PauseCircleDuotoneIcon.d.ts +2 -0
  562. package/dist/src/icons/PauseCircleDuotoneIcon.js +12 -0
  563. package/dist/src/icons/PauseCircleIcon.d.ts +2 -0
  564. package/dist/src/icons/PauseCircleIcon.js +12 -0
  565. package/dist/src/icons/PauseFillIcon.d.ts +2 -0
  566. package/dist/src/icons/PauseFillIcon.js +12 -0
  567. package/dist/src/icons/PauseIcon.d.ts +2 -0
  568. package/dist/src/icons/PauseIcon.js +12 -0
  569. package/dist/src/icons/PencilSimpleIcon.d.ts +2 -0
  570. package/dist/src/icons/PencilSimpleIcon.js +12 -0
  571. package/dist/src/icons/PercentIcon.d.ts +2 -0
  572. package/dist/src/icons/PercentIcon.js +12 -0
  573. package/dist/src/icons/PhoneIcon.d.ts +2 -0
  574. package/dist/src/icons/PhoneIcon.js +12 -0
  575. package/dist/src/icons/PieChartIcon.d.ts +2 -0
  576. package/dist/src/icons/PieChartIcon.js +12 -0
  577. package/dist/src/icons/PinterestIcon.d.ts +2 -0
  578. package/dist/src/icons/PinterestIcon.js +12 -0
  579. package/dist/src/icons/PlayIcon.d.ts +2 -0
  580. package/dist/src/icons/PlayIcon.js +12 -0
  581. package/dist/src/icons/PleskIcon.d.ts +2 -0
  582. package/dist/src/icons/PleskIcon.js +12 -0
  583. package/dist/src/icons/PluginIcon.d.ts +2 -0
  584. package/dist/src/icons/PluginIcon.js +12 -0
  585. package/dist/src/icons/PlugsConnectedIcon.d.ts +2 -0
  586. package/dist/src/icons/PlugsConnectedIcon.js +12 -0
  587. package/dist/src/icons/PlugsIcon.d.ts +2 -0
  588. package/dist/src/icons/PlugsIcon.js +12 -0
  589. package/dist/src/icons/PlusCircleFillIcon.d.ts +2 -0
  590. package/dist/src/icons/PlusCircleFillIcon.js +12 -0
  591. package/dist/src/icons/PlusCircleIcon.d.ts +2 -0
  592. package/dist/src/icons/PlusCircleIcon.js +12 -0
  593. package/dist/src/icons/PlusIcon.d.ts +2 -0
  594. package/dist/src/icons/PlusIcon.js +12 -0
  595. package/dist/src/icons/PlusSmallIcon.d.ts +2 -0
  596. package/dist/src/icons/PlusSmallIcon.js +12 -0
  597. package/dist/src/icons/PlusSquareIcon.d.ts +2 -0
  598. package/dist/src/icons/PlusSquareIcon.js +12 -0
  599. package/dist/src/icons/PowerIcon.d.ts +2 -0
  600. package/dist/src/icons/PowerIcon.js +12 -0
  601. package/dist/src/icons/ProhibitIcon.d.ts +2 -0
  602. package/dist/src/icons/ProhibitIcon.js +12 -0
  603. package/dist/src/icons/PulseIcon.d.ts +2 -0
  604. package/dist/src/icons/PulseIcon.js +12 -0
  605. package/dist/src/icons/PushPinIcon.d.ts +2 -0
  606. package/dist/src/icons/PushPinIcon.js +12 -0
  607. package/dist/src/icons/PuzzlePieceIcon.d.ts +2 -0
  608. package/dist/src/icons/PuzzlePieceIcon.js +12 -0
  609. package/dist/src/icons/QuestionFillIcon.d.ts +2 -0
  610. package/dist/src/icons/QuestionFillIcon.js +12 -0
  611. package/dist/src/icons/QuestionIcon.d.ts +2 -0
  612. package/dist/src/icons/QuestionIcon.js +12 -0
  613. package/dist/src/icons/QuestionSimpleIcon.d.ts +2 -0
  614. package/dist/src/icons/QuestionSimpleIcon.js +12 -0
  615. package/dist/src/icons/QueueIcon.d.ts +2 -0
  616. package/dist/src/icons/QueueIcon.js +12 -0
  617. package/dist/src/icons/RadioOffIcon.d.ts +2 -0
  618. package/dist/src/icons/RadioOffIcon.js +12 -0
  619. package/dist/src/icons/RadioOnIcon.d.ts +2 -0
  620. package/dist/src/icons/RadioOnIcon.js +12 -0
  621. package/dist/src/icons/RealcvIcon.d.ts +2 -0
  622. package/dist/src/icons/RealcvIcon.js +12 -0
  623. package/dist/src/icons/RectangleCircleIcon.d.ts +2 -0
  624. package/dist/src/icons/RectangleCircleIcon.js +12 -0
  625. package/dist/src/icons/RemoveAutoResponderIcon.d.ts +2 -0
  626. package/dist/src/icons/RemoveAutoResponderIcon.js +12 -0
  627. package/dist/src/icons/RemoveForwarderIcon.d.ts +2 -0
  628. package/dist/src/icons/RemoveForwarderIcon.js +12 -0
  629. package/dist/src/icons/RemoveIcon.d.ts +2 -0
  630. package/dist/src/icons/RemoveIcon.js +12 -0
  631. package/dist/src/icons/RepeatIcon.d.ts +2 -0
  632. package/dist/src/icons/RepeatIcon.js +12 -0
  633. package/dist/src/icons/RiseIcon.d.ts +2 -0
  634. package/dist/src/icons/RiseIcon.js +12 -0
  635. package/dist/src/icons/RobotIcon.d.ts +2 -0
  636. package/dist/src/icons/RobotIcon.js +12 -0
  637. package/dist/src/icons/SealWarningIcon.d.ts +2 -0
  638. package/dist/src/icons/SealWarningIcon.js +12 -0
  639. package/dist/src/icons/SettingsIcon.d.ts +2 -0
  640. package/dist/src/icons/SettingsIcon.js +12 -0
  641. package/dist/src/icons/ShareNetworkIcon.d.ts +2 -0
  642. package/dist/src/icons/ShareNetworkIcon.js +12 -0
  643. package/dist/src/icons/ShieldCheckIcon.d.ts +2 -0
  644. package/dist/src/icons/ShieldCheckIcon.js +12 -0
  645. package/dist/src/icons/ShieldCheckedIcon.d.ts +2 -0
  646. package/dist/src/icons/ShieldCheckedIcon.js +12 -0
  647. package/dist/src/icons/ShieldCrossIcon.d.ts +2 -0
  648. package/dist/src/icons/ShieldCrossIcon.js +12 -0
  649. package/dist/src/icons/ShieldIcon.d.ts +2 -0
  650. package/dist/src/icons/ShieldIcon.js +12 -0
  651. package/dist/src/icons/SidebarCollapseIcon.d.ts +2 -0
  652. package/dist/src/icons/SidebarCollapseIcon.js +12 -0
  653. package/dist/src/icons/SidebarExpandIcon.d.ts +2 -0
  654. package/dist/src/icons/SidebarExpandIcon.js +12 -0
  655. package/dist/src/icons/SidebarSimpleIcon.d.ts +2 -0
  656. package/dist/src/icons/SidebarSimpleIcon.js +12 -0
  657. package/dist/src/icons/SignInIcon.d.ts +2 -0
  658. package/dist/src/icons/SignInIcon.js +12 -0
  659. package/dist/src/icons/SignOutIcon.d.ts +2 -0
  660. package/dist/src/icons/SignOutIcon.js +12 -0
  661. package/dist/src/icons/SirenIcon.d.ts +2 -0
  662. package/dist/src/icons/SirenIcon.js +12 -0
  663. package/dist/src/icons/SkipBackIcon.d.ts +2 -0
  664. package/dist/src/icons/SkipBackIcon.js +12 -0
  665. package/dist/src/icons/SkipForwardIcon.d.ts +2 -0
  666. package/dist/src/icons/SkipForwardIcon.js +12 -0
  667. package/dist/src/icons/SkypeLogoIcon.d.ts +2 -0
  668. package/dist/src/icons/SkypeLogoIcon.js +12 -0
  669. package/dist/src/icons/SlidersHorizontalIcon.d.ts +2 -0
  670. package/dist/src/icons/SlidersHorizontalIcon.js +12 -0
  671. package/dist/src/icons/SmartphoneIcon.d.ts +2 -0
  672. package/dist/src/icons/SmartphoneIcon.js +12 -0
  673. package/dist/src/icons/SnapchatLogoIcon.d.ts +2 -0
  674. package/dist/src/icons/SnapchatLogoIcon.js +12 -0
  675. package/dist/src/icons/SortAscendingIcon.d.ts +2 -0
  676. package/dist/src/icons/SortAscendingIcon.js +12 -0
  677. package/dist/src/icons/SortDescendingIcon.d.ts +2 -0
  678. package/dist/src/icons/SortDescendingIcon.js +12 -0
  679. package/dist/src/icons/SoundcloudIcon.d.ts +2 -0
  680. package/dist/src/icons/SoundcloudIcon.js +12 -0
  681. package/dist/src/icons/SparkleIcon.d.ts +2 -0
  682. package/dist/src/icons/SparkleIcon.js +12 -0
  683. package/dist/src/icons/SparklesStarsIcon.d.ts +2 -0
  684. package/dist/src/icons/SparklesStarsIcon.js +12 -0
  685. package/dist/src/icons/SpeakerXIcon.d.ts +2 -0
  686. package/dist/src/icons/SpeakerXIcon.js +12 -0
  687. package/dist/src/icons/SpeedometerIcon.d.ts +2 -0
  688. package/dist/src/icons/SpeedometerIcon.js +12 -0
  689. package/dist/src/icons/SpotifyIcon.d.ts +2 -0
  690. package/dist/src/icons/SpotifyIcon.js +12 -0
  691. package/dist/src/icons/SquareFillIcon.d.ts +2 -0
  692. package/dist/src/icons/SquareFillIcon.js +12 -0
  693. package/dist/src/icons/SquareFillRoundedIcon.d.ts +2 -0
  694. package/dist/src/icons/SquareFillRoundedIcon.js +12 -0
  695. package/dist/src/icons/SquareIcon.d.ts +2 -0
  696. package/dist/src/icons/SquareIcon.js +12 -0
  697. package/dist/src/icons/SquaresFourFillIcon.d.ts +2 -0
  698. package/dist/src/icons/SquaresFourFillIcon.js +12 -0
  699. package/dist/src/icons/SquaresFourIcon.d.ts +2 -0
  700. package/dist/src/icons/SquaresFourIcon.js +12 -0
  701. package/dist/src/icons/StagingIcon.d.ts +2 -0
  702. package/dist/src/icons/StagingIcon.js +12 -0
  703. package/dist/src/icons/StairsIcon.d.ts +2 -0
  704. package/dist/src/icons/StairsIcon.js +12 -0
  705. package/dist/src/icons/StarFilledIcon.d.ts +2 -0
  706. package/dist/src/icons/StarFilledIcon.js +12 -0
  707. package/dist/src/icons/StarFourIcon.d.ts +2 -0
  708. package/dist/src/icons/StarFourIcon.js +12 -0
  709. package/dist/src/icons/StarIcon.d.ts +2 -0
  710. package/dist/src/icons/StarIcon.js +12 -0
  711. package/dist/src/icons/StethoscopeIcon.d.ts +2 -0
  712. package/dist/src/icons/StethoscopeIcon.js +12 -0
  713. package/dist/src/icons/StopCircleIcon.d.ts +2 -0
  714. package/dist/src/icons/StopCircleIcon.js +12 -0
  715. package/dist/src/icons/StopFillIcon.d.ts +2 -0
  716. package/dist/src/icons/StopFillIcon.js +12 -0
  717. package/dist/src/icons/SunIcon.d.ts +2 -0
  718. package/dist/src/icons/SunIcon.js +12 -0
  719. package/dist/src/icons/TabletIcon.d.ts +2 -0
  720. package/dist/src/icons/TabletIcon.js +12 -0
  721. package/dist/src/icons/TabsIcon.d.ts +2 -0
  722. package/dist/src/icons/TabsIcon.js +12 -0
  723. package/dist/src/icons/TagFilledIcon.d.ts +2 -0
  724. package/dist/src/icons/TagFilledIcon.js +12 -0
  725. package/dist/src/icons/TagIcon.d.ts +2 -0
  726. package/dist/src/icons/TagIcon.js +12 -0
  727. package/dist/src/icons/TagSmallIcon.d.ts +2 -0
  728. package/dist/src/icons/TagSmallIcon.js +12 -0
  729. package/dist/src/icons/TaskpadIcon.d.ts +2 -0
  730. package/dist/src/icons/TaskpadIcon.js +12 -0
  731. package/dist/src/icons/TerminalIcon.d.ts +2 -0
  732. package/dist/src/icons/TerminalIcon.js +12 -0
  733. package/dist/src/icons/TerminalWindowIcon.d.ts +2 -0
  734. package/dist/src/icons/TerminalWindowIcon.js +12 -0
  735. package/dist/src/icons/TextAlignCenterIcon.d.ts +2 -0
  736. package/dist/src/icons/TextAlignCenterIcon.js +12 -0
  737. package/dist/src/icons/TextAlignJustifyIcon.d.ts +2 -0
  738. package/dist/src/icons/TextAlignJustifyIcon.js +12 -0
  739. package/dist/src/icons/TextAlignLeftIcon.d.ts +2 -0
  740. package/dist/src/icons/TextAlignLeftIcon.js +12 -0
  741. package/dist/src/icons/TextAlignRightIcon.d.ts +2 -0
  742. package/dist/src/icons/TextAlignRightIcon.js +12 -0
  743. package/dist/src/icons/TextBBoldIcon.d.ts +2 -0
  744. package/dist/src/icons/TextBBoldIcon.js +12 -0
  745. package/dist/src/icons/TextHTwoIcon.d.ts +2 -0
  746. package/dist/src/icons/TextHTwoIcon.js +12 -0
  747. package/dist/src/icons/TextItalicIcon.d.ts +2 -0
  748. package/dist/src/icons/TextItalicIcon.js +12 -0
  749. package/dist/src/icons/TextStrikethroughIcon.d.ts +2 -0
  750. package/dist/src/icons/TextStrikethroughIcon.js +12 -0
  751. package/dist/src/icons/TextUnderlineIcon.d.ts +2 -0
  752. package/dist/src/icons/TextUnderlineIcon.js +12 -0
  753. package/dist/src/icons/TextboxIcon.d.ts +2 -0
  754. package/dist/src/icons/TextboxIcon.js +12 -0
  755. package/dist/src/icons/ThemeIcon.d.ts +2 -0
  756. package/dist/src/icons/ThemeIcon.js +12 -0
  757. package/dist/src/icons/ThermometerSimpleIcon.d.ts +2 -0
  758. package/dist/src/icons/ThermometerSimpleIcon.js +12 -0
  759. package/dist/src/icons/TicketIcon.d.ts +2 -0
  760. package/dist/src/icons/TicketIcon.js +12 -0
  761. package/dist/src/icons/TidalIcon.d.ts +2 -0
  762. package/dist/src/icons/TidalIcon.js +12 -0
  763. package/dist/src/icons/TiktokIcon.d.ts +2 -0
  764. package/dist/src/icons/TiktokIcon.js +12 -0
  765. package/dist/src/icons/ToggleLeftFillIcon.d.ts +2 -0
  766. package/dist/src/icons/ToggleLeftFillIcon.js +12 -0
  767. package/dist/src/icons/ToggleLeftIcon.d.ts +2 -0
  768. package/dist/src/icons/ToggleLeftIcon.js +12 -0
  769. package/dist/src/icons/ToggleRightFillIcon.d.ts +2 -0
  770. package/dist/src/icons/ToggleRightFillIcon.js +12 -0
  771. package/dist/src/icons/ToggleRightIcon.d.ts +2 -0
  772. package/dist/src/icons/ToggleRightIcon.js +12 -0
  773. package/dist/src/icons/TranslateIcon.d.ts +2 -0
  774. package/dist/src/icons/TranslateIcon.js +12 -0
  775. package/dist/src/icons/TrashIcon.d.ts +2 -0
  776. package/dist/src/icons/TrashIcon.js +12 -0
  777. package/dist/src/icons/TrayArrowInIcon.d.ts +2 -0
  778. package/dist/src/icons/TrayArrowInIcon.js +12 -0
  779. package/dist/src/icons/TrayIcon.d.ts +2 -0
  780. package/dist/src/icons/TrayIcon.js +12 -0
  781. package/dist/src/icons/TrayPlusIcon.d.ts +2 -0
  782. package/dist/src/icons/TrayPlusIcon.js +12 -0
  783. package/dist/src/icons/TreeStructureIcon.d.ts +2 -0
  784. package/dist/src/icons/TreeStructureIcon.js +12 -0
  785. package/dist/src/icons/UploadIcon.d.ts +2 -0
  786. package/dist/src/icons/UploadIcon.js +12 -0
  787. package/dist/src/icons/UserIcon.d.ts +2 -0
  788. package/dist/src/icons/UserIcon.js +12 -0
  789. package/dist/src/icons/UserPlusIcon.d.ts +2 -0
  790. package/dist/src/icons/UserPlusIcon.js +12 -0
  791. package/dist/src/icons/UserSquareIcon.d.ts +2 -0
  792. package/dist/src/icons/UserSquareIcon.js +12 -0
  793. package/dist/src/icons/UsersIcon.d.ts +2 -0
  794. package/dist/src/icons/UsersIcon.js +12 -0
  795. package/dist/src/icons/VectorTwoIcon.d.ts +2 -0
  796. package/dist/src/icons/VectorTwoIcon.js +12 -0
  797. package/dist/src/icons/ViewstreamfilledIcon.d.ts +2 -0
  798. package/dist/src/icons/ViewstreamfilledIcon.js +12 -0
  799. package/dist/src/icons/WandMagicIcon.d.ts +2 -0
  800. package/dist/src/icons/WandMagicIcon.js +12 -0
  801. package/dist/src/icons/WarningCircleDuotoneIcon.d.ts +2 -0
  802. package/dist/src/icons/WarningCircleDuotoneIcon.js +12 -0
  803. package/dist/src/icons/WarningFillIcon.d.ts +2 -0
  804. package/dist/src/icons/WarningFillIcon.js +12 -0
  805. package/dist/src/icons/WarningFilledIcon.d.ts +2 -0
  806. package/dist/src/icons/WarningFilledIcon.js +12 -0
  807. package/dist/src/icons/WarningIcon.d.ts +2 -0
  808. package/dist/src/icons/WarningIcon.js +12 -0
  809. package/dist/src/icons/WarningMarkerIcon.d.ts +2 -0
  810. package/dist/src/icons/WarningMarkerIcon.js +12 -0
  811. package/dist/src/icons/WarningOctagonFillIcon.d.ts +2 -0
  812. package/dist/src/icons/WarningOctagonFillIcon.js +12 -0
  813. package/dist/src/icons/WarningOctagonIcon.d.ts +2 -0
  814. package/dist/src/icons/WarningOctagonIcon.js +12 -0
  815. package/dist/src/icons/WarningTriangleIcon.d.ts +2 -0
  816. package/dist/src/icons/WarningTriangleIcon.js +12 -0
  817. package/dist/src/icons/WaveSineIcon.d.ts +2 -0
  818. package/dist/src/icons/WaveSineIcon.js +12 -0
  819. package/dist/src/icons/WebhooksLogoIcon.d.ts +2 -0
  820. package/dist/src/icons/WebhooksLogoIcon.js +12 -0
  821. package/dist/src/icons/WebsiteIcon.d.ts +2 -0
  822. package/dist/src/icons/WebsiteIcon.js +12 -0
  823. package/dist/src/icons/WhatsappLogoFillIcon.d.ts +2 -0
  824. package/dist/src/icons/WhatsappLogoFillIcon.js +12 -0
  825. package/dist/src/icons/WhatsappLogoIcon.d.ts +2 -0
  826. package/dist/src/icons/WhatsappLogoIcon.js +12 -0
  827. package/dist/src/icons/WheelchairMotionIcon.d.ts +2 -0
  828. package/dist/src/icons/WheelchairMotionIcon.js +12 -0
  829. package/dist/src/icons/WifiIcon.d.ts +2 -0
  830. package/dist/src/icons/WifiIcon.js +12 -0
  831. package/dist/src/icons/WordpressIcon.d.ts +2 -0
  832. package/dist/src/icons/WordpressIcon.js +12 -0
  833. package/dist/src/icons/WorkIcon.d.ts +2 -0
  834. package/dist/src/icons/WorkIcon.js +12 -0
  835. package/dist/src/icons/WrenchIcon.d.ts +2 -0
  836. package/dist/src/icons/WrenchIcon.js +12 -0
  837. package/dist/src/icons/XIcon.d.ts +2 -0
  838. package/dist/src/icons/XIcon.js +12 -0
  839. package/dist/src/icons/YoutubeIcon.d.ts +2 -0
  840. package/dist/src/icons/YoutubeIcon.js +12 -0
  841. package/dist/src/icons/index.d.ts +411 -4
  842. package/dist/src/icons/index.js +412 -10
  843. package/dist/src/shared/viewContext/viewContext.d.ts +1 -1
  844. package/dist/src/tokens/ThemeColorTokens.d.ts +5 -1
  845. package/dist/src/tokens/ThemeColorTokens.js +9 -1
  846. package/dist/src/tokens/colors/Dark.d.ts +8 -0
  847. package/dist/src/tokens/colors/Dark.js +64 -0
  848. package/dist/src/tokens/colors/Light.d.ts +8 -0
  849. package/dist/src/tokens/colors/Light.js +64 -0
  850. package/dist/src/tokens/colors/index.d.ts +4 -2
  851. package/dist/src/tokens/colors/index.js +2 -2
  852. package/dist/src/tokens/colors/onPrimarySchemes.d.ts +12 -0
  853. package/dist/src/tokens/colors/onPrimaryStateLayers.d.ts +33 -0
  854. package/dist/src/utils/createIcon.d.ts +16 -5
  855. package/dist/src/utils/createIcon.js +3 -65
  856. package/dist/src/utils/getMUIPalette.d.ts +5 -2
  857. package/dist/src/utils/getMUIPalette.js +4 -1
  858. package/dist/src/utils/getMUIThemeCustoimzationType.d.ts +7 -1
  859. package/dist/src/utils/getStateLayerColor.d.ts +5 -4
  860. package/dist/src/utils/getStateLayerColor.js +1 -0
  861. package/package.json +2 -1
  862. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +0 -1
  863. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +0 -4
  864. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.d.ts +0 -1
  865. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.js +0 -4
  866. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.d.ts +0 -1
  867. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.js +0 -4
  868. package/dist/src/tokens/colors/inverseSchemas.d.ts +0 -40
  869. package/dist/src/tokens/colors/schemas.d.ts +0 -111
  870. /package/dist/src/tokens/colors/{inverseSchemas.js → onPrimarySchemes.js} +0 -0
  871. /package/dist/src/tokens/colors/{schemas.js → onPrimaryStateLayers.js} +0 -0
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const 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;
@@ -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 ChartScatterIcon = 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.5V18.75H21C21.1989 18.75 21.3897 18.829 21.5303 18.9697C21.671 19.1103 21.75 19.3011 21.75 19.5ZM12.375 15C12.5975 15 12.815 14.934 13 14.8104C13.185 14.6868 13.3292 14.5111 13.4144 14.3055C13.4995 14.1 13.5218 13.8738 13.4784 13.6555C13.435 13.4373 13.3278 13.2368 13.1705 13.0795C13.0132 12.9222 12.8127 12.815 12.5945 12.7716C12.3762 12.7282 12.15 12.7505 11.9445 12.8356C11.7389 12.9208 11.5632 13.065 11.4396 13.25C11.316 13.435 11.25 13.6525 11.25 13.875C11.25 14.1734 11.3685 14.4595 11.5795 14.6705C11.7905 14.8815 12.0766 15 12.375 15ZM10.125 9.75C10.3475 9.75 10.565 9.68402 10.75 9.5604C10.935 9.43679 11.0792 9.26109 11.1644 9.05552C11.2495 8.84995 11.2718 8.62375 11.2284 8.40552C11.185 8.18729 11.0778 7.98684 10.9205 7.8295C10.7632 7.67217 10.5627 7.56502 10.3445 7.52162C10.1262 7.47821 9.90005 7.50049 9.69448 7.58564C9.48891 7.67078 9.31321 7.81498 9.1896 7.99998C9.06598 8.18499 9 8.4025 9 8.625C9 8.92337 9.11853 9.20952 9.3295 9.4205C9.54048 9.63147 9.82663 9.75 10.125 9.75ZM7.125 16.5C7.3475 16.5 7.56501 16.434 7.75002 16.3104C7.93502 16.1868 8.07922 16.0111 8.16436 15.8055C8.24951 15.6 8.27179 15.3738 8.22838 15.1555C8.18498 14.9373 8.07783 14.7368 7.9205 14.5795C7.76316 14.4222 7.56271 14.315 7.34448 14.2716C7.12625 14.2282 6.90005 14.2505 6.69448 14.3356C6.48891 14.4208 6.31321 14.565 6.1896 14.75C6.06598 14.935 6 15.1525 6 15.375C6 15.6734 6.11853 15.9595 6.3295 16.1705C6.54048 16.3815 6.82663 16.5 7.125 16.5ZM16.125 12C16.3475 12 16.565 11.934 16.75 11.8104C16.935 11.6868 17.0792 11.5111 17.1644 11.3055C17.2495 11.1 17.2718 10.8738 17.2284 10.6555C17.185 10.4373 17.0778 10.2368 16.9205 10.0795C16.7632 9.92217 16.5627 9.81502 16.3445 9.77162C16.1262 9.72821 15.9 9.75049 15.6945 9.83564C15.4889 9.92078 15.3132 10.065 15.1896 10.25C15.066 10.435 15 10.6525 15 10.875C15 11.1734 15.1185 11.4595 15.3295 11.6705C15.5405 11.8815 15.8266 12 16.125 12ZM18.375 8.25C18.5975 8.25 18.815 8.18402 19 8.0604C19.185 7.93679 19.3292 7.76109 19.4144 7.55552C19.4995 7.34995 19.5218 7.12375 19.4784 6.90552C19.435 6.68729 19.3278 6.48684 19.1705 6.3295C19.0132 6.17217 18.8127 6.06502 18.5945 6.02162C18.3762 5.97821 18.15 6.00049 17.9445 6.08564C17.7389 6.17078 17.5632 6.31498 17.4396 6.49998C17.316 6.68499 17.25 6.9025 17.25 7.125C17.25 7.42337 17.3685 7.70952 17.5795 7.9205C17.7905 8.13147 18.0766 8.25 18.375 8.25ZM16.5 15.375C16.5 15.5975 16.566 15.815 16.6896 16C16.8132 16.185 16.9889 16.3292 17.1945 16.4144C17.4 16.4995 17.6262 16.5218 17.8445 16.4784C18.0627 16.435 18.2632 16.3278 18.4205 16.1705C18.5778 16.0132 18.685 15.8127 18.7284 15.5945C18.7718 15.3762 18.7495 15.15 18.6644 14.9445C18.5792 14.7389 18.435 14.5632 18.25 14.4396C18.065 14.316 17.8475 14.25 17.625 14.25C17.3266 14.25 17.0405 14.3685 16.8295 14.5795C16.6185 14.7905 16.5 15.0766 16.5 15.375Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ChartScatterIcon.displayName = 'ChartScatterIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ChatCenteredIcon: 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 ChatCenteredIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M8.25 9.75C8.25 9.55109 8.32902 9.36032 8.46967 9.21967C8.61032 9.07902 8.80109 9 9 9H15C15.1989 9 15.3897 9.07902 15.5303 9.21967C15.671 9.36032 15.75 9.55109 15.75 9.75C15.75 9.94891 15.671 10.1397 15.5303 10.2803C15.3897 10.421 15.1989 10.5 15 10.5H9C8.80109 10.5 8.61032 10.421 8.46967 10.2803C8.32902 10.1397 8.25 9.94891 8.25 9.75ZM9 13.5H15C15.1989 13.5 15.3897 13.421 15.5303 13.2803C15.671 13.1397 15.75 12.9489 15.75 12.75C15.75 12.5511 15.671 12.3603 15.5303 12.2197C15.3897 12.079 15.1989 12 15 12H9C8.80109 12 8.61032 12.079 8.46967 12.2197C8.32902 12.3603 8.25 12.5511 8.25 12.75C8.25 12.9489 8.32902 13.1397 8.46967 13.2803C8.61032 13.421 8.80109 13.5 9 13.5ZM21.75 5.25V17.25C21.75 17.6478 21.592 18.0294 21.3107 18.3107C21.0294 18.592 20.6478 18.75 20.25 18.75H14.5847L13.3022 20.9944C13.171 21.2239 12.9814 21.4146 12.7527 21.5473C12.5241 21.68 12.2644 21.7499 12 21.7499C11.7356 21.7499 11.4759 21.68 11.2473 21.5473C11.0186 21.4146 10.829 21.2239 10.6978 20.9944L9.41531 18.75H3.75C3.35218 18.75 2.97064 18.592 2.68934 18.3107C2.40804 18.0294 2.25 17.6478 2.25 17.25V5.25C2.25 4.85218 2.40804 4.47064 2.68934 4.18934C2.97064 3.90804 3.35218 3.75 3.75 3.75H20.25C20.6478 3.75 21.0294 3.90804 21.3107 4.18934C21.592 4.47064 21.75 4.85218 21.75 5.25ZM20.25 5.25H3.75V17.25H9.85031C9.9831 17.2488 10.1138 17.2829 10.2291 17.3488C10.3444 17.4147 10.4402 17.51 10.5066 17.625L12.0066 20.25L13.5066 17.625C13.573 17.51 13.6687 17.4147 13.784 17.3488C13.8993 17.2829 14.03 17.2488 14.1628 17.25H20.25V5.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ChatCenteredIcon.displayName = 'ChatCenteredIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ChatCircleIcon: 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 ChatCircleIcon = 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.3167 2.24963 8.66195 2.68508 7.19685 3.51396C5.73176 4.34285 4.50622 5.53692 3.63953 6.97997C2.77283 8.42301 2.29451 10.0659 2.25111 11.7486C2.20771 13.4314 2.60071 15.0967 3.39187 16.5825L2.3278 19.7747C2.23967 20.039 2.22687 20.3226 2.29086 20.5938C2.35486 20.8649 2.4931 21.1129 2.6901 21.3099C2.88711 21.5069 3.13508 21.6451 3.40624 21.7091C3.67739 21.7731 3.96101 21.7603 4.2253 21.6722L7.41749 20.6081C8.72509 21.3036 10.1739 21.6921 11.6541 21.744C13.1342 21.7959 14.6067 21.51 15.9599 20.9079C17.313 20.3057 18.5112 19.4033 19.4634 18.269C20.4157 17.1346 21.097 15.7983 21.4557 14.3613C21.8144 12.9244 21.841 11.4246 21.5336 9.97578C21.2261 8.52701 20.5926 7.16732 19.6811 5.99992C18.7697 4.83253 17.6043 3.88811 16.2734 3.23836C14.9425 2.58861 13.481 2.25061 12 2.25ZM12 20.25C10.5497 20.251 9.12477 19.8691 7.86937 19.1428C7.77745 19.0895 7.67526 19.0563 7.56955 19.0455C7.46385 19.0347 7.35706 19.0464 7.25624 19.08L3.74999 20.25L4.91905 16.7438C4.95275 16.643 4.96466 16.5362 4.954 16.4305C4.94333 16.3248 4.91033 16.2226 4.85718 16.1306C3.94778 14.5584 3.58266 12.7299 3.81846 10.929C4.05426 9.12801 4.8778 7.4552 6.16132 6.17006C7.44485 4.88491 9.11661 4.05925 10.9173 3.82118C12.7179 3.5831 14.5468 3.94591 16.1202 4.85333C17.6937 5.76074 18.9236 7.16204 19.6194 8.83983C20.3151 10.5176 20.4377 12.3781 19.9682 14.1327C19.4987 15.8873 18.4632 17.4379 17.0225 18.5439C15.5818 19.65 13.8163 20.2497 12 20.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ChatCircleIcon.displayName = 'ChatCircleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CheckAllIcon: 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 CheckAllIcon = 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.0259 8.03533L5.62593 16.2853C5.48565 16.4233 5.29676 16.5006 5.09999 16.5006C4.90322 16.5006 4.71433 16.4233 4.57405 16.2853L0.974053 12.75C0.903816 12.681 0.847871 12.5987 0.809411 12.508C0.770952 12.4174 0.750731 12.32 0.749904 12.2215C0.749077 12.123 0.76766 12.0253 0.804591 11.9339C0.841522 11.8426 0.896079 11.7595 0.965146 11.6892C1.03421 11.619 1.11644 11.5631 1.20713 11.5246C1.29781 11.4861 1.39519 11.4659 1.49369 11.4651C1.5922 11.4643 1.6899 11.4828 1.78122 11.5198C1.87254 11.5567 1.95569 11.6113 2.02593 11.6803L5.09999 14.6991L12.975 6.96471C13.117 6.82522 13.3085 6.74785 13.5076 6.7496C13.6061 6.75047 13.7035 6.77075 13.7942 6.80926C13.8849 6.84778 13.9672 6.90379 14.0362 6.97408C14.1053 7.04438 14.1599 7.1276 14.1968 7.21897C14.2337 7.31035 14.2522 7.4081 14.2513 7.50665C14.2505 7.6052 14.2302 7.70261 14.1917 7.79332C14.1532 7.88403 14.0972 7.96627 14.0269 8.03533H14.0259ZM23.0353 6.97408C22.9663 6.90373 22.884 6.84768 22.7933 6.80913C22.7026 6.77058 22.6052 6.75029 22.5066 6.74942C22.4081 6.74855 22.3103 6.76711 22.2189 6.80406C22.1275 6.841 22.0443 6.89559 21.9741 6.96471L14.0991 14.6991L12.3337 12.9647C12.1918 12.8253 12.0002 12.7481 11.8013 12.7499C11.6024 12.7518 11.4123 12.8326 11.273 12.9746C11.1336 13.1165 11.0563 13.308 11.0582 13.507C11.06 13.7059 11.1408 13.896 11.2828 14.0353L13.5731 16.2853C13.7134 16.4233 13.9023 16.5006 14.0991 16.5006C14.2958 16.5006 14.4847 16.4233 14.625 16.2853L23.025 8.03533C23.0954 7.96636 23.1515 7.88418 23.1902 7.7935C23.2288 7.70282 23.2492 7.60541 23.2501 7.50685C23.2511 7.40828 23.2326 7.3105 23.1957 7.21908C23.1589 7.12767 23.1044 7.04441 23.0353 6.97408Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CheckAllIcon.displayName = 'CheckAllIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CheckCircleFillIcon: 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 CheckCircleFillIcon = 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.25ZM16.2806 10.2806L11.0306 15.5306C10.961 15.6004 10.8783 15.6557 10.7872 15.6934C10.6962 15.7312 10.5986 15.7506 10.5 15.7506C10.4014 15.7506 10.3038 15.7312 10.2128 15.6934C10.1218 15.6557 10.039 15.6004 9.96938 15.5306L7.71938 13.2806C7.57865 13.1399 7.49959 12.949 7.49959 12.75C7.49959 12.551 7.57865 12.3601 7.71938 12.2194C7.86011 12.0786 8.05098 11.9996 8.25 11.9996C8.44903 11.9996 8.6399 12.0786 8.78063 12.2194L10.5 13.9397L15.2194 9.21937C15.2891 9.14969 15.3718 9.09442 15.4628 9.0567C15.5539 9.01899 15.6515 8.99958 15.75 8.99958C15.8486 8.99958 15.9461 9.01899 16.0372 9.0567C16.1282 9.09442 16.2109 9.14969 16.2806 9.21937C16.3503 9.28906 16.4056 9.37178 16.4433 9.46283C16.481 9.55387 16.5004 9.65145 16.5004 9.75C16.5004 9.84855 16.481 9.94613 16.4433 10.0372C16.4056 10.1282 16.3503 10.2109 16.2806 10.2806Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CheckCircleFillIcon.displayName = 'CheckCircleFillIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CheckCircleIcon: 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 CheckCircleIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.5 9C16.5697 9.06965 16.6251 9.15237 16.6628 9.24342C16.7005 9.33447 16.72 9.43206 16.72 9.53063C16.72 9.62919 16.7005 9.72678 16.6628 9.81783C16.6251 9.90888 16.5697 9.9916 16.5 10.0613L11.0306 15.5306C10.961 15.6004 10.8783 15.6557 10.7872 15.6934C10.6962 15.7312 10.5986 15.7506 10.5 15.7506C10.4014 15.7506 10.3038 15.7312 10.2128 15.6934C10.1218 15.6557 10.039 15.6004 9.96938 15.5306L7.41655 12.9778C7.27582 12.8371 7.19676 12.6462 7.19676 12.4472C7.19676 12.2481 7.27582 12.0573 7.41655 11.9165C7.55728 11.7758 7.74815 11.6968 7.94718 11.6968C8.1462 11.6968 8.33707 11.7758 8.4778 11.9165L10.5 13.9397L15.4388 9C15.5084 8.93027 15.5911 8.87495 15.6822 8.83721C15.7732 8.79946 15.8708 8.78004 15.9694 8.78004C16.0679 8.78004 16.1655 8.79946 16.2566 8.83721C16.3476 8.87495 16.4303 8.93027 16.5 9ZM21.75 12C21.75 13.9284 21.1782 15.8134 20.1068 17.4168C19.0355 19.0202 17.5127 20.2699 15.7312 21.0078C13.9496 21.7458 11.9892 21.9389 10.0979 21.5627C8.20656 21.1865 6.46927 20.2579 5.10571 18.8943C3.74215 17.5307 2.81355 15.7934 2.43735 13.9021C2.06114 12.0108 2.25422 10.0504 2.99218 8.26884C3.73013 6.48726 4.97982 4.96452 6.58319 3.89317C8.18657 2.82183 10.0716 2.25 12 2.25C14.585 2.25273 17.0634 3.28084 18.8913 5.10872C20.7192 6.93661 21.7473 9.41498 21.75 12ZM20.25 12C20.25 10.3683 19.7661 8.77325 18.8596 7.41655C17.9531 6.05984 16.6646 5.00242 15.1571 4.37799C13.6497 3.75357 11.9909 3.59019 10.3905 3.90852C8.79017 4.22685 7.32016 5.01259 6.16637 6.16637C5.01259 7.32015 4.22685 8.79016 3.90853 10.3905C3.5902 11.9908 3.75358 13.6496 4.378 15.1571C5.00242 16.6646 6.05984 17.9531 7.41655 18.8596C8.77326 19.7661 10.3683 20.25 12 20.25C14.1873 20.2475 16.2843 19.3775 17.8309 17.8309C19.3775 16.2843 20.2475 14.1873 20.25 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CheckCircleIcon.displayName = 'CheckCircleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CheckIcon: 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 CheckIcon = 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.5307 7.28055L9.53068 19.2806C9.46102 19.3503 9.3783 19.4056 9.28726 19.4433C9.19621 19.4811 9.09861 19.5005 9.00005 19.5005C8.90149 19.5005 8.80389 19.4811 8.71285 19.4433C8.6218 19.4056 8.53908 19.3503 8.46943 19.2806L3.21943 14.0306C3.0787 13.8898 2.99963 13.699 2.99963 13.4999C2.99963 13.3009 3.0787 13.11 3.21943 12.9693C3.36016 12.8286 3.55103 12.7495 3.75005 12.7495C3.94907 12.7495 4.13995 12.8286 4.28068 12.9693L9.00005 17.6896L20.4694 6.2193C20.6102 6.07857 20.801 5.99951 21.0001 5.99951C21.1991 5.99951 21.3899 6.07857 21.5307 6.2193C21.6714 6.36003 21.7505 6.55091 21.7505 6.74993C21.7505 6.94895 21.6714 7.13982 21.5307 7.28055Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CheckIcon.displayName = 'CheckIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CheckIndeterminateSmallIcon: CustomIcon;