@webpros/mui-theme 0.3.11 → 0.3.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (850) hide show
  1. package/dist/package.json +2 -1
  2. package/dist/src/components/data-display/Badge/Badge.theme.js +18 -18
  3. package/dist/src/components/data-display/Chip/Chip.theme.js +2 -0
  4. package/dist/src/components/feedback/Alert/Alert.theme.js +82 -15
  5. package/dist/src/components/feedback/Alert/alertDefaultIcons.d.ts +2 -0
  6. package/dist/src/components/feedback/Alert/alertDefaultIcons.js +16 -0
  7. package/dist/src/components/feedback/Dialog/Dialog.theme.js +5 -8
  8. package/dist/src/components/inputs/Autocomplete/Autocomplete.theme.js +32 -3
  9. package/dist/src/components/inputs/Checkbox/Checkbox.theme.d.ts +2 -1
  10. package/dist/src/components/inputs/Checkbox/Checkbox.theme.js +27 -0
  11. package/dist/src/components/inputs/Filter/Filter.js +2 -1
  12. package/dist/src/components/inputs/Radio/Radio.theme.js +17 -1
  13. package/dist/src/components/inputs/Select/Select.theme.js +2 -2
  14. package/dist/src/components/navigation/PaginationItem/components/PaginationIcons.js +4 -1
  15. package/dist/src/components/navigation/Tab/Tab.theme.js +2 -2
  16. package/dist/src/components/utils/inputIcons.d.ts +9 -0
  17. package/dist/src/components/utils/inputIcons.js +19 -0
  18. package/dist/src/icons/AlignLeftSimpleIcon.d.ts +2 -0
  19. package/dist/src/icons/AlignLeftSimpleIcon.js +12 -0
  20. package/dist/src/icons/AmazonIcon.d.ts +2 -0
  21. package/dist/src/icons/AmazonIcon.js +12 -0
  22. package/dist/src/icons/AndroidIcon.d.ts +2 -0
  23. package/dist/src/icons/AndroidIcon.js +12 -0
  24. package/dist/src/icons/ApparetmentIcon.d.ts +2 -0
  25. package/dist/src/icons/ApparetmentIcon.js +12 -0
  26. package/dist/src/icons/ArchiveIcon.d.ts +2 -0
  27. package/dist/src/icons/ArchiveIcon.js +12 -0
  28. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.d.ts +2 -0
  29. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +12 -0
  30. package/dist/src/icons/ArrowBendDoubleUpRightIcon.d.ts +2 -0
  31. package/dist/src/icons/ArrowBendDoubleUpRightIcon.js +12 -0
  32. package/dist/src/icons/ArrowBendUpLeftIcon.d.ts +2 -0
  33. package/dist/src/icons/ArrowBendUpLeftIcon.js +12 -0
  34. package/dist/src/icons/ArrowBendUpRightIcon.d.ts +2 -0
  35. package/dist/src/icons/ArrowBendUpRightIcon.js +12 -0
  36. package/dist/src/icons/ArrowCircleDownFillIcon.d.ts +2 -0
  37. package/dist/src/icons/ArrowCircleDownFillIcon.js +12 -0
  38. package/dist/src/icons/ArrowCircleUpFillIcon.d.ts +2 -0
  39. package/dist/src/icons/ArrowCircleUpFillIcon.js +12 -0
  40. package/dist/src/icons/ArrowClockwiseFillIcon.d.ts +2 -0
  41. package/dist/src/icons/ArrowClockwiseFillIcon.js +12 -0
  42. package/dist/src/icons/ArrowDownBoldIcon.d.ts +2 -0
  43. package/dist/src/icons/ArrowDownBoldIcon.js +12 -0
  44. package/dist/src/icons/ArrowDownIcon.d.ts +2 -0
  45. package/dist/src/icons/ArrowDownIcon.js +12 -0
  46. package/dist/src/icons/ArrowDownSmallIcon.d.ts +2 -0
  47. package/dist/src/icons/ArrowDownSmallIcon.js +12 -0
  48. package/dist/src/icons/ArrowLeftIcon.d.ts +2 -0
  49. package/dist/src/icons/ArrowLeftIcon.js +12 -0
  50. package/dist/src/icons/ArrowLeftWpIcon.d.ts +2 -0
  51. package/dist/src/icons/ArrowLeftWpIcon.js +12 -0
  52. package/dist/src/icons/ArrowLineDownIcon.d.ts +2 -0
  53. package/dist/src/icons/ArrowLineDownIcon.js +12 -0
  54. package/dist/src/icons/ArrowLineUpIcon.d.ts +2 -0
  55. package/dist/src/icons/ArrowLineUpIcon.js +12 -0
  56. package/dist/src/icons/ArrowRightIcon.d.ts +2 -0
  57. package/dist/src/icons/ArrowRightIcon.js +12 -0
  58. package/dist/src/icons/ArrowRightSmallIcon.d.ts +2 -0
  59. package/dist/src/icons/ArrowRightSmallIcon.js +12 -0
  60. package/dist/src/icons/ArrowSquareInIcon.d.ts +2 -0
  61. package/dist/src/icons/ArrowSquareInIcon.js +12 -0
  62. package/dist/src/icons/ArrowSquareOutIcon.d.ts +2 -0
  63. package/dist/src/icons/ArrowSquareOutIcon.js +12 -0
  64. package/dist/src/icons/ArrowSquareOutSmallIcon.d.ts +2 -0
  65. package/dist/src/icons/ArrowSquareOutSmallIcon.js +12 -0
  66. package/dist/src/icons/ArrowUpIcon.d.ts +2 -0
  67. package/dist/src/icons/ArrowUpIcon.js +12 -0
  68. package/dist/src/icons/ArrowUpLeftIcon.d.ts +2 -0
  69. package/dist/src/icons/ArrowUpLeftIcon.js +12 -0
  70. package/dist/src/icons/ArrowUpSmallIcon.d.ts +2 -0
  71. package/dist/src/icons/ArrowUpSmallIcon.js +12 -0
  72. package/dist/src/icons/ArrowarcleftIcon.d.ts +2 -0
  73. package/dist/src/icons/ArrowarcleftIcon.js +12 -0
  74. package/dist/src/icons/ArrowarcrightIcon.d.ts +2 -0
  75. package/dist/src/icons/ArrowarcrightIcon.js +12 -0
  76. package/dist/src/icons/ArrowbendrightdownIcon.d.ts +2 -0
  77. package/dist/src/icons/ArrowbendrightdownIcon.js +12 -0
  78. package/dist/src/icons/ArrowbendrightupIcon.d.ts +2 -0
  79. package/dist/src/icons/ArrowbendrightupIcon.js +12 -0
  80. package/dist/src/icons/ArrowcirclerightIcon.d.ts +2 -0
  81. package/dist/src/icons/ArrowcirclerightIcon.js +12 -0
  82. package/dist/src/icons/ArrowcircleupIcon.d.ts +2 -0
  83. package/dist/src/icons/ArrowcircleupIcon.js +12 -0
  84. package/dist/src/icons/ArrowdownrightIcon.d.ts +2 -0
  85. package/dist/src/icons/ArrowdownrightIcon.js +12 -0
  86. package/dist/src/icons/ArrowelbowdownleftIcon.d.ts +2 -0
  87. package/dist/src/icons/ArrowelbowdownleftIcon.js +12 -0
  88. package/dist/src/icons/ArrowelbowrightupIcon.d.ts +2 -0
  89. package/dist/src/icons/ArrowelbowrightupIcon.js +12 -0
  90. package/dist/src/icons/ArrowelbowupleftIcon.d.ts +2 -0
  91. package/dist/src/icons/ArrowelbowupleftIcon.js +12 -0
  92. package/dist/src/icons/ArrowfatlinesdownIcon.d.ts +2 -0
  93. package/dist/src/icons/ArrowfatlinesdownIcon.js +12 -0
  94. package/dist/src/icons/ArrowfatlineupIcon.d.ts +2 -0
  95. package/dist/src/icons/ArrowfatlineupIcon.js +12 -0
  96. package/dist/src/icons/ArrowlinedownleftIcon.d.ts +2 -0
  97. package/dist/src/icons/ArrowlinedownleftIcon.js +12 -0
  98. package/dist/src/icons/ArrowsClockwiseIcon.d.ts +2 -0
  99. package/dist/src/icons/ArrowsClockwiseIcon.js +12 -0
  100. package/dist/src/icons/ArrowsInSimpleIcon.d.ts +2 -0
  101. package/dist/src/icons/ArrowsInSimpleIcon.js +12 -0
  102. package/dist/src/icons/ArrowsOutCardinalIcon.d.ts +2 -0
  103. package/dist/src/icons/ArrowsOutCardinalIcon.js +12 -0
  104. package/dist/src/icons/ArrowsOutSimpleIcon.d.ts +2 -0
  105. package/dist/src/icons/ArrowsOutSimpleIcon.js +12 -0
  106. package/dist/src/icons/ArrowsdownupIcon.d.ts +2 -0
  107. package/dist/src/icons/ArrowsdownupIcon.js +12 -0
  108. package/dist/src/icons/ArrowshorizontalIcon.d.ts +2 -0
  109. package/dist/src/icons/ArrowshorizontalIcon.js +12 -0
  110. package/dist/src/icons/ArrowsmergeIcon.d.ts +2 -0
  111. package/dist/src/icons/ArrowsmergeIcon.js +12 -0
  112. package/dist/src/icons/ArrowsoutIcon.d.ts +2 -0
  113. package/dist/src/icons/ArrowsoutIcon.js +12 -0
  114. package/dist/src/icons/ArrowsquaredownIcon.d.ts +2 -0
  115. package/dist/src/icons/ArrowsquaredownIcon.js +12 -0
  116. package/dist/src/icons/ArrowsquareupIcon.d.ts +2 -0
  117. package/dist/src/icons/ArrowsquareupIcon.js +12 -0
  118. package/dist/src/icons/ArrowsquareupleftIcon.d.ts +2 -0
  119. package/dist/src/icons/ArrowsquareupleftIcon.js +12 -0
  120. package/dist/src/icons/ArrowurightupIcon.d.ts +2 -0
  121. package/dist/src/icons/ArrowurightupIcon.js +12 -0
  122. package/dist/src/icons/ArrowuupleftIcon.d.ts +2 -0
  123. package/dist/src/icons/ArrowuupleftIcon.js +12 -0
  124. package/dist/src/icons/ArticleIcon.d.ts +2 -0
  125. package/dist/src/icons/ArticleIcon.js +12 -0
  126. package/dist/src/icons/AtIcon.d.ts +2 -0
  127. package/dist/src/icons/AtIcon.js +12 -0
  128. package/dist/src/icons/AutoResponderIcon.d.ts +2 -0
  129. package/dist/src/icons/AutoResponderIcon.js +12 -0
  130. package/dist/src/icons/AutoResponderPlusIcon.d.ts +2 -0
  131. package/dist/src/icons/AutoResponderPlusIcon.js +12 -0
  132. package/dist/src/icons/BarChartIcon.d.ts +2 -0
  133. package/dist/src/icons/BarChartIcon.js +12 -0
  134. package/dist/src/icons/BarricadeIcon.d.ts +2 -0
  135. package/dist/src/icons/BarricadeIcon.js +12 -0
  136. package/dist/src/icons/BellIcon.d.ts +2 -0
  137. package/dist/src/icons/BellIcon.js +12 -0
  138. package/dist/src/icons/BellSimpleSlashIcon.d.ts +2 -0
  139. package/dist/src/icons/BellSimpleSlashIcon.js +12 -0
  140. package/dist/src/icons/BluetoothIcon.d.ts +2 -0
  141. package/dist/src/icons/BluetoothIcon.js +12 -0
  142. package/dist/src/icons/BookOpenIcon.d.ts +2 -0
  143. package/dist/src/icons/BookOpenIcon.js +12 -0
  144. package/dist/src/icons/BookmarkSimpleIcon.d.ts +2 -0
  145. package/dist/src/icons/BookmarkSimpleIcon.js +12 -0
  146. package/dist/src/icons/BookmarksIcon.d.ts +2 -0
  147. package/dist/src/icons/BookmarksIcon.js +12 -0
  148. package/dist/src/icons/BoundingBoxIcon.d.ts +2 -0
  149. package/dist/src/icons/BoundingBoxIcon.js +12 -0
  150. package/dist/src/icons/BoxArrowDownIcon.d.ts +2 -0
  151. package/dist/src/icons/BoxArrowDownIcon.js +12 -0
  152. package/dist/src/icons/BoxArrowUpIcon.d.ts +2 -0
  153. package/dist/src/icons/BoxArrowUpIcon.js +12 -0
  154. package/dist/src/icons/BriefcaseIcon.d.ts +2 -0
  155. package/dist/src/icons/BriefcaseIcon.js +12 -0
  156. package/dist/src/icons/BrowserIcon.d.ts +2 -0
  157. package/dist/src/icons/BrowserIcon.js +12 -0
  158. package/dist/src/icons/BugBeetleIcon.d.ts +2 -0
  159. package/dist/src/icons/BugBeetleIcon.js +12 -0
  160. package/dist/src/icons/BuildingApartmentIcon.d.ts +2 -0
  161. package/dist/src/icons/BuildingApartmentIcon.js +12 -0
  162. package/dist/src/icons/BuildingIcon.d.ts +2 -0
  163. package/dist/src/icons/BuildingIcon.js +12 -0
  164. package/dist/src/icons/BuildingOfficeIcon.d.ts +2 -0
  165. package/dist/src/icons/BuildingOfficeIcon.js +12 -0
  166. package/dist/src/icons/CalendarBlankIcon.d.ts +2 -0
  167. package/dist/src/icons/CalendarBlankIcon.js +12 -0
  168. package/dist/src/icons/CalendarCheckIcon.d.ts +2 -0
  169. package/dist/src/icons/CalendarCheckIcon.js +12 -0
  170. package/dist/src/icons/CalendarPlusIcon.d.ts +2 -0
  171. package/dist/src/icons/CalendarPlusIcon.js +12 -0
  172. package/dist/src/icons/CarIcon.d.ts +2 -0
  173. package/dist/src/icons/CarIcon.js +12 -0
  174. package/dist/src/icons/CaretDoubleDownIcon.d.ts +2 -0
  175. package/dist/src/icons/CaretDoubleDownIcon.js +12 -0
  176. package/dist/src/icons/CaretDoubleDownSmallIcon.d.ts +2 -0
  177. package/dist/src/icons/CaretDoubleDownSmallIcon.js +12 -0
  178. package/dist/src/icons/CaretDoubleLeftIcon.d.ts +2 -0
  179. package/dist/src/icons/CaretDoubleLeftIcon.js +12 -0
  180. package/dist/src/icons/CaretDoubleLeftSmallIcon.d.ts +2 -0
  181. package/dist/src/icons/CaretDoubleLeftSmallIcon.js +12 -0
  182. package/dist/src/icons/CaretDoubleRightIcon.d.ts +2 -0
  183. package/dist/src/icons/CaretDoubleRightIcon.js +12 -0
  184. package/dist/src/icons/CaretDoubleRightSmallIcon.d.ts +2 -0
  185. package/dist/src/icons/CaretDoubleRightSmallIcon.js +12 -0
  186. package/dist/src/icons/CaretDoubleUpIcon.d.ts +2 -0
  187. package/dist/src/icons/CaretDoubleUpIcon.js +12 -0
  188. package/dist/src/icons/CaretDoubleUpSmallIcon.d.ts +2 -0
  189. package/dist/src/icons/CaretDoubleUpSmallIcon.js +12 -0
  190. package/dist/src/icons/CaretDownIcon.d.ts +2 -0
  191. package/dist/src/icons/CaretDownIcon.js +12 -0
  192. package/dist/src/icons/CaretDownSmallIcon.d.ts +2 -0
  193. package/dist/src/icons/CaretDownSmallIcon.js +12 -0
  194. package/dist/src/icons/CaretLeftIcon.d.ts +2 -0
  195. package/dist/src/icons/CaretLeftIcon.js +12 -0
  196. package/dist/src/icons/CaretLeftSmallIcon.d.ts +2 -0
  197. package/dist/src/icons/CaretLeftSmallIcon.js +12 -0
  198. package/dist/src/icons/CaretRightIcon.d.ts +2 -0
  199. package/dist/src/icons/CaretRightIcon.js +12 -0
  200. package/dist/src/icons/CaretRightSmallIcon.d.ts +2 -0
  201. package/dist/src/icons/CaretRightSmallIcon.js +12 -0
  202. package/dist/src/icons/CaretRightTinyIcon.d.ts +2 -0
  203. package/dist/src/icons/CaretRightTinyIcon.js +12 -0
  204. package/dist/src/icons/CaretUpIcon.d.ts +2 -0
  205. package/dist/src/icons/CaretUpIcon.js +12 -0
  206. package/dist/src/icons/CaretUpSmallIcon.d.ts +2 -0
  207. package/dist/src/icons/CaretUpSmallIcon.js +12 -0
  208. package/dist/src/icons/CaretcircledoubledownIcon.d.ts +2 -0
  209. package/dist/src/icons/CaretcircledoubledownIcon.js +12 -0
  210. package/dist/src/icons/CaretcircledoubleleftIcon.d.ts +2 -0
  211. package/dist/src/icons/CaretcircledoubleleftIcon.js +12 -0
  212. package/dist/src/icons/CaretcircleupdownIcon.d.ts +2 -0
  213. package/dist/src/icons/CaretcircleupdownIcon.js +12 -0
  214. package/dist/src/icons/CellTowerIcon.d.ts +2 -0
  215. package/dist/src/icons/CellTowerIcon.js +12 -0
  216. package/dist/src/icons/ChartLineDownIcon.d.ts +2 -0
  217. package/dist/src/icons/ChartLineDownIcon.js +12 -0
  218. package/dist/src/icons/ChartLineUpIcon.d.ts +2 -0
  219. package/dist/src/icons/ChartLineUpIcon.js +12 -0
  220. package/dist/src/icons/ChartPieSliceIcon.d.ts +2 -0
  221. package/dist/src/icons/ChartPieSliceIcon.js +12 -0
  222. package/dist/src/icons/ChartPolarIcon.d.ts +2 -0
  223. package/dist/src/icons/ChartPolarIcon.js +12 -0
  224. package/dist/src/icons/ChartScatterIcon.d.ts +2 -0
  225. package/dist/src/icons/ChartScatterIcon.js +12 -0
  226. package/dist/src/icons/ChatCenteredIcon.d.ts +2 -0
  227. package/dist/src/icons/ChatCenteredIcon.js +12 -0
  228. package/dist/src/icons/ChatCircleIcon.d.ts +2 -0
  229. package/dist/src/icons/ChatCircleIcon.js +12 -0
  230. package/dist/src/icons/CheckAllIcon.d.ts +2 -0
  231. package/dist/src/icons/CheckAllIcon.js +12 -0
  232. package/dist/src/icons/CheckCircleFillIcon.d.ts +2 -0
  233. package/dist/src/icons/CheckCircleFillIcon.js +12 -0
  234. package/dist/src/icons/CheckCircleIcon.d.ts +2 -0
  235. package/dist/src/icons/CheckCircleIcon.js +12 -0
  236. package/dist/src/icons/CheckIcon.d.ts +2 -0
  237. package/dist/src/icons/CheckIcon.js +12 -0
  238. package/dist/src/icons/CheckIndeterminateSmallIcon.d.ts +2 -0
  239. package/dist/src/icons/CheckIndeterminateSmallIcon.js +12 -0
  240. package/dist/src/icons/CheckSmallIcon.d.ts +2 -0
  241. package/dist/src/icons/CheckSmallIcon.js +12 -0
  242. package/dist/src/icons/CheckSquareFillIcon.d.ts +2 -0
  243. package/dist/src/icons/CheckSquareFillIcon.js +12 -0
  244. package/dist/src/icons/CheckSquareIcon.d.ts +2 -0
  245. package/dist/src/icons/CheckSquareIcon.js +12 -0
  246. package/dist/src/icons/CheckboxIntermediate20Icon.d.ts +2 -0
  247. package/dist/src/icons/CheckboxIntermediate20Icon.js +12 -0
  248. package/dist/src/icons/CheckboxOff20Icon.d.ts +2 -0
  249. package/dist/src/icons/CheckboxOff20Icon.js +12 -0
  250. package/dist/src/icons/CheckboxOffSmallIcon.d.ts +2 -0
  251. package/dist/src/icons/CheckboxOffSmallIcon.js +12 -0
  252. package/dist/src/icons/CheckboxOn20Icon.d.ts +2 -0
  253. package/dist/src/icons/CheckboxOn20Icon.js +12 -0
  254. package/dist/src/icons/CircleIcon.d.ts +2 -0
  255. package/dist/src/icons/CircleIcon.js +12 -0
  256. package/dist/src/icons/CirclesFourIcon.d.ts +2 -0
  257. package/dist/src/icons/CirclesFourIcon.js +12 -0
  258. package/dist/src/icons/CirclesThreeIcon.d.ts +2 -0
  259. package/dist/src/icons/CirclesThreeIcon.js +12 -0
  260. package/dist/src/icons/ClockClockwiseIcon.d.ts +2 -0
  261. package/dist/src/icons/ClockClockwiseIcon.js +12 -0
  262. package/dist/src/icons/ClockCounterClockwiseIcon.d.ts +2 -0
  263. package/dist/src/icons/ClockCounterClockwiseIcon.js +12 -0
  264. package/dist/src/icons/ClockDuotoneIcon.d.ts +2 -0
  265. package/dist/src/icons/ClockDuotoneIcon.js +12 -0
  266. package/dist/src/icons/ClockIcon.d.ts +2 -0
  267. package/dist/src/icons/ClockIcon.js +12 -0
  268. package/dist/src/icons/ClockSmallIcon.d.ts +2 -0
  269. package/dist/src/icons/ClockSmallIcon.js +12 -0
  270. package/dist/src/icons/CloneIcon.d.ts +2 -0
  271. package/dist/src/icons/CloneIcon.js +12 -0
  272. package/dist/src/icons/CloseBigIcon.d.ts +2 -0
  273. package/dist/src/icons/CloseBigIcon.js +12 -0
  274. package/dist/src/icons/CloseCircleFillIcon.d.ts +2 -0
  275. package/dist/src/icons/CloseCircleFillIcon.js +12 -0
  276. package/dist/src/icons/CloseCircleIcon.d.ts +2 -0
  277. package/dist/src/icons/CloseCircleIcon.js +12 -0
  278. package/dist/src/icons/CloseIcon.d.ts +2 -0
  279. package/dist/src/icons/CloseIcon.js +12 -0
  280. package/dist/src/icons/CloseSmallIcon.d.ts +2 -0
  281. package/dist/src/icons/CloseSmallIcon.js +12 -0
  282. package/dist/src/icons/CloudCheckIcon.d.ts +2 -0
  283. package/dist/src/icons/CloudCheckIcon.js +12 -0
  284. package/dist/src/icons/CloudIcon.d.ts +2 -0
  285. package/dist/src/icons/CloudIcon.js +12 -0
  286. package/dist/src/icons/CodepenIcon.d.ts +2 -0
  287. package/dist/src/icons/CodepenIcon.js +12 -0
  288. package/dist/src/icons/CodesandboxIcon.d.ts +2 -0
  289. package/dist/src/icons/CodesandboxIcon.js +12 -0
  290. package/dist/src/icons/CommandIcon.d.ts +2 -0
  291. package/dist/src/icons/CommandIcon.js +12 -0
  292. package/dist/src/icons/CompassIcon.d.ts +2 -0
  293. package/dist/src/icons/CompassIcon.js +12 -0
  294. package/dist/src/icons/CompassToolIcon.d.ts +2 -0
  295. package/dist/src/icons/CompassToolIcon.js +12 -0
  296. package/dist/src/icons/CopyIcon.d.ts +2 -0
  297. package/dist/src/icons/CopyIcon.js +12 -0
  298. package/dist/src/icons/CopySimpleIcon.d.ts +2 -0
  299. package/dist/src/icons/CopySimpleIcon.js +12 -0
  300. package/dist/src/icons/CornersOutIcon.d.ts +2 -0
  301. package/dist/src/icons/CornersOutIcon.js +12 -0
  302. package/dist/src/icons/CpuIcon.d.ts +2 -0
  303. package/dist/src/icons/CpuIcon.js +12 -0
  304. package/dist/src/icons/CreditCardIcon.d.ts +2 -0
  305. package/dist/src/icons/CreditCardIcon.js +12 -0
  306. package/dist/src/icons/CrownIcon.d.ts +2 -0
  307. package/dist/src/icons/CrownIcon.js +12 -0
  308. package/dist/src/icons/CurrencyDollarCircledIcon.d.ts +2 -0
  309. package/dist/src/icons/CurrencyDollarCircledIcon.js +12 -0
  310. package/dist/src/icons/CurrencyDollarSimpleIcon.d.ts +2 -0
  311. package/dist/src/icons/CurrencyDollarSimpleIcon.js +12 -0
  312. package/dist/src/icons/DatabaseIcon.d.ts +2 -0
  313. package/dist/src/icons/DatabaseIcon.js +12 -0
  314. package/dist/src/icons/DesktopIcon.d.ts +2 -0
  315. package/dist/src/icons/DesktopIcon.js +12 -0
  316. package/dist/src/icons/DetectiveIcon.d.ts +2 -0
  317. package/dist/src/icons/DetectiveIcon.js +12 -0
  318. package/dist/src/icons/DeviceMobileCameraIcon.d.ts +2 -0
  319. package/dist/src/icons/DeviceMobileCameraIcon.js +12 -0
  320. package/dist/src/icons/DisableIcon.d.ts +2 -0
  321. package/dist/src/icons/DisableIcon.js +12 -0
  322. package/dist/src/icons/DominoIcon.d.ts +2 -0
  323. package/dist/src/icons/DominoIcon.js +12 -0
  324. package/dist/src/icons/DominoPlusIcon.d.ts +2 -0
  325. package/dist/src/icons/DominoPlusIcon.js +12 -0
  326. package/dist/src/icons/DonutChartIcon.d.ts +2 -0
  327. package/dist/src/icons/DonutChartIcon.js +12 -0
  328. package/dist/src/icons/DotsNineBoldIcon.d.ts +2 -0
  329. package/dist/src/icons/DotsNineBoldIcon.js +12 -0
  330. package/dist/src/icons/DotsSixVerticalIcon.d.ts +2 -0
  331. package/dist/src/icons/DotsSixVerticalIcon.js +12 -0
  332. package/dist/src/icons/DotsThreeCircleIcon.d.ts +2 -0
  333. package/dist/src/icons/DotsThreeCircleIcon.js +12 -0
  334. package/dist/src/icons/DotsThreeIcon.d.ts +2 -0
  335. package/dist/src/icons/DotsThreeIcon.js +12 -0
  336. package/dist/src/icons/DotsThreeVerticalIcon.d.ts +2 -0
  337. package/dist/src/icons/DotsThreeVerticalIcon.js +12 -0
  338. package/dist/src/icons/DraftIcon.d.ts +2 -0
  339. package/dist/src/icons/DraftIcon.js +12 -0
  340. package/dist/src/icons/EnvelopeFilledIcon.d.ts +2 -0
  341. package/dist/src/icons/EnvelopeFilledIcon.js +12 -0
  342. package/dist/src/icons/EnvelopeIcon.d.ts +2 -0
  343. package/dist/src/icons/EnvelopeIcon.js +12 -0
  344. package/dist/src/icons/EnvelopeOpenIcon.d.ts +2 -0
  345. package/dist/src/icons/EnvelopeOpenIcon.js +12 -0
  346. package/dist/src/icons/EqualizerIcon.d.ts +2 -0
  347. package/dist/src/icons/EqualizerIcon.js +12 -0
  348. package/dist/src/icons/EqualsIcon.d.ts +2 -0
  349. package/dist/src/icons/EqualsIcon.js +12 -0
  350. package/dist/src/icons/ErrorFilledIcon.d.ts +2 -0
  351. package/dist/src/icons/ErrorFilledIcon.js +12 -0
  352. package/dist/src/icons/ErrorIcon.d.ts +2 -0
  353. package/dist/src/icons/ErrorIcon.js +12 -0
  354. package/dist/src/icons/ErrorMarkerIcon.d.ts +2 -0
  355. package/dist/src/icons/ErrorMarkerIcon.js +12 -0
  356. package/dist/src/icons/ExclamationMarkIcon.d.ts +2 -0
  357. package/dist/src/icons/ExclamationMarkIcon.js +12 -0
  358. package/dist/src/icons/EyeClosedIcon.d.ts +2 -0
  359. package/dist/src/icons/EyeClosedIcon.js +12 -0
  360. package/dist/src/icons/EyeIcon.d.ts +2 -0
  361. package/dist/src/icons/EyeIcon.js +12 -0
  362. package/dist/src/icons/EyeSlashIcon.d.ts +2 -0
  363. package/dist/src/icons/EyeSlashIcon.js +12 -0
  364. package/dist/src/icons/FadersIcon.d.ts +2 -0
  365. package/dist/src/icons/FadersIcon.js +12 -0
  366. package/dist/src/icons/FallIcon.d.ts +2 -0
  367. package/dist/src/icons/FallIcon.js +12 -0
  368. package/dist/src/icons/FigmaIcon.d.ts +2 -0
  369. package/dist/src/icons/FigmaIcon.js +12 -0
  370. package/dist/src/icons/FilePdfIcon.d.ts +2 -0
  371. package/dist/src/icons/FilePdfIcon.js +12 -0
  372. package/dist/src/icons/FilledCircleIcon.d.ts +2 -0
  373. package/dist/src/icons/FilledCircleIcon.js +12 -0
  374. package/dist/src/icons/FireIcon.d.ts +2 -0
  375. package/dist/src/icons/FireIcon.js +12 -0
  376. package/dist/src/icons/FlagIcon.d.ts +2 -0
  377. package/dist/src/icons/FlagIcon.js +12 -0
  378. package/dist/src/icons/FlagPennantIcon.d.ts +2 -0
  379. package/dist/src/icons/FlagPennantIcon.js +12 -0
  380. package/dist/src/icons/FolderIcon.d.ts +2 -0
  381. package/dist/src/icons/FolderIcon.js +12 -0
  382. package/dist/src/icons/FolderOpenIcon.d.ts +2 -0
  383. package/dist/src/icons/FolderOpenIcon.js +12 -0
  384. package/dist/src/icons/FolderPlusIcon.d.ts +2 -0
  385. package/dist/src/icons/FolderPlusIcon.js +12 -0
  386. package/dist/src/icons/FolderSimpleIcon.d.ts +2 -0
  387. package/dist/src/icons/FolderSimpleIcon.js +12 -0
  388. package/dist/src/icons/FoldersIcon.d.ts +2 -0
  389. package/dist/src/icons/FoldersIcon.js +12 -0
  390. package/dist/src/icons/FontInterIcon.d.ts +2 -0
  391. package/dist/src/icons/FontInterIcon.js +12 -0
  392. package/dist/src/icons/FontMerriweatherIcon.d.ts +2 -0
  393. package/dist/src/icons/FontMerriweatherIcon.js +12 -0
  394. package/dist/src/icons/FontMonserratIcon.d.ts +2 -0
  395. package/dist/src/icons/FontMonserratIcon.js +12 -0
  396. package/dist/src/icons/FontOpensansIcon.d.ts +2 -0
  397. package/dist/src/icons/FontOpensansIcon.js +12 -0
  398. package/dist/src/icons/FontPlayfairIcon.d.ts +2 -0
  399. package/dist/src/icons/FontPlayfairIcon.js +12 -0
  400. package/dist/src/icons/FontPoppinsIcon.d.ts +2 -0
  401. package/dist/src/icons/FontPoppinsIcon.js +12 -0
  402. package/dist/src/icons/FontRobotoCondensedIcon.d.ts +2 -0
  403. package/dist/src/icons/FontRobotoCondensedIcon.js +12 -0
  404. package/dist/src/icons/FontRubikIcon.d.ts +2 -0
  405. package/dist/src/icons/FontRubikIcon.js +12 -0
  406. package/dist/src/icons/FontVallkornIcon.d.ts +2 -0
  407. package/dist/src/icons/FontVallkornIcon.js +12 -0
  408. package/dist/src/icons/ForwarderIcon.d.ts +2 -0
  409. package/dist/src/icons/ForwarderIcon.js +12 -0
  410. package/dist/src/icons/ForwarderPlusIcon.d.ts +2 -0
  411. package/dist/src/icons/ForwarderPlusIcon.js +12 -0
  412. package/dist/src/icons/FrameCornersIcon.d.ts +2 -0
  413. package/dist/src/icons/FrameCornersIcon.js +12 -0
  414. package/dist/src/icons/FramerIcon.d.ts +2 -0
  415. package/dist/src/icons/FramerIcon.js +12 -0
  416. package/dist/src/icons/FtpIcon.d.ts +2 -0
  417. package/dist/src/icons/FtpIcon.js +12 -0
  418. package/dist/src/icons/FunnelIcon.d.ts +2 -0
  419. package/dist/src/icons/FunnelIcon.js +12 -0
  420. package/dist/src/icons/FunnelSimpleIcon.d.ts +2 -0
  421. package/dist/src/icons/FunnelSimpleIcon.js +12 -0
  422. package/dist/src/icons/GearIcon.d.ts +2 -0
  423. package/dist/src/icons/GearIcon.js +12 -0
  424. package/dist/src/icons/GearSixIcon.d.ts +2 -0
  425. package/dist/src/icons/GearSixIcon.js +12 -0
  426. package/dist/src/icons/GearsIcon.d.ts +2 -0
  427. package/dist/src/icons/GearsIcon.js +12 -0
  428. package/dist/src/icons/GithubIcon.d.ts +2 -0
  429. package/dist/src/icons/GithubIcon.js +12 -0
  430. package/dist/src/icons/GlobeIcon.d.ts +2 -0
  431. package/dist/src/icons/GlobeIcon.js +12 -0
  432. package/dist/src/icons/GoToIcon.d.ts +2 -0
  433. package/dist/src/icons/GoToIcon.js +12 -0
  434. package/dist/src/icons/GoogleIcon.d.ts +2 -0
  435. package/dist/src/icons/GoogleIcon.js +12 -0
  436. package/dist/src/icons/GooglePhotosIcon.d.ts +2 -0
  437. package/dist/src/icons/GooglePhotosIcon.js +12 -0
  438. package/dist/src/icons/GridFourIcon.d.ts +2 -0
  439. package/dist/src/icons/GridFourIcon.js +12 -0
  440. package/dist/src/icons/GridNineIcon.d.ts +2 -0
  441. package/dist/src/icons/GridNineIcon.js +12 -0
  442. package/dist/src/icons/HalfStarIcon.d.ts +2 -0
  443. package/dist/src/icons/HalfStarIcon.js +12 -0
  444. package/dist/src/icons/HandPalmIcon.d.ts +2 -0
  445. package/dist/src/icons/HandPalmIcon.js +12 -0
  446. package/dist/src/icons/HardDriveIcon.d.ts +2 -0
  447. package/dist/src/icons/HardDriveIcon.js +12 -0
  448. package/dist/src/icons/HardDrivesIcon.d.ts +2 -0
  449. package/dist/src/icons/HardDrivesIcon.js +12 -0
  450. package/dist/src/icons/HashIcon.d.ts +2 -0
  451. package/dist/src/icons/HashIcon.js +12 -0
  452. package/dist/src/icons/HeartIcon.d.ts +2 -0
  453. package/dist/src/icons/HeartIcon.js +12 -0
  454. package/dist/src/icons/HeartbeatIcon.d.ts +2 -0
  455. package/dist/src/icons/HeartbeatIcon.js +12 -0
  456. package/dist/src/icons/HomeIcon.d.ts +2 -0
  457. package/dist/src/icons/HomeIcon.js +12 -0
  458. package/dist/src/icons/HourglassHighDuotoneIcon.d.ts +2 -0
  459. package/dist/src/icons/HourglassHighDuotoneIcon.js +12 -0
  460. package/dist/src/icons/HourglassHighIcon.d.ts +2 -0
  461. package/dist/src/icons/HourglassHighIcon.js +12 -0
  462. package/dist/src/icons/IdentificationCardIcon.d.ts +2 -0
  463. package/dist/src/icons/IdentificationCardIcon.js +12 -0
  464. package/dist/src/icons/ImageIcon.d.ts +2 -0
  465. package/dist/src/icons/ImageIcon.js +12 -0
  466. package/dist/src/icons/InfoFillIcon.d.ts +2 -0
  467. package/dist/src/icons/InfoFillIcon.js +12 -0
  468. package/dist/src/icons/InfoIIcon.d.ts +2 -0
  469. package/dist/src/icons/InfoIIcon.js +12 -0
  470. package/dist/src/icons/InfoIcon.d.ts +2 -0
  471. package/dist/src/icons/InfoIcon.js +12 -0
  472. package/dist/src/icons/KeyIcon.d.ts +2 -0
  473. package/dist/src/icons/KeyIcon.js +12 -0
  474. package/dist/src/icons/KeyholeIcon.d.ts +2 -0
  475. package/dist/src/icons/KeyholeIcon.js +12 -0
  476. package/dist/src/icons/LaravelIcon.d.ts +2 -0
  477. package/dist/src/icons/LaravelIcon.js +12 -0
  478. package/dist/src/icons/LayoutIcon.d.ts +2 -0
  479. package/dist/src/icons/LayoutIcon.js +12 -0
  480. package/dist/src/icons/LightningFillIcon.d.ts +2 -0
  481. package/dist/src/icons/LightningFillIcon.js +12 -0
  482. package/dist/src/icons/LightningIcon.d.ts +2 -0
  483. package/dist/src/icons/LightningIcon.js +12 -0
  484. package/dist/src/icons/LineChartDuotoneIcon.d.ts +2 -0
  485. package/dist/src/icons/LineChartDuotoneIcon.js +12 -0
  486. package/dist/src/icons/LineChartIcon.d.ts +2 -0
  487. package/dist/src/icons/LineChartIcon.js +12 -0
  488. package/dist/src/icons/LinkIcon.d.ts +2 -0
  489. package/dist/src/icons/LinkIcon.js +12 -0
  490. package/dist/src/icons/LinuxIcon.d.ts +2 -0
  491. package/dist/src/icons/LinuxIcon.js +12 -0
  492. package/dist/src/icons/ListDashesIcon.d.ts +2 -0
  493. package/dist/src/icons/ListDashesIcon.js +12 -0
  494. package/dist/src/icons/ListIcon.d.ts +2 -0
  495. package/dist/src/icons/ListIcon.js +12 -0
  496. package/dist/src/icons/LockIcon.d.ts +2 -0
  497. package/dist/src/icons/LockIcon.js +12 -0
  498. package/dist/src/icons/MagnifyingGlassIcon.d.ts +2 -0
  499. package/dist/src/icons/MagnifyingGlassIcon.js +12 -0
  500. package/dist/src/icons/MapPinIcon.d.ts +2 -0
  501. package/dist/src/icons/MapPinIcon.js +12 -0
  502. package/dist/src/icons/MastodonIcon.d.ts +2 -0
  503. package/dist/src/icons/MastodonIcon.js +12 -0
  504. package/dist/src/icons/MedalIcon.d.ts +2 -0
  505. package/dist/src/icons/MedalIcon.js +12 -0
  506. package/dist/src/icons/MemoryIcon.d.ts +2 -0
  507. package/dist/src/icons/MemoryIcon.js +12 -0
  508. package/dist/src/icons/MessengerLogoIcon.d.ts +2 -0
  509. package/dist/src/icons/MessengerLogoIcon.js +12 -0
  510. package/dist/src/icons/MicIcon.d.ts +2 -0
  511. package/dist/src/icons/MicIcon.js +12 -0
  512. package/dist/src/icons/MicrosoftTeamsIcon.d.ts +2 -0
  513. package/dist/src/icons/MicrosoftTeamsIcon.js +12 -0
  514. package/dist/src/icons/MicrosoftWordIcon.d.ts +2 -0
  515. package/dist/src/icons/MicrosoftWordIcon.js +12 -0
  516. package/dist/src/icons/MinusCircleDuotoneIcon.d.ts +2 -0
  517. package/dist/src/icons/MinusCircleDuotoneIcon.js +12 -0
  518. package/dist/src/icons/MinusCircleFillIcon.d.ts +2 -0
  519. package/dist/src/icons/MinusCircleFillIcon.js +12 -0
  520. package/dist/src/icons/MinusCircleIcon.d.ts +2 -0
  521. package/dist/src/icons/MinusCircleIcon.js +12 -0
  522. package/dist/src/icons/MinusIcon.d.ts +2 -0
  523. package/dist/src/icons/MinusIcon.js +12 -0
  524. package/dist/src/icons/MinusSquareFillIcon.d.ts +2 -0
  525. package/dist/src/icons/MinusSquareFillIcon.js +12 -0
  526. package/dist/src/icons/MinusSquareIcon.d.ts +2 -0
  527. package/dist/src/icons/MinusSquareIcon.js +12 -0
  528. package/dist/src/icons/MoonIcon.d.ts +2 -0
  529. package/dist/src/icons/MoonIcon.js +12 -0
  530. package/dist/src/icons/NotEqualsIcon.d.ts +2 -0
  531. package/dist/src/icons/NotEqualsIcon.js +12 -0
  532. package/dist/src/icons/NotchesIcon.d.ts +2 -0
  533. package/dist/src/icons/NotchesIcon.js +12 -0
  534. package/dist/src/icons/NotePencilIcon.d.ts +2 -0
  535. package/dist/src/icons/NotePencilIcon.js +12 -0
  536. package/dist/src/icons/NotepadIcon.d.ts +2 -0
  537. package/dist/src/icons/NotepadIcon.js +12 -0
  538. package/dist/src/icons/NovaIcon.d.ts +2 -0
  539. package/dist/src/icons/NovaIcon.js +12 -0
  540. package/dist/src/icons/NumberCircleFourIcon.d.ts +2 -0
  541. package/dist/src/icons/NumberCircleFourIcon.js +12 -0
  542. package/dist/src/icons/NumberCircleOneIcon.d.ts +2 -0
  543. package/dist/src/icons/NumberCircleOneIcon.js +12 -0
  544. package/dist/src/icons/NumberCircleThreeIcon.d.ts +2 -0
  545. package/dist/src/icons/NumberCircleThreeIcon.js +12 -0
  546. package/dist/src/icons/NumberCircleTwoIcon.d.ts +2 -0
  547. package/dist/src/icons/NumberCircleTwoIcon.js +12 -0
  548. package/dist/src/icons/PaintBrushBroadIcon.d.ts +2 -0
  549. package/dist/src/icons/PaintBrushBroadIcon.js +12 -0
  550. package/dist/src/icons/PaintBucketFillIcon.d.ts +2 -0
  551. package/dist/src/icons/PaintBucketFillIcon.js +12 -0
  552. package/dist/src/icons/PalmIcon.d.ts +2 -0
  553. package/dist/src/icons/PalmIcon.js +12 -0
  554. package/dist/src/icons/PaperPlaneTiltIcon.d.ts +2 -0
  555. package/dist/src/icons/PaperPlaneTiltIcon.js +12 -0
  556. package/dist/src/icons/PaperclipIcon.d.ts +2 -0
  557. package/dist/src/icons/PaperclipIcon.js +12 -0
  558. package/dist/src/icons/PasswordIcon.d.ts +2 -0
  559. package/dist/src/icons/PasswordIcon.js +12 -0
  560. package/dist/src/icons/PauseCircleDuotoneIcon.d.ts +2 -0
  561. package/dist/src/icons/PauseCircleDuotoneIcon.js +12 -0
  562. package/dist/src/icons/PauseCircleIcon.d.ts +2 -0
  563. package/dist/src/icons/PauseCircleIcon.js +12 -0
  564. package/dist/src/icons/PauseFillIcon.d.ts +2 -0
  565. package/dist/src/icons/PauseFillIcon.js +12 -0
  566. package/dist/src/icons/PauseIcon.d.ts +2 -0
  567. package/dist/src/icons/PauseIcon.js +12 -0
  568. package/dist/src/icons/PencilSimpleIcon.d.ts +2 -0
  569. package/dist/src/icons/PencilSimpleIcon.js +12 -0
  570. package/dist/src/icons/PercentIcon.d.ts +2 -0
  571. package/dist/src/icons/PercentIcon.js +12 -0
  572. package/dist/src/icons/PhoneIcon.d.ts +2 -0
  573. package/dist/src/icons/PhoneIcon.js +12 -0
  574. package/dist/src/icons/PieChartIcon.d.ts +2 -0
  575. package/dist/src/icons/PieChartIcon.js +12 -0
  576. package/dist/src/icons/PinterestIcon.d.ts +2 -0
  577. package/dist/src/icons/PinterestIcon.js +12 -0
  578. package/dist/src/icons/PlayIcon.d.ts +2 -0
  579. package/dist/src/icons/PlayIcon.js +12 -0
  580. package/dist/src/icons/PleskIcon.d.ts +2 -0
  581. package/dist/src/icons/PleskIcon.js +12 -0
  582. package/dist/src/icons/PluginIcon.d.ts +2 -0
  583. package/dist/src/icons/PluginIcon.js +12 -0
  584. package/dist/src/icons/PlugsConnectedIcon.d.ts +2 -0
  585. package/dist/src/icons/PlugsConnectedIcon.js +12 -0
  586. package/dist/src/icons/PlugsIcon.d.ts +2 -0
  587. package/dist/src/icons/PlugsIcon.js +12 -0
  588. package/dist/src/icons/PlusCircleFillIcon.d.ts +2 -0
  589. package/dist/src/icons/PlusCircleFillIcon.js +12 -0
  590. package/dist/src/icons/PlusCircleIcon.d.ts +2 -0
  591. package/dist/src/icons/PlusCircleIcon.js +12 -0
  592. package/dist/src/icons/PlusIcon.d.ts +2 -0
  593. package/dist/src/icons/PlusIcon.js +12 -0
  594. package/dist/src/icons/PlusSmallIcon.d.ts +2 -0
  595. package/dist/src/icons/PlusSmallIcon.js +12 -0
  596. package/dist/src/icons/PlusSquareIcon.d.ts +2 -0
  597. package/dist/src/icons/PlusSquareIcon.js +12 -0
  598. package/dist/src/icons/PowerIcon.d.ts +2 -0
  599. package/dist/src/icons/PowerIcon.js +12 -0
  600. package/dist/src/icons/ProhibitIcon.d.ts +2 -0
  601. package/dist/src/icons/ProhibitIcon.js +12 -0
  602. package/dist/src/icons/PulseIcon.d.ts +2 -0
  603. package/dist/src/icons/PulseIcon.js +12 -0
  604. package/dist/src/icons/PushPinIcon.d.ts +2 -0
  605. package/dist/src/icons/PushPinIcon.js +12 -0
  606. package/dist/src/icons/PuzzlePieceIcon.d.ts +2 -0
  607. package/dist/src/icons/PuzzlePieceIcon.js +12 -0
  608. package/dist/src/icons/QuestionFillIcon.d.ts +2 -0
  609. package/dist/src/icons/QuestionFillIcon.js +12 -0
  610. package/dist/src/icons/QuestionIcon.d.ts +2 -0
  611. package/dist/src/icons/QuestionIcon.js +12 -0
  612. package/dist/src/icons/QuestionSimpleIcon.d.ts +2 -0
  613. package/dist/src/icons/QuestionSimpleIcon.js +12 -0
  614. package/dist/src/icons/QueueIcon.d.ts +2 -0
  615. package/dist/src/icons/QueueIcon.js +12 -0
  616. package/dist/src/icons/RadioOffIcon.d.ts +2 -0
  617. package/dist/src/icons/RadioOffIcon.js +12 -0
  618. package/dist/src/icons/RadioOnIcon.d.ts +2 -0
  619. package/dist/src/icons/RadioOnIcon.js +12 -0
  620. package/dist/src/icons/RealcvIcon.d.ts +2 -0
  621. package/dist/src/icons/RealcvIcon.js +12 -0
  622. package/dist/src/icons/RectangleCircleIcon.d.ts +2 -0
  623. package/dist/src/icons/RectangleCircleIcon.js +12 -0
  624. package/dist/src/icons/RemoveAutoResponderIcon.d.ts +2 -0
  625. package/dist/src/icons/RemoveAutoResponderIcon.js +12 -0
  626. package/dist/src/icons/RemoveForwarderIcon.d.ts +2 -0
  627. package/dist/src/icons/RemoveForwarderIcon.js +12 -0
  628. package/dist/src/icons/RemoveIcon.d.ts +2 -0
  629. package/dist/src/icons/RemoveIcon.js +12 -0
  630. package/dist/src/icons/RepeatIcon.d.ts +2 -0
  631. package/dist/src/icons/RepeatIcon.js +12 -0
  632. package/dist/src/icons/RiseIcon.d.ts +2 -0
  633. package/dist/src/icons/RiseIcon.js +12 -0
  634. package/dist/src/icons/RobotIcon.d.ts +2 -0
  635. package/dist/src/icons/RobotIcon.js +12 -0
  636. package/dist/src/icons/SealWarningIcon.d.ts +2 -0
  637. package/dist/src/icons/SealWarningIcon.js +12 -0
  638. package/dist/src/icons/SettingsIcon.d.ts +2 -0
  639. package/dist/src/icons/SettingsIcon.js +12 -0
  640. package/dist/src/icons/ShareNetworkIcon.d.ts +2 -0
  641. package/dist/src/icons/ShareNetworkIcon.js +12 -0
  642. package/dist/src/icons/ShieldCheckIcon.d.ts +2 -0
  643. package/dist/src/icons/ShieldCheckIcon.js +12 -0
  644. package/dist/src/icons/ShieldCheckedIcon.d.ts +2 -0
  645. package/dist/src/icons/ShieldCheckedIcon.js +12 -0
  646. package/dist/src/icons/ShieldCrossIcon.d.ts +2 -0
  647. package/dist/src/icons/ShieldCrossIcon.js +12 -0
  648. package/dist/src/icons/ShieldIcon.d.ts +2 -0
  649. package/dist/src/icons/ShieldIcon.js +12 -0
  650. package/dist/src/icons/SidebarCollapseIcon.d.ts +2 -0
  651. package/dist/src/icons/SidebarCollapseIcon.js +12 -0
  652. package/dist/src/icons/SidebarExpandIcon.d.ts +2 -0
  653. package/dist/src/icons/SidebarExpandIcon.js +12 -0
  654. package/dist/src/icons/SidebarSimpleIcon.d.ts +2 -0
  655. package/dist/src/icons/SidebarSimpleIcon.js +12 -0
  656. package/dist/src/icons/SignInIcon.d.ts +2 -0
  657. package/dist/src/icons/SignInIcon.js +12 -0
  658. package/dist/src/icons/SignOutIcon.d.ts +2 -0
  659. package/dist/src/icons/SignOutIcon.js +12 -0
  660. package/dist/src/icons/SirenIcon.d.ts +2 -0
  661. package/dist/src/icons/SirenIcon.js +12 -0
  662. package/dist/src/icons/SkipBackIcon.d.ts +2 -0
  663. package/dist/src/icons/SkipBackIcon.js +12 -0
  664. package/dist/src/icons/SkipForwardIcon.d.ts +2 -0
  665. package/dist/src/icons/SkipForwardIcon.js +12 -0
  666. package/dist/src/icons/SkypeLogoIcon.d.ts +2 -0
  667. package/dist/src/icons/SkypeLogoIcon.js +12 -0
  668. package/dist/src/icons/SlidersHorizontalIcon.d.ts +2 -0
  669. package/dist/src/icons/SlidersHorizontalIcon.js +12 -0
  670. package/dist/src/icons/SmartphoneIcon.d.ts +2 -0
  671. package/dist/src/icons/SmartphoneIcon.js +12 -0
  672. package/dist/src/icons/SnapchatLogoIcon.d.ts +2 -0
  673. package/dist/src/icons/SnapchatLogoIcon.js +12 -0
  674. package/dist/src/icons/SortAscendingIcon.d.ts +2 -0
  675. package/dist/src/icons/SortAscendingIcon.js +12 -0
  676. package/dist/src/icons/SortDescendingIcon.d.ts +2 -0
  677. package/dist/src/icons/SortDescendingIcon.js +12 -0
  678. package/dist/src/icons/SoundcloudIcon.d.ts +2 -0
  679. package/dist/src/icons/SoundcloudIcon.js +12 -0
  680. package/dist/src/icons/SparkleIcon.d.ts +2 -0
  681. package/dist/src/icons/SparkleIcon.js +12 -0
  682. package/dist/src/icons/SparklesStarsIcon.d.ts +2 -0
  683. package/dist/src/icons/SparklesStarsIcon.js +12 -0
  684. package/dist/src/icons/SpeakerXIcon.d.ts +2 -0
  685. package/dist/src/icons/SpeakerXIcon.js +12 -0
  686. package/dist/src/icons/SpeedometerIcon.d.ts +2 -0
  687. package/dist/src/icons/SpeedometerIcon.js +12 -0
  688. package/dist/src/icons/SpotifyIcon.d.ts +2 -0
  689. package/dist/src/icons/SpotifyIcon.js +12 -0
  690. package/dist/src/icons/SquareFillIcon.d.ts +2 -0
  691. package/dist/src/icons/SquareFillIcon.js +12 -0
  692. package/dist/src/icons/SquareFillRoundedIcon.d.ts +2 -0
  693. package/dist/src/icons/SquareFillRoundedIcon.js +12 -0
  694. package/dist/src/icons/SquareIcon.d.ts +2 -0
  695. package/dist/src/icons/SquareIcon.js +12 -0
  696. package/dist/src/icons/SquaresFourFillIcon.d.ts +2 -0
  697. package/dist/src/icons/SquaresFourFillIcon.js +12 -0
  698. package/dist/src/icons/SquaresFourIcon.d.ts +2 -0
  699. package/dist/src/icons/SquaresFourIcon.js +12 -0
  700. package/dist/src/icons/StagingIcon.d.ts +2 -0
  701. package/dist/src/icons/StagingIcon.js +12 -0
  702. package/dist/src/icons/StairsIcon.d.ts +2 -0
  703. package/dist/src/icons/StairsIcon.js +12 -0
  704. package/dist/src/icons/StarFilledIcon.d.ts +2 -0
  705. package/dist/src/icons/StarFilledIcon.js +12 -0
  706. package/dist/src/icons/StarFourIcon.d.ts +2 -0
  707. package/dist/src/icons/StarFourIcon.js +12 -0
  708. package/dist/src/icons/StarIcon.d.ts +2 -0
  709. package/dist/src/icons/StarIcon.js +12 -0
  710. package/dist/src/icons/StethoscopeIcon.d.ts +2 -0
  711. package/dist/src/icons/StethoscopeIcon.js +12 -0
  712. package/dist/src/icons/StopCircleIcon.d.ts +2 -0
  713. package/dist/src/icons/StopCircleIcon.js +12 -0
  714. package/dist/src/icons/StopFillIcon.d.ts +2 -0
  715. package/dist/src/icons/StopFillIcon.js +12 -0
  716. package/dist/src/icons/SunIcon.d.ts +2 -0
  717. package/dist/src/icons/SunIcon.js +12 -0
  718. package/dist/src/icons/TabletIcon.d.ts +2 -0
  719. package/dist/src/icons/TabletIcon.js +12 -0
  720. package/dist/src/icons/TabsIcon.d.ts +2 -0
  721. package/dist/src/icons/TabsIcon.js +12 -0
  722. package/dist/src/icons/TagFilledIcon.d.ts +2 -0
  723. package/dist/src/icons/TagFilledIcon.js +12 -0
  724. package/dist/src/icons/TagIcon.d.ts +2 -0
  725. package/dist/src/icons/TagIcon.js +12 -0
  726. package/dist/src/icons/TagSmallIcon.d.ts +2 -0
  727. package/dist/src/icons/TagSmallIcon.js +12 -0
  728. package/dist/src/icons/TaskpadIcon.d.ts +2 -0
  729. package/dist/src/icons/TaskpadIcon.js +12 -0
  730. package/dist/src/icons/TerminalIcon.d.ts +2 -0
  731. package/dist/src/icons/TerminalIcon.js +12 -0
  732. package/dist/src/icons/TerminalWindowIcon.d.ts +2 -0
  733. package/dist/src/icons/TerminalWindowIcon.js +12 -0
  734. package/dist/src/icons/TextAlignCenterIcon.d.ts +2 -0
  735. package/dist/src/icons/TextAlignCenterIcon.js +12 -0
  736. package/dist/src/icons/TextAlignJustifyIcon.d.ts +2 -0
  737. package/dist/src/icons/TextAlignJustifyIcon.js +12 -0
  738. package/dist/src/icons/TextAlignLeftIcon.d.ts +2 -0
  739. package/dist/src/icons/TextAlignLeftIcon.js +12 -0
  740. package/dist/src/icons/TextAlignRightIcon.d.ts +2 -0
  741. package/dist/src/icons/TextAlignRightIcon.js +12 -0
  742. package/dist/src/icons/TextBBoldIcon.d.ts +2 -0
  743. package/dist/src/icons/TextBBoldIcon.js +12 -0
  744. package/dist/src/icons/TextHTwoIcon.d.ts +2 -0
  745. package/dist/src/icons/TextHTwoIcon.js +12 -0
  746. package/dist/src/icons/TextItalicIcon.d.ts +2 -0
  747. package/dist/src/icons/TextItalicIcon.js +12 -0
  748. package/dist/src/icons/TextStrikethroughIcon.d.ts +2 -0
  749. package/dist/src/icons/TextStrikethroughIcon.js +12 -0
  750. package/dist/src/icons/TextUnderlineIcon.d.ts +2 -0
  751. package/dist/src/icons/TextUnderlineIcon.js +12 -0
  752. package/dist/src/icons/TextboxIcon.d.ts +2 -0
  753. package/dist/src/icons/TextboxIcon.js +12 -0
  754. package/dist/src/icons/ThemeIcon.d.ts +2 -0
  755. package/dist/src/icons/ThemeIcon.js +12 -0
  756. package/dist/src/icons/ThermometerSimpleIcon.d.ts +2 -0
  757. package/dist/src/icons/ThermometerSimpleIcon.js +12 -0
  758. package/dist/src/icons/TicketIcon.d.ts +2 -0
  759. package/dist/src/icons/TicketIcon.js +12 -0
  760. package/dist/src/icons/TidalIcon.d.ts +2 -0
  761. package/dist/src/icons/TidalIcon.js +12 -0
  762. package/dist/src/icons/TiktokIcon.d.ts +2 -0
  763. package/dist/src/icons/TiktokIcon.js +12 -0
  764. package/dist/src/icons/ToggleLeftFillIcon.d.ts +2 -0
  765. package/dist/src/icons/ToggleLeftFillIcon.js +12 -0
  766. package/dist/src/icons/ToggleLeftIcon.d.ts +2 -0
  767. package/dist/src/icons/ToggleLeftIcon.js +12 -0
  768. package/dist/src/icons/ToggleRightFillIcon.d.ts +2 -0
  769. package/dist/src/icons/ToggleRightFillIcon.js +12 -0
  770. package/dist/src/icons/ToggleRightIcon.d.ts +2 -0
  771. package/dist/src/icons/ToggleRightIcon.js +12 -0
  772. package/dist/src/icons/TranslateIcon.d.ts +2 -0
  773. package/dist/src/icons/TranslateIcon.js +12 -0
  774. package/dist/src/icons/TrashIcon.d.ts +2 -0
  775. package/dist/src/icons/TrashIcon.js +12 -0
  776. package/dist/src/icons/TrayArrowInIcon.d.ts +2 -0
  777. package/dist/src/icons/TrayArrowInIcon.js +12 -0
  778. package/dist/src/icons/TrayIcon.d.ts +2 -0
  779. package/dist/src/icons/TrayIcon.js +12 -0
  780. package/dist/src/icons/TrayPlusIcon.d.ts +2 -0
  781. package/dist/src/icons/TrayPlusIcon.js +12 -0
  782. package/dist/src/icons/TreeStructureIcon.d.ts +2 -0
  783. package/dist/src/icons/TreeStructureIcon.js +12 -0
  784. package/dist/src/icons/UploadIcon.d.ts +2 -0
  785. package/dist/src/icons/UploadIcon.js +12 -0
  786. package/dist/src/icons/UserIcon.d.ts +2 -0
  787. package/dist/src/icons/UserIcon.js +12 -0
  788. package/dist/src/icons/UserPlusIcon.d.ts +2 -0
  789. package/dist/src/icons/UserPlusIcon.js +12 -0
  790. package/dist/src/icons/UserSquareIcon.d.ts +2 -0
  791. package/dist/src/icons/UserSquareIcon.js +12 -0
  792. package/dist/src/icons/UsersIcon.d.ts +2 -0
  793. package/dist/src/icons/UsersIcon.js +12 -0
  794. package/dist/src/icons/VectorTwoIcon.d.ts +2 -0
  795. package/dist/src/icons/VectorTwoIcon.js +12 -0
  796. package/dist/src/icons/ViewstreamfilledIcon.d.ts +2 -0
  797. package/dist/src/icons/ViewstreamfilledIcon.js +12 -0
  798. package/dist/src/icons/WandMagicIcon.d.ts +2 -0
  799. package/dist/src/icons/WandMagicIcon.js +12 -0
  800. package/dist/src/icons/WarningCircleDuotoneIcon.d.ts +2 -0
  801. package/dist/src/icons/WarningCircleDuotoneIcon.js +12 -0
  802. package/dist/src/icons/WarningFillIcon.d.ts +2 -0
  803. package/dist/src/icons/WarningFillIcon.js +12 -0
  804. package/dist/src/icons/WarningFilledIcon.d.ts +2 -0
  805. package/dist/src/icons/WarningFilledIcon.js +12 -0
  806. package/dist/src/icons/WarningIcon.d.ts +2 -0
  807. package/dist/src/icons/WarningIcon.js +12 -0
  808. package/dist/src/icons/WarningMarkerIcon.d.ts +2 -0
  809. package/dist/src/icons/WarningMarkerIcon.js +12 -0
  810. package/dist/src/icons/WarningOctagonFillIcon.d.ts +2 -0
  811. package/dist/src/icons/WarningOctagonFillIcon.js +12 -0
  812. package/dist/src/icons/WarningOctagonIcon.d.ts +2 -0
  813. package/dist/src/icons/WarningOctagonIcon.js +12 -0
  814. package/dist/src/icons/WarningTriangleIcon.d.ts +2 -0
  815. package/dist/src/icons/WarningTriangleIcon.js +12 -0
  816. package/dist/src/icons/WaveSineIcon.d.ts +2 -0
  817. package/dist/src/icons/WaveSineIcon.js +12 -0
  818. package/dist/src/icons/WebhooksLogoIcon.d.ts +2 -0
  819. package/dist/src/icons/WebhooksLogoIcon.js +12 -0
  820. package/dist/src/icons/WebsiteIcon.d.ts +2 -0
  821. package/dist/src/icons/WebsiteIcon.js +12 -0
  822. package/dist/src/icons/WhatsappLogoFillIcon.d.ts +2 -0
  823. package/dist/src/icons/WhatsappLogoFillIcon.js +12 -0
  824. package/dist/src/icons/WhatsappLogoIcon.d.ts +2 -0
  825. package/dist/src/icons/WhatsappLogoIcon.js +12 -0
  826. package/dist/src/icons/WheelchairMotionIcon.d.ts +2 -0
  827. package/dist/src/icons/WheelchairMotionIcon.js +12 -0
  828. package/dist/src/icons/WifiIcon.d.ts +2 -0
  829. package/dist/src/icons/WifiIcon.js +12 -0
  830. package/dist/src/icons/WordpressIcon.d.ts +2 -0
  831. package/dist/src/icons/WordpressIcon.js +12 -0
  832. package/dist/src/icons/WorkIcon.d.ts +2 -0
  833. package/dist/src/icons/WorkIcon.js +12 -0
  834. package/dist/src/icons/WrenchIcon.d.ts +2 -0
  835. package/dist/src/icons/WrenchIcon.js +12 -0
  836. package/dist/src/icons/XIcon.d.ts +2 -0
  837. package/dist/src/icons/XIcon.js +12 -0
  838. package/dist/src/icons/YoutubeIcon.d.ts +2 -0
  839. package/dist/src/icons/YoutubeIcon.js +12 -0
  840. package/dist/src/icons/index.d.ts +411 -4
  841. package/dist/src/icons/index.js +412 -10
  842. package/dist/src/utils/createIcon.d.ts +16 -5
  843. package/dist/src/utils/createIcon.js +3 -65
  844. package/package.json +2 -1
  845. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.d.ts +0 -1
  846. package/dist/src/components/data-display/Chip/components/ChipDeleteIcon.js +0 -4
  847. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.d.ts +0 -1
  848. package/dist/src/components/inputs/Autocomplete/components/AutocompleteCaretDownIcon.js +0 -4
  849. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.d.ts +0 -1
  850. package/dist/src/components/inputs/Autocomplete/components/AutocompleteXIcon.js +0 -4
