@webpros/mui-theme 0.3.11 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (875) hide show
  1. package/dist/package.json +2 -2
  2. package/dist/src/components/data-display/Badge/Badge.theme.js +18 -18
  3. package/dist/src/components/data-display/Chip/Chip.theme.js +2 -0
  4. package/dist/src/components/data-display/Table/Table.theme.js +1 -1
  5. package/dist/src/components/feedback/Alert/Alert.theme.js +82 -15
  6. package/dist/src/components/feedback/Alert/alertDefaultIcons.d.ts +2 -0
  7. package/dist/src/components/feedback/Alert/alertDefaultIcons.js +16 -0
  8. package/dist/src/components/feedback/Dialog/Dialog.theme.js +5 -8
  9. package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.js +32 -3
  10. package/dist/src/components/inputs/Checkbox/Checkbox.theme.d.ts +2 -1
  11. package/dist/src/components/inputs/Checkbox/Checkbox.theme.js +27 -0
  12. package/dist/src/components/inputs/Filter/Filter.js +3 -2
  13. package/dist/src/components/inputs/Radio/Radio.theme.js +17 -1
  14. package/dist/src/components/inputs/Select/Select.theme.js +2 -2
  15. package/dist/src/components/inputs/ToggleButton/ToggleButton.d.ts +10 -2
  16. package/dist/src/components/inputs/ToggleButton/ToggleButton.js +26 -3
  17. package/dist/src/components/inputs/ToggleButton/index.d.ts +1 -1
  18. package/dist/src/components/inputs/ToggleButton/index.js +2 -2
  19. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.d.ts +12 -3
  20. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.js +32 -3
  21. package/dist/src/components/inputs/ToggleButtonGroup/index.d.ts +1 -1
  22. package/dist/src/components/inputs/ToggleButtonGroup/index.js +2 -2
  23. package/dist/src/components/navigation/PaginationItem/components/PaginationIcons.js +4 -1
  24. package/dist/src/components/navigation/Tab/Tab.theme.js +2 -2
  25. package/dist/src/components/utils/inputIcons.d.ts +9 -0
  26. package/dist/src/components/utils/inputIcons.js +19 -0
  27. package/dist/src/icons/AlignLeftSimpleIcon.d.ts +2 -0
  28. package/dist/src/icons/AlignLeftSimpleIcon.js +12 -0
  29. package/dist/src/icons/AmazonIcon.d.ts +2 -0
  30. package/dist/src/icons/AmazonIcon.js +12 -0
  31. package/dist/src/icons/AndroidIcon.d.ts +2 -0
  32. package/dist/src/icons/AndroidIcon.js +12 -0
  33. package/dist/src/icons/ApparetmentIcon.d.ts +2 -0
  34. package/dist/src/icons/ApparetmentIcon.js +12 -0
  35. package/dist/src/icons/ArchiveIcon.d.ts +2 -0
  36. package/dist/src/icons/ArchiveIcon.js +12 -0
  37. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.d.ts +2 -0
  38. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +12 -0
  39. package/dist/src/icons/ArrowBendDoubleUpRightIcon.d.ts +2 -0
  40. package/dist/src/icons/ArrowBendDoubleUpRightIcon.js +12 -0
  41. package/dist/src/icons/ArrowBendUpLeftIcon.d.ts +2 -0
  42. package/dist/src/icons/ArrowBendUpLeftIcon.js +12 -0
  43. package/dist/src/icons/ArrowBendUpRightIcon.d.ts +2 -0
  44. package/dist/src/icons/ArrowBendUpRightIcon.js +12 -0
  45. package/dist/src/icons/ArrowCircleDownFillIcon.d.ts +2 -0
  46. package/dist/src/icons/ArrowCircleDownFillIcon.js +12 -0
  47. package/dist/src/icons/ArrowCircleUpFillIcon.d.ts +2 -0
  48. package/dist/src/icons/ArrowCircleUpFillIcon.js +12 -0
  49. package/dist/src/icons/ArrowClockwiseFillIcon.d.ts +2 -0
  50. package/dist/src/icons/ArrowClockwiseFillIcon.js +12 -0
  51. package/dist/src/icons/ArrowDownBoldIcon.d.ts +2 -0
  52. package/dist/src/icons/ArrowDownBoldIcon.js +12 -0
  53. package/dist/src/icons/ArrowDownIcon.d.ts +2 -0
  54. package/dist/src/icons/ArrowDownIcon.js +12 -0
  55. package/dist/src/icons/ArrowDownSmallIcon.d.ts +2 -0
  56. package/dist/src/icons/ArrowDownSmallIcon.js +12 -0
  57. package/dist/src/icons/ArrowLeftIcon.d.ts +2 -0
  58. package/dist/src/icons/ArrowLeftIcon.js +12 -0
  59. package/dist/src/icons/ArrowLeftWpIcon.d.ts +2 -0
  60. package/dist/src/icons/ArrowLeftWpIcon.js +12 -0
  61. package/dist/src/icons/ArrowLineDownIcon.d.ts +2 -0
  62. package/dist/src/icons/ArrowLineDownIcon.js +12 -0
  63. package/dist/src/icons/ArrowLineUpIcon.d.ts +2 -0
  64. package/dist/src/icons/ArrowLineUpIcon.js +12 -0
  65. package/dist/src/icons/ArrowRightIcon.d.ts +2 -0
  66. package/dist/src/icons/ArrowRightIcon.js +12 -0
  67. package/dist/src/icons/ArrowRightSmallIcon.d.ts +2 -0
  68. package/dist/src/icons/ArrowRightSmallIcon.js +12 -0
  69. package/dist/src/icons/ArrowSquareInIcon.d.ts +2 -0
  70. package/dist/src/icons/ArrowSquareInIcon.js +12 -0
  71. package/dist/src/icons/ArrowSquareOutIcon.d.ts +2 -0
  72. package/dist/src/icons/ArrowSquareOutIcon.js +12 -0
  73. package/dist/src/icons/ArrowSquareOutSmallIcon.d.ts +2 -0
  74. package/dist/src/icons/ArrowSquareOutSmallIcon.js +12 -0
  75. package/dist/src/icons/ArrowUpIcon.d.ts +2 -0
  76. package/dist/src/icons/ArrowUpIcon.js +12 -0
  77. package/dist/src/icons/ArrowUpLeftIcon.d.ts +2 -0
  78. package/dist/src/icons/ArrowUpLeftIcon.js +12 -0
  79. package/dist/src/icons/ArrowUpSmallIcon.d.ts +2 -0
  80. package/dist/src/icons/ArrowUpSmallIcon.js +12 -0
  81. package/dist/src/icons/ArrowarcleftIcon.d.ts +2 -0
  82. package/dist/src/icons/ArrowarcleftIcon.js +12 -0
  83. package/dist/src/icons/ArrowarcrightIcon.d.ts +2 -0
  84. package/dist/src/icons/ArrowarcrightIcon.js +12 -0
  85. package/dist/src/icons/ArrowbendrightdownIcon.d.ts +2 -0
  86. package/dist/src/icons/ArrowbendrightdownIcon.js +12 -0
  87. package/dist/src/icons/ArrowbendrightupIcon.d.ts +2 -0
  88. package/dist/src/icons/ArrowbendrightupIcon.js +12 -0
  89. package/dist/src/icons/ArrowcirclerightIcon.d.ts +2 -0
  90. package/dist/src/icons/ArrowcirclerightIcon.js +12 -0
  91. package/dist/src/icons/ArrowcircleupIcon.d.ts +2 -0
  92. package/dist/src/icons/ArrowcircleupIcon.js +12 -0
  93. package/dist/src/icons/ArrowdownrightIcon.d.ts +2 -0
  94. package/dist/src/icons/ArrowdownrightIcon.js +12 -0
  95. package/dist/src/icons/ArrowelbowdownleftIcon.d.ts +2 -0
  96. package/dist/src/icons/ArrowelbowdownleftIcon.js +12 -0
  97. package/dist/src/icons/ArrowelbowrightupIcon.d.ts +2 -0
  98. package/dist/src/icons/ArrowelbowrightupIcon.js +12 -0
  99. package/dist/src/icons/ArrowelbowupleftIcon.d.ts +2 -0
  100. package/dist/src/icons/ArrowelbowupleftIcon.js +12 -0
  101. package/dist/src/icons/ArrowfatlinesdownIcon.d.ts +2 -0
  102. package/dist/src/icons/ArrowfatlinesdownIcon.js +12 -0
  103. package/dist/src/icons/ArrowfatlineupIcon.d.ts +2 -0
  104. package/dist/src/icons/ArrowfatlineupIcon.js +12 -0
  105. package/dist/src/icons/ArrowlinedownleftIcon.d.ts +2 -0
  106. package/dist/src/icons/ArrowlinedownleftIcon.js +12 -0
  107. package/dist/src/icons/ArrowsClockwiseIcon.d.ts +2 -0
  108. package/dist/src/icons/ArrowsClockwiseIcon.js +12 -0
  109. package/dist/src/icons/ArrowsInSimpleIcon.d.ts +2 -0
  110. package/dist/src/icons/ArrowsInSimpleIcon.js +12 -0
  111. package/dist/src/icons/ArrowsOutCardinalIcon.d.ts +2 -0
  112. package/dist/src/icons/ArrowsOutCardinalIcon.js +12 -0
  113. package/dist/src/icons/ArrowsOutSimpleIcon.d.ts +2 -0
  114. package/dist/src/icons/ArrowsOutSimpleIcon.js +12 -0
  115. package/dist/src/icons/ArrowsdownupIcon.d.ts +2 -0
  116. package/dist/src/icons/ArrowsdownupIcon.js +12 -0
  117. package/dist/src/icons/ArrowshorizontalIcon.d.ts +2 -0
  118. package/dist/src/icons/ArrowshorizontalIcon.js +12 -0
  119. package/dist/src/icons/ArrowsmergeIcon.d.ts +2 -0
  120. package/dist/src/icons/ArrowsmergeIcon.js +12 -0
  121. package/dist/src/icons/ArrowsoutIcon.d.ts +2 -0
  122. package/dist/src/icons/ArrowsoutIcon.js +12 -0
  123. package/dist/src/icons/ArrowsquaredownIcon.d.ts +2 -0
  124. package/dist/src/icons/ArrowsquaredownIcon.js +12 -0
  125. package/dist/src/icons/ArrowsquareupIcon.d.ts +2 -0
  126. package/dist/src/icons/ArrowsquareupIcon.js +12 -0
  127. package/dist/src/icons/ArrowsquareupleftIcon.d.ts +2 -0
  128. package/dist/src/icons/ArrowsquareupleftIcon.js +12 -0
  129. package/dist/src/icons/ArrowurightupIcon.d.ts +2 -0
  130. package/dist/src/icons/ArrowurightupIcon.js +12 -0
  131. package/dist/src/icons/ArrowuupleftIcon.d.ts +2 -0
  132. package/dist/src/icons/ArrowuupleftIcon.js +12 -0
  133. package/dist/src/icons/ArticleIcon.d.ts +2 -0
  134. package/dist/src/icons/ArticleIcon.js +12 -0
  135. package/dist/src/icons/AtIcon.d.ts +2 -0
  136. package/dist/src/icons/AtIcon.js +12 -0
  137. package/dist/src/icons/AutoResponderIcon.d.ts +2 -0
  138. package/dist/src/icons/AutoResponderIcon.js +12 -0
  139. package/dist/src/icons/AutoResponderPlusIcon.d.ts +2 -0
  140. package/dist/src/icons/AutoResponderPlusIcon.js +12 -0
  141. package/dist/src/icons/BarChartIcon.d.ts +2 -0
  142. package/dist/src/icons/BarChartIcon.js +12 -0
  143. package/dist/src/icons/BarricadeIcon.d.ts +2 -0
  144. package/dist/src/icons/BarricadeIcon.js +12 -0
  145. package/dist/src/icons/BellIcon.d.ts +2 -0
  146. package/dist/src/icons/BellIcon.js +12 -0
  147. package/dist/src/icons/BellSimpleSlashIcon.d.ts +2 -0
  148. package/dist/src/icons/BellSimpleSlashIcon.js +12 -0
  149. package/dist/src/icons/BluetoothIcon.d.ts +2 -0
  150. package/dist/src/icons/BluetoothIcon.js +12 -0
  151. package/dist/src/icons/BookOpenIcon.d.ts +2 -0
  152. package/dist/src/icons/BookOpenIcon.js +12 -0
  153. package/dist/src/icons/BookmarkSimpleIcon.d.ts +2 -0
  154. package/dist/src/icons/BookmarkSimpleIcon.js +12 -0
  155. package/dist/src/icons/BookmarksIcon.d.ts +2 -0
  156. package/dist/src/icons/BookmarksIcon.js +12 -0
  157. package/dist/src/icons/BoundingBoxIcon.d.ts +2 -0
  158. package/dist/src/icons/BoundingBoxIcon.js +12 -0
  159. package/dist/src/icons/BoxArrowDownIcon.d.ts +2 -0
  160. package/dist/src/icons/BoxArrowDownIcon.js +12 -0
  161. package/dist/src/icons/BoxArrowUpIcon.d.ts +2 -0
  162. package/dist/src/icons/BoxArrowUpIcon.js +12 -0
  163. package/dist/src/icons/BriefcaseIcon.d.ts +2 -0
  164. package/dist/src/icons/BriefcaseIcon.js +12 -0
  165. package/dist/src/icons/BrowserIcon.d.ts +2 -0
  166. package/dist/src/icons/BrowserIcon.js +12 -0
  167. package/dist/src/icons/BugBeetleIcon.d.ts +2 -0
  168. package/dist/src/icons/BugBeetleIcon.js +12 -0
  169. package/dist/src/icons/BuildingApartmentIcon.d.ts +2 -0
  170. package/dist/src/icons/BuildingApartmentIcon.js +12 -0
  171. package/dist/src/icons/BuildingIcon.d.ts +2 -0
  172. package/dist/src/icons/BuildingIcon.js +12 -0
  173. package/dist/src/icons/BuildingOfficeIcon.d.ts +2 -0
  174. package/dist/src/icons/BuildingOfficeIcon.js +12 -0
  175. package/dist/src/icons/CalendarBlankIcon.d.ts +2 -0
  176. package/dist/src/icons/CalendarBlankIcon.js +12 -0
  177. package/dist/src/icons/CalendarCheckIcon.d.ts +2 -0
  178. package/dist/src/icons/CalendarCheckIcon.js +12 -0
  179. package/dist/src/icons/CalendarPlusIcon.d.ts +2 -0
  180. package/dist/src/icons/CalendarPlusIcon.js +12 -0
  181. package/dist/src/icons/CarIcon.d.ts +2 -0
  182. package/dist/src/icons/CarIcon.js +12 -0
  183. package/dist/src/icons/CaretDoubleDownIcon.d.ts +2 -0
  184. package/dist/src/icons/CaretDoubleDownIcon.js +12 -0
  185. package/dist/src/icons/CaretDoubleDownSmallIcon.d.ts +2 -0
  186. package/dist/src/icons/CaretDoubleDownSmallIcon.js +12 -0
  187. package/dist/src/icons/CaretDoubleLeftIcon.d.ts +2 -0
  188. package/dist/src/icons/CaretDoubleLeftIcon.js +12 -0
  189. package/dist/src/icons/CaretDoubleLeftSmallIcon.d.ts +2 -0
  190. package/dist/src/icons/CaretDoubleLeftSmallIcon.js +12 -0
  191. package/dist/src/icons/CaretDoubleRightIcon.d.ts +2 -0
  192. package/dist/src/icons/CaretDoubleRightIcon.js +12 -0
  193. package/dist/src/icons/CaretDoubleRightSmallIcon.d.ts +2 -0
  194. package/dist/src/icons/CaretDoubleRightSmallIcon.js +12 -0
  195. package/dist/src/icons/CaretDoubleUpIcon.d.ts +2 -0
  196. package/dist/src/icons/CaretDoubleUpIcon.js +12 -0
  197. package/dist/src/icons/CaretDoubleUpSmallIcon.d.ts +2 -0
  198. package/dist/src/icons/CaretDoubleUpSmallIcon.js +12 -0
  199. package/dist/src/icons/CaretDownIcon.d.ts +2 -0
  200. package/dist/src/icons/CaretDownIcon.js +12 -0
  201. package/dist/src/icons/CaretDownSmallIcon.d.ts +2 -0
  202. package/dist/src/icons/CaretDownSmallIcon.js +12 -0
  203. package/dist/src/icons/CaretLeftIcon.d.ts +2 -0
  204. package/dist/src/icons/CaretLeftIcon.js +12 -0
  205. package/dist/src/icons/CaretLeftSmallIcon.d.ts +2 -0
  206. package/dist/src/icons/CaretLeftSmallIcon.js +12 -0
  207. package/dist/src/icons/CaretRightIcon.d.ts +2 -0
  208. package/dist/src/icons/CaretRightIcon.js +12 -0
  209. package/dist/src/icons/CaretRightSmallIcon.d.ts +2 -0
  210. package/dist/src/icons/CaretRightSmallIcon.js +12 -0
  211. package/dist/src/icons/CaretRightTinyIcon.d.ts +2 -0
  212. package/dist/src/icons/CaretRightTinyIcon.js +12 -0
  213. package/dist/src/icons/CaretUpIcon.d.ts +2 -0
  214. package/dist/src/icons/CaretUpIcon.js +12 -0
  215. package/dist/src/icons/CaretUpSmallIcon.d.ts +2 -0
  216. package/dist/src/icons/CaretUpSmallIcon.js +12 -0
  217. package/dist/src/icons/CaretcircledoubledownIcon.d.ts +2 -0
  218. package/dist/src/icons/CaretcircledoubledownIcon.js +12 -0
  219. package/dist/src/icons/CaretcircledoubleleftIcon.d.ts +2 -0
  220. package/dist/src/icons/CaretcircledoubleleftIcon.js +12 -0
  221. package/dist/src/icons/CaretcircleupdownIcon.d.ts +2 -0
  222. package/dist/src/icons/CaretcircleupdownIcon.js +12 -0
  223. package/dist/src/icons/CellTowerIcon.d.ts +2 -0
  224. package/dist/src/icons/CellTowerIcon.js +12 -0
  225. package/dist/src/icons/ChartLineDownIcon.d.ts +2 -0
  226. package/dist/src/icons/ChartLineDownIcon.js +12 -0
  227. package/dist/src/icons/ChartLineUpIcon.d.ts +2 -0
  228. package/dist/src/icons/ChartLineUpIcon.js +12 -0
  229. package/dist/src/icons/ChartPieSliceIcon.d.ts +2 -0
  230. package/dist/src/icons/ChartPieSliceIcon.js +12 -0
  231. package/dist/src/icons/ChartPolarIcon.d.ts +2 -0
  232. package/dist/src/icons/ChartPolarIcon.js +12 -0
  233. package/dist/src/icons/ChartScatterIcon.d.ts +2 -0
  234. package/dist/src/icons/ChartScatterIcon.js +12 -0
  235. package/dist/src/icons/ChatCenteredIcon.d.ts +2 -0
  236. package/dist/src/icons/ChatCenteredIcon.js +12 -0
  237. package/dist/src/icons/ChatCircleIcon.d.ts +2 -0
  238. package/dist/src/icons/ChatCircleIcon.js +12 -0
  239. package/dist/src/icons/CheckAllIcon.d.ts +2 -0
  240. package/dist/src/icons/CheckAllIcon.js +12 -0
  241. package/dist/src/icons/CheckCircleFillIcon.d.ts +2 -0
  242. package/dist/src/icons/CheckCircleFillIcon.js +12 -0
  243. package/dist/src/icons/CheckCircleIcon.d.ts +2 -0
  244. package/dist/src/icons/CheckCircleIcon.js +12 -0
  245. package/dist/src/icons/CheckIcon.d.ts +2 -0
  246. package/dist/src/icons/CheckIcon.js +12 -0
  247. package/dist/src/icons/CheckIndeterminateSmallIcon.d.ts +2 -0
  248. package/dist/src/icons/CheckIndeterminateSmallIcon.js +12 -0
  249. package/dist/src/icons/CheckSmallIcon.d.ts +2 -0
  250. package/dist/src/icons/CheckSmallIcon.js +12 -0
  251. package/dist/src/icons/CheckSquareFillIcon.d.ts +2 -0
  252. package/dist/src/icons/CheckSquareFillIcon.js +12 -0
  253. package/dist/src/icons/CheckSquareIcon.d.ts +2 -0
  254. package/dist/src/icons/CheckSquareIcon.js +12 -0
  255. package/dist/src/icons/CheckboxIntermediate20Icon.d.ts +2 -0
  256. package/dist/src/icons/CheckboxIntermediate20Icon.js +12 -0
  257. package/dist/src/icons/CheckboxOff20Icon.d.ts +2 -0
  258. package/dist/src/icons/CheckboxOff20Icon.js +12 -0
  259. package/dist/src/icons/CheckboxOffSmallIcon.d.ts +2 -0
  260. package/dist/src/icons/CheckboxOffSmallIcon.js +12 -0
  261. package/dist/src/icons/CheckboxOn20Icon.d.ts +2 -0
  262. package/dist/src/icons/CheckboxOn20Icon.js +12 -0
  263. package/dist/src/icons/CircleIcon.d.ts +2 -0
  264. package/dist/src/icons/CircleIcon.js +12 -0
  265. package/dist/src/icons/CirclesFourIcon.d.ts +2 -0
  266. package/dist/src/icons/CirclesFourIcon.js +12 -0
  267. package/dist/src/icons/CirclesThreeIcon.d.ts +2 -0
  268. package/dist/src/icons/CirclesThreeIcon.js +12 -0
  269. package/dist/src/icons/ClockClockwiseIcon.d.ts +2 -0
  270. package/dist/src/icons/ClockClockwiseIcon.js +12 -0
  271. package/dist/src/icons/ClockCounterClockwiseIcon.d.ts +2 -0
  272. package/dist/src/icons/ClockCounterClockwiseIcon.js +12 -0
  273. package/dist/src/icons/ClockDuotoneIcon.d.ts +2 -0
  274. package/dist/src/icons/ClockDuotoneIcon.js +12 -0
  275. package/dist/src/icons/ClockIcon.d.ts +2 -0
  276. package/dist/src/icons/ClockIcon.js +12 -0
  277. package/dist/src/icons/ClockSmallIcon.d.ts +2 -0
  278. package/dist/src/icons/ClockSmallIcon.js +12 -0
  279. package/dist/src/icons/CloneIcon.d.ts +2 -0
  280. package/dist/src/icons/CloneIcon.js +12 -0
  281. package/dist/src/icons/CloseBigIcon.d.ts +2 -0
  282. package/dist/src/icons/CloseBigIcon.js +12 -0
  283. package/dist/src/icons/CloseCircleFillIcon.d.ts +2 -0
  284. package/dist/src/icons/CloseCircleFillIcon.js +12 -0
  285. package/dist/src/icons/CloseCircleIcon.d.ts +2 -0
  286. package/dist/src/icons/CloseCircleIcon.js +12 -0
  287. package/dist/src/icons/CloseIcon.d.ts +2 -0
  288. package/dist/src/icons/CloseIcon.js +12 -0
  289. package/dist/src/icons/CloseSmallIcon.d.ts +2 -0
  290. package/dist/src/icons/CloseSmallIcon.js +12 -0
  291. package/dist/src/icons/CloudCheckIcon.d.ts +2 -0
  292. package/dist/src/icons/CloudCheckIcon.js +12 -0
  293. package/dist/src/icons/CloudIcon.d.ts +2 -0
  294. package/dist/src/icons/CloudIcon.js +12 -0
  295. package/dist/src/icons/CodepenIcon.d.ts +2 -0
  296. package/dist/src/icons/CodepenIcon.js +12 -0
  297. package/dist/src/icons/CodesandboxIcon.d.ts +2 -0
  298. package/dist/src/icons/CodesandboxIcon.js +12 -0
  299. package/dist/src/icons/CommandIcon.d.ts +2 -0
  300. package/dist/src/icons/CommandIcon.js +12 -0
  301. package/dist/src/icons/CompassIcon.d.ts +2 -0
  302. package/dist/src/icons/CompassIcon.js +12 -0
  303. package/dist/src/icons/CompassToolIcon.d.ts +2 -0
  304. package/dist/src/icons/CompassToolIcon.js +12 -0
  305. package/dist/src/icons/CopyIcon.d.ts +2 -0
  306. package/dist/src/icons/CopyIcon.js +12 -0
  307. package/dist/src/icons/CopySimpleIcon.d.ts +2 -0
  308. package/dist/src/icons/CopySimpleIcon.js +12 -0
  309. package/dist/src/icons/CornersOutIcon.d.ts +2 -0
  310. package/dist/src/icons/CornersOutIcon.js +12 -0
  311. package/dist/src/icons/CpuIcon.d.ts +2 -0
  312. package/dist/src/icons/CpuIcon.js +12 -0
  313. package/dist/src/icons/CreditCardIcon.d.ts +2 -0
  314. package/dist/src/icons/CreditCardIcon.js +12 -0
  315. package/dist/src/icons/CrownIcon.d.ts +2 -0
  316. package/dist/src/icons/CrownIcon.js +12 -0
  317. package/dist/src/icons/CurrencyDollarCircledIcon.d.ts +2 -0
  318. package/dist/src/icons/CurrencyDollarCircledIcon.js +12 -0
  319. package/dist/src/icons/CurrencyDollarSimpleIcon.d.ts +2 -0
  320. package/dist/src/icons/CurrencyDollarSimpleIcon.js +12 -0
  321. package/dist/src/icons/DatabaseIcon.d.ts +2 -0
  322. package/dist/src/icons/DatabaseIcon.js +12 -0
  323. package/dist/src/icons/DesktopIcon.d.ts +2 -0
  324. package/dist/src/icons/DesktopIcon.js +12 -0
  325. package/dist/src/icons/DetectiveIcon.d.ts +2 -0
  326. package/dist/src/icons/DetectiveIcon.js +12 -0
  327. package/dist/src/icons/DeviceMobileCameraIcon.d.ts +2 -0
  328. package/dist/src/icons/DeviceMobileCameraIcon.js +12 -0
  329. package/dist/src/icons/DisableIcon.d.ts +2 -0
  330. package/dist/src/icons/DisableIcon.js +12 -0
  331. package/dist/src/icons/DominoIcon.d.ts +2 -0
  332. package/dist/src/icons/DominoIcon.js +12 -0
  333. package/dist/src/icons/DominoPlusIcon.d.ts +2 -0
  334. package/dist/src/icons/DominoPlusIcon.js +12 -0
  335. package/dist/src/icons/DonutChartIcon.d.ts +2 -0
  336. package/dist/src/icons/DonutChartIcon.js +12 -0
  337. package/dist/src/icons/DotsNineBoldIcon.d.ts +2 -0
  338. package/dist/src/icons/DotsNineBoldIcon.js +12 -0
  339. package/dist/src/icons/DotsSixVerticalIcon.d.ts +2 -0
  340. package/dist/src/icons/DotsSixVerticalIcon.js +12 -0
  341. package/dist/src/icons/DotsThreeCircleIcon.d.ts +2 -0
  342. package/dist/src/icons/DotsThreeCircleIcon.js +12 -0
  343. package/dist/src/icons/DotsThreeIcon.d.ts +2 -0
  344. package/dist/src/icons/DotsThreeIcon.js +12 -0
  345. package/dist/src/icons/DotsThreeVerticalIcon.d.ts +2 -0
  346. package/dist/src/icons/DotsThreeVerticalIcon.js +12 -0
  347. package/dist/src/icons/DraftIcon.d.ts +2 -0
  348. package/dist/src/icons/DraftIcon.js +12 -0
  349. package/dist/src/icons/EnvelopeFilledIcon.d.ts +2 -0
  350. package/dist/src/icons/EnvelopeFilledIcon.js +12 -0
  351. package/dist/src/icons/EnvelopeIcon.d.ts +2 -0
  352. package/dist/src/icons/EnvelopeIcon.js +12 -0
  353. package/dist/src/icons/EnvelopeOpenIcon.d.ts +2 -0
  354. package/dist/src/icons/EnvelopeOpenIcon.js +12 -0
  355. package/dist/src/icons/EqualizerIcon.d.ts +2 -0
  356. package/dist/src/icons/EqualizerIcon.js +12 -0
  357. package/dist/src/icons/EqualsIcon.d.ts +2 -0
  358. package/dist/src/icons/EqualsIcon.js +12 -0
  359. package/dist/src/icons/ErrorFilledIcon.d.ts +2 -0
  360. package/dist/src/icons/ErrorFilledIcon.js +12 -0
  361. package/dist/src/icons/ErrorIcon.d.ts +2 -0
  362. package/dist/src/icons/ErrorIcon.js +12 -0
  363. package/dist/src/icons/ErrorMarkerIcon.d.ts +2 -0
  364. package/dist/src/icons/ErrorMarkerIcon.js +12 -0
  365. package/dist/src/icons/ExclamationMarkIcon.d.ts +2 -0
  366. package/dist/src/icons/ExclamationMarkIcon.js +12 -0
  367. package/dist/src/icons/EyeClosedIcon.d.ts +2 -0
  368. package/dist/src/icons/EyeClosedIcon.js +12 -0
  369. package/dist/src/icons/EyeIcon.d.ts +2 -0
  370. package/dist/src/icons/EyeIcon.js +12 -0
  371. package/dist/src/icons/EyeSlashIcon.d.ts +2 -0
  372. package/dist/src/icons/EyeSlashIcon.js +12 -0
  373. package/dist/src/icons/FadersIcon.d.ts +2 -0
  374. package/dist/src/icons/FadersIcon.js +12 -0
  375. package/dist/src/icons/FallIcon.d.ts +2 -0
  376. package/dist/src/icons/FallIcon.js +12 -0
  377. package/dist/src/icons/FigmaIcon.d.ts +2 -0
  378. package/dist/src/icons/FigmaIcon.js +12 -0
  379. package/dist/src/icons/FilePdfIcon.d.ts +2 -0
  380. package/dist/src/icons/FilePdfIcon.js +12 -0
  381. package/dist/src/icons/FilledCircleIcon.d.ts +2 -0
  382. package/dist/src/icons/FilledCircleIcon.js +12 -0
  383. package/dist/src/icons/FireIcon.d.ts +2 -0
  384. package/dist/src/icons/FireIcon.js +12 -0
  385. package/dist/src/icons/FlagIcon.d.ts +2 -0
  386. package/dist/src/icons/FlagIcon.js +12 -0
  387. package/dist/src/icons/FlagPennantIcon.d.ts +2 -0
  388. package/dist/src/icons/FlagPennantIcon.js +12 -0
  389. package/dist/src/icons/FolderIcon.d.ts +2 -0
  390. package/dist/src/icons/FolderIcon.js +12 -0
  391. package/dist/src/icons/FolderOpenIcon.d.ts +2 -0
  392. package/dist/src/icons/FolderOpenIcon.js +12 -0
  393. package/dist/src/icons/FolderPlusIcon.d.ts +2 -0
  394. package/dist/src/icons/FolderPlusIcon.js +12 -0
  395. package/dist/src/icons/FolderSimpleIcon.d.ts +2 -0
  396. package/dist/src/icons/FolderSimpleIcon.js +12 -0
  397. package/dist/src/icons/FoldersIcon.d.ts +2 -0
  398. package/dist/src/icons/FoldersIcon.js +12 -0
  399. package/dist/src/icons/FontInterIcon.d.ts +2 -0
  400. package/dist/src/icons/FontInterIcon.js +12 -0
  401. package/dist/src/icons/FontMerriweatherIcon.d.ts +2 -0
  402. package/dist/src/icons/FontMerriweatherIcon.js +12 -0
  403. package/dist/src/icons/FontMonserratIcon.d.ts +2 -0
  404. package/dist/src/icons/FontMonserratIcon.js +12 -0
  405. package/dist/src/icons/FontOpensansIcon.d.ts +2 -0
  406. package/dist/src/icons/FontOpensansIcon.js +12 -0
  407. package/dist/src/icons/FontPlayfairIcon.d.ts +2 -0
  408. package/dist/src/icons/FontPlayfairIcon.js +12 -0
  409. package/dist/src/icons/FontPoppinsIcon.d.ts +2 -0
  410. package/dist/src/icons/FontPoppinsIcon.js +12 -0
  411. package/dist/src/icons/FontRobotoCondensedIcon.d.ts +2 -0
  412. package/dist/src/icons/FontRobotoCondensedIcon.js +12 -0
  413. package/dist/src/icons/FontRubikIcon.d.ts +2 -0
  414. package/dist/src/icons/FontRubikIcon.js +12 -0
  415. package/dist/src/icons/FontVallkornIcon.d.ts +2 -0
  416. package/dist/src/icons/FontVallkornIcon.js +12 -0
  417. package/dist/src/icons/ForwarderIcon.d.ts +2 -0
  418. package/dist/src/icons/ForwarderIcon.js +12 -0
  419. package/dist/src/icons/ForwarderPlusIcon.d.ts +2 -0
  420. package/dist/src/icons/ForwarderPlusIcon.js +12 -0
  421. package/dist/src/icons/FrameCornersIcon.d.ts +2 -0
  422. package/dist/src/icons/FrameCornersIcon.js +12 -0
  423. package/dist/src/icons/FramerIcon.d.ts +2 -0
  424. package/dist/src/icons/FramerIcon.js +12 -0
  425. package/dist/src/icons/FtpIcon.d.ts +2 -0
  426. package/dist/src/icons/FtpIcon.js +12 -0
  427. package/dist/src/icons/FunnelIcon.d.ts +2 -0
  428. package/dist/src/icons/FunnelIcon.js +12 -0
  429. package/dist/src/icons/FunnelSimpleIcon.d.ts +2 -0
  430. package/dist/src/icons/FunnelSimpleIcon.js +12 -0
  431. package/dist/src/icons/GearIcon.d.ts +2 -0
  432. package/dist/src/icons/GearIcon.js +12 -0
  433. package/dist/src/icons/GearSixIcon.d.ts +2 -0
  434. package/dist/src/icons/GearSixIcon.js +12 -0
  435. package/dist/src/icons/GearsIcon.d.ts +2 -0
  436. package/dist/src/icons/GearsIcon.js +12 -0
  437. package/dist/src/icons/GithubIcon.d.ts +2 -0
  438. package/dist/src/icons/GithubIcon.js +12 -0
  439. package/dist/src/icons/GlobeIcon.d.ts +2 -0
  440. package/dist/src/icons/GlobeIcon.js +12 -0
  441. package/dist/src/icons/GoToIcon.d.ts +2 -0
  442. package/dist/src/icons/GoToIcon.js +12 -0
  443. package/dist/src/icons/GoogleIcon.d.ts +2 -0
  444. package/dist/src/icons/GoogleIcon.js +12 -0
  445. package/dist/src/icons/GooglePhotosIcon.d.ts +2 -0
  446. package/dist/src/icons/GooglePhotosIcon.js +12 -0
  447. package/dist/src/icons/GridFourIcon.d.ts +2 -0
  448. package/dist/src/icons/GridFourIcon.js +12 -0
  449. package/dist/src/icons/GridNineIcon.d.ts +2 -0
  450. package/dist/src/icons/GridNineIcon.js +12 -0
  451. package/dist/src/icons/HalfStarIcon.d.ts +2 -0
  452. package/dist/src/icons/HalfStarIcon.js +12 -0
  453. package/dist/src/icons/HandPalmIcon.d.ts +2 -0
  454. package/dist/src/icons/HandPalmIcon.js +12 -0
  455. package/dist/src/icons/HardDriveIcon.d.ts +2 -0
  456. package/dist/src/icons/HardDriveIcon.js +12 -0
  457. package/dist/src/icons/HardDrivesIcon.d.ts +2 -0
  458. package/dist/src/icons/HardDrivesIcon.js +12 -0
  459. package/dist/src/icons/HashIcon.d.ts +2 -0
  460. package/dist/src/icons/HashIcon.js +12 -0
  461. package/dist/src/icons/HeartIcon.d.ts +2 -0
  462. package/dist/src/icons/HeartIcon.js +12 -0
  463. package/dist/src/icons/HeartbeatIcon.d.ts +2 -0
  464. package/dist/src/icons/HeartbeatIcon.js +12 -0
  465. package/dist/src/icons/HomeIcon.d.ts +2 -0
  466. package/dist/src/icons/HomeIcon.js +12 -0
  467. package/dist/src/icons/HourglassHighDuotoneIcon.d.ts +2 -0
  468. package/dist/src/icons/HourglassHighDuotoneIcon.js +12 -0
  469. package/dist/src/icons/HourglassHighIcon.d.ts +2 -0
  470. package/dist/src/icons/HourglassHighIcon.js +12 -0
  471. package/dist/src/icons/IdentificationCardIcon.d.ts +2 -0
  472. package/dist/src/icons/IdentificationCardIcon.js +12 -0
  473. package/dist/src/icons/ImageIcon.d.ts +2 -0
  474. package/dist/src/icons/ImageIcon.js +12 -0
  475. package/dist/src/icons/InfoFillIcon.d.ts +2 -0
  476. package/dist/src/icons/InfoFillIcon.js +12 -0
  477. package/dist/src/icons/InfoIIcon.d.ts +2 -0
  478. package/dist/src/icons/InfoIIcon.js +12 -0
  479. package/dist/src/icons/InfoIcon.d.ts +2 -0
  480. package/dist/src/icons/InfoIcon.js +12 -0
  481. package/dist/src/icons/KeyIcon.d.ts +2 -0
  482. package/dist/src/icons/KeyIcon.js +12 -0
  483. package/dist/src/icons/KeyholeIcon.d.ts +2 -0
  484. package/dist/src/icons/KeyholeIcon.js +12 -0
  485. package/dist/src/icons/LaravelIcon.d.ts +2 -0
  486. package/dist/src/icons/LaravelIcon.js +12 -0
  487. package/dist/src/icons/LayoutIcon.d.ts +2 -0
  488. package/dist/src/icons/LayoutIcon.js +12 -0
  489. package/dist/src/icons/LightningFillIcon.d.ts +2 -0
  490. package/dist/src/icons/LightningFillIcon.js +12 -0
  491. package/dist/src/icons/LightningIcon.d.ts +2 -0
  492. package/dist/src/icons/LightningIcon.js +12 -0
  493. package/dist/src/icons/LineChartDuotoneIcon.d.ts +2 -0
  494. package/dist/src/icons/LineChartDuotoneIcon.js +12 -0
  495. package/dist/src/icons/LineChartIcon.d.ts +2 -0
  496. package/dist/src/icons/LineChartIcon.js +12 -0
  497. package/dist/src/icons/LinkIcon.d.ts +2 -0
  498. package/dist/src/icons/LinkIcon.js +12 -0
  499. package/dist/src/icons/LinuxIcon.d.ts +2 -0
  500. package/dist/src/icons/LinuxIcon.js +12 -0
  501. package/dist/src/icons/ListDashesIcon.d.ts +2 -0
  502. package/dist/src/icons/ListDashesIcon.js +12 -0
  503. package/dist/src/icons/ListIcon.d.ts +2 -0
  504. package/dist/src/icons/ListIcon.js +12 -0
  505. package/dist/src/icons/LockIcon.d.ts +2 -0
  506. package/dist/src/icons/LockIcon.js +12 -0
  507. package/dist/src/icons/MagnifyingGlassIcon.d.ts +2 -0
  508. package/dist/src/icons/MagnifyingGlassIcon.js +12 -0
  509. package/dist/src/icons/MapPinIcon.d.ts +2 -0
  510. package/dist/src/icons/MapPinIcon.js +12 -0
  511. package/dist/src/icons/MastodonIcon.d.ts +2 -0
  512. package/dist/src/icons/MastodonIcon.js +12 -0
  513. package/dist/src/icons/MedalIcon.d.ts +2 -0
  514. package/dist/src/icons/MedalIcon.js +12 -0
  515. package/dist/src/icons/MemoryIcon.d.ts +2 -0
  516. package/dist/src/icons/MemoryIcon.js +12 -0
  517. package/dist/src/icons/MessengerLogoIcon.d.ts +2 -0
  518. package/dist/src/icons/MessengerLogoIcon.js +12 -0
  519. package/dist/src/icons/MicIcon.d.ts +2 -0
  520. package/dist/src/icons/MicIcon.js +12 -0
  521. package/dist/src/icons/MicrosoftTeamsIcon.d.ts +2 -0
  522. package/dist/src/icons/MicrosoftTeamsIcon.js +12 -0
  523. package/dist/src/icons/MicrosoftWordIcon.d.ts +2 -0
  524. package/dist/src/icons/MicrosoftWordIcon.js +12 -0
  525. package/dist/src/icons/MinusCircleDuotoneIcon.d.ts +2 -0
  526. package/dist/src/icons/MinusCircleDuotoneIcon.js +12 -0
  527. package/dist/src/icons/MinusCircleFillIcon.d.ts +2 -0
  528. package/dist/src/icons/MinusCircleFillIcon.js +12 -0
  529. package/dist/src/icons/MinusCircleIcon.d.ts +2 -0
  530. package/dist/src/icons/MinusCircleIcon.js +12 -0
  531. package/dist/src/icons/MinusIcon.d.ts +2 -0
  532. package/dist/src/icons/MinusIcon.js +12 -0
  533. package/dist/src/icons/MinusSquareFillIcon.d.ts +2 -0
  534. package/dist/src/icons/MinusSquareFillIcon.js +12 -0
  535. package/dist/src/icons/MinusSquareIcon.d.ts +2 -0
  536. package/dist/src/icons/MinusSquareIcon.js +12 -0
  537. package/dist/src/icons/MoonIcon.d.ts +2 -0
  538. package/dist/src/icons/MoonIcon.js +12 -0
  539. package/dist/src/icons/NotEqualsIcon.d.ts +2 -0
  540. package/dist/src/icons/NotEqualsIcon.js +12 -0
  541. package/dist/src/icons/NotchesIcon.d.ts +2 -0
  542. package/dist/src/icons/NotchesIcon.js +12 -0
  543. package/dist/src/icons/NotePencilIcon.d.ts +2 -0
  544. package/dist/src/icons/NotePencilIcon.js +12 -0
  545. package/dist/src/icons/NotepadIcon.d.ts +2 -0
  546. package/dist/src/icons/NotepadIcon.js +12 -0
  547. package/dist/src/icons/NovaIcon.d.ts +2 -0
  548. package/dist/src/icons/NovaIcon.js +12 -0
  549. package/dist/src/icons/NumberCircleFourIcon.d.ts +2 -0
  550. package/dist/src/icons/NumberCircleFourIcon.js +12 -0
  551. package/dist/src/icons/NumberCircleOneIcon.d.ts +2 -0
  552. package/dist/src/icons/NumberCircleOneIcon.js +12 -0
  553. package/dist/src/icons/NumberCircleThreeIcon.d.ts +2 -0
  554. package/dist/src/icons/NumberCircleThreeIcon.js +12 -0
  555. package/dist/src/icons/NumberCircleTwoIcon.d.ts +2 -0
  556. package/dist/src/icons/NumberCircleTwoIcon.js +12 -0
  557. package/dist/src/icons/PaintBrushBroadIcon.d.ts +2 -0
  558. package/dist/src/icons/PaintBrushBroadIcon.js +12 -0
  559. package/dist/src/icons/PaintBucketFillIcon.d.ts +2 -0
  560. package/dist/src/icons/PaintBucketFillIcon.js +12 -0
  561. package/dist/src/icons/PalmIcon.d.ts +2 -0
  562. package/dist/src/icons/PalmIcon.js +12 -0
  563. package/dist/src/icons/PaperPlaneTiltIcon.d.ts +2 -0
  564. package/dist/src/icons/PaperPlaneTiltIcon.js +12 -0
  565. package/dist/src/icons/PaperclipIcon.d.ts +2 -0
  566. package/dist/src/icons/PaperclipIcon.js +12 -0
  567. package/dist/src/icons/PasswordIcon.d.ts +2 -0
  568. package/dist/src/icons/PasswordIcon.js +12 -0
  569. package/dist/src/icons/PauseCircleDuotoneIcon.d.ts +2 -0
  570. package/dist/src/icons/PauseCircleDuotoneIcon.js +12 -0
  571. package/dist/src/icons/PauseCircleIcon.d.ts +2 -0
  572. package/dist/src/icons/PauseCircleIcon.js +12 -0
  573. package/dist/src/icons/PauseFillIcon.d.ts +2 -0
  574. package/dist/src/icons/PauseFillIcon.js +12 -0
  575. package/dist/src/icons/PauseIcon.d.ts +2 -0
  576. package/dist/src/icons/PauseIcon.js +12 -0
  577. package/dist/src/icons/PencilSimpleIcon.d.ts +2 -0
  578. package/dist/src/icons/PencilSimpleIcon.js +12 -0
  579. package/dist/src/icons/PercentIcon.d.ts +2 -0
  580. package/dist/src/icons/PercentIcon.js +12 -0
  581. package/dist/src/icons/PhoneIcon.d.ts +2 -0
  582. package/dist/src/icons/PhoneIcon.js +12 -0
  583. package/dist/src/icons/PieChartIcon.d.ts +2 -0
  584. package/dist/src/icons/PieChartIcon.js +12 -0
  585. package/dist/src/icons/PinterestIcon.d.ts +2 -0
  586. package/dist/src/icons/PinterestIcon.js +12 -0
  587. package/dist/src/icons/PlayIcon.d.ts +2 -0
  588. package/dist/src/icons/PlayIcon.js +12 -0
  589. package/dist/src/icons/PleskIcon.d.ts +2 -0
  590. package/dist/src/icons/PleskIcon.js +12 -0
  591. package/dist/src/icons/PluginIcon.d.ts +2 -0
  592. package/dist/src/icons/PluginIcon.js +12 -0
  593. package/dist/src/icons/PlugsConnectedIcon.d.ts +2 -0
  594. package/dist/src/icons/PlugsConnectedIcon.js +12 -0
  595. package/dist/src/icons/PlugsIcon.d.ts +2 -0
  596. package/dist/src/icons/PlugsIcon.js +12 -0
  597. package/dist/src/icons/PlusCircleFillIcon.d.ts +2 -0
  598. package/dist/src/icons/PlusCircleFillIcon.js +12 -0
  599. package/dist/src/icons/PlusCircleIcon.d.ts +2 -0
  600. package/dist/src/icons/PlusCircleIcon.js +12 -0
  601. package/dist/src/icons/PlusIcon.d.ts +2 -0
  602. package/dist/src/icons/PlusIcon.js +12 -0
  603. package/dist/src/icons/PlusSmallIcon.d.ts +2 -0
  604. package/dist/src/icons/PlusSmallIcon.js +12 -0
  605. package/dist/src/icons/PlusSquareIcon.d.ts +2 -0
  606. package/dist/src/icons/PlusSquareIcon.js +12 -0
  607. package/dist/src/icons/PowerIcon.d.ts +2 -0
  608. package/dist/src/icons/PowerIcon.js +12 -0
  609. package/dist/src/icons/ProhibitIcon.d.ts +2 -0
  610. package/dist/src/icons/ProhibitIcon.js +12 -0
  611. package/dist/src/icons/PulseIcon.d.ts +2 -0
  612. package/dist/src/icons/PulseIcon.js +12 -0
  613. package/dist/src/icons/PushPinIcon.d.ts +2 -0
  614. package/dist/src/icons/PushPinIcon.js +12 -0
  615. package/dist/src/icons/PuzzlePieceIcon.d.ts +2 -0
  616. package/dist/src/icons/PuzzlePieceIcon.js +12 -0
  617. package/dist/src/icons/QuestionFillIcon.d.ts +2 -0
  618. package/dist/src/icons/QuestionFillIcon.js +12 -0
  619. package/dist/src/icons/QuestionIcon.d.ts +2 -0
  620. package/dist/src/icons/QuestionIcon.js +12 -0
  621. package/dist/src/icons/QuestionSimpleIcon.d.ts +2 -0
  622. package/dist/src/icons/QuestionSimpleIcon.js +12 -0
  623. package/dist/src/icons/QueueIcon.d.ts +2 -0
  624. package/dist/src/icons/QueueIcon.js +12 -0
  625. package/dist/src/icons/RadioOffIcon.d.ts +2 -0
  626. package/dist/src/icons/RadioOffIcon.js +12 -0
  627. package/dist/src/icons/RadioOnIcon.d.ts +2 -0
  628. package/dist/src/icons/RadioOnIcon.js +12 -0
  629. package/dist/src/icons/RealcvIcon.d.ts +2 -0
  630. package/dist/src/icons/RealcvIcon.js +12 -0
  631. package/dist/src/icons/RectangleCircleIcon.d.ts +2 -0
  632. package/dist/src/icons/RectangleCircleIcon.js +12 -0
  633. package/dist/src/icons/RemoveAutoResponderIcon.d.ts +2 -0
  634. package/dist/src/icons/RemoveAutoResponderIcon.js +12 -0
  635. package/dist/src/icons/RemoveForwarderIcon.d.ts +2 -0
  636. package/dist/src/icons/RemoveForwarderIcon.js +12 -0
  637. package/dist/src/icons/RemoveIcon.d.ts +2 -0
  638. package/dist/src/icons/RemoveIcon.js +12 -0
  639. package/dist/src/icons/RepeatIcon.d.ts +2 -0
  640. package/dist/src/icons/RepeatIcon.js +12 -0
  641. package/dist/src/icons/RiseIcon.d.ts +2 -0
  642. package/dist/src/icons/RiseIcon.js +12 -0
  643. package/dist/src/icons/RobotIcon.d.ts +2 -0
  644. package/dist/src/icons/RobotIcon.js +12 -0
  645. package/dist/src/icons/SealWarningIcon.d.ts +2 -0
  646. package/dist/src/icons/SealWarningIcon.js +12 -0
  647. package/dist/src/icons/SettingsIcon.d.ts +2 -0
  648. package/dist/src/icons/SettingsIcon.js +12 -0
  649. package/dist/src/icons/ShareNetworkIcon.d.ts +2 -0
  650. package/dist/src/icons/ShareNetworkIcon.js +12 -0
  651. package/dist/src/icons/ShieldCheckIcon.d.ts +2 -0
  652. package/dist/src/icons/ShieldCheckIcon.js +12 -0
  653. package/dist/src/icons/ShieldCheckedIcon.d.ts +2 -0
  654. package/dist/src/icons/ShieldCheckedIcon.js +12 -0
  655. package/dist/src/icons/ShieldCrossIcon.d.ts +2 -0
  656. package/dist/src/icons/ShieldCrossIcon.js +12 -0
  657. package/dist/src/icons/ShieldIcon.d.ts +2 -0
  658. package/dist/src/icons/ShieldIcon.js +12 -0
  659. package/dist/src/icons/SidebarCollapseIcon.d.ts +2 -0
  660. package/dist/src/icons/SidebarCollapseIcon.js +12 -0
  661. package/dist/src/icons/SidebarExpandIcon.d.ts +2 -0
  662. package/dist/src/icons/SidebarExpandIcon.js +12 -0
  663. package/dist/src/icons/SidebarSimpleIcon.d.ts +2 -0
  664. package/dist/src/icons/SidebarSimpleIcon.js +12 -0
  665. package/dist/src/icons/SignInIcon.d.ts +2 -0
  666. package/dist/src/icons/SignInIcon.js +12 -0
  667. package/dist/src/icons/SignOutIcon.d.ts +2 -0
  668. package/dist/src/icons/SignOutIcon.js +12 -0
  669. package/dist/src/icons/SirenIcon.d.ts +2 -0
  670. package/dist/src/icons/SirenIcon.js +12 -0
  671. package/dist/src/icons/SkipBackIcon.d.ts +2 -0
  672. package/dist/src/icons/SkipBackIcon.js +12 -0
  673. package/dist/src/icons/SkipForwardIcon.d.ts +2 -0
  674. package/dist/src/icons/SkipForwardIcon.js +12 -0
  675. package/dist/src/icons/SkypeLogoIcon.d.ts +2 -0
  676. package/dist/src/icons/SkypeLogoIcon.js +12 -0
  677. package/dist/src/icons/SlidersHorizontalIcon.d.ts +2 -0
  678. package/dist/src/icons/SlidersHorizontalIcon.js +12 -0
  679. package/dist/src/icons/SmartphoneIcon.d.ts +2 -0
  680. package/dist/src/icons/SmartphoneIcon.js +12 -0
  681. package/dist/src/icons/SnapchatLogoIcon.d.ts +2 -0
  682. package/dist/src/icons/SnapchatLogoIcon.js +12 -0
  683. package/dist/src/icons/SortAscendingIcon.d.ts +2 -0
  684. package/dist/src/icons/SortAscendingIcon.js +12 -0
  685. package/dist/src/icons/SortDescendingIcon.d.ts +2 -0
  686. package/dist/src/icons/SortDescendingIcon.js +12 -0
  687. package/dist/src/icons/SoundcloudIcon.d.ts +2 -0
  688. package/dist/src/icons/SoundcloudIcon.js +12 -0
  689. package/dist/src/icons/SparkleIcon.d.ts +2 -0
  690. package/dist/src/icons/SparkleIcon.js +12 -0
  691. package/dist/src/icons/SparklesStarsIcon.d.ts +2 -0
  692. package/dist/src/icons/SparklesStarsIcon.js +12 -0
  693. package/dist/src/icons/SpeakerXIcon.d.ts +2 -0
  694. package/dist/src/icons/SpeakerXIcon.js +12 -0
  695. package/dist/src/icons/SpeedometerIcon.d.ts +2 -0
  696. package/dist/src/icons/SpeedometerIcon.js +12 -0
  697. package/dist/src/icons/SpotifyIcon.d.ts +2 -0
  698. package/dist/src/icons/SpotifyIcon.js +12 -0
  699. package/dist/src/icons/SquareFillIcon.d.ts +2 -0
  700. package/dist/src/icons/SquareFillIcon.js +12 -0
  701. package/dist/src/icons/SquareFillRoundedIcon.d.ts +2 -0
  702. package/dist/src/icons/SquareFillRoundedIcon.js +12 -0
  703. package/dist/src/icons/SquareIcon.d.ts +2 -0
  704. package/dist/src/icons/SquareIcon.js +12 -0
  705. package/dist/src/icons/SquaresFourFillIcon.d.ts +2 -0
  706. package/dist/src/icons/SquaresFourFillIcon.js +12 -0
  707. package/dist/src/icons/SquaresFourIcon.d.ts +2 -0
  708. package/dist/src/icons/SquaresFourIcon.js +12 -0
  709. package/dist/src/icons/StagingIcon.d.ts +2 -0
  710. package/dist/src/icons/StagingIcon.js +12 -0
  711. package/dist/src/icons/StairsIcon.d.ts +2 -0
  712. package/dist/src/icons/StairsIcon.js +12 -0
  713. package/dist/src/icons/StarFilledIcon.d.ts +2 -0
  714. package/dist/src/icons/StarFilledIcon.js +12 -0
  715. package/dist/src/icons/StarFourIcon.d.ts +2 -0
  716. package/dist/src/icons/StarFourIcon.js +12 -0
  717. package/dist/src/icons/StarIcon.d.ts +2 -0
  718. package/dist/src/icons/StarIcon.js +12 -0
  719. package/dist/src/icons/StethoscopeIcon.d.ts +2 -0
  720. package/dist/src/icons/StethoscopeIcon.js +12 -0
  721. package/dist/src/icons/StopCircleIcon.d.ts +2 -0
  722. package/dist/src/icons/StopCircleIcon.js +12 -0
  723. package/dist/src/icons/StopFillIcon.d.ts +2 -0
  724. package/dist/src/icons/StopFillIcon.js +12 -0
  725. package/dist/src/icons/SunIcon.d.ts +2 -0
  726. package/dist/src/icons/SunIcon.js +12 -0
  727. package/dist/src/icons/TabletIcon.d.ts +2 -0
  728. package/dist/src/icons/TabletIcon.js +12 -0
  729. package/dist/src/icons/TabsIcon.d.ts +2 -0
  730. package/dist/src/icons/TabsIcon.js +12 -0
  731. package/dist/src/icons/TagFilledIcon.d.ts +2 -0
  732. package/dist/src/icons/TagFilledIcon.js +12 -0
  733. package/dist/src/icons/TagIcon.d.ts +2 -0
  734. package/dist/src/icons/TagIcon.js +12 -0
  735. package/dist/src/icons/TagSmallIcon.d.ts +2 -0
  736. package/dist/src/icons/TagSmallIcon.js +12 -0
  737. package/dist/src/icons/TaskpadIcon.d.ts +2 -0
  738. package/dist/src/icons/TaskpadIcon.js +12 -0
  739. package/dist/src/icons/TerminalIcon.d.ts +2 -0
  740. package/dist/src/icons/TerminalIcon.js +12 -0
  741. package/dist/src/icons/TerminalWindowIcon.d.ts +2 -0
  742. package/dist/src/icons/TerminalWindowIcon.js +12 -0
  743. package/dist/src/icons/TextAlignCenterIcon.d.ts +2 -0
  744. package/dist/src/icons/TextAlignCenterIcon.js +12 -0
  745. package/dist/src/icons/TextAlignJustifyIcon.d.ts +2 -0
  746. package/dist/src/icons/TextAlignJustifyIcon.js +12 -0
  747. package/dist/src/icons/TextAlignLeftIcon.d.ts +2 -0
  748. package/dist/src/icons/TextAlignLeftIcon.js +12 -0
  749. package/dist/src/icons/TextAlignRightIcon.d.ts +2 -0
  750. package/dist/src/icons/TextAlignRightIcon.js +12 -0
  751. package/dist/src/icons/TextBBoldIcon.d.ts +2 -0
  752. package/dist/src/icons/TextBBoldIcon.js +12 -0
  753. package/dist/src/icons/TextHTwoIcon.d.ts +2 -0
  754. package/dist/src/icons/TextHTwoIcon.js +12 -0
  755. package/dist/src/icons/TextItalicIcon.d.ts +2 -0
  756. package/dist/src/icons/TextItalicIcon.js +12 -0
  757. package/dist/src/icons/TextStrikethroughIcon.d.ts +2 -0
  758. package/dist/src/icons/TextStrikethroughIcon.js +12 -0
  759. package/dist/src/icons/TextUnderlineIcon.d.ts +2 -0
  760. package/dist/src/icons/TextUnderlineIcon.js +12 -0
  761. package/dist/src/icons/TextboxIcon.d.ts +2 -0
  762. package/dist/src/icons/TextboxIcon.js +12 -0
  763. package/dist/src/icons/ThemeIcon.d.ts +2 -0
  764. package/dist/src/icons/ThemeIcon.js +12 -0
  765. package/dist/src/icons/ThermometerSimpleIcon.d.ts +2 -0
  766. package/dist/src/icons/ThermometerSimpleIcon.js +12 -0
  767. package/dist/src/icons/TicketIcon.d.ts +2 -0
  768. package/dist/src/icons/TicketIcon.js +12 -0
  769. package/dist/src/icons/TidalIcon.d.ts +2 -0
  770. package/dist/src/icons/TidalIcon.js +12 -0
  771. package/dist/src/icons/TiktokIcon.d.ts +2 -0
  772. package/dist/src/icons/TiktokIcon.js +12 -0
  773. package/dist/src/icons/ToggleLeftFillIcon.d.ts +2 -0
  774. package/dist/src/icons/ToggleLeftFillIcon.js +12 -0
  775. package/dist/src/icons/ToggleLeftIcon.d.ts +2 -0
  776. package/dist/src/icons/ToggleLeftIcon.js +12 -0
  777. package/dist/src/icons/ToggleRightFillIcon.d.ts +2 -0
  778. package/dist/src/icons/ToggleRightFillIcon.js +12 -0
  779. package/dist/src/icons/ToggleRightIcon.d.ts +2 -0
  780. package/dist/src/icons/ToggleRightIcon.js +12 -0
  781. package/dist/src/icons/TranslateIcon.d.ts +2 -0
  782. package/dist/src/icons/TranslateIcon.js +12 -0
  783. package/dist/src/icons/TrashIcon.d.ts +2 -0
  784. package/dist/src/icons/TrashIcon.js +12 -0
  785. package/dist/src/icons/TrayArrowInIcon.d.ts +2 -0
  786. package/dist/src/icons/TrayArrowInIcon.js +12 -0
  787. package/dist/src/icons/TrayIcon.d.ts +2 -0
  788. package/dist/src/icons/TrayIcon.js +12 -0
  789. package/dist/src/icons/TrayPlusIcon.d.ts +2 -0
  790. package/dist/src/icons/TrayPlusIcon.js +12 -0
  791. package/dist/src/icons/TreeStructureIcon.d.ts +2 -0
  792. package/dist/src/icons/TreeStructureIcon.js +12 -0
  793. package/dist/src/icons/UploadIcon.d.ts +2 -0
  794. package/dist/src/icons/UploadIcon.js +12 -0
  795. package/dist/src/icons/UserIcon.d.ts +2 -0
  796. package/dist/src/icons/UserIcon.js +12 -0
  797. package/dist/src/icons/UserPlusIcon.d.ts +2 -0
  798. package/dist/src/icons/UserPlusIcon.js +12 -0
  799. package/dist/src/icons/UserSquareIcon.d.ts +2 -0
  800. package/dist/src/icons/UserSquareIcon.js +12 -0
  801. package/dist/src/icons/UsersIcon.d.ts +2 -0
  802. package/dist/src/icons/UsersIcon.js +12 -0
  803. package/dist/src/icons/VectorTwoIcon.d.ts +2 -0
  804. package/dist/src/icons/VectorTwoIcon.js +12 -0
  805. package/dist/src/icons/ViewstreamfilledIcon.d.ts +2 -0
  806. package/dist/src/icons/ViewstreamfilledIcon.js +12 -0
  807. package/dist/src/icons/WandMagicIcon.d.ts +2 -0
  808. package/dist/src/icons/WandMagicIcon.js +12 -0
  809. package/dist/src/icons/WarningCircleDuotoneIcon.d.ts +2 -0
  810. package/dist/src/icons/WarningCircleDuotoneIcon.js +12 -0
  811. package/dist/src/icons/WarningFillIcon.d.ts +2 -0
  812. package/dist/src/icons/WarningFillIcon.js +12 -0
  813. package/dist/src/icons/WarningFilledIcon.d.ts +2 -0
  814. package/dist/src/icons/WarningFilledIcon.js +12 -0
  815. package/dist/src/icons/WarningIcon.d.ts +2 -0
  816. package/dist/src/icons/WarningIcon.js +12 -0
  817. package/dist/src/icons/WarningMarkerIcon.d.ts +2 -0
  818. package/dist/src/icons/WarningMarkerIcon.js +12 -0
  819. package/dist/src/icons/WarningOctagonFillIcon.d.ts +2 -0
  820. package/dist/src/icons/WarningOctagonFillIcon.js +12 -0
  821. package/dist/src/icons/WarningOctagonIcon.d.ts +2 -0
  822. package/dist/src/icons/WarningOctagonIcon.js +12 -0
  823. package/dist/src/icons/WarningTriangleIcon.d.ts +2 -0
  824. package/dist/src/icons/WarningTriangleIcon.js +12 -0
  825. package/dist/src/icons/WaveSineIcon.d.ts +2 -0
  826. package/dist/src/icons/WaveSineIcon.js +12 -0
  827. package/dist/src/icons/WebhooksLogoIcon.d.ts +2 -0
  828. package/dist/src/icons/WebhooksLogoIcon.js +12 -0
  829. package/dist/src/icons/WebsiteIcon.d.ts +2 -0
  830. package/dist/src/icons/WebsiteIcon.js +12 -0
  831. package/dist/src/icons/WhatsappLogoFillIcon.d.ts +2 -0
  832. package/dist/src/icons/WhatsappLogoFillIcon.js +12 -0
  833. package/dist/src/icons/WhatsappLogoIcon.d.ts +2 -0
  834. package/dist/src/icons/WhatsappLogoIcon.js +12 -0
  835. package/dist/src/icons/WheelchairMotionIcon.d.ts +2 -0
  836. package/dist/src/icons/WheelchairMotionIcon.js +12 -0
  837. package/dist/src/icons/WifiIcon.d.ts +2 -0
  838. package/dist/src/icons/WifiIcon.js +12 -0
  839. package/dist/src/icons/WordpressIcon.d.ts +2 -0
  840. package/dist/src/icons/WordpressIcon.js +12 -0
  841. package/dist/src/icons/WorkIcon.d.ts +2 -0
  842. package/dist/src/icons/WorkIcon.js +12 -0
  843. package/dist/src/icons/WrenchIcon.d.ts +2 -0
  844. package/dist/src/icons/WrenchIcon.js +12 -0
  845. package/dist/src/icons/XIcon.d.ts +2 -0
  846. package/dist/src/icons/XIcon.js +12 -0
  847. package/dist/src/icons/YoutubeIcon.d.ts +2 -0
  848. package/dist/src/icons/YoutubeIcon.js +12 -0
  849. package/dist/src/icons/index.d.ts +411 -4
  850. package/dist/src/icons/index.js +412 -10
  851. package/dist/src/index.d.ts +3 -0
  852. package/dist/src/index.js +3 -0
  853. package/dist/src/tokens/ThemeColorTokens.d.ts +1 -0
  854. package/dist/src/tokens/ThemeColorTokens.js +16 -1
  855. package/dist/src/tokens/ThemeMode.d.ts +1 -1
  856. package/dist/src/tokens/ThemeScheme.d.ts +2 -0
  857. package/dist/src/tokens/ThemeScheme.js +2 -1
  858. package/dist/src/tokens/colors/Wptk.d.ts +24 -0
  859. package/dist/src/tokens/colors/Wptk.js +1496 -0
  860. package/dist/src/tokens/colors/index.d.ts +1 -0
  861. package/dist/src/tokens/colors/index.js +1 -0
  862. package/dist/src/utils/createIcon.d.ts +16 -5
  863. package/dist/src/utils/createIcon.js +3 -65
  864. package/dist/src/utils/getMUIComponents.js +2 -2
  865. package/package.json +3 -3
  866. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +0 -1
  867. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +0 -4
  868. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.d.ts +0 -1
  869. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.js +0 -4
  870. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.d.ts +0 -1
  871. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.js +0 -4
  872. package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.d.ts +0 -11
  873. package/dist/src/components/inputs/ToggleButton/ToggleButton.theme.js +0 -26
  874. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.d.ts +0 -11
  875. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.theme.js +0 -18
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const ArrowsquareupIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 3H4.5C4.10218 3 3.72064 3.15804 3.43934 3.43934C3.15804 3.72064 3 4.10218 3 4.5V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V4.5C21 4.10218 20.842 3.72064 20.5607 3.43934C20.2794 3.15804 19.8978 3 19.5 3ZM19.5 19.5H4.5V4.5H19.5V19.5ZM8.46937 11.7806C8.39964 11.711 8.34432 11.6283 8.30658 11.5372C8.26884 11.4462 8.24941 11.3486 8.24941 11.25C8.24941 11.1514 8.26884 11.0538 8.30658 10.9628C8.34432 10.8717 8.39964 10.789 8.46937 10.7194L11.4694 7.71937C11.539 7.64964 11.6217 7.59432 11.7128 7.55658C11.8038 7.51884 11.9014 7.49941 12 7.49941C12.0986 7.49941 12.1962 7.51884 12.2872 7.55658C12.3783 7.59432 12.461 7.64964 12.5306 7.71937L15.5306 10.7194C15.6003 10.7891 15.6556 10.8718 15.6933 10.9628C15.731 11.0539 15.7504 11.1515 15.7504 11.25C15.7504 11.3485 15.731 11.4461 15.6933 11.5372C15.6556 11.6282 15.6003 11.7109 15.5306 11.7806C15.4609 11.8503 15.3782 11.9056 15.2872 11.9433C15.1961 11.981 15.0985 12.0004 15 12.0004C14.9015 12.0004 14.8039 11.981 14.7128 11.9433C14.6218 11.9056 14.5391 11.8503 14.4694 11.7806L12.75 10.0603V15.75C12.75 15.9489 12.671 16.1397 12.5303 16.2803C12.3897 16.421 12.1989 16.5 12 16.5C11.8011 16.5 11.6103 16.421 11.4697 16.2803C11.329 16.1397 11.25 15.9489 11.25 15.75V10.0603L9.53063 11.7806C9.46097 11.8504 9.37825 11.9057 9.28721 11.9434C9.19616 11.9812 9.09856 12.0006 9 12.0006C8.90144 12.0006 8.80384 11.9812 8.71279 11.9434C8.62175 11.9057 8.53903 11.8504 8.46937 11.7806Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowsquareupIcon.displayName = 'ArrowsquareupIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowsquareupleftIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const ArrowsquareupleftIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M19.5 3H4.5C4.10218 3 3.72064 3.15804 3.43934 3.43934C3.15804 3.72064 3 4.10218 3 4.5V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H19.5C19.8978 21 20.2794 20.842 20.5607 20.5607C20.842 20.2794 21 19.8978 21 19.5V4.5C21 4.10218 20.842 3.72064 20.5607 3.43934C20.2794 3.15804 19.8978 3 19.5 3ZM19.5 19.5H4.5V4.5H19.5V19.5ZM8.25 13.5V9C8.25 8.80109 8.32902 8.61032 8.46967 8.46967C8.61032 8.32902 8.80109 8.25 9 8.25H13.5C13.6989 8.25 13.8897 8.32902 14.0303 8.46967C14.171 8.61032 14.25 8.80109 14.25 9C14.25 9.19891 14.171 9.38968 14.0303 9.53033C13.8897 9.67098 13.6989 9.75 13.5 9.75H10.8103L15.5306 14.4694C15.6003 14.5391 15.6556 14.6218 15.6933 14.7128C15.731 14.8039 15.7504 14.9015 15.7504 15C15.7504 15.0985 15.731 15.1961 15.6933 15.2872C15.6556 15.3782 15.6003 15.4609 15.5306 15.5306C15.4609 15.6003 15.3782 15.6556 15.2872 15.6933C15.1961 15.731 15.0985 15.7504 15 15.7504C14.9015 15.7504 14.8039 15.731 14.7128 15.6933C14.6218 15.6556 14.5391 15.6003 14.4694 15.5306L9.75 10.8103V13.5C9.75 13.6989 9.67098 13.8897 9.53033 14.0303C9.38968 14.171 9.19891 14.25 9 14.25C8.80109 14.25 8.61032 14.171 8.46967 14.0303C8.32902 13.8897 8.25 13.6989 8.25 13.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowsquareupleftIcon.displayName = 'ArrowsquareupleftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowurightupIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const ArrowurightupIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.7806 8.03073C20.711 8.10046 20.6283 8.15578 20.5372 8.19352C20.4462 8.23126 20.3486 8.25069 20.25 8.25069C20.1514 8.25069 20.0538 8.23126 19.9628 8.19352C19.8717 8.15578 19.789 8.10046 19.7194 8.03073L16.5 4.81041V15.7501C16.5 17.3414 15.8679 18.8675 14.7426 19.9927C13.6174 21.118 12.0913 21.7501 10.5 21.7501C8.9087 21.7501 7.38258 21.118 6.25736 19.9927C5.13214 18.8675 4.5 17.3414 4.5 15.7501V7.5001C4.5 7.30119 4.57902 7.11042 4.71967 6.96977C4.86032 6.82912 5.05109 6.7501 5.25 6.7501C5.44891 6.7501 5.63968 6.82912 5.78033 6.96977C5.92098 7.11042 6 7.30119 6 7.5001V15.7501C6 16.9436 6.47411 18.0882 7.31802 18.9321C8.16193 19.776 9.30653 20.2501 10.5 20.2501C11.6935 20.2501 12.8381 19.776 13.682 18.9321C14.5259 18.0882 15 16.9436 15 15.7501V4.81041L11.7806 8.03073C11.6399 8.17146 11.449 8.25052 11.25 8.25052C11.051 8.25052 10.8601 8.17146 10.7194 8.03073C10.5786 7.89 10.4996 7.69912 10.4996 7.5001C10.4996 7.30108 10.5786 7.11021 10.7194 6.96948L15.2194 2.46948C15.289 2.39974 15.3717 2.34442 15.4628 2.30668C15.5538 2.26894 15.6514 2.24951 15.75 2.24951C15.8486 2.24951 15.9462 2.26894 16.0372 2.30668C16.1283 2.34442 16.211 2.39974 16.2806 2.46948L20.7806 6.96948C20.8504 7.03913 20.9057 7.12185 20.9434 7.2129C20.9812 7.30395 21.0006 7.40154 21.0006 7.5001C21.0006 7.59866 20.9812 7.69626 20.9434 7.78731C20.9057 7.87836 20.8504 7.96107 20.7806 8.03073Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowurightupIcon.displayName = 'ArrowurightupIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArrowuupleftIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const ArrowuupleftIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M21.75 13.4999C21.7483 15.0907 21.1156 16.6158 19.9907 17.7407C18.8659 18.8655 17.3408 19.4982 15.75 19.4999H7.50001C7.3011 19.4999 7.11033 19.4209 6.96968 19.2803C6.82903 19.1396 6.75001 18.9488 6.75001 18.7499C6.75001 18.551 6.82903 18.3603 6.96968 18.2196C7.11033 18.0789 7.3011 17.9999 7.50001 17.9999H15.75C16.9435 17.9999 18.0881 17.5258 18.932 16.6819C19.7759 15.838 20.25 14.6934 20.25 13.4999C20.25 12.3065 19.7759 11.1619 18.932 10.3179C18.0881 9.47403 16.9435 8.99993 15.75 8.99993H4.81032L8.03064 12.2193C8.17137 12.36 8.25043 12.5509 8.25043 12.7499C8.25043 12.949 8.17137 13.1398 8.03064 13.2806C7.8899 13.4213 7.69903 13.5003 7.50001 13.5003C7.30099 13.5003 7.11012 13.4213 6.96939 13.2806L2.46939 8.78055C2.39965 8.7109 2.34433 8.62818 2.30659 8.53713C2.26885 8.44609 2.24942 8.34849 2.24942 8.24993C2.24942 8.15137 2.26885 8.05377 2.30659 7.96272C2.34433 7.87168 2.39965 7.78896 2.46939 7.7193L6.96939 3.2193C7.11012 3.07857 7.30099 2.99951 7.50001 2.99951C7.69903 2.99951 7.8899 3.07857 8.03063 3.2193C8.17137 3.36003 8.25043 3.55091 8.25043 3.74993C8.25043 3.94895 8.17137 4.13982 8.03064 4.28055L4.81032 7.49993H15.75C17.3408 7.50167 18.8659 8.13437 19.9907 9.25921C21.1156 10.384 21.7483 11.9092 21.75 13.4999Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArrowuupleftIcon.displayName = 'ArrowuupleftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ArticleIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const ArticleIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.25 3.75H3.75C3.35218 3.75 2.97064 3.90804 2.68934 4.18934C2.40804 4.47064 2.25 4.85218 2.25 5.25V18.75C2.25 19.1478 2.40804 19.5294 2.68934 19.8107C2.97064 20.092 3.35218 20.25 3.75 20.25H20.25C20.6478 20.25 21.0294 20.092 21.3107 19.8107C21.592 19.5294 21.75 19.1478 21.75 18.75V5.25C21.75 4.85218 21.592 4.47064 21.3107 4.18934C21.0294 3.90804 20.6478 3.75 20.25 3.75ZM20.25 18.75H3.75V5.25H20.25V18.75ZM17.25 9C17.25 9.19891 17.171 9.38968 17.0303 9.53033C16.8897 9.67098 16.6989 9.75 16.5 9.75H7.5C7.30109 9.75 7.11032 9.67098 6.96967 9.53033C6.82902 9.38968 6.75 9.19891 6.75 9C6.75 8.80109 6.82902 8.61032 6.96967 8.46967C7.11032 8.32902 7.30109 8.25 7.5 8.25H16.5C16.6989 8.25 16.8897 8.32902 17.0303 8.46967C17.171 8.61032 17.25 8.80109 17.25 9ZM17.25 12C17.25 12.1989 17.171 12.3897 17.0303 12.5303C16.8897 12.671 16.6989 12.75 16.5 12.75H7.5C7.30109 12.75 7.11032 12.671 6.96967 12.5303C6.82902 12.3897 6.75 12.1989 6.75 12C6.75 11.8011 6.82902 11.6103 6.96967 11.4697C7.11032 11.329 7.30109 11.25 7.5 11.25H16.5C16.6989 11.25 16.8897 11.329 17.0303 11.4697C17.171 11.6103 17.25 11.8011 17.25 12ZM17.25 15C17.25 15.1989 17.171 15.3897 17.0303 15.5303C16.8897 15.671 16.6989 15.75 16.5 15.75H7.5C7.30109 15.75 7.11032 15.671 6.96967 15.5303C6.82902 15.3897 6.75 15.1989 6.75 15C6.75 14.8011 6.82902 14.6103 6.96967 14.4697C7.11032 14.329 7.30109 14.25 7.5 14.25H16.5C16.6989 14.25 16.8897 14.329 17.0303 14.4697C17.171 14.6103 17.25 14.8011 17.25 15Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ArticleIcon.displayName = 'ArticleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const AtIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const AtIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M12 2.25C9.41414 2.25 6.93419 3.27723 5.10571 5.10571C3.27723 6.93419 2.25 9.41414 2.25 12C2.25 14.5859 3.27723 17.0658 5.10571 18.8943C6.93419 20.7228 9.41414 21.75 12 21.75C14.0166 21.75 16.1344 21.1425 17.6653 20.1253C17.7474 20.0708 17.8179 20.0006 17.8728 19.9188C17.9278 19.837 17.966 19.7452 17.9855 19.6486C18.005 19.552 18.0052 19.4526 17.9862 19.3559C17.9672 19.2592 17.9294 19.1672 17.8748 19.0852C17.8203 19.0031 17.7501 18.9326 17.6683 18.8777C17.5866 18.8227 17.4947 18.7844 17.3982 18.765C17.3016 18.7455 17.2021 18.7453 17.1054 18.7643C17.0087 18.7832 16.9167 18.8211 16.8347 18.8756C15.5625 19.7231 13.7072 20.25 12 20.25C10.3683 20.25 8.77325 19.7661 7.41655 18.8596C6.05984 17.9531 5.00242 16.6646 4.37799 15.1571C3.75357 13.6496 3.59019 11.9908 3.90852 10.3905C4.22685 8.79016 5.01259 7.32015 6.16637 6.16637C7.32015 5.01259 8.79016 4.22685 10.3905 3.90852C11.9908 3.59019 13.6496 3.75357 15.1571 4.37799C16.6646 5.00242 17.9531 6.05984 18.8596 7.41655C19.7661 8.77325 20.25 10.3683 20.25 12C20.25 14.4797 19.23 15 18.375 15C17.52 15 16.5 14.4797 16.5 12V8.25C16.5 8.05109 16.421 7.86032 16.2803 7.71967C16.1397 7.57902 15.9489 7.5 15.75 7.5C15.5511 7.5 15.3603 7.57902 15.2197 7.71967C15.079 7.86032 15 8.05109 15 8.25V8.64937C14.327 8.04593 13.4878 7.65918 12.5918 7.53951C11.6958 7.41983 10.7845 7.57277 9.97666 7.97842C9.16883 8.38406 8.50189 9.0236 8.06273 9.81371C7.62357 10.6038 7.43255 11.5079 7.51455 12.4081C7.59656 13.3083 7.94778 14.163 8.52247 14.8608C9.09716 15.5585 9.86867 16.067 10.7365 16.32C11.6043 16.573 12.5282 16.5588 13.3879 16.2792C14.2475 15.9996 15.003 15.4676 15.5559 14.7525C16.1184 15.8775 17.0887 16.5 18.375 16.5C20.4881 16.5 21.75 14.8181 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25ZM12 15C11.4067 15 10.8266 14.8241 10.3333 14.4944C9.83994 14.1648 9.45542 13.6962 9.22836 13.1481C9.0013 12.5999 8.94189 11.9967 9.05764 11.4147C9.1734 10.8328 9.45912 10.2982 9.87868 9.87868C10.2982 9.45912 10.8328 9.1734 11.4147 9.05764C11.9967 8.94189 12.5999 9.0013 13.1481 9.22836C13.6962 9.45542 14.1648 9.83994 14.4944 10.3333C14.8241 10.8266 15 11.4067 15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15Z", fill: "currentColor" }) })) }));
11
+ });
12
+ AtIcon.displayName = 'AtIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const AutoResponderIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const AutoResponderIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M9.6084 6.70312C9.80735 6.70328 9.99798 6.78226 10.1387 6.92285C10.2083 6.9925 10.264 7.07503 10.3018 7.16602C10.3394 7.25701 10.3594 7.35464 10.3594 7.45312C10.3594 7.55161 10.3395 7.64924 10.3018 7.74023C10.264 7.83119 10.2083 7.91376 10.1387 7.9834L6.16602 11.9531L10.1387 15.9229C10.2794 16.0636 10.3594 16.2542 10.3594 16.4531C10.3594 16.6521 10.2794 16.8427 10.1387 16.9834C9.99799 17.1239 9.80731 17.203 9.6084 17.2031C9.40931 17.2031 9.21796 17.124 9.07715 16.9834L4.57422 12.4834C4.50451 12.4138 4.44888 12.3312 4.41113 12.2402C4.37339 12.1492 4.3545 12.0516 4.35449 11.9531C4.35449 11.8546 4.37341 11.757 4.41113 11.666C4.44887 11.5751 4.50455 11.4924 4.57422 11.4229L9.07715 6.92285C9.14675 6.85334 9.22942 6.79745 9.32031 6.75977C9.41135 6.72212 9.50988 6.70312 9.6084 6.70312Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.2041 2.01074C21.2128 2.113 22 2.96435 22 4V20L21.9893 20.2041C21.8938 21.1457 21.1457 21.8938 20.2041 21.9893L20 22H4C2.96435 22 2.113 21.2128 2.01074 20.2041L2 20V4C2 2.89543 2.89543 2 4 2H20L20.2041 2.01074ZM4 3.5C3.72386 3.5 3.5 3.72386 3.5 4V20C3.5 20.2761 3.72386 20.5 4 20.5H20C20.2761 20.5 20.5 20.2761 20.5 20V15.7344C20.3265 15.5221 20.1419 15.3176 19.9463 15.1221C18.3987 13.5755 16.2999 12.7057 14.1113 12.7031H11.4199L14.6426 15.9229C14.712 15.9924 14.7671 16.0752 14.8047 16.166C14.8424 16.257 14.8623 16.3546 14.8623 16.4531C14.8623 16.5516 14.8424 16.6492 14.8047 16.7402C14.767 16.831 14.712 16.9138 14.6426 16.9834C14.5019 17.124 14.3103 17.203 14.1113 17.2031C14.013 17.2031 13.9151 17.184 13.8242 17.1465C13.7332 17.1088 13.6498 17.053 13.5801 16.9834L9.07715 12.4834C9.00746 12.4138 8.95181 12.3312 8.91406 12.2402C8.87633 12.1492 8.85743 12.0516 8.85742 11.9531C8.85742 11.8546 8.87635 11.757 8.91406 11.666C8.95179 11.5751 9.00749 11.4924 9.07715 11.4229L13.5801 6.92285C13.7209 6.78221 13.9122 6.70312 14.1113 6.70312C14.3103 6.70325 14.5019 6.78224 14.6426 6.92285C14.783 7.06353 14.8623 7.25438 14.8623 7.45312C14.8623 7.65188 14.7831 7.84273 14.6426 7.9834L11.4199 11.2031H14.1113C16.4673 11.2057 18.7324 12.0614 20.5 13.5947V4C20.5 3.72386 20.2761 3.5 20 3.5H4Z", fill: "currentColor" })] })) }));
11
+ });
12
+ AutoResponderIcon.displayName = 'AutoResponderIcon';
@@ -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;