@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 AutoResponderPlusIcon: 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 AutoResponderPlusIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 25", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M9.75098 8.30078C9.94999 8.30079 10.1405 8.37978 10.2812 8.52051C10.422 8.66123 10.501 8.85178 10.501 9.05078C10.501 9.24978 10.422 9.44034 10.2812 9.58105L7.06152 12.8008H9.75098C12.336 12.8035 14.8147 13.8313 16.6426 15.6592C18.4704 17.4871 19.4982 19.9658 19.501 22.5508C19.501 22.7497 19.4219 22.9404 19.2812 23.0811C19.1406 23.2217 18.9499 23.3008 18.751 23.3008C18.5521 23.3008 18.3614 23.2217 18.2207 23.0811C18.0801 22.9404 18.001 22.7497 18.001 22.5508C17.9985 20.3635 17.1286 18.2664 15.582 16.7197C14.0354 15.1731 11.9382 14.3033 9.75098 14.3008H7.06152L10.2812 17.5205C10.3509 17.5902 10.4066 17.6726 10.4443 17.7637C10.482 17.8547 10.501 17.9523 10.501 18.0508C10.501 18.1493 10.482 18.2469 10.4443 18.3379C10.4066 18.4289 10.3509 18.5114 10.2812 18.5811C10.2116 18.6507 10.1291 18.7064 10.0381 18.7441C9.94707 18.7818 9.84949 18.8008 9.75098 18.8008C9.65247 18.8008 9.55488 18.7818 9.46387 18.7441C9.37284 18.7064 9.29038 18.6507 9.2207 18.5811L4.7207 14.0811C4.65097 14.0114 4.59536 13.9289 4.55762 13.8379C4.51988 13.7469 4.50001 13.6493 4.5 13.5508C4.5 13.4523 4.51991 13.3547 4.55762 13.2637C4.59536 13.1726 4.65098 13.0902 4.7207 13.0205L9.2207 8.52051C9.36143 8.37978 9.55195 8.30078 9.75098 8.30078ZM5.25098 8.30078C5.44999 8.30079 5.64052 8.37978 5.78125 8.52051C5.92195 8.66123 6.00098 8.85178 6.00098 9.05078C6.00096 9.24978 5.92196 9.44034 5.78125 9.58105L1.81152 13.5508L5.78125 17.5205C5.92195 17.6612 6.00098 17.8518 6.00098 18.0508C6.00096 18.2498 5.92196 18.4403 5.78125 18.5811C5.64053 18.7218 5.44998 18.8008 5.25098 18.8008C5.05198 18.8008 4.86143 18.7218 4.7207 18.5811L0.220703 14.0811C0.150973 14.0114 0.0953603 13.9289 0.0576172 13.8379C0.0198831 13.7469 9.41519e-06 13.6493 0 13.5508C0 13.4523 0.0199051 13.3547 0.0576172 13.2637C0.0953558 13.1726 0.150983 13.0902 0.220703 13.0205L4.7207 8.52051C4.86143 8.37978 5.05195 8.30078 5.25098 8.30078ZM18 0C18.1989 0 18.3896 0.0791508 18.5303 0.219727C18.6709 0.360321 18.7499 0.551176 18.75 0.75V5.25H23.25C23.4489 5.25 23.6396 5.32915 23.7803 5.46973C23.9209 5.61032 23.9999 5.80118 24 6C24 6.19885 23.9208 6.38963 23.7803 6.53027C23.6396 6.67093 23.4489 6.75 23.25 6.75H18.75V11.25C18.75 11.4489 18.6708 11.6396 18.5303 11.7803C18.3896 11.9209 18.1989 12 18 12C17.8011 12 17.6104 11.9209 17.4697 11.7803C17.3292 11.6396 17.25 11.4489 17.25 11.25V6.75H12.75C12.5511 6.75 12.3604 6.67093 12.2197 6.53027C12.0792 6.38963 12 6.19885 12 6C12.0001 5.80118 12.0791 5.61032 12.2197 5.46973C12.3604 5.32915 12.5511 5.25 12.75 5.25H17.25V0.75C17.2501 0.551176 17.3291 0.360321 17.4697 0.219727C17.6104 0.0791505 17.8011 0 18 0Z", fill: "currentColor" }) })) }));
11
+ });
12
+ AutoResponderPlusIcon.displayName = 'AutoResponderPlusIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BarChartIcon: 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 BarChartIcon = 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 18.75H20.25V3.75C20.25 3.55109 20.171 3.36032 20.0303 3.21967C19.8897 3.07902 19.6989 3 19.5 3H14.25C14.0511 3 13.8603 3.07902 13.7197 3.21967C13.579 3.36032 13.5 3.55109 13.5 3.75V7.5H9C8.80109 7.5 8.61032 7.57902 8.46967 7.71967C8.32902 7.86032 8.25 8.05109 8.25 8.25V12H4.5C4.30109 12 4.11032 12.079 3.96967 12.2197C3.82902 12.3603 3.75 12.5511 3.75 12.75V18.75H3C2.80109 18.75 2.61032 18.829 2.46967 18.9697C2.32902 19.1103 2.25 19.3011 2.25 19.5C2.25 19.6989 2.32902 19.8897 2.46967 20.0303C2.61032 20.171 2.80109 20.25 3 20.25H21C21.1989 20.25 21.3897 20.171 21.5303 20.0303C21.671 19.8897 21.75 19.6989 21.75 19.5C21.75 19.3011 21.671 19.1103 21.5303 18.9697C21.3897 18.829 21.1989 18.75 21 18.75ZM15 4.5H18.75V18.75H15V4.5ZM9.75 9H13.5V18.75H9.75V9ZM5.25 13.5H8.25V18.75H5.25V13.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ BarChartIcon.displayName = 'BarChartIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BarricadeIcon: 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 BarricadeIcon = 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 6H3C2.60218 6 2.22064 6.15804 1.93934 6.43934C1.65804 6.72064 1.5 7.10218 1.5 7.5V14.25C1.5 14.6478 1.65804 15.0294 1.93934 15.3107C2.22064 15.592 2.60218 15.75 3 15.75H5.25V18.75C5.25 18.9489 5.32902 19.1397 5.46967 19.2803C5.61032 19.421 5.80109 19.5 6 19.5C6.19891 19.5 6.38968 19.421 6.53033 19.2803C6.67098 19.1397 6.75 18.9489 6.75 18.75V15.75H17.25V18.75C17.25 18.9489 17.329 19.1397 17.4697 19.2803C17.6103 19.421 17.8011 19.5 18 19.5C18.1989 19.5 18.3897 19.421 18.5303 19.2803C18.671 19.1397 18.75 18.9489 18.75 18.75V15.75H21C21.3978 15.75 21.7794 15.592 22.0607 15.3107C22.342 15.0294 22.5 14.6478 22.5 14.25V7.5C22.5 7.10218 22.342 6.72064 22.0607 6.43934C21.7794 6.15804 21.3978 6 21 6ZM21 12.0647L16.4353 7.5H21V12.0647ZM7.56469 7.5L14.3147 14.25H9.68531L3 7.56469V7.5H7.56469ZM3 9.68531L7.56469 14.25H3V9.68531ZM21 14.25H16.4353L9.68531 7.5H14.3147L21 14.1863V14.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ BarricadeIcon.displayName = 'BarricadeIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BellIcon: 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 BellIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9996 2.2998C14.2582 2.29981 15.9186 3.37419 17.1022 4.91797C18.2672 6.43755 18.9837 8.42268 19.4313 10.3408C19.8811 12.2687 20.0725 14.1872 20.152 15.6172C20.1918 16.3339 20.2037 16.9324 20.2057 17.3525C20.2067 17.5625 20.2055 17.7286 20.2037 17.8428C20.2028 17.8998 20.2016 17.9442 20.2008 17.9746C20.2004 17.9897 20.2001 18.0016 20.1998 18.0098V18.0234L20.1774 18.7002H15.6842C15.3561 20.4362 13.8309 21.7499 11.9996 21.75L11.8073 21.7451C10.0627 21.6567 8.63349 20.3749 8.31702 18.7002H3.82287L3.80041 18.0234V18.0098C3.80018 18.0016 3.79981 17.9897 3.79944 17.9746C3.79869 17.9442 3.7974 17.8997 3.79651 17.8428C3.79473 17.7286 3.79356 17.5625 3.79455 17.3525C3.79655 16.9324 3.80845 16.3339 3.84827 15.6172C3.92771 14.1872 4.11815 12.2687 4.56799 10.3408C5.01554 8.42276 5.73219 6.43755 6.89709 4.91797C8.0806 3.37425 9.74119 2.2999 11.9996 2.2998ZM9.75842 18.7002C10.0563 19.6554 10.9465 20.3493 11.9996 20.3496C13.0529 20.3495 13.9437 19.6555 14.2418 18.7002H9.75842ZM11.9996 3.7002C10.2584 3.70029 8.98104 4.50089 8.00842 5.76953C7.01723 7.0624 6.35869 8.82738 5.93127 10.6592C5.50619 12.4811 5.32252 14.3129 5.24573 15.6953C5.20927 16.3516 5.19767 16.9031 5.19495 17.2998H18.8053C18.8026 16.9031 18.791 16.3516 18.7545 15.6953C18.6777 14.3128 18.4931 12.4811 18.068 10.6592C17.6406 8.82738 16.982 7.0624 15.9908 5.76953C15.0182 4.50099 13.7409 3.7002 11.9996 3.7002Z", fill: "currentColor" }) })) }));
11
+ });
12
+ BellIcon.displayName = 'BellIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BellSimpleSlashIcon: 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 BellSimpleSlashIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.50452 3.50488C4.77782 3.23158 5.22137 3.2317 5.49475 3.50488L20.9947 19.0049C21.2681 19.2782 21.2681 19.7218 20.9947 19.9951C20.7214 20.2683 20.2778 20.2684 20.0045 19.9951L18.7096 18.7002H15.6842C15.3561 20.4362 13.8309 21.7499 11.9996 21.75L11.8073 21.7451C10.0627 21.6567 8.63349 20.3749 8.31702 18.7002H3.82287L3.80041 18.0234V18.0098C3.80018 18.0016 3.79981 17.9897 3.79944 17.9746C3.79869 17.9442 3.7974 17.8997 3.79651 17.8428C3.79473 17.7286 3.79356 17.5625 3.79455 17.3525C3.79655 16.9324 3.80845 16.3339 3.84827 15.6172C3.92771 14.1872 4.11815 12.2687 4.56799 10.3408C4.90593 8.89251 5.39862 7.40671 6.12073 6.11133L4.50452 4.49512C4.23139 4.2218 4.23139 3.7782 4.50452 3.50488ZM9.75842 18.7002C10.0563 19.6554 10.9465 20.3493 11.9996 20.3496C13.0529 20.3495 13.9437 19.6555 14.2418 18.7002H9.75842ZM7.15393 7.14453C6.6183 8.2004 6.22169 9.41451 5.93127 10.6592C5.50619 12.4811 5.32252 14.3129 5.24573 15.6953C5.20927 16.3516 5.19767 16.9031 5.19495 17.2998H17.3092L7.15393 7.14453Z", fill: "currentColor" }), _jsx("path", { d: "M11.9996 2.2998C14.2582 2.29981 15.9186 3.37419 17.1022 4.91797C18.2672 6.43755 18.9837 8.42268 19.4313 10.3408C19.8811 12.2687 20.0725 14.1872 20.152 15.6172C20.1586 15.7364 20.1605 15.8525 20.1656 15.9648L18.6627 14.4619C18.5568 13.3058 18.3762 11.9799 18.068 10.6592C17.6406 8.82738 16.982 7.0624 15.9908 5.76953C15.0182 4.50099 13.7409 3.7002 11.9996 3.7002C10.779 3.70026 9.78692 4.09434 8.96741 4.7666L7.97424 3.77344C9.03089 2.86926 10.3567 2.29988 11.9996 2.2998Z", fill: "currentColor" })] })) }));
11
+ });
12
+ BellSimpleSlashIcon.displayName = 'BellSimpleSlashIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BluetoothIcon: 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 BluetoothIcon = 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.1811 15.7374L13.1976 12L18.1811 8.26256C18.2704 8.19561 18.3429 8.1088 18.3928 8.009C18.4427 7.9092 18.4686 7.79915 18.4686 7.68757C18.4686 7.57599 18.4427 7.46594 18.3928 7.36614C18.3429 7.26634 18.2704 7.17953 18.1811 7.11258L12.4312 2.80015C12.3245 2.72006 12.1975 2.67129 12.0645 2.65931C11.9316 2.64732 11.7979 2.67259 11.6786 2.73228C11.5592 2.79198 11.4588 2.88373 11.3886 2.99728C11.3184 3.11082 11.2813 3.24166 11.2813 3.37514V10.5625L6.68133 7.11258C6.52883 6.99821 6.33714 6.9491 6.14844 6.97606C5.95973 7.00301 5.78946 7.10383 5.67509 7.25633C5.56072 7.40882 5.51161 7.60051 5.53857 7.78922C5.56553 7.97792 5.66634 8.14819 5.81884 8.26256L10.8024 12L5.81884 15.7374C5.74333 15.7941 5.67972 15.865 5.63163 15.9462C5.58354 16.0275 5.55192 16.1173 5.53857 16.2108C5.51161 16.3995 5.56072 16.5912 5.67509 16.7437C5.78946 16.8962 5.95973 16.997 6.14844 17.0239C6.33714 17.0509 6.52883 17.0018 6.68133 16.8874L11.2813 13.4375V20.6249C11.2813 20.7583 11.3184 20.8892 11.3886 21.0027C11.4588 21.1163 11.5592 21.208 11.6786 21.2677C11.7979 21.3274 11.9316 21.3527 12.0645 21.3407C12.1975 21.3287 12.3245 21.2799 12.4312 21.1998L18.1811 16.8874C18.2704 16.8205 18.3429 16.7337 18.3928 16.6339C18.4427 16.5341 18.4686 16.424 18.4686 16.3124C18.4686 16.2008 18.4427 16.0908 18.3928 15.991C18.3429 15.8912 18.2704 15.8044 18.1811 15.7374ZM12.7187 4.81262L16.5523 7.68757L12.7187 10.5625V4.81262ZM12.7187 19.1874V13.4375L16.5523 16.3124L12.7187 19.1874Z", fill: "currentColor" }) })) }));
11
+ });
12
+ BluetoothIcon.displayName = 'BluetoothIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BookOpenIcon: 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 BookOpenIcon = 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.3978 4.01855H15.1389C14.5567 4.01855 13.9826 4.1541 13.4619 4.41445C12.9412 4.67481 12.4882 5.05282 12.1389 5.51855C11.7896 5.05282 11.3367 4.67481 10.816 4.41445C10.2953 4.1541 9.72108 4.01855 9.13891 4.01855L2.88172 4.01858C2.6828 4.01858 2.49204 4.0976 2.35139 4.23825C2.21073 4.37891 2.13172 4.56967 2.13172 4.76858L1.9928 17.2599C1.9928 17.4588 2.07182 17.6496 2.21247 17.7903C2.35312 17.9309 2.54389 18.0099 2.7428 18.0099L8.99999 18.0099C9.59673 18.0099 10.169 18.2469 10.591 18.6689C11.0129 19.0909 11.25 19.6632 11.25 20.2599C11.25 20.4588 11.329 20.6496 11.4697 20.7902C11.6103 20.9309 11.8011 21.0099 12 21.0099C12.1989 21.0099 12.3897 20.9309 12.5303 20.7902C12.671 20.6496 12.75 20.4588 12.75 20.2599C12.75 19.6632 12.9871 19.0909 13.409 18.6689C13.831 18.2469 14.4033 18.0099 15 18.0099H21.2588C21.4577 18.0099 21.6485 17.9309 21.7892 17.7902C21.9298 17.6496 22.0088 17.4588 22.0088 17.2599L22.1478 4.76855C22.1478 4.56964 22.0687 4.37888 21.9281 4.23822C21.7874 4.09757 21.5967 4.01855 21.3978 4.01855ZM8.99999 16.5099L3.4928 16.5099L3.63172 5.51858L9.13891 5.51855C10.1547 5.51855 11.25 6.66554 11.25 7.7193C11.25 8.77306 11.25 17.2599 11.25 17.2599C10.6015 16.7719 9.81159 16.5086 8.99999 16.5099ZM20.5088 16.5099H15C14.1884 16.5086 13.3985 16.7719 12.75 17.2599V7.7193C12.75 6.81059 14.0174 5.51855 15.1389 5.51855H20.6478L20.5088 16.5099Z", fill: "currentColor" }) })) }));
11
+ });
12
+ BookOpenIcon.displayName = 'BookOpenIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BookmarkSimpleIcon: 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 BookmarkSimpleIcon = 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.25 3H6.75C6.35218 3 5.97064 3.15804 5.68934 3.43934C5.40804 3.72064 5.25 4.10218 5.25 4.5V21C5.25007 21.1338 5.28595 21.2652 5.35393 21.3805C5.42191 21.4958 5.5195 21.5908 5.63659 21.6557C5.75367 21.7206 5.88598 21.7529 6.01978 21.7494C6.15358 21.7458 6.284 21.7066 6.3975 21.6356L12 18.1341L17.6034 21.6356C17.7169 21.7063 17.8472 21.7454 17.9809 21.7488C18.1146 21.7522 18.2467 21.7198 18.3636 21.655C18.4806 21.5902 18.5781 21.4953 18.646 21.3801C18.7139 21.2649 18.7498 21.1337 18.75 21V4.5C18.75 4.10218 18.592 3.72064 18.3107 3.43934C18.0294 3.15804 17.6478 3 17.25 3ZM17.25 19.6472L12.3966 16.6144C12.2774 16.5399 12.1396 16.5004 11.9991 16.5004C11.8585 16.5004 11.7208 16.5399 11.6016 16.6144L6.75 19.6472V4.5H17.25V19.6472Z", fill: "currentColor" }) })) }));
11
+ });
12
+ BookmarkSimpleIcon.displayName = 'BookmarkSimpleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BookmarksIcon: 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 BookmarksIcon = 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 2.25H9C8.60218 2.25 8.22064 2.40804 7.93934 2.68934C7.65804 2.97064 7.5 3.35218 7.5 3.75V5.25H6C5.60218 5.25 5.22064 5.40804 4.93934 5.68934C4.65804 5.97064 4.5 6.35218 4.5 6.75V21C4.5 21.1378 4.53796 21.2729 4.60972 21.3906C4.68149 21.5082 4.78428 21.6038 4.90681 21.6669C5.02934 21.7299 5.16688 21.758 5.30432 21.748C5.44177 21.7381 5.5738 21.6904 5.68594 21.6103L10.5 18.1716L15.315 21.6103C15.4271 21.6901 15.5591 21.7376 15.6964 21.7474C15.8337 21.7573 15.971 21.7291 16.0934 21.6661C16.2158 21.6031 16.3184 21.5076 16.3902 21.3901C16.4619 21.2726 16.4999 21.1377 16.5 21V17.3147L18.3141 18.6103C18.4262 18.6904 18.5582 18.7381 18.6957 18.748C18.8331 18.758 18.9707 18.7299 19.0932 18.6669C19.2157 18.6038 19.3185 18.5082 19.3903 18.3906C19.462 18.2729 19.5 18.1378 19.5 18V3.75C19.5 3.35218 19.342 2.97064 19.0607 2.68934C18.7794 2.40804 18.3978 2.25 18 2.25ZM15 19.5431L10.935 16.6369C10.8078 16.546 10.6554 16.4972 10.4991 16.4972C10.3427 16.4972 10.1903 16.546 10.0631 16.6369L6 19.5422V6.75H15V19.5431ZM18 16.5431L16.5 15.4688V6.75C16.5 6.35218 16.342 5.97064 16.0607 5.68934C15.7794 5.40804 15.3978 5.25 15 5.25H9V3.75H18V16.5431Z", fill: "currentColor" }) })) }));
11
+ });
12
+ BookmarksIcon.displayName = 'BookmarksIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BoundingBoxIcon: 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 BoundingBoxIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 9C19.8978 9 20.2794 8.84196 20.5607 8.56066C20.842 8.27936 21 7.89782 21 7.5V4.5C21 4.10218 20.842 3.72064 20.5607 3.43934C20.2794 3.15804 19.8978 3 19.5 3H16.5C16.1022 3 15.7206 3.15804 15.4393 3.43934C15.158 3.72064 15 4.10218 15 4.5V5.25H9V4.5C9 4.10218 8.84196 3.72064 8.56066 3.43934C8.27936 3.15804 7.89782 3 7.5 3H4.5C4.10218 3 3.72064 3.15804 3.43934 3.43934C3.15804 3.72064 3 4.10218 3 4.5V7.5C3 7.89782 3.15804 8.27936 3.43934 8.56066C3.72064 8.84196 4.10218 9 4.5 9H5.25V15H4.5C4.10218 15 3.72064 15.158 3.43934 15.4393C3.15804 15.7206 3 16.1022 3 16.5V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H7.5C7.89782 21 8.27936 20.842 8.56066 20.5607C8.84196 20.2794 9 19.8978 9 19.5V18.75H15V19.5C15 19.8978 15.158 20.2794 15.4393 20.5607C15.7206 20.842 16.1022 21 16.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V16.5C21 16.1022 20.842 15.7206 20.5607 15.4393C20.2794 15.158 19.8978 15 19.5 15H18.75V9H19.5ZM16.5 4.5H19.5V7.5H16.5V4.5ZM4.5 4.5H7.5V5.99063C7.49876 5.99681 7.49876 6.00319 7.5 6.00937V7.5H4.5V4.5ZM7.5 19.5H4.5V16.5H7.5V17.9906C7.49876 17.9968 7.49876 18.0032 7.5 18.0094V19.5ZM19.5 19.5H16.5V16.5H19.5V19.5ZM17.25 15H16.5C16.1022 15 15.7206 15.158 15.4393 15.4393C15.158 15.7206 15 16.1022 15 16.5V17.25H9V16.5C9 16.1022 8.84196 15.7206 8.56066 15.4393C8.27936 15.158 7.89782 15 7.5 15H6.75V9H7.5C7.89782 9 8.27936 8.84196 8.56066 8.56066C8.84196 8.27936 9 7.89782 9 7.5V6.75H15V7.5C15 7.89782 15.158 8.27936 15.4393 8.56066C15.7206 8.84196 16.1022 9 16.5 9H17.25V15Z", fill: "currentColor" }) })) }));
11
+ });
12
+ BoundingBoxIcon.displayName = 'BoundingBoxIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BoxArrowDownIcon: 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 BoxArrowDownIcon = 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.9212 6.41438L19.4212 3.41438C19.3589 3.28977 19.2631 3.185 19.1445 3.11181C19.0259 3.03862 18.8893 2.9999 18.75 3H5.25C5.11067 2.9999 4.97406 3.03862 4.8555 3.11181C4.73693 3.185 4.6411 3.28977 4.57875 3.41438L3.07875 6.41438C3.02705 6.51871 3.00011 6.63356 3 6.75V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V6.75C20.9999 6.63356 20.9729 6.51871 20.9212 6.41438ZM5.71312 4.5H18.2869L19.0369 6H4.96312L5.71312 4.5ZM19.5 19.5H4.5V7.5H19.5V19.5ZM15.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.6217 17.9057 11.539 17.8504 11.4694 17.7806L8.46937 14.7806C8.32864 14.6399 8.24958 14.449 8.24958 14.25C8.24958 14.051 8.32864 13.8601 8.46937 13.7194C8.61011 13.5786 8.80098 13.4996 9 13.4996C9.19902 13.4996 9.38989 13.5786 9.53063 13.7194L11.25 15.4397V9.75C11.25 9.55109 11.329 9.36032 11.4697 9.21967C11.6103 9.07902 11.8011 9 12 9C12.1989 9 12.3897 9.07902 12.5303 9.21967C12.671 9.36032 12.75 9.55109 12.75 9.75V15.4397L14.4694 13.7194C14.539 13.6496 14.6217 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
+ BoxArrowDownIcon.displayName = 'BoxArrowDownIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BoxArrowUpIcon: 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 BoxArrowUpIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M18.75 3C18.8893 2.9999 19.026 3.03822 19.1445 3.11133C19.263 3.18444 19.3585 3.28963 19.4209 3.41406L20.9209 6.41406C20.9726 6.5184 20.9999 6.63356 21 6.75V19.5C21 19.8978 20.8419 20.2792 20.5605 20.5605C20.2792 20.8419 19.8978 21 19.5 21H4.5C4.10218 21 3.72076 20.8419 3.43945 20.5605C3.15815 20.2792 3 19.8978 3 19.5V6.75C3.00011 6.63356 3.0274 6.5184 3.0791 6.41406L4.5791 3.41406C4.64146 3.28963 4.73703 3.18444 4.85547 3.11133C4.97399 3.03822 5.11074 2.9999 5.25 3H18.75ZM4.5 7.5V19.5H19.5V7.5H4.5ZM12 9C12.0985 9 12.1961 9.01989 12.2871 9.05762C12.378 9.09529 12.4607 9.15017 12.5303 9.21973L15.5303 12.2197C15.671 12.3605 15.751 12.552 15.751 12.751C15.7509 12.9499 15.6709 13.1406 15.5303 13.2812C15.3896 13.4218 15.1989 13.501 15 13.501C14.8011 13.5009 14.6104 13.4219 14.4697 13.2812L12.75 11.5605V17.251C12.7499 17.4498 12.6708 17.6407 12.5303 17.7812C12.3896 17.9217 12.1988 18.001 12 18.001C11.8012 18.0009 11.6103 17.9218 11.4697 17.7812C11.3292 17.6407 11.2501 17.4498 11.25 17.251V11.5605L9.53027 13.2812C9.46067 13.3509 9.37805 13.4066 9.28711 13.4443C9.19615 13.482 9.09845 13.501 9 13.501C8.90151 13.501 8.80388 13.482 8.71289 13.4443C8.62189 13.4066 8.53936 13.3509 8.46973 13.2812C8.40005 13.2116 8.34438 13.1291 8.30664 13.0381C8.26894 12.9472 8.25005 12.8494 8.25 12.751C8.25 12.6526 8.26901 12.5548 8.30664 12.4639C8.34438 12.3728 8.39999 12.2894 8.46973 12.2197L11.4697 9.21973C11.5393 9.15015 11.622 9.09532 11.7129 9.05762C11.8039 9.01989 11.9015 9.00002 12 9ZM5.71289 4.5L4.96289 6H19.0371L18.2871 4.5H5.71289Z", fill: "currentColor" }) })) }));
11
+ });
12
+ BoxArrowUpIcon.displayName = 'BoxArrowUpIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BriefcaseIcon: 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 BriefcaseIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.25 5.25H16.5V4.5C16.5 3.90326 16.2629 3.33097 15.841 2.90901C15.419 2.48705 14.8467 2.25 14.25 2.25H9.75C9.15326 2.25 8.58097 2.48705 8.15901 2.90901C7.73705 3.33097 7.5 3.90326 7.5 4.5V5.25H3.75C3.35218 5.25 2.97064 5.40804 2.68934 5.68934C2.40804 5.97064 2.25 6.35218 2.25 6.75V18.75C2.25 19.1478 2.40804 19.5294 2.68934 19.8107C2.97064 20.092 3.35218 20.25 3.75 20.25H20.25C20.6478 20.25 21.0294 20.092 21.3107 19.8107C21.592 19.5294 21.75 19.1478 21.75 18.75V6.75C21.75 6.35218 21.592 5.97064 21.3107 5.68934C21.0294 5.40804 20.6478 5.25 20.25 5.25ZM9 4.5C9 4.30109 9.07902 4.11032 9.21967 3.96967C9.36032 3.82902 9.55109 3.75 9.75 3.75H14.25C14.4489 3.75 14.6397 3.82902 14.7803 3.96967C14.921 4.11032 15 4.30109 15 4.5V5.25H9V4.5ZM20.25 6.75V10.6509C17.7185 12.0289 14.8822 12.7505 12 12.75C9.11794 12.7505 6.28165 12.0292 3.75 10.6519V6.75H20.25ZM20.25 18.75H3.75V12.3412C6.31868 13.5977 9.1405 14.2506 12 14.25C14.8596 14.2501 17.6813 13.5969 20.25 12.3403V18.75ZM9.75 10.5C9.75 10.3011 9.82902 10.1103 9.96967 9.96967C10.1103 9.82902 10.3011 9.75 10.5 9.75H13.5C13.6989 9.75 13.8897 9.82902 14.0303 9.96967C14.171 10.1103 14.25 10.3011 14.25 10.5C14.25 10.6989 14.171 10.8897 14.0303 11.0303C13.8897 11.171 13.6989 11.25 13.5 11.25H10.5C10.3011 11.25 10.1103 11.171 9.96967 11.0303C9.82902 10.8897 9.75 10.6989 9.75 10.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ BriefcaseIcon.displayName = 'BriefcaseIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BrowserIcon: 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 BrowserIcon = 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.25 3.75H4.75C4.35218 3.75 3.97064 3.90804 3.68934 4.18934C3.40804 4.47064 3.25 4.85218 3.25 5.25V18.75C3.25 19.1478 3.40804 19.5294 3.68934 19.8107C3.97064 20.092 4.35218 20.25 4.75 20.25H19.25C19.6478 20.25 20.0294 20.092 20.3107 19.8107C20.592 19.5294 20.75 19.1478 20.75 18.75V5.25C20.75 4.85218 20.592 4.47064 20.3107 4.18934C20.0294 3.90804 19.6478 3.75 19.25 3.75ZM19.25 5.25V8.25H4.75V5.25H19.25ZM19.25 18.75H4.75V9.75H19.25V18.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ BrowserIcon.displayName = 'BrowserIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BugBeetleIcon: 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 BugBeetleIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 14.25H21C21.1989 14.25 21.3897 14.171 21.5303 14.0303C21.671 13.8897 21.75 13.6989 21.75 13.5C21.75 13.3011 21.671 13.1103 21.5303 12.9697C21.3897 12.829 21.1989 12.75 21 12.75H19.5V11.25H21C21.1989 11.25 21.3897 11.171 21.5303 11.0303C21.671 10.8897 21.75 10.6989 21.75 10.5C21.75 10.3011 21.671 10.1103 21.5303 9.96966C21.3897 9.82901 21.1989 9.74999 21 9.74999H19.4625C19.2968 8.10388 18.5899 6.55919 17.4525 5.3578L19.2806 3.53061C19.4214 3.38988 19.5004 3.19901 19.5004 2.99999C19.5004 2.80097 19.4214 2.6101 19.2806 2.46936C19.1399 2.32863 18.949 2.24957 18.75 2.24957C18.551 2.24957 18.3601 2.32863 18.2194 2.46936L16.3172 4.37249C15.0547 3.47945 13.5464 2.99989 12 2.99989C10.4536 2.99989 8.94527 3.47945 7.68281 4.37249L5.78062 2.46936C5.63989 2.32863 5.44902 2.24957 5.25 2.24957C5.05098 2.24957 4.86011 2.32863 4.71938 2.46936C4.57864 2.6101 4.49958 2.80097 4.49958 2.99999C4.49958 3.19901 4.57864 3.38988 4.71938 3.53061L6.5475 5.3578C5.41006 6.55919 4.70316 8.10388 4.5375 9.74999H3C2.80109 9.74999 2.61032 9.82901 2.46967 9.96966C2.32902 10.1103 2.25 10.3011 2.25 10.5C2.25 10.6989 2.32902 10.8897 2.46967 11.0303C2.61032 11.171 2.80109 11.25 3 11.25H4.5V12.75H3C2.80109 12.75 2.61032 12.829 2.46967 12.9697C2.32902 13.1103 2.25 13.3011 2.25 13.5C2.25 13.6989 2.32902 13.8897 2.46967 14.0303C2.61032 14.171 2.80109 14.25 3 14.25H4.5V15C4.5 15.2531 4.51313 15.5034 4.5375 15.75H3C2.80109 15.75 2.61032 15.829 2.46967 15.9697C2.32902 16.1103 2.25 16.3011 2.25 16.5C2.25 16.6989 2.32902 16.8897 2.46967 17.0303C2.61032 17.171 2.80109 17.25 3 17.25H4.845C5.32356 18.7728 6.2755 20.1032 7.56233 21.0477C8.84916 21.9922 10.4038 22.5014 12 22.5014C13.5962 22.5014 15.1508 21.9922 16.4377 21.0477C17.7245 20.1032 18.6764 18.7728 19.155 17.25H21C21.1989 17.25 21.3897 17.171 21.5303 17.0303C21.671 16.8897 21.75 16.6989 21.75 16.5C21.75 16.3011 21.671 16.1103 21.5303 15.9697C21.3897 15.829 21.1989 15.75 21 15.75H19.4625C19.4869 15.5034 19.5 15.2531 19.5 15V14.25ZM12 4.49999C13.4607 4.50181 14.8707 5.03586 15.9661 6.00219C17.0615 6.96852 17.7673 8.3009 17.9513 9.74999H6.045C6.22907 8.30026 6.93534 6.96736 8.03153 6.00095C9.12772 5.03453 10.5386 4.5009 12 4.49999ZM12.75 20.9512V13.5C12.75 13.3011 12.671 13.1103 12.5303 12.9697C12.3897 12.829 12.1989 12.75 12 12.75C11.8011 12.75 11.6103 12.829 11.4697 12.9697C11.329 13.1103 11.25 13.3011 11.25 13.5V20.9512C9.80091 20.7673 8.46853 20.0615 7.5022 18.9661C6.53586 17.8707 6.00182 16.4607 6 15V11.25H18V15C17.9982 16.4607 17.4641 17.8707 16.4978 18.9661C15.5315 20.0615 14.1991 20.7673 12.75 20.9512Z", fill: "currentColor" }) })) }));
11
+ });
12
+ BugBeetleIcon.displayName = 'BugBeetleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BuildingApartmentIcon: 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 BuildingApartmentIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M22.5 19.5H21.75V6.75C21.75 6.55109 21.671 6.36032 21.5303 6.21967C21.3897 6.07902 21.1989 6 21 6H17.25V3.75C17.25 3.55109 17.171 3.36032 17.0303 3.21967C16.8897 3.07902 16.6989 3 16.5 3H7.5C7.30109 3 7.11032 3.07902 6.96967 3.21967C6.82902 3.36032 6.75 3.55109 6.75 3.75V9H3C2.80109 9 2.61032 9.07902 2.46967 9.21967C2.32902 9.36032 2.25 9.55109 2.25 9.75V19.5H1.5C1.30109 19.5 1.11032 19.579 0.96967 19.7197C0.829018 19.8603 0.75 20.0511 0.75 20.25C0.75 20.4489 0.829018 20.6397 0.96967 20.7803C1.11032 20.921 1.30109 21 1.5 21H22.5C22.6989 21 22.8897 20.921 23.0303 20.7803C23.171 20.6397 23.25 20.4489 23.25 20.25C23.25 20.0511 23.171 19.8603 23.0303 19.7197C22.8897 19.579 22.6989 19.5 22.5 19.5ZM3.75 10.5H7.5C7.69891 10.5 7.88968 10.421 8.03033 10.2803C8.17098 10.1397 8.25 9.94891 8.25 9.75V4.5H15.75V6.75C15.75 6.94891 15.829 7.13968 15.9697 7.28033C16.1103 7.42098 16.3011 7.5 16.5 7.5H20.25V19.5H14.25V15.75C14.25 15.5511 14.171 15.3603 14.0303 15.2197C13.8897 15.079 13.6989 15 13.5 15H10.5C10.3011 15 10.1103 15.079 9.96967 15.2197C9.82902 15.3603 9.75 15.5511 9.75 15.75V19.5H3.75V10.5ZM12.75 19.5H11.25V16.5H12.75V19.5ZM10.5 6.75C10.5 6.55109 10.579 6.36032 10.7197 6.21967C10.8603 6.07902 11.0511 6 11.25 6H12.75C12.9489 6 13.1397 6.07902 13.2803 6.21967C13.421 6.36032 13.5 6.55109 13.5 6.75C13.5 6.94891 13.421 7.13968 13.2803 7.28033C13.1397 7.42098 12.9489 7.5 12.75 7.5H11.25C11.0511 7.5 10.8603 7.42098 10.7197 7.28033C10.579 7.13968 10.5 6.94891 10.5 6.75ZM10.5 9.75C10.5 9.55109 10.579 9.36032 10.7197 9.21967C10.8603 9.07902 11.0511 9 11.25 9H12.75C12.9489 9 13.1397 9.07902 13.2803 9.21967C13.421 9.36032 13.5 9.55109 13.5 9.75C13.5 9.94891 13.421 10.1397 13.2803 10.2803C13.1397 10.421 12.9489 10.5 12.75 10.5H11.25C11.0511 10.5 10.8603 10.421 10.7197 10.2803C10.579 10.1397 10.5 9.94891 10.5 9.75ZM15.75 9.75C15.75 9.55109 15.829 9.36032 15.9697 9.21967C16.1103 9.07902 16.3011 9 16.5 9H18C18.1989 9 18.3897 9.07902 18.5303 9.21967C18.671 9.36032 18.75 9.55109 18.75 9.75C18.75 9.94891 18.671 10.1397 18.5303 10.2803C18.3897 10.421 18.1989 10.5 18 10.5H16.5C16.3011 10.5 16.1103 10.421 15.9697 10.2803C15.829 10.1397 15.75 9.94891 15.75 9.75ZM8.25 12.75C8.25 12.9489 8.17098 13.1397 8.03033 13.2803C7.88968 13.421 7.69891 13.5 7.5 13.5H6C5.80109 13.5 5.61032 13.421 5.46967 13.2803C5.32902 13.1397 5.25 12.9489 5.25 12.75C5.25 12.5511 5.32902 12.3603 5.46967 12.2197C5.61032 12.079 5.80109 12 6 12H7.5C7.69891 12 7.88968 12.079 8.03033 12.2197C8.17098 12.3603 8.25 12.5511 8.25 12.75ZM8.25 15.75C8.25 15.9489 8.17098 16.1397 8.03033 16.2803C7.88968 16.421 7.69891 16.5 7.5 16.5H6C5.80109 16.5 5.61032 16.421 5.46967 16.2803C5.32902 16.1397 5.25 15.9489 5.25 15.75C5.25 15.5511 5.32902 15.3603 5.46967 15.2197C5.61032 15.079 5.80109 15 6 15H7.5C7.69891 15 7.88968 15.079 8.03033 15.2197C8.17098 15.3603 8.25 15.5511 8.25 15.75ZM10.5 12.75C10.5 12.5511 10.579 12.3603 10.7197 12.2197C10.8603 12.079 11.0511 12 11.25 12H12.75C12.9489 12 13.1397 12.079 13.2803 12.2197C13.421 12.3603 13.5 12.5511 13.5 12.75C13.5 12.9489 13.421 13.1397 13.2803 13.2803C13.1397 13.421 12.9489 13.5 12.75 13.5H11.25C11.0511 13.5 10.8603 13.421 10.7197 13.2803C10.579 13.1397 10.5 12.9489 10.5 12.75ZM15.75 12.75C15.75 12.5511 15.829 12.3603 15.9697 12.2197C16.1103 12.079 16.3011 12 16.5 12H18C18.1989 12 18.3897 12.079 18.5303 12.2197C18.671 12.3603 18.75 12.5511 18.75 12.75C18.75 12.9489 18.671 13.1397 18.5303 13.2803C18.3897 13.421 18.1989 13.5 18 13.5H16.5C16.3011 13.5 16.1103 13.421 15.9697 13.2803C15.829 13.1397 15.75 12.9489 15.75 12.75ZM15.75 15.75C15.75 15.5511 15.829 15.3603 15.9697 15.2197C16.1103 15.079 16.3011 15 16.5 15H18C18.1989 15 18.3897 15.079 18.5303 15.2197C18.671 15.3603 18.75 15.5511 18.75 15.75C18.75 15.9489 18.671 16.1397 18.5303 16.2803C18.3897 16.421 18.1989 16.5 18 16.5H16.5C16.3011 16.5 16.1103 16.421 15.9697 16.2803C15.829 16.1397 15.75 15.9489 15.75 15.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ BuildingApartmentIcon.displayName = 'BuildingApartmentIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BuildingIcon: 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 BuildingIcon = 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 21H19.5V3H20.25C20.4489 3 20.6397 2.92098 20.7803 2.78033C20.921 2.63968 21 2.44891 21 2.25C21 2.05109 20.921 1.86032 20.7803 1.71967C20.6397 1.57902 20.4489 1.5 20.25 1.5H3.75C3.55109 1.5 3.36032 1.57902 3.21967 1.71967C3.07902 1.86032 3 2.05109 3 2.25C3 2.44891 3.07902 2.63968 3.21967 2.78033C3.36032 2.92098 3.55109 3 3.75 3H4.5V21H2.25C2.05109 21 1.86032 21.079 1.71967 21.2197C1.57902 21.3603 1.5 21.5511 1.5 21.75C1.5 21.9489 1.57902 22.1397 1.71967 22.2803C1.86032 22.421 2.05109 22.5 2.25 22.5H21.75C21.9489 22.5 22.1397 22.421 22.2803 22.2803C22.421 22.1397 22.5 21.9489 22.5 21.75C22.5 21.5511 22.421 21.3603 22.2803 21.2197C22.1397 21.079 21.9489 21 21.75 21ZM6 3H18V21H15V17.25C15 17.0511 14.921 16.8603 14.7803 16.7197C14.6397 16.579 14.4489 16.5 14.25 16.5H9.75C9.55109 16.5 9.36032 16.579 9.21967 16.7197C9.07902 16.8603 9 17.0511 9 17.25V21H6V3ZM13.5 21H10.5V18H13.5V21ZM8.25 6C8.25 5.80109 8.32902 5.61032 8.46967 5.46967C8.61032 5.32902 8.80109 5.25 9 5.25H10.5C10.6989 5.25 10.8897 5.32902 11.0303 5.46967C11.171 5.61032 11.25 5.80109 11.25 6C11.25 6.19891 11.171 6.38968 11.0303 6.53033C10.8897 6.67098 10.6989 6.75 10.5 6.75H9C8.80109 6.75 8.61032 6.67098 8.46967 6.53033C8.32902 6.38968 8.25 6.19891 8.25 6ZM12.75 6C12.75 5.80109 12.829 5.61032 12.9697 5.46967C13.1103 5.32902 13.3011 5.25 13.5 5.25H15C15.1989 5.25 15.3897 5.32902 15.5303 5.46967C15.671 5.61032 15.75 5.80109 15.75 6C15.75 6.19891 15.671 6.38968 15.5303 6.53033C15.3897 6.67098 15.1989 6.75 15 6.75H13.5C13.3011 6.75 13.1103 6.67098 12.9697 6.53033C12.829 6.38968 12.75 6.19891 12.75 6ZM8.25 9.75C8.25 9.55109 8.32902 9.36032 8.46967 9.21967C8.61032 9.07902 8.80109 9 9 9H10.5C10.6989 9 10.8897 9.07902 11.0303 9.21967C11.171 9.36032 11.25 9.55109 11.25 9.75C11.25 9.94891 11.171 10.1397 11.0303 10.2803C10.8897 10.421 10.6989 10.5 10.5 10.5H9C8.80109 10.5 8.61032 10.421 8.46967 10.2803C8.32902 10.1397 8.25 9.94891 8.25 9.75ZM12.75 9.75C12.75 9.55109 12.829 9.36032 12.9697 9.21967C13.1103 9.07902 13.3011 9 13.5 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.5H13.5C13.3011 10.5 13.1103 10.421 12.9697 10.2803C12.829 10.1397 12.75 9.94891 12.75 9.75ZM8.25 13.5C8.25 13.3011 8.32902 13.1103 8.46967 12.9697C8.61032 12.829 8.80109 12.75 9 12.75H10.5C10.6989 12.75 10.8897 12.829 11.0303 12.9697C11.171 13.1103 11.25 13.3011 11.25 13.5C11.25 13.6989 11.171 13.8897 11.0303 14.0303C10.8897 14.171 10.6989 14.25 10.5 14.25H9C8.80109 14.25 8.61032 14.171 8.46967 14.0303C8.32902 13.8897 8.25 13.6989 8.25 13.5ZM12.75 13.5C12.75 13.3011 12.829 13.1103 12.9697 12.9697C13.1103 12.829 13.3011 12.75 13.5 12.75H15C15.1989 12.75 15.3897 12.829 15.5303 12.9697C15.671 13.1103 15.75 13.3011 15.75 13.5C15.75 13.6989 15.671 13.8897 15.5303 14.0303C15.3897 14.171 15.1989 14.25 15 14.25H13.5C13.3011 14.25 13.1103 14.171 12.9697 14.0303C12.829 13.8897 12.75 13.6989 12.75 13.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ BuildingIcon.displayName = 'BuildingIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const BuildingOfficeIcon: 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 BuildingOfficeIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M23.25 19.5H21.75V9C21.9489 9 22.1397 8.92098 22.2803 8.78033C22.421 8.63968 22.5 8.44891 22.5 8.25C22.5 8.05109 22.421 7.86032 22.2803 7.71967C22.1397 7.57902 21.9489 7.5 21.75 7.5H17.25V4.5C17.4489 4.5 17.6397 4.42098 17.7803 4.28033C17.921 4.13968 18 3.94891 18 3.75C18 3.55109 17.921 3.36032 17.7803 3.21967C17.6397 3.07902 17.4489 3 17.25 3H3.75C3.55109 3 3.36032 3.07902 3.21967 3.21967C3.07902 3.36032 3 3.55109 3 3.75C3 3.94891 3.07902 4.13968 3.21967 4.28033C3.36032 4.42098 3.55109 4.5 3.75 4.5V19.5H2.25C2.05109 19.5 1.86032 19.579 1.71967 19.7197C1.57902 19.8603 1.5 20.0511 1.5 20.25C1.5 20.4489 1.57902 20.6397 1.71967 20.7803C1.86032 20.921 2.05109 21 2.25 21H23.25C23.4489 21 23.6397 20.921 23.7803 20.7803C23.921 20.6397 24 20.4489 24 20.25C24 20.0511 23.921 19.8603 23.7803 19.7197C23.6397 19.579 23.4489 19.5 23.25 19.5ZM20.25 9V19.5H17.25V9H20.25ZM5.25 4.5H15.75V19.5H13.5V15C13.5 14.8011 13.421 14.6103 13.2803 14.4697C13.1397 14.329 12.9489 14.25 12.75 14.25H8.25C8.05109 14.25 7.86032 14.329 7.71967 14.4697C7.57902 14.6103 7.5 14.8011 7.5 15V19.5H5.25V4.5ZM12 19.5H9V15.75H12V19.5ZM6.75 7.5C6.75 7.30109 6.82902 7.11032 6.96967 6.96967C7.11032 6.82902 7.30109 6.75 7.5 6.75H9C9.19891 6.75 9.38968 6.82902 9.53033 6.96967C9.67098 7.11032 9.75 7.30109 9.75 7.5C9.75 7.69891 9.67098 7.88968 9.53033 8.03033C9.38968 8.17098 9.19891 8.25 9 8.25H7.5C7.30109 8.25 7.11032 8.17098 6.96967 8.03033C6.82902 7.88968 6.75 7.69891 6.75 7.5ZM11.25 7.5C11.25 7.30109 11.329 7.11032 11.4697 6.96967C11.6103 6.82902 11.8011 6.75 12 6.75H13.5C13.6989 6.75 13.8897 6.82902 14.0303 6.96967C14.171 7.11032 14.25 7.30109 14.25 7.5C14.25 7.69891 14.171 7.88968 14.0303 8.03033C13.8897 8.17098 13.6989 8.25 13.5 8.25H12C11.8011 8.25 11.6103 8.17098 11.4697 8.03033C11.329 7.88968 11.25 7.69891 11.25 7.5ZM6.75 11.25C6.75 11.0511 6.82902 10.8603 6.96967 10.7197C7.11032 10.579 7.30109 10.5 7.5 10.5H9C9.19891 10.5 9.38968 10.579 9.53033 10.7197C9.67098 10.8603 9.75 11.0511 9.75 11.25C9.75 11.4489 9.67098 11.6397 9.53033 11.7803C9.38968 11.921 9.19891 12 9 12H7.5C7.30109 12 7.11032 11.921 6.96967 11.7803C6.82902 11.6397 6.75 11.4489 6.75 11.25ZM11.25 11.25C11.25 11.0511 11.329 10.8603 11.4697 10.7197C11.6103 10.579 11.8011 10.5 12 10.5H13.5C13.6989 10.5 13.8897 10.579 14.0303 10.7197C14.171 10.8603 14.25 11.0511 14.25 11.25C14.25 11.4489 14.171 11.6397 14.0303 11.7803C13.8897 11.921 13.6989 12 13.5 12H12C11.8011 12 11.6103 11.921 11.4697 11.7803C11.329 11.6397 11.25 11.4489 11.25 11.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ BuildingOfficeIcon.displayName = 'BuildingOfficeIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CalendarBlankIcon: 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 CalendarBlankIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 4H17.25V3.25C17.25 3.05109 17.171 2.86032 17.0303 2.71967C16.8897 2.57902 16.6989 2.5 16.5 2.5C16.3011 2.5 16.1103 2.57902 15.9697 2.71967C15.829 2.86032 15.75 3.05109 15.75 3.25V4H8.25V3.25C8.25 3.05109 8.17098 2.86032 8.03033 2.71967C7.88968 2.57902 7.69891 2.5 7.5 2.5C7.30109 2.5 7.11032 2.57902 6.96967 2.71967C6.82902 2.86032 6.75 3.05109 6.75 3.25V4H4.5C4.10218 4 3.72064 4.15804 3.43934 4.43934C3.15804 4.72064 3 5.10218 3 5.5V18.5C3 18.8978 3.15804 19.2794 3.43934 19.5607C3.72064 19.842 4.10218 20 4.5 20H19.5C19.8978 20 20.2794 19.842 20.5607 19.5607C20.842 19.2794 21 18.8978 21 18.5V5.5C21 5.10218 20.842 4.72064 20.5607 4.43934C20.2794 4.15804 19.8978 4 19.5 4ZM6.75 5.5V6.25C6.75 6.44891 6.82902 6.63968 6.96967 6.78033C7.11032 6.92098 7.30109 7 7.5 7C7.69891 7 7.88968 6.92098 8.03033 6.78033C8.17098 6.63968 8.25 6.44891 8.25 6.25V5.5H15.75V6.25C15.75 6.44891 15.829 6.63968 15.9697 6.78033C16.1103 6.92098 16.3011 7 16.5 7C16.6989 7 16.8897 6.92098 17.0303 6.78033C17.171 6.63968 17.25 6.44891 17.25 6.25V5.5H19.5V8.5H4.5V5.5H6.75ZM19.5 18.5H4.5V10H19.5V18.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CalendarBlankIcon.displayName = 'CalendarBlankIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CalendarCheckIcon: 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 CalendarCheckIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.5 3H17.25V2.25C17.25 2.05109 17.171 1.86032 17.0303 1.71967C16.8897 1.57902 16.6989 1.5 16.5 1.5C16.3011 1.5 16.1103 1.57902 15.9697 1.71967C15.829 1.86032 15.75 2.05109 15.75 2.25V3H8.25V2.25C8.25 2.05109 8.17098 1.86032 8.03033 1.71967C7.88968 1.57902 7.69891 1.5 7.5 1.5C7.30109 1.5 7.11032 1.57902 6.96967 1.71967C6.82902 1.86032 6.75 2.05109 6.75 2.25V3H3.5C3.10218 3 2.72064 3.15804 2.43934 3.43934C2.15804 3.72064 2 4.10218 2 4.5V19.5C2 19.8978 2.15804 20.2794 2.43934 20.5607C2.72064 20.842 3.10218 21 3.5 21H20.5C20.8978 21 21.2794 20.842 21.5607 20.5607C21.842 20.2794 22 19.8978 22 19.5V4.5C22 4.10218 21.842 3.72064 21.5607 3.43934C21.2794 3.15804 20.8978 3 20.5 3ZM6.75 4.5V5.25C6.75 5.44891 6.82902 5.63968 6.96967 5.78033C7.11032 5.92098 7.30109 6 7.5 6C7.69891 6 7.88968 5.92098 8.03033 5.78033C8.17098 5.63968 8.25 5.44891 8.25 5.25V4.5H15.75V5.25C15.75 5.44891 15.829 5.63968 15.9697 5.78033C16.1103 5.92098 16.3011 6 16.5 6C16.6989 6 16.8897 5.92098 17.0303 5.78033C17.171 5.63968 17.25 5.44891 17.25 5.25V4.5H20.5V7.5H3.5V4.5H6.75ZM20.5 19.5H3.5V9H20.5V19.5ZM15.9056 11.4694C15.9754 11.539 16.0307 11.6217 16.0684 11.7128C16.1062 11.8038 16.1256 11.9014 16.1256 12C16.1256 12.0986 16.1062 12.1962 16.0684 12.2872C16.0307 12.3783 15.9754 12.461 15.9056 12.5306L11.4056 17.0306C11.336 17.1004 11.2533 17.1557 11.1622 17.1934C11.0712 17.2312 10.9736 17.2506 10.875 17.2506C10.7764 17.2506 10.6788 17.2312 10.5878 17.1934C10.4967 17.1557 10.414 17.1004 10.3444 17.0306L8.09437 14.7806C7.95364 14.6399 7.87458 14.449 7.87458 14.25C7.87458 14.051 7.95364 13.8601 8.09437 13.7194C8.23511 13.5786 8.42598 13.4996 8.625 13.4996C8.82402 13.4996 9.01489 13.5786 9.15563 13.7194L10.875 15.4397L14.8444 11.4694C14.914 11.3996 14.9967 11.3443 15.0878 11.3066C15.1788 11.2688 15.2764 11.2494 15.375 11.2494C15.4736 11.2494 15.5712 11.2688 15.6622 11.3066C15.7533 11.3443 15.836 11.3996 15.9056 11.4694Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CalendarCheckIcon.displayName = 'CalendarCheckIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CalendarPlusIcon: 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 CalendarPlusIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.5 3H17.25V2.25C17.25 2.05109 17.171 1.86032 17.0303 1.71967C16.8897 1.57902 16.6989 1.5 16.5 1.5C16.3011 1.5 16.1103 1.57902 15.9697 1.71967C15.829 1.86032 15.75 2.05109 15.75 2.25V3H8.25V2.25C8.25 2.05109 8.17098 1.86032 8.03033 1.71967C7.88968 1.57902 7.69891 1.5 7.5 1.5C7.30109 1.5 7.11032 1.57902 6.96967 1.71967C6.82902 1.86032 6.75 2.05109 6.75 2.25V3H3.5C3.10218 3 2.72064 3.15804 2.43934 3.43934C2.15804 3.72064 2 4.10218 2 4.5V19.5C2 19.8978 2.15804 20.2794 2.43934 20.5607C2.72064 20.842 3.10218 21 3.5 21H20.5C20.8978 21 21.2794 20.842 21.5607 20.5607C21.842 20.2794 22 19.8978 22 19.5V4.5C22 4.10218 21.842 3.72064 21.5607 3.43934C21.2794 3.15804 20.8978 3 20.5 3ZM6.75 4.5V5.25C6.75 5.44891 6.82902 5.63968 6.96967 5.78033C7.11032 5.92098 7.30109 6 7.5 6C7.69891 6 7.88968 5.92098 8.03033 5.78033C8.17098 5.63968 8.25 5.44891 8.25 5.25V4.5H15.75V5.25C15.75 5.44891 15.829 5.63968 15.9697 5.78033C16.1103 5.92098 16.3011 6 16.5 6C16.6989 6 16.8897 5.92098 17.0303 5.78033C17.171 5.63968 17.25 5.44891 17.25 5.25V4.5H20.5V7.5H3.5V4.5H6.75ZM20.5 19.5H3.5V9H20.5V19.5ZM15 14.25C15 14.4489 14.921 14.6397 14.7803 14.7803C14.6397 14.921 14.4489 15 14.25 15H12.75V16.5C12.75 16.6989 12.671 16.8897 12.5303 17.0303C12.3897 17.171 12.1989 17.25 12 17.25C11.8011 17.25 11.6103 17.171 11.4697 17.0303C11.329 16.8897 11.25 16.6989 11.25 16.5V15H9.75C9.55109 15 9.36032 14.921 9.21967 14.7803C9.07902 14.6397 9 14.4489 9 14.25C9 14.0511 9.07902 13.8603 9.21967 13.7197C9.36032 13.579 9.55109 13.5 9.75 13.5H11.25V12C11.25 11.8011 11.329 11.6103 11.4697 11.4697C11.6103 11.329 11.8011 11.25 12 11.25C12.1989 11.25 12.3897 11.329 12.5303 11.4697C12.671 11.6103 12.75 11.8011 12.75 12V13.5H14.25C14.4489 13.5 14.6397 13.579 14.7803 13.7197C14.921 13.8603 15 14.0511 15 14.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CalendarPlusIcon.displayName = 'CalendarPlusIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CarIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CarIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M22.9565 10.0435H21.9L19.1824 3.92935C19.0594 3.65272 18.8588 3.4177 18.605 3.25275C18.3511 3.0878 18.0549 3 17.7522 3H6.24782C5.94509 3 5.64885 3.0878 5.395 3.25275C5.14116 3.4177 4.94059 3.65272 4.8176 3.92935L2.09999 10.0435H1.04347C0.835912 10.0435 0.636853 10.1259 0.490085 10.2727C0.343317 10.4195 0.260864 10.6185 0.260864 10.8261C0.260864 11.0336 0.343317 11.2327 0.490085 11.3795C0.636853 11.5262 0.835912 11.6087 1.04347 11.6087H1.82608V19.4348C1.82608 20.2873 2.53878 21 3.3913 21H5.73912C6.59165 21 7.30434 20.2873 7.30434 19.4348V17.8696H16.6956V19.4348C16.6956 20.2873 17.4083 21 18.2609 21H20.6087C21.4612 21 22.1739 20.2873 22.1739 19.4348V11.6087H22.9565C23.1641 11.6087 23.3631 11.5262 23.5099 11.3795C23.6567 11.2327 23.7391 11.0336 23.7391 10.8261C23.7391 10.6185 23.6567 10.4195 23.5099 10.2727C23.3631 10.1259 23.1641 10.0435 22.9565 10.0435ZM6.24782 4.56522H17.7522L20.1871 10.0435H3.81293L6.24782 4.56522ZM5.73912 19.4348H3.3913V17.8696H5.73912V19.4348ZM18.2609 19.4348V17.8696H20.6087V19.4348H18.2609ZM20.6087 16.3043H3.3913V11.6087H20.6087V16.3043ZM4.95652 13.9565C4.95652 13.749 5.03897 13.5499 5.18574 13.4031C5.3325 13.2564 5.53156 13.1739 5.73912 13.1739H7.30434C7.5119 13.1739 7.71096 13.2564 7.85773 13.4031C8.0045 13.5499 8.08695 13.749 8.08695 13.9565C8.08695 14.1641 8.0045 14.3631 7.85773 14.5099C7.71096 14.6567 7.5119 14.7391 7.30434 14.7391H5.73912C5.53156 14.7391 5.3325 14.6567 5.18574 14.5099C5.03897 14.3631 4.95652 14.1641 4.95652 13.9565ZM15.913 13.9565C15.913 13.749 15.9955 13.5499 16.1423 13.4031C16.289 13.2564 16.4881 13.1739 16.6956 13.1739H18.2609C18.4684 13.1739 18.6675 13.2564 18.8143 13.4031C18.961 13.5499 19.0435 13.749 19.0435 13.9565C19.0435 14.1641 18.961 14.3631 18.8143 14.5099C18.6675 14.6567 18.4684 14.7391 18.2609 14.7391H16.6956C16.4881 14.7391 16.289 14.6567 16.1423 14.5099C15.9955 14.3631 15.913 14.1641 15.913 13.9565Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CarIcon.displayName = 'CarIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretDoubleDownIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CaretDoubleDownIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.0306 12.2194C20.1003 12.289 20.1557 12.3717 20.1934 12.4628C20.2312 12.5538 20.2506 12.6514 20.2506 12.75C20.2506 12.8486 20.2312 12.9461 20.1934 13.0372C20.1557 13.1282 20.1003 13.211 20.0306 13.2806L12.5306 20.7806C12.461 20.8503 12.3782 20.9057 12.2872 20.9434C12.1961 20.9812 12.0986 21.0006 12 21.0006C11.9014 21.0006 11.8038 20.9812 11.7128 20.9434C11.6217 20.9057 11.539 20.8503 11.4694 20.7806L3.96936 13.2806C3.82863 13.1399 3.74957 12.949 3.74957 12.75C3.74957 12.551 3.82863 12.3601 3.96936 12.2194C4.1101 12.0786 4.30097 11.9996 4.49999 11.9996C4.69901 11.9996 4.88988 12.0786 5.03061 12.2194L12 19.1897L18.9694 12.2194C19.039 12.1496 19.1217 12.0943 19.2128 12.0566C19.3038 12.0188 19.4014 11.9994 19.5 11.9994C19.5986 11.9994 19.6961 12.0188 19.7872 12.0566C19.8782 12.0943 19.961 12.1496 20.0306 12.2194ZM11.4694 13.2806C11.539 13.3503 11.6217 13.4057 11.7128 13.4434C11.8038 13.4812 11.9014 13.5006 12 13.5006C12.0986 13.5006 12.1961 13.4812 12.2872 13.4434C12.3782 13.4057 12.461 13.3503 12.5306 13.2806L20.0306 5.78061C20.1713 5.63988 20.2504 5.44901 20.2504 5.24999C20.2504 5.05097 20.1713 4.8601 20.0306 4.71936C19.8899 4.57863 19.699 4.49957 19.5 4.49957C19.301 4.49957 19.1101 4.57863 18.9694 4.71936L12 11.6897L5.03061 4.71936C4.88988 4.57863 4.69901 4.49957 4.49999 4.49957C4.30097 4.49957 4.1101 4.57863 3.96936 4.71936C3.82863 4.8601 3.74957 5.05097 3.74957 5.24999C3.74957 5.44901 3.82863 5.63988 3.96936 5.78061L11.4694 13.2806Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretDoubleDownIcon.displayName = 'CaretDoubleDownIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretDoubleDownSmallIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CaretDoubleDownSmallIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M18.5 6.74707C18.5 6.84517 18.4795 6.94257 18.4404 7.0332C18.4014 7.12375 18.3445 7.20608 18.2725 7.27539L12.5488 12.7812C12.4768 12.8505 12.391 12.9058 12.2969 12.9434C12.2028 12.9808 12.1019 13 12 13C11.8981 13 11.7972 12.9808 11.7031 12.9434C11.609 12.9058 11.5232 12.8505 11.4512 12.7812L5.72754 7.27539C5.58195 7.1353 5.5 6.94516 5.5 6.74707C5.50004 6.54899 5.58193 6.35881 5.72754 6.21875C5.87308 6.07878 6.07058 6.0001 6.27637 6C6.48233 6 6.68053 6.07865 6.82617 6.21875L12 11.1973L17.1738 6.21875C17.2459 6.14944 17.3317 6.09418 17.4258 6.05664C17.52 6.0191 17.6217 6 17.7236 6C17.8255 6.00003 17.9264 6.01919 18.0205 6.05664C18.1146 6.09415 18.2004 6.14946 18.2725 6.21875C18.3444 6.28798 18.4014 6.37052 18.4404 6.46094C18.4794 6.55151 18.5 6.64903 18.5 6.74707ZM18.5 11.7471C18.5 11.8452 18.4795 11.9426 18.4404 12.0332C18.4014 12.1237 18.3445 12.2061 18.2725 12.2754L12.5488 17.7812C12.4768 17.8505 12.391 17.9058 12.2969 17.9434C12.2028 17.9808 12.1019 18 12 18C11.8981 18 11.7972 17.9808 11.7031 17.9434C11.609 17.9058 11.5232 17.8505 11.4512 17.7812L5.72754 12.2754C5.58195 12.1353 5.5 11.9452 5.5 11.7471C5.50004 11.549 5.58193 11.3588 5.72754 11.2187C5.87308 11.0788 6.07058 11.0001 6.27637 11C6.48233 11 6.68053 11.0787 6.82617 11.2187L12 16.1973L17.1738 11.2187C17.2459 11.1494 17.3317 11.0942 17.4258 11.0566C17.52 11.0191 17.6217 11 17.7236 11C17.8255 11 17.9264 11.0192 18.0205 11.0566C18.1146 11.0942 18.2004 11.1495 18.2725 11.2187C18.3444 11.288 18.4014 11.3705 18.4404 11.4609C18.4794 11.5515 18.5 11.649 18.5 11.7471Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretDoubleDownSmallIcon.displayName = 'CaretDoubleDownSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretDoubleLeftIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CaretDoubleLeftIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.2806 18.9694C19.3503 19.039 19.4056 19.1218 19.4433 19.2128C19.481 19.3039 19.5004 19.4014 19.5004 19.5C19.5004 19.5985 19.481 19.6961 19.4433 19.7872C19.4056 19.8782 19.3503 19.9609 19.2806 20.0306C19.2109 20.1003 19.1282 20.1556 19.0372 20.1933C18.9461 20.231 18.8485 20.2504 18.75 20.2504C18.6514 20.2504 18.5539 20.231 18.4628 20.1933C18.3718 20.1556 18.289 20.1003 18.2194 20.0306L10.7194 12.5306C10.6496 12.461 10.5943 12.3782 10.5566 12.2872C10.5188 12.1961 10.4994 12.0986 10.4994 12C10.4994 11.9014 10.5188 11.8038 10.5566 11.7128C10.5943 11.6217 10.6496 11.539 10.7194 11.4694L18.2194 3.96936C18.3601 3.82863 18.551 3.74957 18.75 3.74957C18.949 3.74957 19.1399 3.82863 19.2806 3.96936C19.4213 4.1101 19.5004 4.30097 19.5004 4.49999C19.5004 4.69901 19.4213 4.88988 19.2806 5.03061L12.3103 12L19.2806 18.9694ZM4.81029 12L11.7806 5.03061C11.9213 4.88988 12.0004 4.69901 12.0004 4.49999C12.0004 4.30097 11.9213 4.1101 11.7806 3.96936C11.6399 3.82863 11.449 3.74957 11.25 3.74957C11.051 3.74957 10.8601 3.82863 10.7194 3.96936L3.21935 11.4694C3.14962 11.539 3.0943 11.6217 3.05656 11.7128C3.01882 11.8038 2.99939 11.9014 2.99939 12C2.99939 12.0986 3.01882 12.1961 3.05656 12.2872C3.0943 12.3782 3.14962 12.461 3.21935 12.5306L10.7194 20.0306C10.789 20.1003 10.8718 20.1556 10.9628 20.1933C11.0539 20.231 11.1514 20.2504 11.25 20.2504C11.3485 20.2504 11.4461 20.231 11.5372 20.1933C11.6282 20.1556 11.7109 20.1003 11.7806 20.0306C11.8503 19.9609 11.9056 19.8782 11.9433 19.7872C11.981 19.6961 12.0004 19.5985 12.0004 19.5C12.0004 19.4014 11.981 19.3039 11.9433 19.2128C11.9056 19.1218 11.8503 19.039 11.7806 18.9694L4.81029 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretDoubleLeftIcon.displayName = 'CaretDoubleLeftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretDoubleLeftSmallIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CaretDoubleLeftSmallIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M17.2529 18.5C17.1549 18.5 17.0574 18.4804 16.9668 18.4414C16.8762 18.4024 16.794 18.3446 16.7246 18.2725L11.2188 12.5488C11.1495 12.4768 11.0942 12.391 11.0566 12.2969C11.0192 12.2028 11 12.1018 11 12C11 11.8981 11.0192 11.7972 11.0566 11.7031C11.0942 11.609 11.1494 11.5232 11.2188 11.4512L16.7246 5.72754C16.8647 5.58197 17.0549 5.5 17.2529 5.5C17.451 5.50004 17.6412 5.58194 17.7812 5.72754C17.9212 5.87307 17.9999 6.07059 18 6.27637C18 6.48233 17.9213 6.68053 17.7812 6.82617L12.8027 12L17.7812 17.1748C17.8504 17.2468 17.9059 17.3327 17.9434 17.4268C17.9808 17.5208 18 17.6219 18 17.7236C18 17.8255 17.9808 17.9264 17.9434 18.0205C17.9059 18.1146 17.8505 18.2004 17.7813 18.2725C17.7119 18.3445 17.6296 18.4024 17.5391 18.4414C17.4485 18.4804 17.351 18.5 17.2529 18.5Z", fill: "currentColor" }), _jsx("path", { d: "M12.2529 18.5C12.1549 18.5 12.0574 18.4804 11.9668 18.4414C11.8762 18.4024 11.794 18.3446 11.7246 18.2725L6.21875 12.5488C6.14946 12.4768 6.09416 12.391 6.05664 12.2969C6.01918 12.2028 6 12.1018 6 12C6.00001 11.8981 6.01916 11.7972 6.05664 11.7031C6.09417 11.609 6.14944 11.5232 6.21875 11.4512L11.7246 5.72754C11.8647 5.58197 12.0549 5.5 12.2529 5.5C12.451 5.50004 12.6412 5.58194 12.7812 5.72754C12.9212 5.87307 12.9999 6.07059 13 6.27637C13 6.48233 12.9213 6.68053 12.7812 6.82617L7.80273 12L12.7813 17.1748C12.8504 17.2468 12.9059 17.3327 12.9434 17.4268C12.9808 17.5208 13 17.6219 13 17.7236C13 17.8255 12.9808 17.9264 12.9434 18.0205C12.9059 18.1146 12.8505 18.2004 12.7813 18.2725C12.7119 18.3445 12.6296 18.4024 12.5391 18.4414C12.4485 18.4804 12.351 18.5 12.2529 18.5Z", fill: "currentColor" })] })) }));
11
+ });
12
+ CaretDoubleLeftSmallIcon.displayName = 'CaretDoubleLeftSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CaretDoubleRightIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const CaretDoubleRightIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M13.2806 12.5306L5.78061 20.0306C5.63988 20.1713 5.44901 20.2504 5.24999 20.2504C5.05097 20.2504 4.8601 20.1713 4.71936 20.0306C4.57863 19.8899 4.49957 19.699 4.49957 19.5C4.49957 19.301 4.57863 19.1101 4.71936 18.9694L11.6897 12L4.71936 5.03061C4.57863 4.88988 4.49957 4.69901 4.49957 4.49999C4.49957 4.30097 4.57863 4.1101 4.71936 3.96936C4.8601 3.82863 5.05097 3.74957 5.24999 3.74957C5.44901 3.74957 5.63988 3.82863 5.78061 3.96936L13.2806 11.4694C13.3503 11.539 13.4057 11.6217 13.4434 11.7128C13.4812 11.8038 13.5006 11.9014 13.5006 12C13.5006 12.0986 13.4812 12.1961 13.4434 12.2872C13.4057 12.3782 13.3503 12.461 13.2806 12.5306ZM20.7806 11.4694L13.2806 3.96936C13.1399 3.82863 12.949 3.74957 12.75 3.74957C12.551 3.74957 12.3601 3.82863 12.2194 3.96936C12.0786 4.1101 11.9996 4.30097 11.9996 4.49999C11.9996 4.69901 12.0786 4.88988 12.2194 5.03061L19.1897 12L12.2194 18.9694C12.0786 19.1101 11.9996 19.301 11.9996 19.5C11.9996 19.699 12.0786 19.8899 12.2194 20.0306C12.3601 20.1713 12.551 20.2504 12.75 20.2504C12.949 20.2504 13.1399 20.1713 13.2806 20.0306L20.7806 12.5306C20.8503 12.461 20.9057 12.3782 20.9434 12.2872C20.9812 12.1961 21.0006 12.0986 21.0006 12C21.0006 11.9014 20.9812 11.8038 20.9434 11.7128C20.9057 11.6217 20.8503 11.539 20.7806 11.4694Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CaretDoubleRightIcon.displayName = 'CaretDoubleRightIcon';