@@ -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 SunIcon = forwardRef((props, ref) => {
9
+ const { sx, size = 24 } = props, rest = __rest(props, ["sx", "size"]);
10
+ return (_jsx(IconWrapper, { 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("g", { clipPath: "url(#clip0_18038_426)", children: _jsx("path", { d: "M11.25 3.75V1.5C11.25 1.30109 11.329 1.11032 11.4697 0.96967C11.6103 0.829018 11.8011 0.75 12 0.75C12.1989 0.75 12.3897 0.829018 12.5303 0.96967C12.671 1.11032 12.75 1.30109 12.75 1.5V3.75C12.75 3.94891 12.671 4.13968 12.5303 4.28033C12.3897 4.42098 12.1989 4.5 12 4.5C11.8011 4.5 11.6103 4.42098 11.4697 4.28033C11.329 4.13968 11.25 3.94891 11.25 3.75ZM18 12C18 13.1867 17.6481 14.3467 16.9888 15.3334C16.3295 16.3201 15.3925 17.0892 14.2961 17.5433C13.1997 17.9974 11.9933 18.1162 10.8295 17.8847C9.66557 17.6532 8.59647 17.0818 7.75736 16.2426C6.91824 15.4035 6.3468 14.3344 6.11529 13.1705C5.88378 12.0067 6.0026 10.8003 6.45672 9.7039C6.91085 8.60754 7.67988 7.67047 8.66658 7.01118C9.65327 6.35189 10.8133 6 12 6C13.5908 6.00174 15.1159 6.63444 16.2407 7.75928C17.3656 8.88412 17.9983 10.4092 18 12ZM16.5 12C16.5 11.11 16.2361 10.24 15.7416 9.49993C15.2471 8.75991 14.5443 8.18314 13.7221 7.84254C12.8998 7.50195 11.995 7.41283 11.1221 7.58647C10.2492 7.7601 9.44736 8.18868 8.81802 8.81802C8.18868 9.44736 7.7601 10.2492 7.58647 11.1221C7.41283 11.995 7.50195 12.8998 7.84254 13.7221C8.18314 14.5443 8.75991 15.2471 9.49993 15.7416C10.24 16.2361 11.11 16.5 12 16.5C13.1931 16.4988 14.337 16.0243 15.1806 15.1806C16.0243 14.337 16.4988 13.1931 16.5 12ZM5.46938 6.53063C5.61011 6.67136 5.80098 6.75042 6 6.75042C6.19902 6.75042 6.38989 6.67136 6.53063 6.53063C6.67136 6.38989 6.75042 6.19902 6.75042 6C6.75042 5.80098 6.67136 5.61011 6.53063 5.46938L5.03062 3.96938C4.88989 3.82864 4.69902 3.74958 4.5 3.74958C4.30098 3.74958 4.11011 3.82864 3.96938 3.96938C3.82864 4.11011 3.74958 4.30098 3.74958 4.5C3.74958 4.69902 3.82864 4.88989 3.96938 5.03062L5.46938 6.53063ZM5.46938 17.4694L3.96938 18.9694C3.82864 19.1101 3.74958 19.301 3.74958 19.5C3.74958 19.699 3.82864 19.8899 3.96938 20.0306C4.11011 20.1714 4.30098 20.2504 4.5 20.2504C4.69902 20.2504 4.88989 20.1714 5.03062 20.0306L6.53063 18.5306C6.60031 18.4609 6.65558 18.3782 6.6933 18.2872C6.73101 18.1961 6.75042 18.0985 6.75042 18C6.75042 17.9015 6.73101 17.8039 6.6933 17.7128C6.65558 17.6218 6.60031 17.5391 6.53063 17.4694C6.46094 17.3997 6.37822 17.3444 6.28717 17.3067C6.19613 17.269 6.09855 17.2496 6 17.2496C5.90145 17.2496 5.80387 17.269 5.71283 17.3067C5.62178 17.3444 5.53906 17.3997 5.46938 17.4694ZM18 6.75C18.0985 6.75008 18.1961 6.73074 18.2871 6.6931C18.3782 6.65546 18.4609 6.60025 18.5306 6.53063L20.0306 5.03062C20.1714 4.88989 20.2504 4.69902 20.2504 4.5C20.2504 4.30098 20.1714 4.11011 20.0306 3.96938C19.8899 3.82864 19.699 3.74958 19.5 3.74958C19.301 3.74958 19.1101 3.82864 18.9694 3.96938L17.4694 5.46938C17.3644 5.57427 17.2928 5.70796 17.2639 5.85352C17.2349 5.99908 17.2497 6.14998 17.3065 6.28709C17.3633 6.42421 17.4596 6.54139 17.583 6.62379C17.7065 6.70619 17.8516 6.75012 18 6.75ZM18.5306 17.4694C18.3899 17.3286 18.199 17.2496 18 17.2496C17.801 17.2496 17.6101 17.3286 17.4694 17.4694C17.3286 17.6101 17.2496 17.801 17.2496 18C17.2496 18.199 17.3286 18.3899 17.4694 18.5306L18.9694 20.0306C19.0391 20.1003 19.1218 20.1556 19.2128 20.1933C19.3039 20.231 19.4015 20.2504 19.5 20.2504C19.5985 20.2504 19.6961 20.231 19.7872 20.1933C19.8782 20.1556 19.9609 20.1003 20.0306 20.0306C20.1003 19.9609 20.1556 19.8782 20.1933 19.7872C20.231 19.6961 20.2504 19.5985 20.2504 19.5C20.2504 19.4015 20.231 19.3039 20.1933 19.2128C20.1556 19.1218 20.1003 19.0391 20.0306 18.9694L18.5306 17.4694ZM4.5 12C4.5 11.8011 4.42098 11.6103 4.28033 11.4697C4.13968 11.329 3.94891 11.25 3.75 11.25H1.5C1.30109 11.25 1.11032 11.329 0.96967 11.4697C0.829018 11.6103 0.75 11.8011 0.75 12C0.75 12.1989 0.829018 12.3897 0.96967 12.5303C1.11032 12.671 1.30109 12.75 1.5 12.75H3.75C3.94891 12.75 4.13968 12.671 4.28033 12.5303C4.42098 12.3897 4.5 12.1989 4.5 12ZM12 19.5C11.8011 19.5 11.6103 19.579 11.4697 19.7197C11.329 19.8603 11.25 20.0511 11.25 20.25V22.5C11.25 22.6989 11.329 22.8897 11.4697 23.0303C11.6103 23.171 11.8011 23.25 12 23.25C12.1989 23.25 12.3897 23.171 12.5303 23.0303C12.671 22.8897 12.75 22.6989 12.75 22.5V20.25C12.75 20.0511 12.671 19.8603 12.5303 19.7197C12.3897 19.579 12.1989 19.5 12 19.5ZM22.5 11.25H20.25C20.0511 11.25 19.8603 11.329 19.7197 11.4697C19.579 11.6103 19.5 11.8011 19.5 12C19.5 12.1989 19.579 12.3897 19.7197 12.5303C19.8603 12.671 20.0511 12.75 20.25 12.75H22.5C22.6989 12.75 22.8897 12.671 23.0303 12.5303C23.171 12.3897 23.25 12.1989 23.25 12C23.25 11.8011 23.171 11.6103 23.0303 11.4697C22.8897 11.329 22.6989 11.25 22.5 11.25Z", fill: "#53566F" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_18038_426", children: _jsx("rect", { width: "24", height: "24", fill: "white" }) }) })] })) }));
11
+ });
12
+ SunIcon.displayName = 'SunIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TabletIcon: 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 TabletIcon = 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.25H6C5.40326 2.25 4.83097 2.48705 4.40901 2.90901C3.98705 3.33097 3.75 3.90326 3.75 4.5V19.5C3.75 20.0967 3.98705 20.669 4.40901 21.091C4.83097 21.5129 5.40326 21.75 6 21.75H18C18.5967 21.75 19.169 21.5129 19.591 21.091C20.0129 20.669 20.25 20.0967 20.25 19.5V4.5C20.25 3.90326 20.0129 3.33097 19.591 2.90901C19.169 2.48705 18.5967 2.25 18 2.25ZM18.75 19.5C18.75 19.6989 18.671 19.8897 18.5303 20.0303C18.3897 20.171 18.1989 20.25 18 20.25H6C5.80109 20.25 5.61032 20.171 5.46967 20.0303C5.32902 19.8897 5.25 19.6989 5.25 19.5V4.5C5.25 4.30109 5.32902 4.11032 5.46967 3.96967C5.61032 3.82902 5.80109 3.75 6 3.75H18C18.1989 3.75 18.3897 3.82902 18.5303 3.96967C18.671 4.11032 18.75 4.30109 18.75 4.5V19.5ZM15.75 6C15.75 6.19891 15.671 6.38968 15.5303 6.53033C15.3897 6.67098 15.1989 6.75 15 6.75H9C8.80109 6.75 8.61032 6.67098 8.46967 6.53033C8.32902 6.38968 8.25 6.19891 8.25 6C8.25 5.80109 8.32902 5.61032 8.46967 5.46967C8.61032 5.32902 8.80109 5.25 9 5.25H15C15.1989 5.25 15.3897 5.32902 15.5303 5.46967C15.671 5.61032 15.75 5.80109 15.75 6Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TabletIcon.displayName = 'TabletIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TabsIcon: 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 TabsIcon = 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.9681 15.5344C23.9685 15.5319 23.9685 15.5294 23.9681 15.5269L21.8784 8.5688C21.7872 8.25907 21.5978 7.98736 21.3388 7.79461C21.0797 7.60185 20.7651 7.49847 20.4422 7.50005H19.5C19.3011 7.50005 19.1103 7.57907 18.9697 7.71972C18.829 7.86037 18.75 8.05114 18.75 8.25005C18.75 8.44896 18.829 8.63973 18.9697 8.78038C19.1103 8.92103 19.3011 9.00005 19.5 9.00005H20.4422L22.2422 15H19.3125L17.3784 8.5688C17.2872 8.25907 17.0978 7.98736 16.8388 7.79461C16.5797 7.60185 16.2651 7.49847 15.9422 7.50005H15C14.8011 7.50005 14.6103 7.57907 14.4697 7.71972C14.329 7.86037 14.25 8.05114 14.25 8.25005C14.25 8.44896 14.329 8.63973 14.4697 8.78038C14.6103 8.92103 14.8011 9.00005 15 9.00005H15.9422L17.7422 15H14.8125L12.8784 8.5688C12.7872 8.25907 12.5978 7.98736 12.3388 7.79461C12.0797 7.60185 11.7651 7.49847 11.4422 7.50005H3.5625C3.23882 7.49745 2.92309 7.60036 2.66311 7.79319C2.40312 7.98602 2.21302 8.25829 2.12156 8.5688L0.0346875 15.525V15.5297C0.0346875 15.5297 0.0346875 15.5344 0.0346875 15.5372C0.0130614 15.6062 0.00138119 15.6778 0 15.75C0 15.949 0.0790176 16.1397 0.21967 16.2804C0.360322 16.421 0.551088 16.5 0.75 16.5H23.25C23.3669 16.5 23.4822 16.4727 23.5867 16.4201C23.6911 16.3676 23.7818 16.2914 23.8516 16.1976C23.9214 16.1038 23.9682 15.995 23.9885 15.8798C24.0087 15.7647 24.0017 15.6464 23.9681 15.5344ZM3.5625 9.00005H11.4469L13.2469 15H1.75781L3.5625 9.00005Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TabsIcon.displayName = 'TabsIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TagFilledIcon: 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 TagFilledIcon = 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: "M15.708 4.88673C15.905 4.88595 16.1002 4.92377 16.2822 4.99904C16.4643 5.07436 16.6297 5.18546 16.7686 5.32521L22.9131 11.4697C23.0537 11.6104 23.1328 11.8011 23.1328 12C23.1328 12.1989 23.0537 12.3896 22.9131 12.5303L16.7686 18.6748C16.6297 18.8146 16.4643 18.9257 16.2822 19.001C16.1002 19.0763 15.905 19.1141 15.708 19.1133H3.54102C3.3441 19.1133 3.14873 19.0754 2.9668 19C2.78494 18.9247 2.61969 18.814 2.48047 18.6748C2.34117 18.5355 2.23065 18.3695 2.15527 18.1875C2.07994 18.0055 2.04099 17.8102 2.04102 17.6133V6.38673C2.041 6.18977 2.07993 5.99449 2.15527 5.81251C2.23066 5.6305 2.34117 5.46451 2.48047 5.32521C2.61968 5.18605 2.78495 5.07535 2.9668 5.00001C3.14873 4.92467 3.3441 4.88675 3.54102 4.88673H15.708ZM16.5488 10.875C16.3265 10.8751 16.1087 10.9409 15.9238 11.0645C15.739 11.1881 15.5949 11.3639 15.5098 11.5693C15.4246 11.7749 15.4029 12.0015 15.4463 12.2197C15.4897 12.4378 15.5967 12.6387 15.7539 12.7959C15.8275 12.8694 15.9109 12.9305 16 12.9805V13H16.0361C16.1935 13.0808 16.3687 13.1249 16.5488 13.125C16.8471 13.125 17.1338 13.0067 17.3447 12.7959C17.502 12.6386 17.6089 12.4379 17.6523 12.2197C17.6958 12.0015 17.674 11.7749 17.5889 11.5693C17.5038 11.3639 17.3597 11.1881 17.1748 11.0645C16.9898 10.9409 16.7713 10.875 16.5488 10.875Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TagFilledIcon.displayName = 'TagFilledIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TagIcon: 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 TagIcon = 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: "M16.5488 10.875C16.7713 10.875 16.9898 10.9408 17.1748 11.0645C17.3597 11.1881 17.5038 11.3639 17.5889 11.5693C17.674 11.7749 17.6958 12.0015 17.6523 12.2197C17.6089 12.4379 17.502 12.6386 17.3447 12.7959C17.1338 13.0067 16.8471 13.125 16.5488 13.125C16.3687 13.1249 16.1935 13.0808 16.0361 13H16V12.9805C15.9109 12.9305 15.8275 12.8694 15.7539 12.7959C15.5966 12.6386 15.4897 12.4379 15.4463 12.2197C15.4029 12.0015 15.4246 11.7749 15.5098 11.5693C15.5949 11.3639 15.739 11.1881 15.9238 11.0645C16.1087 10.9409 16.3265 10.8751 16.5488 10.875Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.708 4.88673C15.905 4.88595 16.1002 4.92377 16.2822 4.99904C16.4643 5.07436 16.6297 5.18545 16.7686 5.32521L22.9131 11.4697C23.0537 11.6104 23.1328 11.8011 23.1328 12C23.1328 12.1989 23.0537 12.3896 22.9131 12.5303L16.7686 18.6748C16.6297 18.8146 16.4643 18.9257 16.2822 19.001C16.1002 19.0763 15.905 19.1141 15.708 19.1133H3.54102C3.3441 19.1133 3.14873 19.0754 2.9668 19C2.78494 18.9247 2.61969 18.814 2.48047 18.6748C2.34116 18.5355 2.23066 18.3695 2.15527 18.1875C2.07993 18.0055 2.04099 17.8103 2.04102 17.6133V6.38673C2.04099 6.18977 2.07993 5.99449 2.15527 5.81251C2.23066 5.63049 2.34116 5.46452 2.48047 5.32521C2.61969 5.18605 2.78494 5.07535 2.9668 5.00001C3.14873 4.92467 3.3441 4.88675 3.54102 4.88673H15.708ZM3.54102 6.38575V17.6143H15.708L21.3223 12L15.708 6.38575H3.54102Z", fill: "currentColor" })] })) }));
11
+ });
12
+ TagIcon.displayName = 'TagIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TagSmallIcon: 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 TagSmallIcon = 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: "M15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13C14.4477 13 14 12.5523 14 12C14 11.4477 14.4477 11 15 11Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.5859 6C15.8511 6.00004 16.1055 6.10547 16.293 6.29297L21.293 11.293C21.6834 11.6835 21.6834 12.3165 21.293 12.707L16.293 17.707L16.2197 17.7734C16.0418 17.9193 15.818 18 15.5859 18H4L3.89746 17.9951C3.39333 17.9438 3 17.5177 3 17V7C3 6.44772 3.44772 6 4 6H15.5859ZM4.5 16.5H15.3789L19.8789 12L15.3789 7.5H4.5V16.5Z", fill: "currentColor" })] })) }));
11
+ });
12
+ TagSmallIcon.displayName = 'TagSmallIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TaskpadIcon: 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 TaskpadIcon = 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: "M15.9697 8.78027C16.0682 8.78032 16.1659 8.79922 16.2568 8.83691C16.3478 8.87466 16.4304 8.9303 16.5 9C16.5697 9.06963 16.6253 9.15216 16.6631 9.24316C16.7008 9.33411 16.7197 9.43183 16.7197 9.53027C16.7197 9.62866 16.7007 9.72647 16.6631 9.81738C16.6253 9.90843 16.5697 9.99187 16.5 10.0615L11.0303 15.5303C10.9606 15.6 10.8782 15.6556 10.7871 15.6934C10.6961 15.7311 10.5985 15.751 10.5 15.751C10.4015 15.751 10.3039 15.7311 10.2129 15.6934C10.1218 15.6556 10.0394 15.6 9.96973 15.5303L7.41699 12.9775C7.27629 12.8368 7.19632 12.6463 7.19629 12.4473C7.19629 12.2482 7.27626 12.0577 7.41699 11.917C7.55772 11.7763 7.74824 11.6963 7.94727 11.6963C8.14625 11.6963 8.33683 11.7763 8.47754 11.917L10.5 13.9395L15.4385 9C15.5081 8.93027 15.5916 8.87466 15.6826 8.83691C15.7735 8.7993 15.8713 8.78027 15.9697 8.78027Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1.5C12.1989 1.5 14.3896 1.57907 14.5303 1.71973C14.6709 1.86038 14.75 2.05109 14.75 2.25V3H19.5C19.5 3 19.8896 3.07907 20.0303 3.21973C20.1709 3.36038 20.25 3.55109 20.25 3.75V18.75C20.25 19.5457 19.9337 20.3085 19.3711 20.8711C18.8085 21.4337 18.0456 21.75 17.25 21.75H6.75C5.95435 21.75 5.19152 21.4337 4.62891 20.8711C4.0663 20.3085 3.75 19.5457 3.75 18.75V3.75C3.75 3.55109 3.82907 3.36038 3.96973 3.21973C4.11038 3.07907 4.30109 3 4.5 3H9.25V2.25C9.25 2.05109 9.32907 1.86038 9.46973 1.71973C9.61038 1.57907 11.8011 1.5 12 1.5ZM5.25 18.75C5.25 19.1478 5.40815 19.5292 5.68945 19.8105C5.97076 20.0919 6.35218 20.25 6.75 20.25H17.25C17.6478 20.25 18.0292 20.0919 18.3105 19.8105C18.5919 19.5292 18.75 19.1478 18.75 18.75V4.5H5.25V18.75Z", fill: "currentColor" })] })) }));
11
+ });
12
+ TaskpadIcon.displayName = 'TaskpadIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TerminalIcon: 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 TerminalIcon = 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 12C12.0001 12.1125 11.9748 12.2236 11.9261 12.325C11.8775 12.4264 11.8066 12.5156 11.7188 12.5859L7.96875 15.5859C7.8918 15.6475 7.80349 15.6933 7.70884 15.7207C7.61419 15.7481 7.51507 15.7567 7.41714 15.7458C7.3192 15.7349 7.22436 15.7048 7.13805 15.6573C7.05173 15.6098 6.97562 15.5457 6.91406 15.4688C6.85251 15.3918 6.80671 15.3035 6.77928 15.2088C6.75186 15.1142 6.74334 15.0151 6.75422 14.9171C6.76511 14.8192 6.79517 14.7244 6.8427 14.638C6.89023 14.5517 6.9543 14.4756 7.03125 14.4141L10.0491 12L7.03125 9.58594C6.9543 9.52438 6.89023 9.44827 6.8427 9.36195C6.79517 9.27564 6.76511 9.1808 6.75422 9.08286C6.74334 8.98493 6.75186 8.88581 6.77928 8.79116C6.80671 8.69651 6.85251 8.6082 6.91406 8.53125C6.97562 8.4543 7.05173 8.39023 7.13805 8.3427C7.22436 8.29517 7.3192 8.26511 7.41714 8.25422C7.51507 8.24334 7.61419 8.25186 7.70884 8.27928C7.80349 8.30671 7.8918 8.35251 7.96875 8.41406L11.7188 11.4141C11.8066 11.4844 11.8775 11.5736 11.9261 11.675C11.9748 11.7764 12.0001 11.8875 12 12ZM16.5 14.25H12.75C12.5511 14.25 12.3603 14.329 12.2197 14.4697C12.079 14.6103 12 14.8011 12 15C12 15.1989 12.079 15.3897 12.2197 15.5303C12.3603 15.671 12.5511 15.75 12.75 15.75H16.5C16.6989 15.75 16.8897 15.671 17.0303 15.5303C17.171 15.3897 17.25 15.1989 17.25 15C17.25 14.8011 17.171 14.6103 17.0303 14.4697C16.8897 14.329 16.6989 14.25 16.5 14.25ZM21.75 5.25V18.75C21.75 19.1478 21.592 19.5294 21.3107 19.8107C21.0294 20.092 20.6478 20.25 20.25 20.25H3.75C3.35218 20.25 2.97064 20.092 2.68934 19.8107C2.40804 19.5294 2.25 19.1478 2.25 18.75V5.25C2.25 4.85218 2.40804 4.47064 2.68934 4.18934C2.97064 3.90804 3.35218 3.75 3.75 3.75H20.25C20.6478 3.75 21.0294 3.90804 21.3107 4.18934C21.592 4.47064 21.75 4.85218 21.75 5.25ZM20.25 18.75V5.25H3.75V18.75H20.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TerminalIcon.displayName = 'TerminalIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TerminalWindowIcon: 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 TerminalWindowIcon = 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 12C12.0001 12.1125 11.9748 12.2236 11.9261 12.325C11.8775 12.4264 11.8066 12.5156 11.7188 12.5859L7.96875 15.5859C7.8918 15.6475 7.80349 15.6933 7.70884 15.7207C7.61419 15.7481 7.51507 15.7567 7.41714 15.7458C7.3192 15.7349 7.22436 15.7048 7.13805 15.6573C7.05173 15.6098 6.97562 15.5457 6.91406 15.4688C6.85251 15.3918 6.80671 15.3035 6.77928 15.2088C6.75186 15.1142 6.74334 15.0151 6.75422 14.9171C6.76511 14.8192 6.79517 14.7244 6.8427 14.638C6.89023 14.5517 6.9543 14.4756 7.03125 14.4141L10.0491 12L7.03125 9.58594C6.9543 9.52438 6.89023 9.44827 6.8427 9.36195C6.79517 9.27564 6.76511 9.1808 6.75422 9.08286C6.74334 8.98493 6.75186 8.88581 6.77928 8.79116C6.80671 8.69651 6.85251 8.6082 6.91406 8.53125C6.97562 8.4543 7.05173 8.39023 7.13805 8.3427C7.22436 8.29517 7.3192 8.26511 7.41714 8.25422C7.51507 8.24334 7.61419 8.25186 7.70884 8.27928C7.80349 8.30671 7.8918 8.35251 7.96875 8.41406L11.7188 11.4141C11.8066 11.4844 11.8775 11.5736 11.9261 11.675C11.9748 11.7764 12.0001 11.8875 12 12ZM16.5 14.25H12.75C12.5511 14.25 12.3603 14.329 12.2197 14.4697C12.079 14.6103 12 14.8011 12 15C12 15.1989 12.079 15.3897 12.2197 15.5303C12.3603 15.671 12.5511 15.75 12.75 15.75H16.5C16.6989 15.75 16.8897 15.671 17.0303 15.5303C17.171 15.3897 17.25 15.1989 17.25 15C17.25 14.8011 17.171 14.6103 17.0303 14.4697C16.8897 14.329 16.6989 14.25 16.5 14.25ZM21.75 5.25V18.75C21.75 19.1478 21.592 19.5294 21.3107 19.8107C21.0294 20.092 20.6478 20.25 20.25 20.25H3.75C3.35218 20.25 2.97064 20.092 2.68934 19.8107C2.40804 19.5294 2.25 19.1478 2.25 18.75V5.25C2.25 4.85218 2.40804 4.47064 2.68934 4.18934C2.97064 3.90804 3.35218 3.75 3.75 3.75H20.25C20.6478 3.75 21.0294 3.90804 21.3107 4.18934C21.592 4.47064 21.75 4.85218 21.75 5.25ZM20.25 18.75V5.25H3.75V18.75H20.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TerminalWindowIcon.displayName = 'TerminalWindowIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TextAlignCenterIcon: 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 TextAlignCenterIcon = 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: "M3 6.25195C3 6.05304 3.07902 5.86228 3.21967 5.72162C3.36032 5.58097 3.55109 5.50195 3.75 5.50195H20.25C20.4489 5.50195 20.6397 5.58097 20.7803 5.72162C20.921 5.86228 21 6.05304 21 6.25195C21 6.45087 20.921 6.64163 20.7803 6.78228C20.6397 6.92294 20.4489 7.00195 20.25 7.00195H3.75C3.55109 7.00195 3.36032 6.92294 3.21967 6.78228C3.07902 6.64163 3 6.45087 3 6.25195ZM6 9.25195C5.80109 9.25195 5.61032 9.33097 5.46967 9.47162C5.32902 9.61228 5.25 9.80304 5.25 10.002C5.25 10.2009 5.32902 10.3916 5.46967 10.5323C5.61032 10.6729 5.80109 10.752 6 10.752H18C18.1989 10.752 18.3897 10.6729 18.5303 10.5323C18.671 10.3916 18.75 10.2009 18.75 10.002C18.75 9.80304 18.671 9.61228 18.5303 9.47162C18.3897 9.33097 18.1989 9.25195 18 9.25195H6ZM20.25 13.002H3.75C3.55109 13.002 3.36032 13.081 3.21967 13.2216C3.07902 13.3623 3 13.553 3 13.752C3 13.9509 3.07902 14.1416 3.21967 14.2823C3.36032 14.4229 3.55109 14.502 3.75 14.502H20.25C20.4489 14.502 20.6397 14.4229 20.7803 14.2823C20.921 14.1416 21 13.9509 21 13.752C21 13.553 20.921 13.3623 20.7803 13.2216C20.6397 13.081 20.4489 13.002 20.25 13.002ZM18 16.752H6C5.80109 16.752 5.61032 16.831 5.46967 16.9716C5.32902 17.1123 5.25 17.303 5.25 17.502C5.25 17.7009 5.32902 17.8916 5.46967 18.0323C5.61032 18.1729 5.80109 18.252 6 18.252H18C18.1989 18.252 18.3897 18.1729 18.5303 18.0323C18.671 17.8916 18.75 17.7009 18.75 17.502C18.75 17.303 18.671 17.1123 18.5303 16.9716C18.3897 16.831 18.1989 16.752 18 16.752Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TextAlignCenterIcon.displayName = 'TextAlignCenterIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TextAlignJustifyIcon: 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 TextAlignJustifyIcon = 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: "M3 6.25208C3 6.05316 3.07902 5.8624 3.21967 5.72175C3.36032 5.58109 3.55109 5.50208 3.75 5.50208H20.25C20.4489 5.50208 20.6397 5.58109 20.7803 5.72175C20.921 5.8624 21 6.05316 21 6.25208C21 6.45099 20.921 6.64175 20.7803 6.78241C20.6397 6.92306 20.4489 7.00208 20.25 7.00208H3.75C3.55109 7.00208 3.36032 6.92306 3.21967 6.78241C3.07902 6.64175 3 6.45099 3 6.25208ZM20.25 9.25208H3.75C3.55109 9.25208 3.36032 9.33109 3.21967 9.47175C3.07902 9.6124 3 9.80316 3 10.0021C3 10.201 3.07902 10.3918 3.21967 10.5324C3.36032 10.6731 3.55109 10.7521 3.75 10.7521H20.25C20.4489 10.7521 20.6397 10.6731 20.7803 10.5324C20.921 10.3918 21 10.201 21 10.0021C21 9.80316 20.921 9.6124 20.7803 9.47175C20.6397 9.33109 20.4489 9.25208 20.25 9.25208ZM20.25 13.0021H3.75C3.55109 13.0021 3.36032 13.0811 3.21967 13.2217C3.07902 13.3624 3 13.5532 3 13.7521C3 13.951 3.07902 14.1418 3.21967 14.2824C3.36032 14.4231 3.55109 14.5021 3.75 14.5021H20.25C20.4489 14.5021 20.6397 14.4231 20.7803 14.2824C20.921 14.1418 21 13.951 21 13.7521C21 13.5532 20.921 13.3624 20.7803 13.2217C20.6397 13.0811 20.4489 13.0021 20.25 13.0021ZM20.25 16.7521H3.75C3.55109 16.7521 3.36032 16.8311 3.21967 16.9717C3.07902 17.1124 3 17.3032 3 17.5021C3 17.701 3.07902 17.8918 3.21967 18.0324C3.36032 18.1731 3.55109 18.2521 3.75 18.2521H20.25C20.4489 18.2521 20.6397 18.1731 20.7803 18.0324C20.921 17.8918 21 17.701 21 17.5021C21 17.3032 20.921 17.1124 20.7803 16.9717C20.6397 16.8311 20.4489 16.7521 20.25 16.7521Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TextAlignJustifyIcon.displayName = 'TextAlignJustifyIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TextAlignLeftIcon: 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 TextAlignLeftIcon = 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: "M3 6.25195C3 6.05304 3.07902 5.86228 3.21967 5.72162C3.36032 5.58097 3.55109 5.50195 3.75 5.50195H20.25C20.4489 5.50195 20.6397 5.58097 20.7803 5.72162C20.921 5.86228 21 6.05304 21 6.25195C21 6.45087 20.921 6.64163 20.7803 6.78228C20.6397 6.92294 20.4489 7.00195 20.25 7.00195H3.75C3.55109 7.00195 3.36032 6.92294 3.21967 6.78228C3.07902 6.64163 3 6.45087 3 6.25195ZM3.75 10.752H15.75C15.9489 10.752 16.1397 10.6729 16.2803 10.5323C16.421 10.3916 16.5 10.2009 16.5 10.002C16.5 9.80304 16.421 9.61228 16.2803 9.47162C16.1397 9.33097 15.9489 9.25195 15.75 9.25195H3.75C3.55109 9.25195 3.36032 9.33097 3.21967 9.47162C3.07902 9.61228 3 9.80304 3 10.002C3 10.2009 3.07902 10.3916 3.21967 10.5323C3.36032 10.6729 3.55109 10.752 3.75 10.752ZM20.25 13.002H3.75C3.55109 13.002 3.36032 13.081 3.21967 13.2216C3.07902 13.3623 3 13.553 3 13.752C3 13.9509 3.07902 14.1416 3.21967 14.2823C3.36032 14.4229 3.55109 14.502 3.75 14.502H20.25C20.4489 14.502 20.6397 14.4229 20.7803 14.2823C20.921 14.1416 21 13.9509 21 13.752C21 13.553 20.921 13.3623 20.7803 13.2216C20.6397 13.081 20.4489 13.002 20.25 13.002ZM15.75 16.752H3.75C3.55109 16.752 3.36032 16.831 3.21967 16.9716C3.07902 17.1123 3 17.303 3 17.502C3 17.7009 3.07902 17.8916 3.21967 18.0323C3.36032 18.1729 3.55109 18.252 3.75 18.252H15.75C15.9489 18.252 16.1397 18.1729 16.2803 18.0323C16.421 17.8916 16.5 17.7009 16.5 17.502C16.5 17.303 16.421 17.1123 16.2803 16.9716C16.1397 16.831 15.9489 16.752 15.75 16.752Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TextAlignLeftIcon.displayName = 'TextAlignLeftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TextAlignRightIcon: 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 TextAlignRightIcon = 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: "M3 6.25195C3 6.05304 3.07902 5.86228 3.21967 5.72162C3.36032 5.58097 3.55109 5.50195 3.75 5.50195H20.25C20.4489 5.50195 20.6397 5.58097 20.7803 5.72162C20.921 5.86228 21 6.05304 21 6.25195C21 6.45087 20.921 6.64163 20.7803 6.78228C20.6397 6.92294 20.4489 7.00195 20.25 7.00195H3.75C3.55109 7.00195 3.36032 6.92294 3.21967 6.78228C3.07902 6.64163 3 6.45087 3 6.25195ZM20.25 9.25195H8.25C8.05109 9.25195 7.86032 9.33097 7.71967 9.47162C7.57902 9.61228 7.5 9.80304 7.5 10.002C7.5 10.2009 7.57902 10.3916 7.71967 10.5323C7.86032 10.6729 8.05109 10.752 8.25 10.752H20.25C20.4489 10.752 20.6397 10.6729 20.7803 10.5323C20.921 10.3916 21 10.2009 21 10.002C21 9.80304 20.921 9.61228 20.7803 9.47162C20.6397 9.33097 20.4489 9.25195 20.25 9.25195ZM20.25 13.002H3.75C3.55109 13.002 3.36032 13.081 3.21967 13.2216C3.07902 13.3623 3 13.553 3 13.752C3 13.9509 3.07902 14.1416 3.21967 14.2823C3.36032 14.4229 3.55109 14.502 3.75 14.502H20.25C20.4489 14.502 20.6397 14.4229 20.7803 14.2823C20.921 14.1416 21 13.9509 21 13.752C21 13.553 20.921 13.3623 20.7803 13.2216C20.6397 13.081 20.4489 13.002 20.25 13.002ZM20.25 16.752H8.25C8.05109 16.752 7.86032 16.831 7.71967 16.9716C7.57902 17.1123 7.5 17.303 7.5 17.502C7.5 17.7009 7.57902 17.8916 7.71967 18.0323C7.86032 18.1729 8.05109 18.252 8.25 18.252H20.25C20.4489 18.252 20.6397 18.1729 20.7803 18.0323C20.921 17.8916 21 17.7009 21 17.502C21 17.303 20.921 17.1123 20.7803 16.9716C20.6397 16.831 20.4489 16.752 20.25 16.752Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TextAlignRightIcon.displayName = 'TextAlignRightIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TextBBoldIcon: 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 TextBBoldIcon = 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.3512 10.7306C17.8922 10.0719 18.2348 9.27301 18.3394 8.42707C18.444 7.58112 18.3061 6.72288 17.9419 5.95222C17.5777 5.18157 17.0021 4.53021 16.2821 4.07395C15.5622 3.61769 14.7274 3.3753 13.875 3.375H7.5C7.20163 3.375 6.91548 3.49353 6.7045 3.7045C6.49353 3.91548 6.375 4.20163 6.375 4.5V18.75C6.375 19.0484 6.49353 19.3345 6.7045 19.5455C6.91548 19.7565 7.20163 19.875 7.5 19.875H15C16.0813 19.8745 17.1317 19.5146 17.986 18.8519C18.8403 18.1892 19.4501 17.2612 19.7194 16.214C19.9886 15.1668 19.9021 14.0598 19.4734 13.0672C19.0447 12.0745 18.2982 11.2526 17.3512 10.7306ZM8.625 5.625H13.875C14.4717 5.625 15.044 5.86205 15.466 6.28401C15.8879 6.70597 16.125 7.27826 16.125 7.875C16.125 8.47174 15.8879 9.04403 15.466 9.46599C15.044 9.88795 14.4717 10.125 13.875 10.125H8.625V5.625ZM15 17.625H8.625V12.375H15C15.6962 12.375 16.3639 12.6516 16.8562 13.1438C17.3484 13.6361 17.625 14.3038 17.625 15C17.625 15.6962 17.3484 16.3639 16.8562 16.8562C16.3639 17.3484 15.6962 17.625 15 17.625Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TextBBoldIcon.displayName = 'TextBBoldIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TextHTwoIcon: 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 TextHTwoIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M14.25 5.25V16.5C14.25 16.6989 14.171 16.8897 14.0303 17.0303C13.8897 17.171 13.6989 17.25 13.5 17.25C13.3011 17.25 13.1103 17.171 12.9697 17.0303C12.829 16.8897 12.75 16.6989 12.75 16.5V11.625H4.5V16.5C4.5 16.6989 4.42098 16.8897 4.28033 17.0303C4.13968 17.171 3.94891 17.25 3.75 17.25C3.55109 17.25 3.36032 17.171 3.21967 17.0303C3.07902 16.8897 3 16.6989 3 16.5V5.25C3 5.05109 3.07902 4.86032 3.21967 4.71967C3.36032 4.57902 3.55109 4.5 3.75 4.5C3.94891 4.5 4.13968 4.57902 4.28033 4.71967C4.42098 4.86032 4.5 5.05109 4.5 5.25V10.125H12.75V5.25C12.75 5.05109 12.829 4.86032 12.9697 4.71967C13.1103 4.57902 13.3011 4.5 13.5 4.5C13.6989 4.5 13.8897 4.57902 14.0303 4.71967C14.171 4.86032 14.25 5.05109 14.25 5.25ZM22.5 18.75H19.5L22.6453 14.5556C22.9054 14.2101 23.0877 13.8124 23.1797 13.3899C23.2717 12.9673 23.2713 12.5298 23.1785 12.1075C23.0856 11.6851 22.9026 11.2878 22.6418 10.9427C22.3811 10.5977 22.0488 10.3132 21.6678 10.1085C21.2868 9.90392 20.8661 9.7841 20.4345 9.75728C20.0028 9.73046 19.5705 9.79727 19.1671 9.95315C18.7637 10.109 18.3988 10.3503 18.0973 10.6604C17.7959 10.9705 17.565 11.342 17.4206 11.7497C17.3857 11.843 17.3698 11.9423 17.3737 12.0418C17.3776 12.1413 17.4013 12.239 17.4434 12.3293C17.4855 12.4196 17.5451 12.5005 17.6189 12.5675C17.6926 12.6345 17.7789 12.6861 17.8728 12.7193C17.9667 12.7526 18.0662 12.7668 18.1657 12.7611C18.2651 12.7555 18.3624 12.7301 18.4519 12.6864C18.5414 12.6428 18.6213 12.5817 18.687 12.5068C18.7527 12.432 18.8028 12.3448 18.8344 12.2503C18.8862 12.1058 18.9595 11.9699 19.0519 11.8472C19.1689 11.6857 19.3169 11.5492 19.4873 11.4457C19.6577 11.3421 19.8471 11.2736 20.0443 11.2441C20.2415 11.2145 20.4426 11.2246 20.6359 11.2738C20.8291 11.3229 21.0106 11.41 21.1698 11.5301C21.329 11.6502 21.4626 11.8009 21.5629 11.9732C21.6632 12.1456 21.7281 12.3362 21.7538 12.5339C21.7796 12.7316 21.7656 12.9325 21.7128 13.1248C21.66 13.3171 21.5694 13.4969 21.4462 13.6537L17.4 19.05C17.3164 19.1614 17.2655 19.2939 17.253 19.4326C17.2405 19.5714 17.2669 19.7108 17.3292 19.8354C17.3915 19.96 17.4872 20.0648 17.6057 20.138C17.7242 20.2112 17.8607 20.25 18 20.25H22.5C22.6989 20.25 22.8897 20.171 23.0303 20.0303C23.171 19.8897 23.25 19.6989 23.25 19.5C23.25 19.3011 23.171 19.1103 23.0303 18.9697C22.8897 18.829 22.6989 18.75 22.5 18.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TextHTwoIcon.displayName = 'TextHTwoIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TextItalicIcon: 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 TextItalicIcon = 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 5.25C18.75 5.44891 18.671 5.63968 18.5303 5.78033C18.3897 5.92098 18.1989 6 18 6H14.7909L10.7906 18H13.5C13.6989 18 13.8897 18.079 14.0303 18.2197C14.171 18.3603 14.25 18.5511 14.25 18.75C14.25 18.9489 14.171 19.1397 14.0303 19.2803C13.8897 19.421 13.6989 19.5 13.5 19.5H6C5.80109 19.5 5.61032 19.421 5.46967 19.2803C5.32902 19.1397 5.25 18.9489 5.25 18.75C5.25 18.5511 5.32902 18.3603 5.46967 18.2197C5.61032 18.079 5.80109 18 6 18H9.20906L13.2094 6H10.5C10.3011 6 10.1103 5.92098 9.96967 5.78033C9.82902 5.63968 9.75 5.44891 9.75 5.25C9.75 5.05109 9.82902 4.86032 9.96967 4.71967C10.1103 4.57902 10.3011 4.5 10.5 4.5H18C18.1989 4.5 18.3897 4.57902 18.5303 4.71967C18.671 4.86032 18.75 5.05109 18.75 5.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TextItalicIcon.displayName = 'TextItalicIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TextStrikethroughIcon: 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 TextStrikethroughIcon = 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 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H16.4934C17.355 13.4166 18 14.3625 18 15.75C18 17.0006 17.3438 18.1594 16.1484 19.0116C15.0309 19.8103 13.5572 20.25 12 20.25C10.4428 20.25 8.96906 19.8103 7.85156 19.0116C6.65625 18.1594 6 17.0006 6 15.75C6 15.5511 6.07902 15.3603 6.21967 15.2197C6.36032 15.079 6.55109 15 6.75 15C6.94891 15 7.13968 15.079 7.28033 15.2197C7.42098 15.3603 7.5 15.5511 7.5 15.75C7.5 17.3766 9.5625 18.75 12 18.75C14.4375 18.75 16.5 17.3766 16.5 15.75C16.5 14.3578 15.5119 13.5394 12.8653 12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12ZM7.15594 9.75C7.2745 9.75011 7.3914 9.72211 7.49705 9.66829C7.6027 9.61447 7.69408 9.53638 7.76371 9.44041C7.83333 9.34443 7.87921 9.23333 7.89757 9.11619C7.91594 8.99906 7.90628 8.87924 7.86938 8.76656C7.8157 8.59971 7.78942 8.42526 7.79156 8.25C7.79156 6.54 9.60094 5.25 12 5.25C13.7662 5.25 15.2025 5.94562 15.8438 7.11094C15.945 7.27413 16.1051 7.39223 16.2909 7.44091C16.4767 7.48958 16.6741 7.46512 16.8424 7.37255C17.0107 7.27999 17.1371 7.12638 17.1955 6.9434C17.2539 6.76042 17.2398 6.562 17.1562 6.38906C16.2497 4.73625 14.3222 3.75 12 3.75C8.74594 3.75 6.29156 5.68406 6.29156 8.25C6.28997 8.58377 6.34123 8.91569 6.44344 9.23344C6.49263 9.38363 6.58801 9.51444 6.71596 9.60721C6.84391 9.69997 6.9979 9.74995 7.15594 9.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TextStrikethroughIcon.displayName = 'TextStrikethroughIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TextUnderlineIcon: 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 TextUnderlineIcon = 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 21C18.75 21.1989 18.671 21.3897 18.5303 21.5303C18.3897 21.671 18.1989 21.75 18 21.75H6C5.80109 21.75 5.61032 21.671 5.46967 21.5303C5.32902 21.3897 5.25 21.1989 5.25 21C5.25 20.8011 5.32902 20.6103 5.46967 20.4697C5.61032 20.329 5.80109 20.25 6 20.25H18C18.1989 20.25 18.3897 20.329 18.5303 20.4697C18.671 20.6103 18.75 20.8011 18.75 21ZM12 18.75C13.5908 18.7483 15.1159 18.1156 16.2407 16.9907C17.3656 15.8659 17.9983 14.3408 18 12.75V5.25C18 5.05109 17.921 4.86032 17.7803 4.71967C17.6397 4.57902 17.4489 4.5 17.25 4.5C17.0511 4.5 16.8603 4.57902 16.7197 4.71967C16.579 4.86032 16.5 5.05109 16.5 5.25V12.75C16.5 13.9435 16.0259 15.0881 15.182 15.932C14.3381 16.7759 13.1935 17.25 12 17.25C10.8065 17.25 9.66193 16.7759 8.81802 15.932C7.97411 15.0881 7.5 13.9435 7.5 12.75V5.25C7.5 5.05109 7.42098 4.86032 7.28033 4.71967C7.13968 4.57902 6.94891 4.5 6.75 4.5C6.55109 4.5 6.36032 4.57902 6.21967 4.71967C6.07902 4.86032 6 5.05109 6 5.25V12.75C6.00174 14.3408 6.63444 15.8659 7.75928 16.9907C8.88412 18.1156 10.4092 18.7483 12 18.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TextUnderlineIcon.displayName = 'TextUnderlineIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TextboxIcon: 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 TextboxIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M10.5 3.75C10.3011 3.75 10.1103 3.82902 9.96967 3.96967C9.82902 4.11032 9.75 4.30109 9.75 4.5V6H2.25C1.85218 6 1.47064 6.15804 1.18934 6.43934C0.908035 6.72064 0.75 7.10218 0.75 7.5V16.5C0.75 16.8978 0.908035 17.2794 1.18934 17.5607C1.47064 17.842 1.85218 18 2.25 18H9.75V19.5C9.75 19.6989 9.82902 19.8897 9.96967 20.0303C10.1103 20.171 10.3011 20.25 10.5 20.25C10.6989 20.25 10.8897 20.171 11.0303 20.0303C11.171 19.8897 11.25 19.6989 11.25 19.5V4.5C11.25 4.30109 11.171 4.11032 11.0303 3.96967C10.8897 3.82902 10.6989 3.75 10.5 3.75ZM2.25 16.5V7.5H9.75V16.5H2.25ZM23.25 7.5V16.5C23.25 16.8978 23.092 17.2794 22.8107 17.5607C22.5294 17.842 22.1478 18 21.75 18H13.5C13.3011 18 13.1103 17.921 12.9697 17.7803C12.829 17.6397 12.75 17.4489 12.75 17.25C12.75 17.0511 12.829 16.8603 12.9697 16.7197C13.1103 16.579 13.3011 16.5 13.5 16.5H21.75V7.5H13.5C13.3011 7.5 13.1103 7.42098 12.9697 7.28033C12.829 7.13968 12.75 6.94891 12.75 6.75C12.75 6.55109 12.829 6.36032 12.9697 6.21967C13.1103 6.07902 13.3011 6 13.5 6H21.75C22.1478 6 22.5294 6.15804 22.8107 6.43934C23.092 6.72064 23.25 7.10218 23.25 7.5ZM8.25 10.5C8.25 10.6989 8.17098 10.8897 8.03033 11.0303C7.88968 11.171 7.69891 11.25 7.5 11.25H6.75V13.5C6.75 13.6989 6.67098 13.8897 6.53033 14.0303C6.38968 14.171 6.19891 14.25 6 14.25C5.80109 14.25 5.61032 14.171 5.46967 14.0303C5.32902 13.8897 5.25 13.6989 5.25 13.5V11.25H4.5C4.30109 11.25 4.11032 11.171 3.96967 11.0303C3.82902 10.8897 3.75 10.6989 3.75 10.5C3.75 10.3011 3.82902 10.1103 3.96967 9.96967C4.11032 9.82902 4.30109 9.75 4.5 9.75H7.5C7.69891 9.75 7.88968 9.82902 8.03033 9.96967C8.17098 10.1103 8.25 10.3011 8.25 10.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TextboxIcon.displayName = 'TextboxIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ThemeIcon: 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 ThemeIcon = 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 3.29C19.5 2.99 19.44 2.69 19.33 2.41C19.21 2.13 19.04 1.88 18.83 1.67C18.62 1.46 18.37 1.29 18.09 1.17C17.81 1.06 17.52 1 17.22 1H6.29C5.67 1 5.09 1.24 4.65 1.69C4.22 2.12 4 2.69 4 3.3L4.14 10.76V12.96C4.08 13.61 4.34 14.05 4.56 14.29C5.18 14.98 6.22 14.98 6.95 14.98C7.93 14.98 8.61 15.17 8.93 15.51C9.01 15.59 9.24 15.84 9.19 16.57L9.14 17.38C9.1 18 9.09 18.23 9.07 18.78C9.04 20.02 9.39 21.08 10.05 21.76C10.51 22.23 11.09 22.49 11.7 22.49C12.31 22.49 12.89 22.23 13.35 21.76C14.01 21.08 14.36 20.02 14.33 18.78C14.32 18.23 14.3 17.99 14.26 17.38L14.21 16.57C14.17 15.84 14.4 15.59 14.47 15.51C14.79 15.17 15.47 14.99 16.49 14.98C17.17 14.98 18.21 14.98 18.83 14.29C19.05 14.04 19.31 13.61 19.25 13.05V10.77L19.48 3.29H19.5ZM6.07 3.09C6.07 3.09 6.17 3 6.28 3H17.21C17.21 3 17.29 3 17.32 3.02C17.35 3.03 17.39 3.06 17.41 3.08C17.43 3.1 17.45 3.14 17.47 3.17C17.48 3.21 17.49 3.24 17.49 3.25L17.29 9.74H6.12L6 3.26C6 3.17 6.04 3.11 6.07 3.08V3.09ZM16.45 13C14.87 13 13.75 13.39 13.02 14.16C12.43 14.8 12.16 15.65 12.22 16.71L12.27 17.52C12.31 18.1 12.32 18.32 12.33 18.85C12.36 19.85 12.02 20.28 11.92 20.38C11.77 20.54 11.64 20.54 11.49 20.38C11.39 20.27 11.05 19.85 11.07 18.85C11.08 18.33 11.1 18.11 11.13 17.52L11.18 16.71C11.24 15.65 10.97 14.8 10.38 14.16C9.66 13.39 8.54 13.01 6.91 13C6.73 13 6.36 13 6.13 12.96V11.75H17.26V12.96C17.03 13 16.65 13 16.44 13H16.45Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ThemeIcon.displayName = 'ThemeIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ThermometerSimpleIcon: 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 ThermometerSimpleIcon = 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.75 14.3438V8.25C12.75 8.05109 12.671 7.86032 12.5303 7.71967C12.3897 7.57902 12.1989 7.5 12 7.5C11.8011 7.5 11.6103 7.57902 11.4697 7.71967C11.329 7.86032 11.25 8.05109 11.25 8.25V14.3438C10.543 14.5263 9.92686 14.9604 9.51705 15.5648C9.10724 16.1691 8.93191 16.9021 9.02391 17.6265C9.11592 18.3509 9.46895 19.0168 10.0168 19.4995C10.5647 19.9822 11.2698 20.2485 12 20.2485C12.7302 20.2485 13.4353 19.9822 13.9832 19.4995C14.5311 19.0168 14.8841 18.3509 14.9761 17.6265C15.0681 16.9021 14.8928 16.1691 14.483 15.5648C14.0731 14.9604 13.457 14.5263 12.75 14.3438ZM12 18.75C11.7033 18.75 11.4133 18.662 11.1666 18.4972C10.92 18.3324 10.7277 18.0981 10.6142 17.824C10.5006 17.5499 10.4709 17.2483 10.5288 16.9574C10.5867 16.6664 10.7296 16.3991 10.9393 16.1893C11.1491 15.9796 11.4164 15.8367 11.7074 15.7788C11.9983 15.7209 12.2999 15.7507 12.574 15.8642C12.8481 15.9777 13.0824 16.17 13.2472 16.4166C13.412 16.6633 13.5 16.9533 13.5 17.25C13.5 17.6478 13.342 18.0294 13.0607 18.3107C12.7794 18.592 12.3978 18.75 12 18.75ZM15.75 12.5625V4.5C15.75 3.50544 15.3549 2.55161 14.6517 1.84835C13.9484 1.14509 12.9946 0.75 12 0.75C11.0054 0.75 10.0516 1.14509 9.34835 1.84835C8.64509 2.55161 8.25 3.50544 8.25 4.5V12.5625C7.27961 13.3394 6.57449 14.3986 6.23209 15.5936C5.88969 16.7886 5.92692 18.0605 6.33862 19.2334C6.75032 20.4063 7.51617 21.4224 8.53034 22.1413C9.5445 22.8601 10.7569 23.2463 12 23.2463C13.2431 23.2463 14.4555 22.8601 15.4697 22.1413C16.4838 21.4224 17.2497 20.4063 17.6614 19.2334C18.0731 18.0605 18.1103 16.7886 17.7679 15.5936C17.4255 14.3986 16.7204 13.3394 15.75 12.5625ZM12 21.75C11.0418 21.7501 10.1086 21.4443 9.3363 20.8772C8.56396 20.3101 7.9928 19.5113 7.70598 18.597C7.41915 17.6828 7.43164 16.7009 7.74161 15.7942C8.05159 14.8876 8.64287 14.1035 9.42938 13.5563C9.5289 13.4868 9.61007 13.3942 9.66592 13.2864C9.72176 13.1786 9.75062 13.0589 9.75 12.9375V4.5C9.75 3.90326 9.98705 3.33097 10.409 2.90901C10.831 2.48705 11.4033 2.25 12 2.25C12.5967 2.25 13.169 2.48705 13.591 2.90901C14.0129 3.33097 14.25 3.90326 14.25 4.5V12.9375C14.25 13.0583 14.2791 13.1772 14.335 13.2843C14.3908 13.3914 14.4716 13.4834 14.5706 13.5525C15.3588 14.0992 15.9516 14.8835 16.2626 15.7908C16.5737 16.6982 16.5866 17.6812 16.2996 18.5965C16.0126 19.5117 15.4406 20.3113 14.6672 20.8786C13.8937 21.4459 12.9592 21.7512 12 21.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ThermometerSimpleIcon.displayName = 'ThermometerSimpleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TicketIcon: 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 TicketIcon = 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 9.75C21.9489 9.75 22.1397 9.67098 22.2803 9.53033C22.421 9.38968 22.5 9.19891 22.5 9V6C22.5 5.60218 22.342 5.22064 22.0607 4.93934C21.7794 4.65804 21.3978 4.5 21 4.5H3C2.60218 4.5 2.22064 4.65804 1.93934 4.93934C1.65804 5.22064 1.5 5.60218 1.5 6V9C1.5 9.19891 1.57902 9.38968 1.71967 9.53033C1.86032 9.67098 2.05109 9.75 2.25 9.75C2.84674 9.75 3.41903 9.98705 3.84099 10.409C4.26295 10.831 4.5 11.4033 4.5 12C4.5 12.5967 4.26295 13.169 3.84099 13.591C3.41903 14.0129 2.84674 14.25 2.25 14.25C2.05109 14.25 1.86032 14.329 1.71967 14.4697C1.57902 14.6103 1.5 14.8011 1.5 15V18C1.5 18.3978 1.65804 18.7794 1.93934 19.0607C2.22064 19.342 2.60218 19.5 3 19.5H21C21.3978 19.5 21.7794 19.342 22.0607 19.0607C22.342 18.7794 22.5 18.3978 22.5 18V15C22.5 14.8011 22.421 14.6103 22.2803 14.4697C22.1397 14.329 21.9489 14.25 21.75 14.25C21.1533 14.25 20.581 14.0129 20.159 13.591C19.7371 13.169 19.5 12.5967 19.5 12C19.5 11.4033 19.7371 10.831 20.159 10.409C20.581 9.98705 21.1533 9.75 21.75 9.75ZM3 15.675C3.84772 15.5029 4.60986 15.043 5.15728 14.3732C5.70471 13.7034 6.00376 12.865 6.00376 12C6.00376 11.135 5.70471 10.2966 5.15728 9.62681C4.60986 8.95705 3.84772 8.49714 3 8.325V6H8.25V18H3V15.675ZM21 15.675V18H9.75V6H21V8.325C20.1523 8.49714 19.3901 8.95705 18.8427 9.62681C18.2953 10.2966 17.9962 11.135 17.9962 12C17.9962 12.865 18.2953 13.7034 18.8427 14.3732C19.3901 15.043 20.1523 15.5029 21 15.675Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TicketIcon.displayName = 'TicketIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TidalIcon: 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 TidalIcon = 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.7812 8.46935L20.0312 4.71935C19.9616 4.64962 19.8788 4.5943 19.7878 4.55656C19.6967 4.51882 19.5992 4.49939 19.5006 4.49939C19.402 4.49939 19.3044 4.51882 19.2134 4.55656C19.1223 4.5943 19.0396 4.64962 18.97 4.71935L15.7506 7.93967L12.5312 4.71935C12.4616 4.64962 12.3788 4.5943 12.2878 4.55656C12.1967 4.51882 12.0992 4.49939 12.0006 4.49939C11.902 4.49939 11.8044 4.51882 11.7134 4.55656C11.6223 4.5943 11.5396 4.64962 11.47 4.71935L8.25059 7.93967L5.03122 4.71935C4.96156 4.64962 4.87884 4.5943 4.7878 4.55656C4.69675 4.51882 4.59915 4.49939 4.50059 4.49939C4.40203 4.49939 4.30443 4.51882 4.21338 4.55656C4.12234 4.5943 4.03962 4.64962 3.96996 4.71935L0.219965 8.46935C0.150233 8.53901 0.0949134 8.62173 0.0571702 8.71277C0.019427 8.80382 0 8.90142 0 8.99998C0 9.09854 0.019427 9.19614 0.0571702 9.28718C0.0949134 9.37823 0.150233 9.46095 0.219965 9.53061L3.96996 13.2806C4.03962 13.3503 4.12234 13.4057 4.21338 13.4434C4.30443 13.4811 4.40203 13.5006 4.50059 13.5006C4.59915 13.5006 4.69675 13.4811 4.7878 13.4434C4.87884 13.4057 4.96156 13.3503 5.03122 13.2806L8.25059 10.0603L10.9403 12.75L7.71996 15.9694C7.65023 16.039 7.59491 16.1217 7.55717 16.2128C7.51943 16.3038 7.5 16.4014 7.5 16.5C7.5 16.5985 7.51943 16.6961 7.55717 16.7872C7.59491 16.8782 7.65023 16.9609 7.71996 17.0306L11.47 20.7806C11.5396 20.8503 11.6223 20.9057 11.7134 20.9434C11.8044 20.9811 11.902 21.0006 12.0006 21.0006C12.0992 21.0006 12.1967 20.9811 12.2878 20.9434C12.3788 20.9057 12.4616 20.8503 12.5312 20.7806L16.2812 17.0306C16.3509 16.9609 16.4063 16.8782 16.444 16.7872C16.4818 16.6961 16.5012 16.5985 16.5012 16.5C16.5012 16.4014 16.4818 16.3038 16.444 16.2128C16.4063 16.1217 16.3509 16.039 16.2812 15.9694L13.0609 12.75L15.7506 10.0603L18.97 13.2806C19.0396 13.3503 19.1223 13.4057 19.2134 13.4434C19.3044 13.4811 19.402 13.5006 19.5006 13.5006C19.5992 13.5006 19.6967 13.4811 19.7878 13.4434C19.8788 13.4057 19.9616 13.3503 20.0312 13.2806L23.7812 9.53061C23.8509 9.46095 23.9063 9.37823 23.944 9.28718C23.9818 9.19614 24.0012 9.09854 24.0012 8.99998C24.0012 8.90142 23.9818 8.80382 23.944 8.71277C23.9063 8.62173 23.8509 8.53901 23.7812 8.46935ZM4.50059 11.6897L1.8109 8.99998L4.50059 6.31029L7.19028 8.99998L4.50059 11.6897ZM12.0006 19.1897L9.3109 16.5L12.0006 13.8103L14.6903 16.5L12.0006 19.1897ZM12.0006 11.6897L9.3109 8.99998L12.0006 6.31029L14.6903 8.99998L12.0006 11.6897ZM19.5006 11.6897L16.8109 8.99998L19.5006 6.31029L22.1903 8.99998L19.5006 11.6897Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TidalIcon.displayName = 'TidalIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const TiktokIcon: 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 TiktokIcon = 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 6.75C19.8069 6.74876 18.663 6.27425 17.8194 5.43061C16.9757 4.58697 16.5012 3.44309 16.5 2.25C16.5 2.05109 16.421 1.86032 16.2803 1.71967C16.1397 1.57902 15.9489 1.5 15.75 1.5H12C11.8011 1.5 11.6103 1.57902 11.4697 1.71967C11.329 1.86032 11.25 2.05109 11.25 2.25V14.625C11.2498 14.9605 11.1597 15.2898 10.9889 15.5786C10.8181 15.8674 10.5729 16.1051 10.279 16.2668C9.98501 16.4286 9.65304 16.5085 9.31768 16.4983C8.98232 16.488 8.65586 16.388 8.37234 16.2085C8.08883 16.0291 7.85865 15.7769 7.70582 15.4782C7.55299 15.1795 7.4831 14.8453 7.50345 14.5104C7.5238 14.1755 7.63364 13.8522 7.82151 13.5742C8.00939 13.2962 8.26841 13.0738 8.57156 12.93C8.6998 12.8691 8.80813 12.7731 8.88397 12.6532C8.95981 12.5332 9.00005 12.3941 9 12.2522V8.25C9.00005 8.14037 8.97606 8.03206 8.92972 7.9327C8.88339 7.83334 8.81584 7.74535 8.73182 7.67492C8.6478 7.60449 8.54937 7.55333 8.44345 7.52505C8.33752 7.49678 8.22669 7.49206 8.11875 7.51125C4.77281 8.1075 2.25 11.1656 2.25 14.625C2.25 16.5147 3.00067 18.3269 4.33686 19.6631C5.67306 20.9993 7.48533 21.75 9.375 21.75C11.2647 21.75 13.0769 20.9993 14.4131 19.6631C15.7493 18.3269 16.5 16.5147 16.5 14.625V10.9022C17.889 11.6269 19.4333 12.0036 21 12C21.1989 12 21.3897 11.921 21.5303 11.7803C21.671 11.6397 21.75 11.4489 21.75 11.25V7.5C21.75 7.30109 21.671 7.11032 21.5303 6.96967C21.3897 6.82902 21.1989 6.75 21 6.75ZM20.25 10.4662C18.7843 10.3364 17.3809 9.81329 16.1878 8.95219C16.0757 8.87156 15.9434 8.82347 15.8057 8.81321C15.668 8.80295 15.5301 8.83092 15.4072 8.89404C15.2844 8.95716 15.1814 9.05298 15.1095 9.17093C15.0376 9.28888 14.9997 9.42438 15 9.5625V14.625C15 16.1168 14.4074 17.5476 13.3525 18.6025C12.2976 19.6574 10.8668 20.25 9.375 20.25C7.88316 20.25 6.45242 19.6574 5.39752 18.6025C4.34263 17.5476 3.75 16.1168 3.75 14.625C3.75 12.1969 5.31 10.0191 7.5 9.225V11.8191C7.01517 12.143 6.62254 12.587 6.36037 13.1079C6.09821 13.6287 5.97545 14.2086 6.00407 14.7909C6.03268 15.3733 6.2117 15.9384 6.52366 16.431C6.83562 16.9236 7.26989 17.327 7.78414 17.6018C8.29839 17.8767 8.87508 18.0136 9.458 17.9993C10.0409 17.9849 10.6102 17.8198 11.1103 17.52C11.6104 17.2202 12.0243 16.796 12.3117 16.2886C12.599 15.7812 12.7501 15.2081 12.75 14.625V3H15.0469C15.2155 4.32101 15.818 5.54866 16.7597 6.49034C17.7013 7.43203 18.929 8.03446 20.25 8.20312V10.4662Z", fill: "currentColor" }) })) }));
11
+ });
12
+ TiktokIcon.displayName = 'TiktokIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ToggleLeftFillIcon: 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 ToggleLeftFillIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.5 5.25H7.5C5.70979 5.25 3.9929 5.96116 2.72703 7.22703C1.46116 8.4929 0.75 10.2098 0.75 12C0.75 13.7902 1.46116 15.5071 2.72703 16.773C3.9929 18.0388 5.70979 18.75 7.5 18.75H16.5C18.2902 18.75 20.0071 18.0388 21.273 16.773C22.5388 15.5071 23.25 13.7902 23.25 12C23.25 10.2098 22.5388 8.4929 21.273 7.22703C20.0071 5.96116 18.2902 5.25 16.5 5.25ZM7.5 15.75C6.75832 15.75 6.0333 15.5301 5.41661 15.118C4.79993 14.706 4.31928 14.1203 4.03545 13.4351C3.75162 12.7498 3.67736 11.9958 3.82206 11.2684C3.96675 10.541 4.3239 9.8728 4.84835 9.34835C5.3728 8.8239 6.04098 8.46675 6.76841 8.32205C7.49584 8.17736 8.24984 8.25162 8.93506 8.53545C9.62029 8.81928 10.206 9.29993 10.618 9.91661C11.0301 10.5333 11.25 11.2583 11.25 12C11.25 12.9946 10.8549 13.9484 10.1517 14.6517C9.44839 15.3549 8.49456 15.75 7.5 15.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ToggleLeftFillIcon.displayName = 'ToggleLeftFillIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ToggleLeftIcon: 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 ToggleLeftIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.5 5.25H7.5C5.70979 5.25 3.9929 5.96116 2.72703 7.22703C1.46116 8.4929 0.75 10.2098 0.75 12C0.75 13.7902 1.46116 15.5071 2.72703 16.773C3.9929 18.0388 5.70979 18.75 7.5 18.75H16.5C18.2902 18.75 20.0071 18.0388 21.273 16.773C22.5388 15.5071 23.25 13.7902 23.25 12C23.25 10.2098 22.5388 8.4929 21.273 7.22703C20.0071 5.96116 18.2902 5.25 16.5 5.25ZM16.5 17.25H7.5C6.10761 17.25 4.77226 16.6969 3.78769 15.7123C2.80312 14.7277 2.25 13.3924 2.25 12C2.25 10.6076 2.80312 9.27226 3.78769 8.28769C4.77226 7.30312 6.10761 6.75 7.5 6.75H16.5C17.8924 6.75 19.2277 7.30312 20.2123 8.28769C21.1969 9.27226 21.75 10.6076 21.75 12C21.75 13.3924 21.1969 14.7277 20.2123 15.7123C19.2277 16.6969 17.8924 17.25 16.5 17.25ZM7.5 8.25C6.75832 8.25 6.0333 8.46993 5.41661 8.88199C4.79993 9.29404 4.31928 9.87971 4.03545 10.5649C3.75162 11.2502 3.67736 12.0042 3.82206 12.7316C3.96675 13.459 4.3239 14.1272 4.84835 14.6517C5.3728 15.1761 6.04098 15.5333 6.76841 15.6779C7.49584 15.8226 8.24984 15.7484 8.93506 15.4645C9.62029 15.1807 10.206 14.7001 10.618 14.0834C11.0301 13.4667 11.25 12.7417 11.25 12C11.25 11.0054 10.8549 10.0516 10.1517 9.34835C9.44839 8.64509 8.49456 8.25 7.5 8.25ZM7.5 14.25C7.05499 14.25 6.61998 14.118 6.24997 13.8708C5.87996 13.6236 5.59157 13.2722 5.42127 12.861C5.25097 12.4499 5.20642 11.9975 5.29323 11.561C5.38005 11.1246 5.59434 10.7237 5.90901 10.409C6.22368 10.0943 6.62459 9.88005 7.06105 9.79323C7.4975 9.70642 7.9499 9.75097 8.36104 9.92127C8.77217 10.0916 9.12357 10.38 9.37081 10.75C9.61804 11.12 9.75 11.555 9.75 12C9.75 12.5967 9.51295 13.169 9.09099 13.591C8.66903 14.0129 8.09674 14.25 7.5 14.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ToggleLeftIcon.displayName = 'ToggleLeftIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ToggleRightFillIcon: 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 ToggleRightFillIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.5 5.25H7.5C5.70979 5.25 3.9929 5.96116 2.72703 7.22703C1.46116 8.4929 0.75 10.2098 0.75 12C0.75 13.7902 1.46116 15.5071 2.72703 16.773C3.9929 18.0388 5.70979 18.75 7.5 18.75H16.5C18.2902 18.75 20.0071 18.0388 21.273 16.773C22.5388 15.5071 23.25 13.7902 23.25 12C23.25 10.2098 22.5388 8.4929 21.273 7.22703C20.0071 5.96116 18.2902 5.25 16.5 5.25ZM16.5 15.75C15.7583 15.75 15.0333 15.5301 14.4166 15.118C13.7999 14.706 13.3193 14.1203 13.0355 13.4351C12.7516 12.7498 12.6774 11.9958 12.8221 11.2684C12.9667 10.541 13.3239 9.8728 13.8483 9.34835C14.3728 8.8239 15.041 8.46675 15.7684 8.32205C16.4958 8.17736 17.2498 8.25162 17.9351 8.53545C18.6203 8.81928 19.206 9.29993 19.618 9.91661C20.0301 10.5333 20.25 11.2583 20.25 12C20.25 12.9946 19.8549 13.9484 19.1516 14.6517C18.4484 15.3549 17.4946 15.75 16.5 15.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ToggleRightFillIcon.displayName = 'ToggleRightFillIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ToggleRightIcon: CustomIcon;