@webpros/mui-theme 0.4.2 → 0.4.4

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 (230) hide show
  1. package/dist/package.json +1 -1
  2. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.d.ts +3 -1
  3. package/dist/src/components/inputs/ToggleButtonGroup/ToggleButtonGroup.js +10 -5
  4. package/dist/src/icons/AlienIcon.d.ts +2 -0
  5. package/dist/src/icons/AlienIcon.js +12 -0
  6. package/dist/src/icons/AmazonIcon.js +1 -1
  7. package/dist/src/icons/ArrowBendDoubleUpLeftIcon.js +1 -1
  8. package/dist/src/icons/ArrowBendDownRightIcon.d.ts +2 -0
  9. package/dist/src/icons/ArrowBendDownRightIcon.js +12 -0
  10. package/dist/src/icons/ArrowClockwiseIcon.d.ts +2 -0
  11. package/dist/src/icons/ArrowClockwiseIcon.js +12 -0
  12. package/dist/src/icons/ArrowCounterClockwiseIcon.d.ts +2 -0
  13. package/dist/src/icons/ArrowCounterClockwiseIcon.js +12 -0
  14. package/dist/src/icons/ArrowDownBoldIcon.js +1 -1
  15. package/dist/src/icons/ArrowElbowDownRightIcon.d.ts +2 -0
  16. package/dist/src/icons/ArrowElbowDownRightIcon.js +12 -0
  17. package/dist/src/icons/ArrowLeftIcon.js +1 -1
  18. package/dist/src/icons/ArrowLeftWpIcon.js +1 -1
  19. package/dist/src/icons/ArrowLineDown1Icon.d.ts +2 -0
  20. package/dist/src/icons/ArrowLineDown1Icon.js +12 -0
  21. package/dist/src/icons/ArrowSortAscIcon.d.ts +2 -0
  22. package/dist/src/icons/ArrowSortAscIcon.js +12 -0
  23. package/dist/src/icons/ArrowSortDescIcon.d.ts +2 -0
  24. package/dist/src/icons/ArrowSortDescIcon.js +12 -0
  25. package/dist/src/icons/ArrowUpIcon.js +1 -1
  26. package/dist/src/icons/ArrowUpRightIcon.d.ts +2 -0
  27. package/dist/src/icons/ArrowUpRightIcon.js +12 -0
  28. package/dist/src/icons/ArrowdownrightIcon.js +1 -1
  29. package/dist/src/icons/ArrowsdownupIcon.js +1 -1
  30. package/dist/src/icons/ArrowshorizontalIcon.js +1 -1
  31. package/dist/src/icons/ArrowuupleftIcon.js +1 -1
  32. package/dist/src/icons/AuditIcon.d.ts +2 -0
  33. package/dist/src/icons/AuditIcon.js +12 -0
  34. package/dist/src/icons/BankIcon.d.ts +2 -0
  35. package/dist/src/icons/BankIcon.js +12 -0
  36. package/dist/src/icons/BoxIcon.d.ts +2 -0
  37. package/dist/src/icons/BoxIcon.js +12 -0
  38. package/dist/src/icons/CaretDownIcon.js +1 -1
  39. package/dist/src/icons/CaretRightSmallIcon.js +1 -1
  40. package/dist/src/icons/CaretRightTinyIcon.js +1 -1
  41. package/dist/src/icons/CaretUpIcon.js +1 -1
  42. package/dist/src/icons/CaretUpSmallIcon.js +1 -1
  43. package/dist/src/icons/CellTowerIcon.js +1 -1
  44. package/dist/src/icons/ChatCircleWarningIcon.d.ts +2 -0
  45. package/dist/src/icons/ChatCircleWarningIcon.js +12 -0
  46. package/dist/src/icons/ClockDuotoneIcon.js +2 -2
  47. package/dist/src/icons/CloseIcon.js +1 -1
  48. package/dist/src/icons/CloudIcon.js +1 -1
  49. package/dist/src/icons/CloudSlashIcon.d.ts +2 -0
  50. package/dist/src/icons/CloudSlashIcon.js +12 -0
  51. package/dist/src/icons/CompassToolIcon.js +1 -1
  52. package/dist/src/icons/ContractIcon.d.ts +2 -0
  53. package/dist/src/icons/ContractIcon.js +12 -0
  54. package/dist/src/icons/CrownIcon.js +1 -1
  55. package/dist/src/icons/CursorClickIcon.d.ts +2 -0
  56. package/dist/src/icons/CursorClickIcon.js +12 -0
  57. package/dist/src/icons/DeployIcon.d.ts +2 -0
  58. package/dist/src/icons/DeployIcon.js +12 -0
  59. package/dist/src/icons/DeviceMobileSpeakerIcon.d.ts +2 -0
  60. package/dist/src/icons/DeviceMobileSpeakerIcon.js +12 -0
  61. package/dist/src/icons/DonutChartIcon.js +1 -1
  62. package/dist/src/icons/EnterIcon.d.ts +2 -0
  63. package/dist/src/icons/EnterIcon.js +12 -0
  64. package/dist/src/icons/ErrorIcon.js +1 -1
  65. package/dist/src/icons/ExclamationMarkIcon.js +1 -1
  66. package/dist/src/icons/EyeClosedIcon.js +1 -1
  67. package/dist/src/icons/EyedropperSampleIcon.d.ts +2 -0
  68. package/dist/src/icons/EyedropperSampleIcon.js +12 -0
  69. package/dist/src/icons/FileArchiveIcon.d.ts +2 -0
  70. package/dist/src/icons/FileArchiveIcon.js +12 -0
  71. package/dist/src/icons/FileAudioIcon.d.ts +2 -0
  72. package/dist/src/icons/FileAudioIcon.js +12 -0
  73. package/dist/src/icons/FileCIcon.d.ts +2 -0
  74. package/dist/src/icons/FileCIcon.js +12 -0
  75. package/dist/src/icons/FileCloudIcon.d.ts +2 -0
  76. package/dist/src/icons/FileCloudIcon.js +12 -0
  77. package/dist/src/icons/FileCodeIcon.d.ts +2 -0
  78. package/dist/src/icons/FileCodeIcon.js +12 -0
  79. package/dist/src/icons/FileCppIcon.d.ts +2 -0
  80. package/dist/src/icons/FileCppIcon.js +12 -0
  81. package/dist/src/icons/FileCsharpIcon.d.ts +2 -0
  82. package/dist/src/icons/FileCsharpIcon.js +12 -0
  83. package/dist/src/icons/FileCssIcon.d.ts +2 -0
  84. package/dist/src/icons/FileCssIcon.js +12 -0
  85. package/dist/src/icons/FileCsvIcon.d.ts +2 -0
  86. package/dist/src/icons/FileCsvIcon.js +12 -0
  87. package/dist/src/icons/FileDashedIcon.d.ts +2 -0
  88. package/dist/src/icons/FileDashedIcon.js +12 -0
  89. package/dist/src/icons/FileDocIcon.d.ts +2 -0
  90. package/dist/src/icons/FileDocIcon.js +12 -0
  91. package/dist/src/icons/FileHtmlIcon.d.ts +2 -0
  92. package/dist/src/icons/FileHtmlIcon.js +12 -0
  93. package/dist/src/icons/FileImageIcon.d.ts +2 -0
  94. package/dist/src/icons/FileImageIcon.js +12 -0
  95. package/dist/src/icons/FileIniIcon.d.ts +2 -0
  96. package/dist/src/icons/FileIniIcon.js +12 -0
  97. package/dist/src/icons/FileJpgIcon.d.ts +2 -0
  98. package/dist/src/icons/FileJpgIcon.js +12 -0
  99. package/dist/src/icons/FileJsIcon.d.ts +2 -0
  100. package/dist/src/icons/FileJsIcon.js +12 -0
  101. package/dist/src/icons/FileJsxIcon.d.ts +2 -0
  102. package/dist/src/icons/FileJsxIcon.js +12 -0
  103. package/dist/src/icons/FileLockIcon.d.ts +2 -0
  104. package/dist/src/icons/FileLockIcon.js +12 -0
  105. package/dist/src/icons/FileMagnifyingGlassIcon.d.ts +2 -0
  106. package/dist/src/icons/FileMagnifyingGlassIcon.js +12 -0
  107. package/dist/src/icons/FileMdIcon.d.ts +2 -0
  108. package/dist/src/icons/FileMdIcon.js +12 -0
  109. package/dist/src/icons/FileMinusIcon.d.ts +2 -0
  110. package/dist/src/icons/FileMinusIcon.js +12 -0
  111. package/dist/src/icons/FilePdf1Icon.d.ts +2 -0
  112. package/dist/src/icons/FilePdf1Icon.js +12 -0
  113. package/dist/src/icons/FilePdfSimpleIcon.d.ts +2 -0
  114. package/dist/src/icons/FilePdfSimpleIcon.js +12 -0
  115. package/dist/src/icons/FilePlusIcon.d.ts +2 -0
  116. package/dist/src/icons/FilePlusIcon.js +12 -0
  117. package/dist/src/icons/FilePngIcon.d.ts +2 -0
  118. package/dist/src/icons/FilePngIcon.js +12 -0
  119. package/dist/src/icons/FilePptIcon.d.ts +2 -0
  120. package/dist/src/icons/FilePptIcon.js +12 -0
  121. package/dist/src/icons/FilePyIcon.d.ts +2 -0
  122. package/dist/src/icons/FilePyIcon.js +12 -0
  123. package/dist/src/icons/FileRsIcon.d.ts +2 -0
  124. package/dist/src/icons/FileRsIcon.js +12 -0
  125. package/dist/src/icons/FileSqlIcon.d.ts +2 -0
  126. package/dist/src/icons/FileSqlIcon.js +12 -0
  127. package/dist/src/icons/FileSvgIcon.d.ts +2 -0
  128. package/dist/src/icons/FileSvgIcon.js +12 -0
  129. package/dist/src/icons/FileTextIcon.d.ts +2 -0
  130. package/dist/src/icons/FileTextIcon.js +12 -0
  131. package/dist/src/icons/FileTsIcon.d.ts +2 -0
  132. package/dist/src/icons/FileTsIcon.js +12 -0
  133. package/dist/src/icons/FileTsxIcon.d.ts +2 -0
  134. package/dist/src/icons/FileTsxIcon.js +12 -0
  135. package/dist/src/icons/FileTxtIcon.d.ts +2 -0
  136. package/dist/src/icons/FileTxtIcon.js +12 -0
  137. package/dist/src/icons/FileVideoIcon.d.ts +2 -0
  138. package/dist/src/icons/FileVideoIcon.js +12 -0
  139. package/dist/src/icons/FileVueIcon.d.ts +2 -0
  140. package/dist/src/icons/FileVueIcon.js +12 -0
  141. package/dist/src/icons/FileXIcon.d.ts +2 -0
  142. package/dist/src/icons/FileXIcon.js +12 -0
  143. package/dist/src/icons/FileXlsIcon.d.ts +2 -0
  144. package/dist/src/icons/FileXlsIcon.js +12 -0
  145. package/dist/src/icons/FileZipIcon.d.ts +2 -0
  146. package/dist/src/icons/FileZipIcon.js +12 -0
  147. package/dist/src/icons/FlyingSaucerIcon.d.ts +2 -0
  148. package/dist/src/icons/FlyingSaucerIcon.js +12 -0
  149. package/dist/src/icons/GearIcon.js +1 -1
  150. package/dist/src/icons/Hidden1Icon.d.ts +2 -0
  151. package/dist/src/icons/Hidden1Icon.js +12 -0
  152. package/dist/src/icons/Hidden2Icon.d.ts +2 -0
  153. package/dist/src/icons/Hidden2Icon.js +12 -0
  154. package/dist/src/icons/Hidden3Icon.d.ts +2 -0
  155. package/dist/src/icons/Hidden3Icon.js +12 -0
  156. package/dist/src/icons/Hidden4Icon.d.ts +2 -0
  157. package/dist/src/icons/Hidden4Icon.js +12 -0
  158. package/dist/src/icons/HiddenIcon.d.ts +2 -0
  159. package/dist/src/icons/HiddenIcon.js +12 -0
  160. package/dist/src/icons/HourglassHighDuotoneIcon.js +2 -2
  161. package/dist/src/icons/LightningIcon.js +1 -1
  162. package/dist/src/icons/LinkBreakIcon.d.ts +2 -0
  163. package/dist/src/icons/LinkBreakIcon.js +12 -0
  164. package/dist/src/icons/LinuxIcon.js +1 -1
  165. package/dist/src/icons/MapPinIcon.js +1 -1
  166. package/dist/src/icons/MicIcon.js +1 -1
  167. package/dist/src/icons/MinusCircleDuotoneIcon.js +1 -1
  168. package/dist/src/icons/NavigationArrowIcon.d.ts +2 -0
  169. package/dist/src/icons/NavigationArrowIcon.js +12 -0
  170. package/dist/src/icons/NoIconIcon.d.ts +2 -0
  171. package/dist/src/icons/NoIconIcon.js +12 -0
  172. package/dist/src/icons/NotchesIcon.js +1 -1
  173. package/dist/src/icons/PackageIcon.d.ts +2 -0
  174. package/dist/src/icons/PackageIcon.js +12 -0
  175. package/dist/src/icons/PaintBucketIcon.d.ts +2 -0
  176. package/dist/src/icons/PaintBucketIcon.js +12 -0
  177. package/dist/src/icons/PaperPlaneIcon.d.ts +2 -0
  178. package/dist/src/icons/PaperPlaneIcon.js +12 -0
  179. package/dist/src/icons/PaperPlaneTiltIcon.js +1 -1
  180. package/dist/src/icons/PauseCircleDuotoneIcon.js +2 -2
  181. package/dist/src/icons/PaypalLogoIcon.d.ts +2 -0
  182. package/dist/src/icons/PaypalLogoIcon.js +12 -0
  183. package/dist/src/icons/PercentIcon.js +1 -1
  184. package/dist/src/icons/PinterestIcon.js +1 -1
  185. package/dist/src/icons/PleskIcon.js +1 -1
  186. package/dist/src/icons/PlugsConnectedIcon.js +1 -1
  187. package/dist/src/icons/PlugsIcon.js +1 -1
  188. package/dist/src/icons/PushPinFilledIcon.d.ts +2 -0
  189. package/dist/src/icons/PushPinFilledIcon.js +12 -0
  190. package/dist/src/icons/PushPinIcon.js +1 -1
  191. package/dist/src/icons/PuzzlePieceIcon.js +1 -1
  192. package/dist/src/icons/QuotesIcon.d.ts +2 -0
  193. package/dist/src/icons/QuotesIcon.js +12 -0
  194. package/dist/src/icons/RealcvIcon.js +1 -1
  195. package/dist/src/icons/RemoveIcon.js +1 -1
  196. package/dist/src/icons/RepeatIcon.js +1 -1
  197. package/dist/src/icons/SealCheckIcon.d.ts +2 -0
  198. package/dist/src/icons/SealCheckIcon.js +12 -0
  199. package/dist/src/icons/ShareNetworkIcon.js +1 -1
  200. package/dist/src/icons/ShoppingBagIcon.d.ts +2 -0
  201. package/dist/src/icons/ShoppingBagIcon.js +12 -0
  202. package/dist/src/icons/ShoppingTagIcon.d.ts +2 -0
  203. package/dist/src/icons/ShoppingTagIcon.js +12 -0
  204. package/dist/src/icons/SkypeLogoIcon.js +1 -1
  205. package/dist/src/icons/SparkleIcon.js +1 -1
  206. package/dist/src/icons/SparklesStarsIcon.js +2 -2
  207. package/dist/src/icons/SpeedometerIcon.js +1 -1
  208. package/dist/src/icons/StagingIcon.js +1 -1
  209. package/dist/src/icons/StorefrontIcon.d.ts +2 -0
  210. package/dist/src/icons/StorefrontIcon.js +12 -0
  211. package/dist/src/icons/TextAUnderlineIcon.d.ts +2 -0
  212. package/dist/src/icons/TextAUnderlineIcon.js +12 -0
  213. package/dist/src/icons/TextAaFillIcon.d.ts +2 -0
  214. package/dist/src/icons/TextAaFillIcon.js +12 -0
  215. package/dist/src/icons/TextAaIcon.d.ts +2 -0
  216. package/dist/src/icons/TextAaIcon.js +12 -0
  217. package/dist/src/icons/ThumbsDownIcon.d.ts +2 -0
  218. package/dist/src/icons/ThumbsDownIcon.js +12 -0
  219. package/dist/src/icons/ThumbsUpIcon.d.ts +2 -0
  220. package/dist/src/icons/ThumbsUpIcon.js +12 -0
  221. package/dist/src/icons/TidalIcon.js +1 -1
  222. package/dist/src/icons/UsersIcon.js +1 -1
  223. package/dist/src/icons/VectorTwoIcon.js +1 -1
  224. package/dist/src/icons/WarningFillIcon.js +1 -1
  225. package/dist/src/icons/WarningFilledIcon.js +1 -1
  226. package/dist/src/icons/WhatsappLogoIcon.js +1 -1
  227. package/dist/src/icons/XIcon.js +1 -1
  228. package/dist/src/icons/index.d.ts +83 -0
  229. package/dist/src/icons/index.js +83 -0
  230. package/package.json +1 -1
@@ -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 FileTsIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M13.8572 18.4041C13.828 18.6909 13.7355 18.9677 13.5866 19.2146C13.4376 19.4615 13.2358 19.6723 12.9956 19.8319C12.5091 20.1562 11.9062 20.25 11.3559 20.25C10.8753 20.2473 10.3969 20.1843 9.93188 20.0625C9.7403 20.0089 9.57785 19.8814 9.48027 19.7081C9.3827 19.5347 9.35798 19.3297 9.41156 19.1381C9.46514 18.9465 9.59264 18.7841 9.76599 18.6865C9.93934 18.5889 10.1444 18.5642 10.3359 18.6178C10.7466 18.7303 11.7422 18.8709 12.1688 18.5841C12.2513 18.5287 12.3403 18.4416 12.3694 18.2156C12.4012 17.9653 12.3028 17.8313 11.1713 17.5041C10.2947 17.2509 8.8275 16.8263 9.015 15.3375C9.04425 15.0563 9.13499 14.785 9.28081 14.5428C9.42662 14.3006 9.62393 14.0934 9.85875 13.9359C10.9688 13.1859 12.7378 13.6256 12.9366 13.6772C13.129 13.7278 13.2935 13.8528 13.3938 14.0246C13.4941 14.1965 13.522 14.4011 13.4714 14.5936C13.4208 14.786 13.2958 14.9505 13.124 15.0508C12.9521 15.1511 12.7474 15.179 12.555 15.1284C12.1341 15.0187 11.1272 14.8884 10.6959 15.1809C10.6394 15.2191 10.5929 15.2702 10.5602 15.3301C10.5276 15.39 10.5098 15.4568 10.5084 15.525C10.4972 15.6094 10.4953 15.6272 10.6125 15.7031C10.8291 15.8428 11.2172 15.9544 11.5922 16.0631C12.5147 16.3284 14.0672 16.7812 13.8572 18.4041ZM20.25 8.25V20.25C20.25 20.6478 20.092 21.0294 19.8107 21.3107C19.5294 21.592 19.1478 21.75 18.75 21.75H16.5C16.3011 21.75 16.1103 21.671 15.9697 21.5303C15.829 21.3897 15.75 21.1989 15.75 21C15.75 20.8011 15.829 20.6103 15.9697 20.4697C16.1103 20.329 16.3011 20.25 16.5 20.25H18.75V9H14.25C14.0511 9 13.8603 8.92098 13.7197 8.78033C13.579 8.63968 13.5 8.44891 13.5 8.25V3.75H5.25V10.5C5.25 10.6989 5.17098 10.8897 5.03033 11.0303C4.88968 11.171 4.69891 11.25 4.5 11.25C4.30109 11.25 4.11032 11.171 3.96967 11.0303C3.82902 10.8897 3.75 10.6989 3.75 10.5V3.75C3.75 3.35218 3.90804 2.97064 4.18934 2.68934C4.47064 2.40804 4.85218 2.25 5.25 2.25H14.25C14.3485 2.24992 14.4461 2.26926 14.5371 2.3069C14.6282 2.34454 14.7109 2.39975 14.7806 2.46938L20.0306 7.71938C20.1003 7.78908 20.1555 7.87182 20.1931 7.96286C20.2307 8.05391 20.2501 8.15148 20.25 8.25ZM15 7.5H17.6897L15 4.81031V7.5ZM7.5 13.5H3.75C3.55109 13.5 3.36032 13.579 3.21967 13.7197C3.07902 13.8603 3 14.0511 3 14.25C3 14.4489 3.07902 14.6397 3.21967 14.7803C3.36032 14.921 3.55109 15 3.75 15H4.875V19.5C4.875 19.6989 4.95402 19.8897 5.09467 20.0303C5.23532 20.171 5.42609 20.25 5.625 20.25C5.82391 20.25 6.01468 20.171 6.15533 20.0303C6.29598 19.8897 6.375 19.6989 6.375 19.5V15H7.5C7.69891 15 7.88968 14.921 8.03033 14.7803C8.17098 14.6397 8.25 14.4489 8.25 14.25C8.25 14.0511 8.17098 13.8603 8.03033 13.7197C7.88968 13.579 7.69891 13.5 7.5 13.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FileTsIcon.displayName = 'FileTsIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FileTsxIcon: 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 FileTsxIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.1103 14.6859L18.5466 16.875L20.1103 19.0641C20.2156 19.226 20.2543 19.4223 20.2184 19.612C20.1826 19.8018 20.0749 19.9704 19.9178 20.0828C19.7608 20.1951 19.5664 20.2426 19.3752 20.2152C19.1841 20.1879 19.0108 20.0878 18.8916 19.9359L17.625 18.165L16.3603 19.9359C16.3051 20.0209 16.2333 20.0938 16.1491 20.1502C16.065 20.2066 15.9703 20.2454 15.8707 20.2642C15.7712 20.283 15.6688 20.2814 15.5699 20.2596C15.471 20.2378 15.3775 20.1962 15.2951 20.1372C15.2127 20.0783 15.1431 20.0032 15.0905 19.9167C15.0379 19.8301 15.0034 19.7337 14.989 19.6334C14.9747 19.5332 14.9808 19.431 15.007 19.3331C15.0332 19.2353 15.079 19.1437 15.1416 19.0641L16.7034 16.875L15.1397 14.6859C15.0344 14.524 14.9957 14.3277 15.0316 14.138C15.0674 13.9482 15.1751 13.7796 15.3322 13.6672C15.4892 13.5549 15.6836 13.5074 15.8748 13.5348C16.0659 13.5621 16.2392 13.6622 16.3584 13.8141L17.625 15.585L18.8897 13.8141C19.0089 13.6622 19.1822 13.5621 19.3734 13.5348C19.5645 13.5074 19.7589 13.5549 19.916 13.6672C20.073 13.7796 20.1807 13.9482 20.2165 14.138C20.2524 14.3277 20.2137 14.524 20.1084 14.6859H20.1103ZM11.5875 16.0603C11.2125 15.9516 10.8244 15.84 10.6078 15.7003C10.4906 15.6234 10.4925 15.6066 10.5037 15.5222C10.5052 15.454 10.5229 15.3872 10.5556 15.3273C10.5882 15.2674 10.6347 15.2163 10.6912 15.1781C11.1225 14.8856 12.1294 15.0159 12.5503 15.1256C12.7428 15.177 12.9477 15.1498 13.1201 15.05C13.2925 14.9502 13.4182 14.786 13.4695 14.5936C13.5209 14.4011 13.4937 14.1962 13.3939 14.0238C13.2941 13.8514 13.1299 13.7257 12.9375 13.6744C12.7388 13.6228 10.9688 13.185 9.85875 13.9331C9.62402 14.0907 9.42678 14.2979 9.28097 14.5401C9.13517 14.7822 9.04437 15.0535 9.015 15.3347C8.8275 16.8234 10.2947 17.2481 11.1713 17.5012C12.3019 17.8284 12.4012 17.9625 12.3694 18.2128C12.3403 18.4388 12.2513 18.525 12.1688 18.5812C11.7375 18.8681 10.7466 18.7275 10.3359 18.6141C10.1439 18.5605 9.93837 18.5854 9.76466 18.6833C9.59096 18.7813 9.46327 18.9442 9.40969 19.1362C9.35611 19.3283 9.38102 19.5338 9.47895 19.7075C9.57688 19.8812 9.7398 20.0089 9.93188 20.0625C10.3967 20.185 10.8752 20.248 11.3559 20.25C11.9016 20.25 12.5091 20.1562 12.9956 19.8319C13.2358 19.6723 13.4376 19.4615 13.5866 19.2146C13.7355 18.9677 13.828 18.6909 13.8572 18.4041C14.0625 16.7812 12.5147 16.3284 11.5875 16.0603ZM7.5 13.5H3.75C3.55109 13.5 3.36032 13.579 3.21967 13.7197C3.07902 13.8603 3 14.0511 3 14.25C3 14.4489 3.07902 14.6397 3.21967 14.7803C3.36032 14.921 3.55109 15 3.75 15H4.875V19.5C4.875 19.6989 4.95402 19.8897 5.09467 20.0303C5.23532 20.171 5.42609 20.25 5.625 20.25C5.82391 20.25 6.01468 20.171 6.15533 20.0303C6.29598 19.8897 6.375 19.6989 6.375 19.5V15H7.5C7.69891 15 7.88968 14.921 8.03033 14.7803C8.17098 14.6397 8.25 14.4489 8.25 14.25C8.25 14.0511 8.17098 13.8603 8.03033 13.7197C7.88968 13.579 7.69891 13.5 7.5 13.5ZM20.25 8.25V10.5C20.25 10.6989 20.171 10.8897 20.0303 11.0303C19.8897 11.171 19.6989 11.25 19.5 11.25C19.3011 11.25 19.1103 11.171 18.9697 11.0303C18.829 10.8897 18.75 10.6989 18.75 10.5V9H14.25C14.0511 9 13.8603 8.92098 13.7197 8.78033C13.579 8.63968 13.5 8.44891 13.5 8.25V3.75H5.25V10.5C5.25 10.6989 5.17098 10.8897 5.03033 11.0303C4.88968 11.171 4.69891 11.25 4.5 11.25C4.30109 11.25 4.11032 11.171 3.96967 11.0303C3.82902 10.8897 3.75 10.6989 3.75 10.5V3.75C3.75 3.35218 3.90804 2.97064 4.18934 2.68934C4.47064 2.40804 4.85218 2.25 5.25 2.25H14.25C14.3485 2.24992 14.4461 2.26926 14.5371 2.3069C14.6282 2.34454 14.7109 2.39975 14.7806 2.46938L20.0306 7.71938C20.1003 7.78908 20.1555 7.87182 20.1931 7.96286C20.2307 8.05391 20.2501 8.15148 20.25 8.25ZM17.6897 7.5L15 4.81031V7.5H17.6897Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FileTsxIcon.displayName = 'FileTsxIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FileTxtIcon: 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 FileTxtIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M4.5 11.25C4.69891 11.25 4.88968 11.171 5.03033 11.0303C5.17098 10.8897 5.25 10.6989 5.25 10.5V3.75H13.5V8.25C13.5 8.44891 13.579 8.63968 13.7197 8.78033C13.8603 8.92098 14.0511 9 14.25 9H18.75V10.5C18.75 10.6989 18.829 10.8897 18.9697 11.0303C19.1103 11.171 19.3011 11.25 19.5 11.25C19.6989 11.25 19.8897 11.171 20.0303 11.0303C20.171 10.8897 20.25 10.6989 20.25 10.5V8.25C20.2501 8.15148 20.2307 8.05391 20.1931 7.96286C20.1555 7.87182 20.1003 7.78908 20.0306 7.71938L14.7806 2.46938C14.7109 2.39975 14.6282 2.34454 14.5371 2.3069C14.4461 2.26926 14.3485 2.24992 14.25 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V10.5C3.75 10.6989 3.82902 10.8897 3.96967 11.0303C4.11032 11.171 4.30109 11.25 4.5 11.25ZM15 4.81031L17.6897 7.5H15V4.81031ZM14.4853 14.6859L12.9216 16.875L14.4853 19.0641C14.5906 19.226 14.6293 19.4223 14.5934 19.612C14.5576 19.8018 14.4499 19.9704 14.2928 20.0828C14.1358 20.1951 13.9414 20.2426 13.7502 20.2152C13.5591 20.1879 13.3858 20.0878 13.2666 19.9359L12 18.165L10.7353 19.9359C10.6801 20.0209 10.6083 20.0938 10.5241 20.1502C10.44 20.2066 10.3453 20.2454 10.2457 20.2642C10.1462 20.283 10.0438 20.2814 9.9449 20.2596C9.84597 20.2378 9.75248 20.1962 9.67009 20.1372C9.58769 20.0783 9.51809 20.0032 9.46549 19.9167C9.41288 19.8301 9.37837 19.7337 9.36402 19.6334C9.34967 19.5332 9.35579 19.431 9.38201 19.3331C9.40823 19.2353 9.454 19.1437 9.51656 19.0641L11.0784 16.875L9.51469 14.6859C9.45212 14.6063 9.40635 14.5147 9.38013 14.4169C9.35392 14.319 9.3478 14.2168 9.36214 14.1166C9.37649 14.0163 9.41101 13.9199 9.46361 13.8333C9.51622 13.7468 9.58582 13.6717 9.66821 13.6128C9.75061 13.5538 9.84409 13.5122 9.94303 13.4904C10.042 13.4686 10.1443 13.467 10.2438 13.4858C10.3434 13.5046 10.4381 13.5434 10.5222 13.5998C10.6064 13.6562 10.6782 13.7291 10.7334 13.8141L12 15.585L13.2647 13.8141C13.3839 13.6622 13.5572 13.5621 13.7484 13.5348C13.9395 13.5074 14.1339 13.5549 14.291 13.6672C14.448 13.7796 14.5557 13.9482 14.5915 14.138C14.6274 14.3277 14.5887 14.524 14.4834 14.6859H14.4853ZM8.625 14.25C8.625 14.4489 8.54598 14.6397 8.40533 14.7803C8.26468 14.921 8.07391 15 7.875 15H6.75V19.5C6.75 19.6989 6.67098 19.8897 6.53033 20.0303C6.38968 20.171 6.19891 20.25 6 20.25C5.80109 20.25 5.61032 20.171 5.46967 20.0303C5.32902 19.8897 5.25 19.6989 5.25 19.5V15H4.125C3.92609 15 3.73532 14.921 3.59467 14.7803C3.45402 14.6397 3.375 14.4489 3.375 14.25C3.375 14.0511 3.45402 13.8603 3.59467 13.7197C3.73532 13.579 3.92609 13.5 4.125 13.5H7.875C8.07391 13.5 8.26468 13.579 8.40533 13.7197C8.54598 13.8603 8.625 14.0511 8.625 14.25ZM20.625 14.25C20.625 14.4489 20.546 14.6397 20.4053 14.7803C20.2647 14.921 20.0739 15 19.875 15H18.75V19.5C18.75 19.6989 18.671 19.8897 18.5303 20.0303C18.3897 20.171 18.1989 20.25 18 20.25C17.8011 20.25 17.6103 20.171 17.4697 20.0303C17.329 19.8897 17.25 19.6989 17.25 19.5V15H16.125C15.9261 15 15.7353 14.921 15.5947 14.7803C15.454 14.6397 15.375 14.4489 15.375 14.25C15.375 14.0511 15.454 13.8603 15.5947 13.7197C15.7353 13.579 15.9261 13.5 16.125 13.5H19.875C20.0739 13.5 20.2647 13.579 20.4053 13.7197C20.546 13.8603 20.625 14.0511 20.625 14.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FileTxtIcon.displayName = 'FileTxtIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FileVideoIcon: 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 FileVideoIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.0306 7.71938L14.7806 2.46938C14.7109 2.39975 14.6282 2.34454 14.5371 2.3069C14.4461 2.26926 14.3485 2.24992 14.25 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V10.5C3.75 10.6989 3.82902 10.8897 3.96967 11.0303C4.11032 11.171 4.30109 11.25 4.5 11.25C4.69891 11.25 4.88968 11.171 5.03033 11.0303C5.17098 10.8897 5.25 10.6989 5.25 10.5V3.75H13.5V8.25C13.5 8.44891 13.579 8.63968 13.7197 8.78033C13.8603 8.92098 14.0511 9 14.25 9H18.75V20.25H18C17.8011 20.25 17.6103 20.329 17.4697 20.4697C17.329 20.6103 17.25 20.8011 17.25 21C17.25 21.1989 17.329 21.3897 17.4697 21.5303C17.6103 21.671 17.8011 21.75 18 21.75H18.75C19.1478 21.75 19.5294 21.592 19.8107 21.3107C20.092 21.0294 20.25 20.6478 20.25 20.25V8.25C20.2501 8.15148 20.2307 8.05391 20.1931 7.96286C20.1555 7.87182 20.1003 7.78908 20.0306 7.71938ZM15 4.81031L17.6897 7.5H15V4.81031ZM14.6138 13.5938C14.4966 13.5289 14.3642 13.4966 14.2303 13.5003C14.0964 13.5039 13.966 13.5433 13.8525 13.6144L11.9822 14.7825C11.93 14.4265 11.7516 14.1011 11.4795 13.8657C11.2074 13.6303 10.8598 13.5005 10.5 13.5H4.5C4.10218 13.5 3.72064 13.658 3.43934 13.9393C3.15804 14.2206 3 14.6022 3 15V19.5C3 19.8978 3.15804 20.2794 3.43934 20.5607C3.72064 20.842 4.10218 21 4.5 21H10.5C10.8598 20.9995 11.2074 20.8697 11.4795 20.6343C11.7516 20.3989 11.93 20.0735 11.9822 19.7175L13.8525 20.8856C13.966 20.9566 14.0964 20.9958 14.2302 20.9994C14.364 21.0029 14.4963 20.9706 14.6134 20.9057C14.7305 20.8408 14.8281 20.7458 14.8961 20.6305C14.964 20.5152 14.9999 20.3838 15 20.25V14.25C15.0001 14.1161 14.9643 13.9846 14.8964 13.8692C14.8284 13.7538 14.7309 13.6587 14.6138 13.5938ZM10.5 19.5H4.5V15H10.5V19.5ZM13.5 18.8972L12 17.9597V16.5403L13.5 15.6028V18.8972Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FileVideoIcon.displayName = 'FileVideoIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FileVueIcon: 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 FileVueIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M8.20688 14.5022L6.33188 19.7522C6.27989 19.8979 6.18409 20.024 6.05763 20.1132C5.93116 20.2024 5.78021 20.2502 5.62547 20.2502C5.47073 20.2502 5.31978 20.2024 5.19331 20.1132C5.06684 20.024 4.97105 19.8979 4.91906 19.7522L3.04406 14.5022C3.01095 14.4094 2.99642 14.311 3.00133 14.2127C3.00623 14.1143 3.03046 14.0178 3.07264 13.9288C3.11482 13.8398 3.17412 13.76 3.24715 13.6939C3.32018 13.6278 3.40551 13.5767 3.49828 13.5436C3.59105 13.5105 3.68943 13.496 3.78781 13.5009C3.88619 13.5058 3.98264 13.53 4.07165 13.5722C4.16066 13.6143 4.2405 13.6736 4.3066 13.7467C4.37269 13.8197 4.42376 13.905 4.45688 13.9978L5.625 17.2697L6.79406 13.9978C6.86095 13.8105 6.99952 13.6574 7.17929 13.5722C7.35906 13.487 7.56531 13.4767 7.75266 13.5436C7.94001 13.6105 8.09311 13.749 8.1783 13.9288C8.26348 14.1086 8.27376 14.3148 8.20688 14.5022ZM19.5 15C19.6989 15 19.8897 14.921 20.0303 14.7803C20.171 14.6397 20.25 14.4489 20.25 14.25C20.25 14.0511 20.171 13.8603 20.0303 13.7197C19.8897 13.579 19.6989 13.5 19.5 13.5H16.5C16.3011 13.5 16.1103 13.579 15.9697 13.7197C15.829 13.8603 15.75 14.0511 15.75 14.25V19.5C15.75 19.6989 15.829 19.8897 15.9697 20.0303C16.1103 20.171 16.3011 20.25 16.5 20.25H19.5C19.6989 20.25 19.8897 20.171 20.0303 20.0303C20.171 19.8897 20.25 19.6989 20.25 19.5C20.25 19.3011 20.171 19.1103 20.0303 18.9697C19.8897 18.829 19.6989 18.75 19.5 18.75H17.25V17.625H18.75C18.9489 17.625 19.1397 17.546 19.2803 17.4053C19.421 17.2647 19.5 17.0739 19.5 16.875C19.5 16.6761 19.421 16.4853 19.2803 16.3447C19.1397 16.204 18.9489 16.125 18.75 16.125H17.25V15H19.5ZM13.5 13.5C13.3011 13.5 13.1103 13.579 12.9697 13.7197C12.829 13.8603 12.75 14.0511 12.75 14.25V17.8125C12.75 18.0611 12.6512 18.2996 12.4754 18.4754C12.2996 18.6512 12.0611 18.75 11.8125 18.75C11.5639 18.75 11.3254 18.6512 11.1496 18.4754C10.9738 18.2996 10.875 18.0611 10.875 17.8125V14.25C10.875 14.0511 10.796 13.8603 10.6553 13.7197C10.5147 13.579 10.3239 13.5 10.125 13.5C9.92609 13.5 9.73532 13.579 9.59467 13.7197C9.45402 13.8603 9.375 14.0511 9.375 14.25V17.8125C9.375 18.459 9.63181 19.079 10.0889 19.5361C10.546 19.9932 11.166 20.25 11.8125 20.25C12.459 20.25 13.079 19.9932 13.5361 19.5361C13.9932 19.079 14.25 18.459 14.25 17.8125V14.25C14.25 14.0511 14.171 13.8603 14.0303 13.7197C13.8897 13.579 13.6989 13.5 13.5 13.5ZM20.25 8.25V10.5C20.25 10.6989 20.171 10.8897 20.0303 11.0303C19.8897 11.171 19.6989 11.25 19.5 11.25C19.3011 11.25 19.1103 11.171 18.9697 11.0303C18.829 10.8897 18.75 10.6989 18.75 10.5V9H14.25C14.0511 9 13.8603 8.92098 13.7197 8.78033C13.579 8.63968 13.5 8.44891 13.5 8.25V3.75H5.25V10.5C5.25 10.6989 5.17098 10.8897 5.03033 11.0303C4.88968 11.171 4.69891 11.25 4.5 11.25C4.30109 11.25 4.11032 11.171 3.96967 11.0303C3.82902 10.8897 3.75 10.6989 3.75 10.5V3.75C3.75 3.35218 3.90804 2.97064 4.18934 2.68934C4.47064 2.40804 4.85218 2.25 5.25 2.25H14.25C14.3485 2.24992 14.4461 2.26926 14.5371 2.3069C14.6282 2.34454 14.7109 2.39975 14.7806 2.46938L20.0306 7.71937C20.1003 7.78908 20.1555 7.87182 20.1931 7.96286C20.2307 8.05391 20.2501 8.15148 20.25 8.25ZM17.6897 7.5L15 4.81031V7.5H17.6897Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FileVueIcon.displayName = 'FileVueIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FileXIcon: 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 FileXIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.0306 7.71938L14.7806 2.46938C14.7109 2.39975 14.6282 2.34454 14.5371 2.3069C14.4461 2.26926 14.3485 2.24992 14.25 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V20.25C3.75 20.6478 3.90804 21.0294 4.18934 21.3107C4.47064 21.592 4.85218 21.75 5.25 21.75H18.75C19.1478 21.75 19.5294 21.592 19.8107 21.3107C20.092 21.0294 20.25 20.6478 20.25 20.25V8.25C20.2501 8.15148 20.2307 8.05391 20.1931 7.96286C20.1555 7.87182 20.1003 7.78908 20.0306 7.71938ZM15 4.81031L17.6897 7.5H15V4.81031ZM18.75 20.25H5.25V3.75H13.5V8.25C13.5 8.44891 13.579 8.63968 13.7197 8.78033C13.8603 8.92098 14.0511 9 14.25 9H18.75V20.25ZM14.7806 12.5306L13.0603 14.25L14.7806 15.9694C14.8503 16.0391 14.9056 16.1218 14.9433 16.2128C14.981 16.3039 15.0004 16.4015 15.0004 16.5C15.0004 16.5985 14.981 16.6961 14.9433 16.7872C14.9056 16.8782 14.8503 16.9609 14.7806 17.0306C14.7109 17.1003 14.6282 17.1556 14.5372 17.1933C14.4461 17.231 14.3485 17.2504 14.25 17.2504C14.1515 17.2504 14.0539 17.231 13.9628 17.1933C13.8718 17.1556 13.7891 17.1003 13.7194 17.0306L12 15.3103L10.2806 17.0306C10.2109 17.1003 10.1282 17.1556 10.0372 17.1933C9.94613 17.231 9.84855 17.2504 9.75 17.2504C9.65145 17.2504 9.55387 17.231 9.46283 17.1933C9.37178 17.1556 9.28906 17.1003 9.21937 17.0306C9.14969 16.9609 9.09442 16.8782 9.0567 16.7872C9.01899 16.6961 8.99958 16.5985 8.99958 16.5C8.99958 16.4015 9.01899 16.3039 9.0567 16.2128C9.09442 16.1218 9.14969 16.0391 9.21937 15.9694L10.9397 14.25L9.21937 12.5306C9.07864 12.3899 8.99958 12.199 8.99958 12C8.99958 11.801 9.07864 11.6101 9.21937 11.4694C9.36011 11.3286 9.55098 11.2496 9.75 11.2496C9.94902 11.2496 10.1399 11.3286 10.2806 11.4694L12 13.1897L13.7194 11.4694C13.7891 11.3997 13.8718 11.3444 13.9628 11.3067C14.0539 11.269 14.1515 11.2496 14.25 11.2496C14.3485 11.2496 14.4461 11.269 14.5372 11.3067C14.6282 11.3444 14.7109 11.3997 14.7806 11.4694C14.8503 11.5391 14.9056 11.6218 14.9433 11.7128C14.981 11.8039 15.0004 11.9015 15.0004 12C15.0004 12.0985 14.981 12.1961 14.9433 12.2872C14.9056 12.3782 14.8503 12.4609 14.7806 12.5306Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FileXIcon.displayName = 'FileXIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FileXlsIcon: 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 FileXlsIcon = 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.625 19.5C14.625 19.6989 14.546 19.8897 14.4053 20.0303C14.2647 20.171 14.0739 20.25 13.875 20.25H11.25C11.0511 20.25 10.8603 20.171 10.7197 20.0303C10.579 19.8897 10.5 19.6989 10.5 19.5V14.25C10.5 14.0511 10.579 13.8603 10.7197 13.7197C10.8603 13.579 11.0511 13.5 11.25 13.5C11.4489 13.5 11.6397 13.579 11.7803 13.7197C11.921 13.8603 12 14.0511 12 14.25V18.75H13.875C14.0739 18.75 14.2647 18.829 14.4053 18.9697C14.546 19.1103 14.625 19.3011 14.625 19.5ZM8.68592 13.6397C8.60578 13.5824 8.51514 13.5415 8.41918 13.5193C8.32323 13.4971 8.22384 13.494 8.12668 13.5102C8.02953 13.5264 7.93651 13.5615 7.85295 13.6137C7.76939 13.6658 7.69692 13.7339 7.63967 13.8141L6.37498 15.585L5.1103 13.8141C5.05509 13.7291 4.98324 13.6562 4.89909 13.5998C4.81495 13.5434 4.72024 13.5046 4.62069 13.4858C4.52114 13.467 4.41882 13.4686 4.31988 13.4904C4.22095 13.5122 4.12747 13.5538 4.04507 13.6128C3.96268 13.6717 3.89308 13.7468 3.84047 13.8333C3.78787 13.9199 3.75335 14.0163 3.739 14.1166C3.72466 14.2168 3.73078 14.319 3.75699 14.4169C3.78321 14.5147 3.82898 14.6063 3.89155 14.6859L5.45342 16.875L3.88967 19.0641C3.78443 19.226 3.74571 19.4223 3.78156 19.612C3.81742 19.8018 3.92509 19.9704 4.08215 20.0828C4.23922 20.1951 4.43357 20.2426 4.62474 20.2152C4.81591 20.1879 4.98916 20.0878 5.10842 19.9359L6.37498 18.165L7.63967 19.9359C7.75893 20.0878 7.93219 20.1879 8.12336 20.2152C8.31453 20.2426 8.50888 20.1951 8.66594 20.0828C8.82301 19.9704 8.93068 19.8018 8.96653 19.612C9.00239 19.4223 8.96366 19.226 8.85842 19.0641L7.29655 16.875L8.8603 14.6859C8.91755 14.6058 8.95845 14.5152 8.98067 14.4192C9.00289 14.3232 9.00599 14.2239 8.9898 14.1267C8.97361 14.0295 8.93844 13.9365 8.8863 13.853C8.83416 13.7694 8.76607 13.6969 8.68592 13.6397ZM17.9615 16.0603C17.5865 15.9516 17.1984 15.84 16.9819 15.7003C16.8647 15.6234 16.8665 15.6066 16.8769 15.5222C16.8783 15.454 16.896 15.3872 16.9287 15.3273C16.9613 15.2674 17.0078 15.2163 17.0644 15.1781C17.4956 14.8856 18.5025 15.0169 18.9225 15.1256C19.1149 15.1762 19.3196 15.1483 19.4915 15.048C19.6633 14.9477 19.7883 14.7832 19.8389 14.5908C19.8895 14.3983 19.8616 14.1937 19.7613 14.0218C19.661 13.8499 19.4965 13.725 19.304 13.6744C19.1062 13.6228 17.3353 13.185 16.2262 13.9331C15.9924 14.0911 15.796 14.2986 15.6511 14.5407C15.5061 14.7829 15.416 15.0539 15.3872 15.3347C15.1997 16.8234 16.6669 17.2481 17.5434 17.5012C18.674 17.8284 18.7734 17.9625 18.7415 18.2128C18.7125 18.4388 18.6234 18.525 18.54 18.5812C18.1087 18.8681 17.1187 18.7266 16.7081 18.6141C16.516 18.5607 16.3106 18.5859 16.1371 18.684C16.0512 18.7326 15.9757 18.7976 15.9149 18.8753C15.8541 18.9531 15.8092 19.0421 15.7828 19.1372C15.7564 19.2323 15.749 19.3317 15.761 19.4296C15.773 19.5276 15.8041 19.6223 15.8527 19.7082C15.9508 19.8817 16.1138 20.0092 16.3059 20.0625C16.7708 20.185 17.2493 20.248 17.73 20.25C18.2756 20.25 18.8831 20.1562 19.3697 19.8319C19.6097 19.6722 19.8114 19.4614 19.9602 19.2145C20.109 18.9676 20.2012 18.6909 20.2303 18.4041C20.4375 16.7812 18.8887 16.3284 17.9615 16.0603ZM3.74998 10.5V3.75C3.74998 3.35218 3.90802 2.97064 4.18932 2.68934C4.47063 2.40804 4.85216 2.25 5.24998 2.25H14.25C14.3485 2.24992 14.4461 2.26926 14.5371 2.3069C14.6282 2.34454 14.7109 2.39975 14.7806 2.46938L20.0306 7.71938C20.1002 7.78908 20.1554 7.87182 20.1931 7.96286C20.2307 8.05391 20.2501 8.15148 20.25 8.25V10.5C20.25 10.6989 20.171 10.8897 20.0303 11.0303C19.8897 11.171 19.6989 11.25 19.5 11.25C19.3011 11.25 19.1103 11.171 18.9697 11.0303C18.829 10.8897 18.75 10.6989 18.75 10.5V9H14.25C14.0511 9 13.8603 8.92098 13.7197 8.78033C13.579 8.63968 13.5 8.44891 13.5 8.25V3.75H5.24998V10.5C5.24998 10.6989 5.17097 10.8897 5.03031 11.0303C4.88966 11.171 4.6989 11.25 4.49998 11.25C4.30107 11.25 4.11031 11.171 3.96965 11.0303C3.829 10.8897 3.74998 10.6989 3.74998 10.5ZM15 7.5H17.6887L15 4.81031V7.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FileXlsIcon.displayName = 'FileXlsIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FileZipIcon: 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 FileZipIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M17.25 13.5H15.75C15.5511 13.5 15.3603 13.579 15.2197 13.7197C15.079 13.8603 15 14.0511 15 14.25V19.5C15 19.6989 15.079 19.8897 15.2197 20.0303C15.3603 20.171 15.5511 20.25 15.75 20.25C15.9489 20.25 16.1397 20.171 16.2803 20.0303C16.421 19.8897 16.5 19.6989 16.5 19.5V18.75H17.25C17.9462 18.75 18.6139 18.4734 19.1062 17.9812C19.5984 17.4889 19.875 16.8212 19.875 16.125C19.875 15.4288 19.5984 14.7611 19.1062 14.2688C18.6139 13.7766 17.9462 13.5 17.25 13.5ZM17.25 17.25H16.5V15H17.25C17.5484 15 17.8345 15.1185 18.0455 15.3295C18.2565 15.5405 18.375 15.8266 18.375 16.125C18.375 16.4234 18.2565 16.7095 18.0455 16.9205C17.8345 17.1315 17.5484 17.25 17.25 17.25ZM12.75 14.25V19.5C12.75 19.6989 12.671 19.8897 12.5303 20.0303C12.3897 20.171 12.1989 20.25 12 20.25C11.8011 20.25 11.6103 20.171 11.4697 20.0303C11.329 19.8897 11.25 19.6989 11.25 19.5V14.25C11.25 14.0511 11.329 13.8603 11.4697 13.7197C11.6103 13.579 11.8011 13.5 12 13.5C12.1989 13.5 12.3897 13.579 12.5303 13.7197C12.671 13.8603 12.75 14.0511 12.75 14.25ZM9 19.5C9 19.6989 8.92098 19.8897 8.78033 20.0303C8.63968 20.171 8.44891 20.25 8.25 20.25H5.25C5.11778 20.2512 4.98759 20.2174 4.87264 20.1521C4.75768 20.0867 4.66204 19.9921 4.59542 19.8779C4.52879 19.7637 4.49355 19.6339 4.49325 19.5017C4.49296 19.3695 4.52763 19.2395 4.59375 19.125L6.9525 15H5.25C5.05109 15 4.86032 14.921 4.71967 14.7803C4.57902 14.6397 4.5 14.4489 4.5 14.25C4.5 14.0511 4.57902 13.8603 4.71967 13.7197C4.86032 13.579 5.05109 13.5 5.25 13.5H8.25C8.38222 13.4988 8.51241 13.5326 8.62736 13.5979C8.74232 13.6633 8.83796 13.7579 8.90458 13.8721C8.97121 13.9863 9.00645 14.1161 9.00675 14.2483C9.00704 14.3805 8.97237 14.5105 8.90625 14.625L6.54281 18.75H8.25C8.44891 18.75 8.63968 18.829 8.78033 18.9697C8.92098 19.1103 9 19.3011 9 19.5ZM20.0306 7.71938L14.7806 2.46938C14.7109 2.39975 14.6282 2.34454 14.5371 2.3069C14.4461 2.26926 14.3485 2.24992 14.25 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V10.5C3.75 10.6989 3.82902 10.8897 3.96967 11.0303C4.11032 11.171 4.30109 11.25 4.5 11.25C4.69891 11.25 4.88968 11.171 5.03033 11.0303C5.17098 10.8897 5.25 10.6989 5.25 10.5V3.75H13.5V8.25C13.5 8.44891 13.579 8.63968 13.7197 8.78033C13.8603 8.92098 14.0511 9 14.25 9H18.75V10.5C18.75 10.6989 18.829 10.8897 18.9697 11.0303C19.1103 11.171 19.3011 11.25 19.5 11.25C19.6989 11.25 19.8897 11.171 20.0303 11.0303C20.171 10.8897 20.25 10.6989 20.25 10.5V8.25C20.2501 8.15148 20.2307 8.05391 20.1931 7.96286C20.1555 7.87182 20.1003 7.78908 20.0306 7.71938ZM15 7.5V4.81031L17.6897 7.5H15Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FileZipIcon.displayName = 'FileZipIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FlyingSaucerIcon: 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 FlyingSaucerIcon = 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.2116 20.0128C17.2745 20.2015 17.2598 20.4075 17.1709 20.5854C17.0819 20.7633 16.9259 20.8986 16.7372 20.9615C16.5485 21.0244 16.3425 21.0098 16.1646 20.9208C15.9866 20.8319 15.8513 20.6759 15.7884 20.4871L15.0384 18.2371C15.0073 18.1437 14.9949 18.045 15.0018 17.9468C15.0088 17.8485 15.0351 17.7526 15.0791 17.6645C15.1232 17.5764 15.1842 17.4979 15.2586 17.4333C15.333 17.3688 15.4194 17.3195 15.5128 17.2884C15.6063 17.2572 15.7049 17.2448 15.8032 17.2518C15.9014 17.2588 15.9973 17.285 16.0854 17.3291C16.1735 17.3731 16.2521 17.4341 16.3166 17.5085C16.3812 17.5829 16.4304 17.6693 16.4616 17.7628L17.2116 20.0128ZM12 17.25C11.8011 17.25 11.6103 17.329 11.4697 17.4696C11.329 17.6103 11.25 17.801 11.25 18V21C11.25 21.1989 11.329 21.3896 11.4697 21.5303C11.6103 21.6709 11.8011 21.75 12 21.75C12.1989 21.75 12.3897 21.6709 12.5303 21.5303C12.671 21.3896 12.75 21.1989 12.75 21V18C12.75 17.801 12.671 17.6103 12.5303 17.4696C12.3897 17.329 12.1989 17.25 12 17.25ZM8.48719 17.2884C8.39374 17.2572 8.29508 17.2448 8.19683 17.2518C8.09857 17.2587 8.00266 17.285 7.91456 17.3291C7.82646 17.3731 7.74789 17.4341 7.68336 17.5085C7.61882 17.5829 7.56958 17.6693 7.53844 17.7628L6.78844 20.0128C6.72553 20.2015 6.74017 20.4075 6.82913 20.5854C6.9181 20.7633 7.07409 20.8986 7.26281 20.9615C7.45153 21.0244 7.65751 21.0098 7.83543 20.9208C8.01336 20.8319 8.14866 20.6759 8.21156 20.4871L8.96156 18.2371C8.99272 18.1437 9.00516 18.045 8.99818 17.9468C8.9912 17.8485 8.96494 17.7526 8.92089 17.6645C8.87684 17.5764 8.81586 17.4978 8.74145 17.4333C8.66703 17.3688 8.58064 17.3195 8.48719 17.2884ZM23.25 10.5C23.25 12.0206 21.9966 13.3959 19.7203 14.3709C17.6456 15.2606 14.9062 15.75 12 15.75C9.09375 15.75 6.35437 15.2606 4.27969 14.3709C2.00344 13.3959 0.75 12.0206 0.75 10.5C0.75 9.71526 1.09406 8.55089 2.73469 7.45308C3.80063 6.73964 5.26031 6.16308 6.97031 5.77964C7.44717 5.02411 8.08762 4.38532 8.84438 3.91043C9.60115 3.43554 10.4549 3.13667 11.3426 3.03589C12.2304 2.9351 13.1294 3.03497 13.9733 3.32813C14.8173 3.62128 15.5847 4.10024 16.2188 4.72964C16.5422 5.04969 16.8287 5.40504 17.0728 5.78901C20.9466 6.66464 23.25 8.41308 23.25 10.5ZM7.5 9.07776V9.35901C7.49904 9.52749 7.55541 9.69128 7.65985 9.82348C7.76428 9.95568 7.91057 10.0484 8.07469 10.0865C9.36355 10.3707 10.6802 10.5094 12 10.5C13.319 10.5106 14.6351 10.3731 15.9234 10.0903C16.0878 10.0524 16.2344 9.95976 16.3392 9.82756C16.444 9.69535 16.5007 9.53145 16.5 9.36276V8.99995C16.5001 8.40392 16.3817 7.81382 16.1518 7.2639C15.9219 6.71399 15.5851 6.21523 15.1608 5.79657C14.7366 5.37791 14.2334 5.0477 13.6805 4.82512C13.1276 4.60253 12.536 4.492 11.94 4.49995C9.49219 4.53183 7.5 6.58589 7.5 9.07776ZM21.75 10.5C21.75 9.40308 20.1909 8.26026 17.8219 7.53839C17.9404 8.01653 18.0002 8.50734 18 8.99995V9.36745C18.0008 9.87493 17.829 10.3676 17.5128 10.7645C17.1966 11.1615 16.7548 11.4391 16.26 11.5518C14.8613 11.8602 13.4323 12.0105 12 12C10.5677 12.0105 9.13876 11.8601 7.74 11.5518C7.2452 11.4391 6.80343 11.1615 6.48724 10.7645C6.17105 10.3676 5.99923 9.87493 6 9.36745V9.08058C6.00016 8.55792 6.06727 8.03743 6.19969 7.53183C3.8175 8.24995 2.25 9.39839 2.25 10.5C2.25 12.2737 6.25406 14.25 12 14.25C17.7459 14.25 21.75 12.2737 21.75 10.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FlyingSaucerIcon.displayName = 'FlyingSaucerIcon';
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const GearIcon = forwardRef((props, ref) => {
9
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 7.49998C11.11 7.49998 10.24 7.7639 9.49995 8.25837C8.75993 8.75284 8.18315 9.45564 7.84256 10.2779C7.50196 11.1002 7.41285 12.005 7.58648 12.8779C7.76011 13.7508 8.1887 14.5526 8.81803 15.182C9.44737 15.8113 10.2492 16.2399 11.1221 16.4135C11.995 16.5872 12.8998 16.498 13.7221 16.1574C14.5444 15.8168 15.2472 15.2401 15.7416 14.5C16.2361 13.76 16.5 12.89 16.5 12C16.4988 10.8069 16.0243 9.66302 15.1806 8.81937C14.337 7.97573 13.1931 7.50122 12 7.49998ZM12 15C11.4067 15 10.8267 14.824 10.3333 14.4944C9.83996 14.1647 9.45544 13.6962 9.22837 13.148C9.00131 12.5999 8.9419 11.9967 9.05766 11.4147C9.17341 10.8328 9.45914 10.2982 9.87869 9.87866C10.2983 9.4591 10.8328 9.17338 11.4147 9.05763C11.9967 8.94187 12.5999 9.00128 13.1481 9.22834C13.6962 9.45541 14.1648 9.83992 14.4944 10.3333C14.8241 10.8266 15 11.4066 15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7957 15 12 15ZM20.25 12.2025C20.2538 12.0675 20.2538 11.9325 20.25 11.7975L21.6488 10.05C21.7221 9.95823 21.7729 9.85053 21.797 9.73557C21.8211 9.62061 21.8178 9.50159 21.7875 9.38811C21.5582 8.52617 21.2152 7.69859 20.7675 6.92717C20.7089 6.82622 20.6275 6.74034 20.5299 6.67638C20.4322 6.61242 20.321 6.57213 20.205 6.55873L17.9813 6.31123C17.8888 6.21373 17.795 6.11998 17.7 6.02998L17.4375 3.80061C17.424 3.68456 17.3836 3.57326 17.3195 3.4756C17.2553 3.37794 17.1693 3.29662 17.0681 3.23811C16.2964 2.79124 15.4689 2.44858 14.6072 2.21904C14.4936 2.18885 14.3746 2.18577 14.2596 2.21003C14.1447 2.23429 14.037 2.28523 13.9453 2.35873L12.2025 3.74998C12.0675 3.74998 11.9325 3.74998 11.7975 3.74998L10.05 2.35404C9.95826 2.2807 9.85056 2.22994 9.7356 2.20584C9.62064 2.18174 9.50162 2.18498 9.38814 2.21529C8.52634 2.44501 7.69881 2.788 6.9272 3.23529C6.82625 3.29391 6.74037 3.37529 6.67641 3.47294C6.61245 3.57059 6.57216 3.68183 6.55876 3.79779L6.31126 6.02529C6.21376 6.11842 6.12001 6.21217 6.03001 6.30654L3.80064 6.56248C3.68459 6.57598 3.57329 6.61641 3.47563 6.68054C3.37797 6.74467 3.29665 6.83073 3.23814 6.93186C2.79128 7.70357 2.44861 8.53108 2.21907 9.3928C2.18888 9.50635 2.1858 9.62541 2.21006 9.74038C2.23432 9.85534 2.28526 9.963 2.35876 10.0547L3.75001 11.7975C3.75001 11.9325 3.75001 12.0675 3.75001 12.2025L2.35407 13.95C2.28073 14.0417 2.22997 14.1494 2.20587 14.2644C2.18177 14.3794 2.18501 14.4984 2.21532 14.6119C2.44463 15.4738 2.78764 16.3014 3.23532 17.0728C3.29394 17.1737 3.37532 17.2596 3.47297 17.3236C3.57062 17.3875 3.68186 17.4278 3.79782 17.4412L6.02158 17.6887C6.1147 17.7862 6.20845 17.88 6.30283 17.97L6.56251 20.1994C6.57601 20.3154 6.61644 20.4267 6.68057 20.5244C6.7447 20.622 6.83076 20.7033 6.93189 20.7619C7.7036 21.2087 8.53111 21.5514 9.39283 21.7809C9.50638 21.8111 9.62544 21.8142 9.74041 21.7899C9.85537 21.7657 9.96303 21.7147 10.0547 21.6412L11.7975 20.25C11.9325 20.2537 12.0675 20.2537 12.2025 20.25L13.95 21.6487C14.0418 21.7221 14.1495 21.7728 14.2644 21.7969C14.3794 21.821 14.4984 21.8178 14.6119 21.7875C15.4738 21.5582 16.3014 21.2152 17.0728 20.7675C17.1738 20.7089 17.2597 20.6275 17.3236 20.5298C17.3876 20.4322 17.4279 20.3209 17.4413 20.205L17.6888 17.9812C17.7863 17.8887 17.88 17.795 17.97 17.7L20.1994 17.4375C20.3154 17.424 20.4267 17.3836 20.5244 17.3194C20.6221 17.2553 20.7034 17.1692 20.7619 17.0681C21.2088 16.2964 21.5514 15.4689 21.781 14.6072C21.8111 14.4936 21.8142 14.3746 21.79 14.2596C21.7657 14.1446 21.7148 14.037 21.6413 13.9453L20.25 12.2025ZM18.7406 11.5931C18.7566 11.8641 18.7566 12.1358 18.7406 12.4069C18.7295 12.5924 18.7876 12.7755 18.9038 12.9206L20.2341 14.5828C20.0814 15.0679 19.886 15.5385 19.65 15.989L17.5313 16.229C17.3467 16.2495 17.1764 16.3377 17.0531 16.4765C16.8727 16.6795 16.6805 16.8717 16.4775 17.0522C16.3387 17.1754 16.2505 17.3458 16.23 17.5303L15.9947 19.6472C15.5442 19.8832 15.0736 20.0787 14.5885 20.2312L12.9253 18.9009C12.7922 18.7946 12.6269 18.7367 12.4566 18.7369H12.4116C12.1406 18.7528 11.8688 18.7528 11.5978 18.7369C11.4123 18.7257 11.2292 18.7838 11.0841 18.9L9.4172 20.2312C8.93208 20.0786 8.46147 19.8831 8.01095 19.6472L7.77095 17.5312C7.75047 17.3467 7.66228 17.1764 7.52345 17.0531C7.32049 16.8726 7.12828 16.6804 6.94783 16.4775C6.82457 16.3387 6.65421 16.2505 6.4697 16.23L4.35282 15.9937C4.11675 15.5433 3.92129 15.0727 3.76876 14.5875L5.09907 12.9244C5.21524 12.7792 5.27337 12.5962 5.2622 12.4106C5.24626 12.1396 5.24626 11.8679 5.2622 11.5969C5.27337 11.4113 5.21524 11.2282 5.09907 11.0831L3.76876 9.41717C3.92141 8.93204 4.11687 8.46144 4.35282 8.01092L6.46876 7.77092C6.65328 7.75044 6.82364 7.66225 6.94689 7.52342C7.12735 7.32046 7.31955 7.12825 7.52251 6.94779C7.6619 6.82446 7.75045 6.65371 7.77095 6.46873L8.00626 4.35279C8.45673 4.11672 8.92735 3.92126 9.41251 3.76873L11.0756 5.09904C11.2208 5.21521 11.4038 5.27334 11.5894 5.26217C11.8604 5.24623 12.1321 5.24623 12.4031 5.26217C12.5887 5.27334 12.7718 5.21521 12.9169 5.09904L14.5828 3.76873C15.068 3.92138 15.5386 4.11684 15.9891 4.35279L16.2291 6.46873C16.2496 6.65325 16.3377 6.82361 16.4766 6.94686C16.6795 7.12732 16.8717 7.31952 17.0522 7.52248C17.1755 7.66131 17.3458 7.7495 17.5303 7.76998L19.6472 8.00529C19.8833 8.45577 20.0787 8.92638 20.2313 9.41154L18.901 11.0747C18.7837 11.221 18.7255 11.406 18.7378 11.5931H18.7406Z", fill: "currentColor" }) })) }));
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 7.49998C11.11 7.49998 10.2399 7.7639 9.49992 8.25837C8.75989 8.75284 8.18312 9.45564 7.84252 10.2779C7.50193 11.1002 7.41282 12.005 7.58645 12.8779C7.76008 13.7508 8.18867 14.5526 8.818 15.182C9.44734 15.8113 10.2492 16.2399 11.1221 16.4135C11.995 16.5872 12.8998 16.498 13.7221 16.1574C14.5443 15.8168 15.2471 15.2401 15.7416 14.5C16.2361 13.76 16.5 12.89 16.5 12C16.4987 10.8069 16.0242 9.66302 15.1806 8.81937C14.3369 7.97573 13.1931 7.50122 12 7.49998ZM12 15C11.4066 15 10.8266 14.824 10.3333 14.4944C9.83992 14.1647 9.45541 13.6962 9.22834 13.148C9.00128 12.5999 8.94187 11.9967 9.05763 11.4147C9.17338 10.8328 9.4591 10.2982 9.87866 9.87866C10.2982 9.4591 10.8328 9.17338 11.4147 9.05763C11.9967 8.94187 12.5999 9.00128 13.148 9.22834C13.6962 9.45541 14.1647 9.83992 14.4944 10.3333C14.824 10.8266 15 11.4066 15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15ZM20.25 12.2025C20.2537 12.0675 20.2537 11.9325 20.25 11.7975L21.6487 10.05C21.7221 9.95823 21.7728 9.85053 21.7969 9.73557C21.821 9.62061 21.8178 9.50159 21.7875 9.38811C21.5582 8.52617 21.2152 7.69859 20.7675 6.92717C20.7089 6.82622 20.6275 6.74034 20.5298 6.67638C20.4322 6.61242 20.3209 6.57213 20.205 6.55873L17.9812 6.31123C17.8887 6.21373 17.795 6.11998 17.7 6.02998L17.4375 3.80061C17.424 3.68456 17.3836 3.57326 17.3194 3.4756C17.2553 3.37794 17.1692 3.29662 17.0681 3.23811C16.2964 2.79124 15.4689 2.44858 14.6072 2.21904C14.4936 2.18885 14.3746 2.18577 14.2596 2.21003C14.1446 2.23429 14.037 2.28523 13.9453 2.35873L12.2025 3.74998C12.0675 3.74998 11.9325 3.74998 11.7975 3.74998L10.05 2.35404C9.95823 2.2807 9.85053 2.22994 9.73557 2.20584C9.62061 2.18174 9.50159 2.18498 9.38811 2.21529C8.52631 2.44501 7.69878 2.788 6.92717 3.23529C6.82622 3.29391 6.74034 3.37529 6.67638 3.47294C6.61242 3.57059 6.57213 3.68183 6.55873 3.79779L6.31123 6.02529C6.21373 6.11842 6.11998 6.21217 6.02998 6.30654L3.80061 6.56248C3.68456 6.57598 3.57326 6.61641 3.4756 6.68054C3.37794 6.74467 3.29662 6.83073 3.23811 6.93186C2.79124 7.70357 2.44858 8.53108 2.21904 9.3928C2.18885 9.50635 2.18577 9.62541 2.21003 9.74038C2.23429 9.85534 2.28523 9.963 2.35873 10.0547L3.74998 11.7975C3.74998 11.9325 3.74998 12.0675 3.74998 12.2025L2.35404 13.95C2.2807 14.0417 2.22994 14.1494 2.20584 14.2644C2.18174 14.3794 2.18498 14.4984 2.21529 14.6119C2.4446 15.4738 2.78761 16.3014 3.23529 17.0728C3.29391 17.1737 3.37529 17.2596 3.47294 17.3236C3.57059 17.3875 3.68183 17.4278 3.79779 17.4412L6.02154 17.6887C6.11467 17.7862 6.20842 17.88 6.30279 17.97L6.56248 20.1994C6.57598 20.3154 6.61641 20.4267 6.68054 20.5244C6.74467 20.622 6.83073 20.7033 6.93186 20.7619C7.70357 21.2087 8.53108 21.5514 9.3928 21.7809C9.50635 21.8111 9.62541 21.8142 9.74038 21.7899C9.85534 21.7657 9.963 21.7147 10.0547 21.6412L11.7975 20.25C11.9325 20.2537 12.0675 20.2537 12.2025 20.25L13.95 21.6487C14.0417 21.7221 14.1494 21.7728 14.2644 21.7969C14.3794 21.821 14.4984 21.8178 14.6119 21.7875C15.4738 21.5582 16.3014 21.2152 17.0728 20.7675C17.1737 20.7089 17.2596 20.6275 17.3236 20.5298C17.3875 20.4322 17.4278 20.3209 17.4412 20.205L17.6887 17.9812C17.7862 17.8887 17.88 17.795 17.97 17.7L20.1994 17.4375C20.3154 17.424 20.4267 17.3836 20.5244 17.3194C20.622 17.2553 20.7033 17.1692 20.7619 17.0681C21.2087 16.2964 21.5514 15.4689 21.7809 14.6072C21.8111 14.4936 21.8142 14.3746 21.7899 14.2596C21.7657 14.1446 21.7147 14.037 21.6412 13.9453L20.25 12.2025ZM18.7406 11.5931C18.7565 11.8641 18.7565 12.1358 18.7406 12.4069C18.7294 12.5924 18.7876 12.7755 18.9037 12.9206L20.234 14.5828C20.0814 15.0679 19.8859 15.5385 19.65 15.989L17.5312 16.229C17.3467 16.2495 17.1764 16.3377 17.0531 16.4765C16.8726 16.6795 16.6804 16.8717 16.4775 17.0522C16.3387 17.1754 16.2505 17.3458 16.23 17.5303L15.9947 19.6472C15.5442 19.8832 15.0736 20.0787 14.5884 20.2312L12.9253 18.9009C12.7922 18.7946 12.6269 18.7367 12.4565 18.7369H12.4115C12.1405 18.7528 11.8688 18.7528 11.5978 18.7369C11.4122 18.7257 11.2292 18.7838 11.084 18.9L9.41717 20.2312C8.93204 20.0786 8.46144 19.8831 8.01092 19.6472L7.77092 17.5312C7.75044 17.3467 7.66225 17.1764 7.52342 17.0531C7.32046 16.8726 7.12825 16.6804 6.94779 16.4775C6.82454 16.3387 6.65418 16.2505 6.46967 16.23L4.35279 15.9937C4.11672 15.5433 3.92126 15.0727 3.76873 14.5875L5.09904 12.9244C5.21521 12.7792 5.27334 12.5962 5.26217 12.4106C5.24623 12.1396 5.24623 11.8679 5.26217 11.5969C5.27334 11.4113 5.21521 11.2282 5.09904 11.0831L3.76873 9.41717C3.92138 8.93204 4.11684 8.46144 4.35279 8.01092L6.46873 7.77092C6.65325 7.75044 6.82361 7.66225 6.94686 7.52342C7.12732 7.32046 7.31952 7.12825 7.52248 6.94779C7.66187 6.82446 7.75042 6.65371 7.77092 6.46873L8.00623 4.35279C8.4567 4.11672 8.92731 3.92126 9.41248 3.76873L11.0756 5.09904C11.2207 5.21521 11.4038 5.27334 11.5894 5.26217C11.8604 5.24623 12.1321 5.24623 12.4031 5.26217C12.5887 5.27334 12.7717 5.21521 12.9169 5.09904L14.5828 3.76873C15.0679 3.92138 15.5385 4.11684 15.989 4.35279L16.229 6.46873C16.2495 6.65325 16.3377 6.82361 16.4765 6.94686C16.6795 7.12732 16.8717 7.31952 17.0522 7.52248C17.1754 7.66131 17.3458 7.7495 17.5303 7.76998L19.6472 8.00529C19.8832 8.45577 20.0787 8.92638 20.2312 9.41154L18.9009 11.0747C18.7836 11.221 18.7254 11.406 18.7378 11.5931H18.7406Z", fill: "currentColor" }) })) }));
11
11
  });
12
12
  GearIcon.displayName = 'GearIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const Hidden1Icon: 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 Hidden1Icon = 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 5V19H5V5H19ZM19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z", fill: "currentColor" }) })) }));
11
+ });
12
+ Hidden1Icon.displayName = 'Hidden1Icon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const Hidden2Icon: 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 Hidden2Icon = 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 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM17 13H7V11H17V13Z", fill: "currentColor" }) })) }));
11
+ });
12
+ Hidden2Icon.displayName = 'Hidden2Icon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const Hidden3Icon: 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 Hidden3Icon = 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 7C9.24 7 7 9.24 7 12C7 14.76 9.24 17 12 17C14.76 17 17 14.76 17 12C17 9.24 14.76 7 12 7ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z", fill: "currentColor" }) })) }));
11
+ });
12
+ Hidden3Icon.displayName = 'Hidden3Icon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const Hidden4Icon: 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 Hidden4Icon = 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 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z", fill: "currentColor" }) })) }));
11
+ });
12
+ Hidden4Icon.displayName = 'Hidden4Icon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const HiddenIcon: 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 HiddenIcon = 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 3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H19C20.11 21 21 20.1 21 19V5C21 3.9 20.11 3 19 3ZM10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z", fill: "currentColor" }) })) }));
11
+ });
12
+ HiddenIcon.displayName = 'HiddenIcon';
@@ -6,7 +6,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
6
  import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const HourglassHighDuotoneIcon = 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("path", { d: "M18 6V7.09125C17.9996 7.20689 17.9725 7.32088 17.9208 7.42432C17.8691 7.52775 17.7942 7.61783 17.7019 7.6875L12 12L6.3 7.725C6.20685 7.65514 6.13125 7.56455 6.07918 7.46041C6.02711 7.35627 6 7.24143 6 7.125V6H18Z", fill: "#EEEEEE" }), _jsx("path", { d: "M17.25 2.25H6.75C6.35218 2.25 5.97064 2.40804 5.68934 2.68934C5.40804 2.97064 5.25 3.35218 5.25 3.75V7.125C5.25051 7.35778 5.30495 7.58727 5.40905 7.79548C5.51315 8.00368 5.66408 8.18493 5.85 8.325L10.7503 12L5.85 15.675C5.66408 15.8151 5.51315 15.9963 5.40905 16.2045C5.30495 16.4127 5.25051 16.6422 5.25 16.875V20.25C5.25 20.6478 5.40804 21.0294 5.68934 21.3107C5.97064 21.592 6.35218 21.75 6.75 21.75H17.25C17.6478 21.75 18.0294 21.592 18.3107 21.3107C18.592 21.0294 18.75 20.6478 18.75 20.25V16.9088C18.7495 16.6769 18.6955 16.4482 18.5922 16.2406C18.489 16.033 18.3393 15.8519 18.1547 15.7116L13.2441 12L18.1547 8.28844C18.3393 8.14807 18.489 7.96703 18.5922 7.7594C18.6955 7.55177 18.7495 7.32313 18.75 7.09125V3.75C18.75 3.35218 18.592 2.97064 18.3107 2.68934C18.0294 2.40804 17.6478 2.25 17.25 2.25ZM17.25 3.75V5.25H6.75V3.75H17.25ZM17.25 20.25H6.75V16.875L12 12.9375L17.25 16.9078V20.25ZM12 11.0625L6.75 7.125V6.75H17.25V7.09125L12 11.0625Z", fill: "#53566F" })] })) }));
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: "M18 6V7.09125C17.9996 7.20689 17.9725 7.32088 17.9208 7.42432C17.8691 7.52775 17.7942 7.61783 17.7019 7.6875L12 12L6.3 7.725C6.20685 7.65514 6.13125 7.56455 6.07918 7.46041C6.02711 7.35627 6 7.24143 6 7.125V6H18Z", fill: "currentColor" }), _jsx("path", { d: "M17.25 2.25H6.75C6.35218 2.25 5.97064 2.40804 5.68934 2.68934C5.40804 2.97064 5.25 3.35218 5.25 3.75V7.125C5.25051 7.35778 5.30495 7.58727 5.40905 7.79548C5.51315 8.00368 5.66408 8.18493 5.85 8.325L10.7503 12L5.85 15.675C5.66408 15.8151 5.51315 15.9963 5.40905 16.2045C5.30495 16.4127 5.25051 16.6422 5.25 16.875V20.25C5.25 20.6478 5.40804 21.0294 5.68934 21.3107C5.97064 21.592 6.35218 21.75 6.75 21.75H17.25C17.6478 21.75 18.0294 21.592 18.3107 21.3107C18.592 21.0294 18.75 20.6478 18.75 20.25V16.9088C18.7495 16.6769 18.6955 16.4482 18.5922 16.2406C18.489 16.033 18.3393 15.8519 18.1547 15.7116L13.2441 12L18.1547 8.28844C18.3393 8.14807 18.489 7.96703 18.5922 7.7594C18.6955 7.55177 18.7495 7.32313 18.75 7.09125V3.75C18.75 3.35218 18.592 2.97064 18.3107 2.68934C18.0294 2.40804 17.6478 2.25 17.25 2.25ZM17.25 3.75V5.25H6.75V3.75H17.25ZM17.25 20.25H6.75V16.875L12 12.9375L17.25 16.9078V20.25ZM12 11.0625L6.75 7.125V6.75H17.25V7.09125L12 11.0625Z", fill: "currentColor" })] })) }));
11
11
  });
12
12
  HourglassHighDuotoneIcon.displayName = 'HourglassHighDuotoneIcon';
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const LightningIcon = forwardRef((props, ref) => {
9
9
  const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
- return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.2303 11.0785C20.2019 10.9583 20.1443 10.8469 20.0625 10.7544C19.9807 10.6618 19.8773 10.5908 19.7616 10.5478L14.3606 8.5219L15.735 1.64721C15.7661 1.48748 15.7444 1.32197 15.6732 1.17564C15.602 1.0293 15.4852 0.910102 15.3403 0.836016C15.1954 0.76193 15.0303 0.73698 14.87 0.764931C14.7097 0.792882 14.5628 0.872217 14.4516 0.990965L3.95156 12.241C3.86628 12.3308 3.80459 12.4404 3.772 12.5599C3.7394 12.6795 3.73692 12.8052 3.76478 12.9259C3.79264 13.0466 3.84996 13.1585 3.93163 13.2517C4.01331 13.3448 4.11678 13.4163 4.23281 13.4597L9.63562 15.4857L8.265 22.3528C8.23388 22.5126 8.25555 22.6781 8.32676 22.8244C8.39796 22.9708 8.51482 23.09 8.65971 23.164C8.8046 23.2381 8.96966 23.2631 9.12998 23.2351C9.29029 23.2072 9.43717 23.1278 9.54844 23.0091L20.0484 11.7591C20.1322 11.6692 20.1926 11.5601 20.2243 11.4415C20.256 11.3228 20.2581 11.1981 20.2303 11.0785ZM10.2534 20.0625L11.235 15.1519C11.2701 14.9777 11.2423 14.7968 11.1564 14.6412C11.0706 14.4857 10.9323 14.3656 10.7662 14.3025L5.8125 12.4416L13.7456 3.94221L12.765 8.85284C12.7299 9.027 12.7577 9.20797 12.8436 9.36352C12.9294 9.51907 13.0677 9.6391 13.2338 9.70222L18.1838 11.5585L10.2534 20.0625Z", fill: "currentColor" }) })) }));
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.2303 11.0785C20.2019 10.9583 20.1442 10.8469 20.0625 10.7544C19.9807 10.6618 19.8773 10.5908 19.7615 10.5478L14.3606 8.5219L15.735 1.64721C15.7661 1.48748 15.7444 1.32197 15.6732 1.17564C15.602 1.0293 15.4851 0.910102 15.3403 0.836016C15.1954 0.76193 15.0303 0.73698 14.87 0.764931C14.7097 0.792882 14.5628 0.872217 14.4515 0.990965L3.95153 12.241C3.86625 12.3308 3.80456 12.4404 3.77197 12.5599C3.73937 12.6795 3.73689 12.8052 3.76475 12.9259C3.79261 13.0466 3.84993 13.1585 3.9316 13.2517C4.01328 13.3448 4.11675 13.4163 4.23278 13.4597L9.63559 15.4857L8.26497 22.3528C8.23385 22.5126 8.25552 22.6781 8.32673 22.8244C8.39793 22.9708 8.51479 23.09 8.65968 23.164C8.80457 23.2381 8.96963 23.2631 9.12995 23.2351C9.29026 23.2072 9.43714 23.1278 9.54841 23.0091L20.0484 11.7591C20.1321 11.6692 20.1925 11.5601 20.2242 11.4415C20.2559 11.3228 20.258 11.1981 20.2303 11.0785ZM10.2534 20.0625L11.235 15.1519C11.2701 14.9777 11.2423 14.7968 11.1564 14.6412C11.0706 14.4857 10.9323 14.3656 10.7662 14.3025L5.81247 12.4416L13.7456 3.94221L12.765 8.85284C12.7298 9.027 12.7577 9.20797 12.8435 9.36352C12.9294 9.51907 13.0676 9.6391 13.2337 9.70222L18.1837 11.5585L10.2534 20.0625Z", fill: "currentColor" }) })) }));
11
11
  });
12
12
  LightningIcon.displayName = 'LightningIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const LinkBreakIcon: 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 LinkBreakIcon = 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.6216 5.37844C18.0599 4.81694 17.2986 4.50103 16.5044 4.49998C15.7103 4.49892 14.9481 4.81281 14.385 5.37281L13.2928 6.5175C13.1531 6.64806 12.9689 6.72034 12.7777 6.71956C12.5865 6.71879 12.4028 6.64502 12.2642 6.51334C12.1255 6.38166 12.0424 6.20201 12.0318 6.0111C12.0213 5.8202 12.084 5.63245 12.2072 5.48625L13.3059 4.33406C13.3098 4.32977 13.3138 4.3257 13.3181 4.32187C14.1644 3.48931 15.3053 3.02487 16.4924 3.0297C17.6795 3.03453 18.8166 3.50826 19.6561 4.34768C20.4955 5.18711 20.9692 6.32422 20.974 7.51134C20.9789 8.69846 20.5144 9.83939 19.6819 10.6856C19.6781 10.6899 19.674 10.694 19.6697 10.6978L18.5175 11.7966C18.3713 11.9198 18.1836 11.9825 17.9927 11.9719C17.8017 11.9613 17.6221 11.8782 17.4904 11.7396C17.3587 11.601 17.285 11.4173 17.2842 11.2261C17.2834 11.0349 17.3557 10.8506 17.4862 10.7109L18.6309 9.61875C19.1916 9.05499 19.5055 8.29173 19.5038 7.49665C19.502 6.70157 19.1847 5.93971 18.6216 5.37844ZM10.7072 17.4825L9.615 18.6272C9.04968 19.1762 8.29102 19.4808 7.50299 19.475C6.71495 19.4692 5.96083 19.1536 5.40359 18.5964C4.84635 18.0392 4.53075 17.285 4.52499 16.497C4.51923 15.709 4.82378 14.9503 5.37281 14.385L6.5175 13.2928C6.64806 13.1531 6.72034 12.9689 6.71956 12.7777C6.71879 12.5865 6.64502 12.4028 6.51334 12.2642C6.38166 12.1255 6.20201 12.0424 6.0111 12.0318C5.8202 12.0213 5.63245 12.084 5.48625 12.2072L4.33031 13.3059C4.32602 13.3098 4.32195 13.3138 4.31813 13.3181C3.48556 14.1644 3.02112 15.3053 3.02595 16.4924C3.03078 17.6795 3.50451 18.8166 4.34393 19.6561C5.18336 20.4955 6.32047 20.9692 7.50759 20.974C8.69471 20.9789 9.83564 20.5144 10.6819 19.6819C10.6862 19.6781 10.6902 19.674 10.6941 19.6697L11.7928 18.5175C11.8675 18.4477 11.9271 18.3633 11.968 18.2696C12.009 18.1759 12.0303 18.0748 12.0307 17.9726C12.0311 17.8704 12.0106 17.7691 11.9705 17.6751C11.9303 17.581 11.8714 17.4962 11.7972 17.4258C11.7231 17.3554 11.6354 17.3009 11.5394 17.2656C11.4434 17.2303 11.3412 17.2151 11.2392 17.2207C11.1371 17.2264 11.0372 17.2529 10.9457 17.2985C10.8543 17.3442 10.7731 17.4081 10.7072 17.4862V17.4825ZM20.25 14.25H18C17.8011 14.25 17.6103 14.329 17.4697 14.4697C17.329 14.6103 17.25 14.8011 17.25 15C17.25 15.1989 17.329 15.3897 17.4697 15.5303C17.6103 15.671 17.8011 15.75 18 15.75H20.25C20.4489 15.75 20.6397 15.671 20.7803 15.5303C20.921 15.3897 21 15.1989 21 15C21 14.8011 20.921 14.6103 20.7803 14.4697C20.6397 14.329 20.4489 14.25 20.25 14.25ZM3.75 9.75H6C6.19891 9.75 6.38968 9.67098 6.53033 9.53033C6.67098 9.38968 6.75 9.19891 6.75 9C6.75 8.80109 6.67098 8.61032 6.53033 8.46967C6.38968 8.32902 6.19891 8.25 6 8.25H3.75C3.55109 8.25 3.36032 8.32902 3.21967 8.46967C3.07902 8.61032 3 8.80109 3 9C3 9.19891 3.07902 9.38968 3.21967 9.53033C3.36032 9.67098 3.55109 9.75 3.75 9.75ZM15 17.25C14.8011 17.25 14.6103 17.329 14.4697 17.4697C14.329 17.6103 14.25 17.8011 14.25 18V20.25C14.25 20.4489 14.329 20.6397 14.4697 20.7803C14.6103 20.921 14.8011 21 15 21C15.1989 21 15.3897 20.921 15.5303 20.7803C15.671 20.6397 15.75 20.4489 15.75 20.25V18C15.75 17.8011 15.671 17.6103 15.5303 17.4697C15.3897 17.329 15.1989 17.25 15 17.25ZM9 6.75C9.19891 6.75 9.38968 6.67098 9.53033 6.53033C9.67098 6.38968 9.75 6.19891 9.75 6V3.75C9.75 3.55109 9.67098 3.36032 9.53033 3.21967C9.38968 3.07902 9.19891 3 9 3C8.80109 3 8.61032 3.07902 8.46967 3.21967C8.32902 3.36032 8.25 3.55109 8.25 3.75V6C8.25 6.19891 8.32902 6.38968 8.46967 6.53033C8.61032 6.67098 8.80109 6.75 9 6.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ LinkBreakIcon.displayName = 'LinkBreakIcon';
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const LinuxIcon = forwardRef((props, ref) => {
9
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.4688 20.0859C21.3135 20.2101 21.1152 20.2674 20.9176 20.2455C20.72 20.2235 20.5393 20.124 20.415 19.9687C20.2866 19.8066 17.25 15.9244 17.25 8.25C17.25 6.85761 16.6969 5.52225 15.7123 4.53769C14.7278 3.55312 13.3924 3 12 3C10.6076 3 9.27227 3.55312 8.2877 4.53769C7.30314 5.52225 6.75001 6.85761 6.75001 8.25C6.75001 15.9244 3.71533 19.8066 3.58595 19.9687C3.46163 20.1243 3.28062 20.224 3.08274 20.2461C2.88486 20.2682 2.68632 20.2107 2.53079 20.0864C2.37527 19.9621 2.2755 19.7811 2.25344 19.5832C2.23137 19.3853 2.28882 19.1868 2.41314 19.0312C2.4272 19.0125 3.13408 18.1031 3.83158 16.3369C4.47845 14.7 5.25001 11.9662 5.25001 8.25C5.25001 6.45979 5.96117 4.7429 7.22704 3.47703C8.49291 2.21116 10.2098 1.5 12 1.5C13.7902 1.5 15.5071 2.21116 16.773 3.47703C18.0389 4.7429 18.75 6.45979 18.75 8.25C18.75 11.9662 19.5216 14.7 20.1685 16.3387C20.8697 18.1144 21.5803 19.0237 21.5878 19.0331C21.7114 19.1886 21.7683 19.3868 21.746 19.5842C21.7237 19.7815 21.624 19.962 21.4688 20.0859ZM9.37501 8.25C9.15251 8.25 8.935 8.31598 8.75 8.4396C8.56499 8.56321 8.4208 8.73891 8.33565 8.94448C8.2505 9.15005 8.22822 9.37625 8.27163 9.59448C8.31504 9.81271 8.42218 10.0132 8.57952 10.1705C8.73685 10.3278 8.93731 10.435 9.15554 10.4784C9.37377 10.5218 9.59997 10.4995 9.80553 10.4144C10.0111 10.3292 10.1868 10.185 10.3104 10C10.434 9.81501 10.5 9.5975 10.5 9.375C10.5 9.07663 10.3815 8.79048 10.1705 8.5795C9.95953 8.36853 9.67338 8.25 9.37501 8.25ZM15.75 9.375C15.75 9.1525 15.684 8.93499 15.5604 8.74998C15.4368 8.56498 15.2611 8.42078 15.0555 8.33563C14.85 8.25049 14.6238 8.22821 14.4055 8.27162C14.1873 8.31502 13.9869 8.42217 13.8295 8.5795C13.6722 8.73684 13.565 8.93729 13.5216 9.15552C13.4782 9.37375 13.5005 9.59995 13.5856 9.80552C13.6708 10.0111 13.815 10.1868 14 10.3104C14.185 10.434 14.4025 10.5 14.625 10.5C14.9234 10.5 15.2095 10.3815 15.4205 10.1705C15.6315 9.95952 15.75 9.67337 15.75 9.375ZM9.33564 12.0787C9.1583 11.9945 8.955 11.9832 8.7694 12.0472C8.58379 12.1111 8.43067 12.2454 8.34292 12.421C8.25517 12.5966 8.23978 12.7996 8.30006 12.9865C8.36034 13.1733 8.49148 13.3291 8.66533 13.4203L11.6653 14.9203C11.7693 14.9727 11.8841 15 12.0005 15C12.1169 15 12.2317 14.9727 12.3356 14.9203L15.3356 13.4203C15.5135 13.3313 15.6488 13.1753 15.7116 12.9865C15.7745 12.7978 15.7598 12.5918 15.6708 12.4139C15.5818 12.236 15.4257 12.1007 15.237 12.0379C15.0483 11.975 14.8423 11.9897 14.6644 12.0787L12 13.4109L9.33564 12.0787ZM12 16.5C11.0975 16.5072 10.2132 16.7553 9.43857 17.2185C8.66395 17.6818 8.02708 18.3435 7.59376 19.1353C7.49704 19.3094 7.47342 19.5147 7.5281 19.7062C7.58278 19.8976 7.71128 20.0595 7.88533 20.1562C8.05937 20.253 8.26472 20.2766 8.45618 20.2219C8.64764 20.1672 8.80954 20.0387 8.90626 19.8647C9.20421 19.3026 9.64963 18.8324 10.1947 18.5044C10.7398 18.1764 11.3639 18.0031 12 18.0031C12.6361 18.0031 13.2603 18.1764 13.8053 18.5044C14.3504 18.8324 14.7958 19.3026 15.0938 19.8647C15.1905 20.0387 15.3524 20.1672 15.5438 20.2219C15.7353 20.2766 15.9407 20.253 16.1147 20.1562C16.2887 20.0595 16.4172 19.8976 16.4719 19.7062C16.5266 19.5147 16.503 19.3094 16.4063 19.1353C15.9729 18.3435 15.3361 17.6818 14.5615 17.2185C13.7868 16.7553 12.9026 16.5072 12 16.5Z", fill: "currentColor" }) })) }));
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.4687 20.0859C21.3134 20.2101 21.1152 20.2674 20.9176 20.2455C20.72 20.2235 20.5392 20.124 20.415 19.9687C20.2865 19.8066 17.25 15.9244 17.25 8.25C17.25 6.85761 16.6969 5.52225 15.7123 4.53769C14.7277 3.55312 13.3924 3 12 3C10.6076 3 9.27224 3.55312 8.28767 4.53769C7.30311 5.52225 6.74998 6.85761 6.74998 8.25C6.74998 15.9244 3.7153 19.8066 3.58592 19.9687C3.4616 20.1243 3.28059 20.224 3.08271 20.2461C2.88483 20.2682 2.68629 20.2107 2.53076 20.0864C2.37524 19.9621 2.27547 19.7811 2.25341 19.5832C2.23134 19.3853 2.28879 19.1868 2.41311 19.0312C2.42717 19.0125 3.13405 18.1031 3.83155 16.3369C4.47842 14.7 5.24998 11.9662 5.24998 8.25C5.24998 6.45979 5.96114 4.7429 7.22701 3.47703C8.49288 2.21116 10.2098 1.5 12 1.5C13.7902 1.5 15.5071 2.21116 16.773 3.47703C18.0388 4.7429 18.75 6.45979 18.75 8.25C18.75 11.9662 19.5215 14.7 20.1684 16.3387C20.8697 18.1144 21.5803 19.0237 21.5878 19.0331C21.7114 19.1886 21.7683 19.3868 21.746 19.5842C21.7237 19.7815 21.6239 19.962 21.4687 20.0859ZM9.37498 8.25C9.15248 8.25 8.93497 8.31598 8.74997 8.4396C8.56496 8.56321 8.42077 8.73891 8.33562 8.94448C8.25047 9.15005 8.22819 9.37625 8.2716 9.59448C8.31501 9.81271 8.42215 10.0132 8.57949 10.1705C8.73682 10.3278 8.93728 10.435 9.15551 10.4784C9.37373 10.5218 9.59994 10.4995 9.8055 10.4144C10.0111 10.3292 10.1868 10.185 10.3104 10C10.434 9.81501 10.5 9.5975 10.5 9.375C10.5 9.07663 10.3815 8.79048 10.1705 8.5795C9.9595 8.36853 9.67335 8.25 9.37498 8.25ZM15.75 9.375C15.75 9.1525 15.684 8.93499 15.5604 8.74998C15.4368 8.56498 15.2611 8.42078 15.0555 8.33563C14.8499 8.25049 14.6237 8.22821 14.4055 8.27162C14.1873 8.31502 13.9868 8.42217 13.8295 8.5795C13.6722 8.73684 13.565 8.93729 13.5216 9.15552C13.4782 9.37375 13.5005 9.59995 13.5856 9.80552C13.6708 10.0111 13.815 10.1868 14 10.3104C14.185 10.434 14.4025 10.5 14.625 10.5C14.9234 10.5 15.2095 10.3815 15.4205 10.1705C15.6315 9.95952 15.75 9.67337 15.75 9.375ZM9.33561 12.0787C9.15827 11.9945 8.95497 11.9832 8.76937 12.0472C8.58376 12.1111 8.43064 12.2454 8.34289 12.421C8.25514 12.5966 8.23975 12.7996 8.30003 12.9865C8.36031 13.1733 8.49145 13.3291 8.6653 13.4203L11.6653 14.9203C11.7692 14.9727 11.884 15 12.0005 15C12.1169 15 12.2317 14.9727 12.3356 14.9203L15.3356 13.4203C15.5135 13.3313 15.6488 13.1753 15.7116 12.9865C15.7745 12.7978 15.7598 12.5918 15.6708 12.4139C15.5817 12.236 15.4257 12.1007 15.237 12.0379C15.0482 11.975 14.8423 11.9897 14.6644 12.0787L12 13.4109L9.33561 12.0787ZM12 16.5C11.0974 16.5072 10.2132 16.7553 9.43854 17.2185C8.66392 17.6818 8.02705 18.3435 7.59373 19.1353C7.49701 19.3094 7.47339 19.5147 7.52807 19.7062C7.58275 19.8976 7.71125 20.0595 7.8853 20.1562C8.05934 20.253 8.26469 20.2766 8.45615 20.2219C8.64761 20.1672 8.80951 20.0387 8.90623 19.8647C9.20418 19.3026 9.6496 18.8324 10.1947 18.5044C10.7397 18.1764 11.3639 18.0031 12 18.0031C12.6361 18.0031 13.2602 18.1764 13.8053 18.5044C14.3504 18.8324 14.7958 19.3026 15.0937 19.8647C15.1905 20.0387 15.3524 20.1672 15.5438 20.2219C15.7353 20.2766 15.9406 20.253 16.1147 20.1562C16.2887 20.0595 16.4172 19.8976 16.4719 19.7062C16.5266 19.5147 16.503 19.3094 16.4062 19.1353C15.9729 18.3435 15.336 17.6818 14.5614 17.2185C13.7868 16.7553 12.9025 16.5072 12 16.5Z", fill: "currentColor" }) })) }));
11
11
  });
12
12
  LinuxIcon.displayName = 'LinuxIcon';
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const MapPinIcon = forwardRef((props, ref) => {
9
9
  const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
- return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9578 5.80647C13.9557 5.80647 15.5753 7.43156 15.5755 9.43576C15.5755 11.4402 13.9558 13.065 11.9578 13.065C9.95991 13.065 8.34016 11.4401 8.34016 9.43576C8.3404 7.43161 9.96006 5.80655 11.9578 5.80647ZM11.9578 7.25842C10.7593 7.2585 9.7877 8.23337 9.78746 9.43576C9.78746 10.6383 10.7591 11.613 11.9578 11.6131C13.1566 11.6131 14.1282 10.6384 14.1282 9.43576C14.128 8.23332 13.1565 7.25842 11.9578 7.25842Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9578 1.50024C14.2774 1.50022 16.5978 2.43052 18.2935 4.29191L18.562 4.60262C21.2532 7.85605 20.8552 12.3734 18.2381 15.7386C16.2692 18.27 13.721 20.8078 12.5702 21.9185L11.9578 22.4998L11.3525 21.9185C10.2133 20.8081 7.69079 18.2703 5.74114 15.7386C3.1497 12.3733 2.75494 7.85622 5.41964 4.60262L5.68579 4.29191C7.36461 2.43068 9.66139 1.50026 11.9578 1.50024ZM11.9578 3.19438C10.1196 3.19441 8.28136 3.93965 6.93761 5.4296C4.5882 8.03502 4.92274 11.749 6.98118 14.5914C8.93298 17.2866 11.9269 19.9767 11.9567 20.0034L11.9578 20.0011L11.959 20.0034C12.0026 19.9647 15.017 17.2793 16.9839 14.5902C19.0627 11.7478 19.4016 8.03369 17.0287 5.42842C15.6715 3.93873 13.8144 3.19436 11.9578 3.19438Z", fill: "currentColor" })] })) }));
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9578 5.80647C13.9556 5.80647 15.5752 7.43156 15.5755 9.43576C15.5755 11.4402 13.9558 13.065 11.9578 13.065C9.95988 13.065 8.34013 11.4401 8.34013 9.43576C8.34037 7.43161 9.96003 5.80655 11.9578 5.80647ZM11.9578 7.25842C10.7592 7.2585 9.78767 8.23337 9.78743 9.43576C9.78743 10.6383 10.7591 11.613 11.9578 11.6131C13.1566 11.6131 14.1282 10.6384 14.1282 9.43576C14.1279 8.23332 13.1564 7.25842 11.9578 7.25842Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9578 1.50024C14.2774 1.50022 16.5977 2.43052 18.2934 4.29191L18.5619 4.60262C21.2532 7.85605 20.8551 12.3734 18.2381 15.7386C16.2691 18.27 13.721 20.8078 12.5702 21.9185L11.9578 22.4998L11.3525 21.9185C10.2133 20.8081 7.69076 18.2703 5.74111 15.7386C3.14967 12.3733 2.75491 7.85622 5.41961 4.60262L5.68576 4.29191C7.36458 2.43068 9.66136 1.50026 11.9578 1.50024ZM11.9578 3.19438C10.1195 3.19441 8.28133 3.93965 6.93757 5.4296C4.58817 8.03502 4.92271 11.749 6.98115 14.5914C8.93295 17.2866 11.9268 19.9767 11.9566 20.0034L11.9578 20.0011L11.959 20.0034C12.0025 19.9647 15.017 17.2793 16.9839 14.5902C19.0627 11.7478 19.4016 8.03369 17.0287 5.42842C15.6714 3.93873 13.8144 3.19436 11.9578 3.19438Z", fill: "currentColor" })] })) }));
11
11
  });
12
12
  MapPinIcon.displayName = 'MapPinIcon';
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const MicIcon = forwardRef((props, ref) => {
9
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: "M11.8317 15.9274C12.8878 15.9274 13.8779 15.4984 14.637 14.7723C15.363 14.0462 15.7591 13.0561 15.7591 12.033V5.92739C15.7591 3.74918 14.0099 2 11.8317 2C9.65347 2 7.9043 3.74918 7.9043 5.92739V12C7.9043 14.1782 9.65347 15.9274 11.8317 15.9274ZM9.38945 5.92739C9.38945 4.57426 10.4786 3.48515 11.8317 3.48515C13.1848 3.48515 14.2739 4.57426 14.2739 5.92739V12C14.2739 12.6271 14.0429 13.2541 13.5809 13.7162C13.1188 14.1782 12.4918 14.4422 11.8317 14.4422C10.4786 14.4422 9.38945 13.3531 9.38945 12V5.92739Z", fill: "currentColor" }), _jsx("path", { d: "M18.6304 11.835C18.6304 11.439 18.3003 11.0759 17.8713 11.0759C17.4422 11.0759 17.1122 11.406 17.1122 11.835C17.1122 14.7723 14.736 17.1485 11.7987 17.1485C8.89439 17.1485 6.51815 14.7723 6.51815 11.868C6.51815 11.472 6.18812 11.1089 5.75908 11.1089C5.33003 11.1089 5 11.439 5 11.868C5 15.3664 7.64026 18.2376 11.0396 18.6007V20.4819H8.9934C8.59736 20.4819 8.23432 20.8119 8.23432 21.2409C8.23432 21.67 8.56436 22 8.9934 22H14.571C14.967 22 15.33 21.67 15.33 21.2409C15.33 20.8119 15 20.4819 14.571 20.4819H12.5248V18.6007C15.9571 18.2376 18.6304 15.3334 18.6304 11.835Z", fill: "currentColor" })] })) }));
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M17.8711 11.0762C18.3001 11.0762 18.6299 11.4389 18.6299 11.835C18.6299 15.3333 15.9568 18.2375 12.5244 18.6006V20.4814H14.5713C15.0002 20.4816 15.3301 20.8123 15.3301 21.2412C15.3299 21.67 14.9671 21.9998 14.5713 22H8.99316C8.56432 21.9999 8.23451 21.67 8.23438 21.2412C8.23438 20.8123 8.59722 20.4816 8.99316 20.4814H11.04V18.6006C7.64075 18.2376 5.00008 15.3664 5 11.8682C5 11.4392 5.32989 11.1095 5.75879 11.1094C6.18783 11.1094 6.51855 11.4721 6.51855 11.8682C6.51864 14.7724 8.89459 17.1484 11.7988 17.1484C14.7361 17.1484 17.1123 14.7722 17.1123 11.835C17.1123 11.406 17.4422 11.0763 17.8711 11.0762Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.832 2C14.0101 2.0002 15.7588 3.74964 15.7588 5.92773V12.0332C15.7587 13.0562 15.3627 14.0464 14.6367 14.7725C13.8778 15.4983 12.8879 15.9276 11.832 15.9277C9.65381 15.9277 7.9043 14.1782 7.9043 12V5.92773C7.9043 3.74952 9.65381 2 11.832 2ZM11.832 3.48535C10.4789 3.48535 9.38965 4.5746 9.38965 5.92773V12C9.38965 13.3531 10.4789 14.4424 11.832 14.4424C12.492 14.4423 13.1191 14.1778 13.5811 13.7158C14.0429 13.2538 14.2734 12.6269 14.2734 12V5.92773C14.2734 4.57472 13.185 3.48555 11.832 3.48535Z", fill: "currentColor" })] })) }));
11
11
  });
12
12
  MicIcon.displayName = 'MicIcon';
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const MinusCircleDuotoneIcon = forwardRef((props, ref) => {
9
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("path", { d: "M21.75 12C21.75 13.9284 21.1782 15.8134 20.1068 17.4168C19.0355 19.0202 17.5127 20.2699 15.7312 21.0078C13.9496 21.7458 11.9892 21.9389 10.0979 21.5627C8.20656 21.1865 6.46927 20.2579 5.10571 18.8943C3.74215 17.5307 2.81355 15.7934 2.43735 13.9021C2.06114 12.0108 2.25422 10.0504 2.99218 8.26884C3.73013 6.48726 4.97982 4.96452 6.58319 3.89317C8.18657 2.82183 10.0716 2.25 12 2.25C14.585 2.25273 17.0634 3.28084 18.8913 5.10872C20.7192 6.93661 21.7473 9.41498 21.75 12Z", fill: "#F6F7F9" }), _jsx("path", { d: "M16.5 12C16.5 12.1989 16.421 12.3897 16.2803 12.5303C16.1397 12.671 15.9489 12.75 15.75 12.75H8.25C8.05109 12.75 7.86032 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86032 11.329 8.05109 11.25 8.25 11.25H15.75C15.9489 11.25 16.1397 11.329 16.2803 11.4697C16.421 11.6103 16.5 11.8011 16.5 12Z", fill: "#37525E" })] })) }));
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("path", { d: "M21.75 12C21.75 13.9284 21.1782 15.8134 20.1068 17.4168C19.0355 19.0202 17.5127 20.2699 15.7312 21.0078C13.9496 21.7458 11.9892 21.9389 10.0979 21.5627C8.20656 21.1865 6.46927 20.2579 5.10571 18.8943C3.74215 17.5307 2.81355 15.7934 2.43735 13.9021C2.06114 12.0108 2.25422 10.0504 2.99218 8.26884C3.73013 6.48726 4.97982 4.96452 6.58319 3.89317C8.18657 2.82183 10.0716 2.25 12 2.25C14.585 2.25273 17.0634 3.28084 18.8913 5.10872C20.7192 6.93661 21.7473 9.41498 21.75 12Z", fill: "#EEEEF1" }), _jsx("path", { d: "M16.5 12C16.5 12.1989 16.421 12.3897 16.2803 12.5303C16.1397 12.671 15.9489 12.75 15.75 12.75H8.25C8.05109 12.75 7.86032 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86032 11.329 8.05109 11.25 8.25 11.25H15.75C15.9489 11.25 16.1397 11.329 16.2803 11.4697C16.421 11.6103 16.5 11.8011 16.5 12Z", fill: "#1B1C21" })] })) }));
11
11
  });
12
12
  MinusCircleDuotoneIcon.displayName = 'MinusCircleDuotoneIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const NavigationArrowIcon: 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 NavigationArrowIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M22.2497 9.95716L5.75718 3.84373L5.74218 3.83904C5.47671 3.74764 5.19091 3.73257 4.91731 3.79556C4.6437 3.85856 4.39326 3.99707 4.19449 4.19536C3.99572 4.39365 3.85658 4.64374 3.79292 4.91719C3.72925 5.19064 3.74361 5.47647 3.83436 5.74216C3.8355 5.74729 3.83707 5.7523 3.83905 5.75716L9.95718 22.2497C10.0577 22.5437 10.2482 22.7986 10.5019 22.9782C10.7555 23.1578 11.0592 23.2529 11.37 23.25H11.3981C11.715 23.2476 12.0227 23.1434 12.2759 22.9528C12.5291 22.7623 12.7143 22.4954 12.8044 22.1915L12.81 22.1728L14.8575 14.8603L22.17 12.8128L22.1887 12.8072C22.4903 12.7144 22.755 12.5288 22.945 12.2769C23.1351 12.025 23.2408 11.7196 23.2473 11.4041C23.2537 11.0886 23.1605 10.7792 22.9809 10.5197C22.8013 10.2603 22.5444 10.0641 22.2469 9.95904L22.2497 9.95716ZM14.0475 13.5281C13.9236 13.5629 13.8108 13.6289 13.7199 13.7199C13.6289 13.8108 13.5629 13.9236 13.5281 14.0475L11.3719 21.75L11.3662 21.734L5.24999 5.24998L21.7331 11.3644L21.7481 11.37L14.0475 13.5281Z", fill: "currentColor" }) })) }));
11
+ });
12
+ NavigationArrowIcon.displayName = 'NavigationArrowIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const NoIconIcon: 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 NoIconIcon = 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)) }));
11
+ });
12
+ NoIconIcon.displayName = 'NoIconIcon';
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const NotchesIcon = forwardRef((props, ref) => {
9
9
  const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
- return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.0306 12.5306L12.5306 20.0306C12.4609 20.1003 12.3782 20.1556 12.2872 20.1933C12.1961 20.231 12.0985 20.2504 12 20.2504C11.9014 20.2504 11.8039 20.231 11.7128 20.1933C11.6218 20.1556 11.539 20.1003 11.4694 20.0306C11.3997 19.9609 11.3444 19.8782 11.3067 19.7872C11.269 19.6961 11.2496 19.5985 11.2496 19.5C11.2496 19.4014 11.269 19.3039 11.3067 19.2128C11.3444 19.1218 11.3997 19.039 11.4694 18.9694L18.9694 11.4694C19.039 11.3997 19.1218 11.3444 19.2128 11.3067C19.3039 11.269 19.4014 11.2496 19.5 11.2496C19.5985 11.2496 19.6961 11.269 19.7872 11.3067C19.8782 11.3444 19.9609 11.3997 20.0306 11.4694C20.1003 11.539 20.1556 11.6218 20.1933 11.7128C20.231 11.8039 20.2504 11.9014 20.2504 12C20.2504 12.0985 20.231 12.1961 20.1933 12.2872C20.1556 12.3782 20.1003 12.4609 20.0306 12.5306ZM18.5306 3.21935C18.461 3.14962 18.3782 3.0943 18.2872 3.05656C18.1961 3.01882 18.0986 2.99939 18 2.99939C17.9014 2.99939 17.8038 3.01882 17.7128 3.05656C17.6217 3.0943 17.539 3.14962 17.4694 3.21935L3.21936 17.4694C3.07863 17.6101 2.99957 17.801 2.99957 18C2.99957 18.199 3.07863 18.3899 3.21936 18.5306C3.3601 18.6713 3.55097 18.7504 3.74999 18.7504C3.94901 18.7504 4.13988 18.6713 4.28061 18.5306L18.5306 4.2806C18.6003 4.21095 18.6557 4.12823 18.6934 4.03718C18.7312 3.94614 18.7506 3.84854 18.7506 3.74998C18.7506 3.65142 18.7312 3.55382 18.6934 3.46277C18.6557 3.37173 18.6003 3.28901 18.5306 3.21935Z", fill: "currentColor" }) })) }));
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M20.0307 12.5306L12.5307 20.0306C12.461 20.1003 12.3783 20.1556 12.2872 20.1933C12.1962 20.231 12.0986 20.2504 12.0001 20.2504C11.9015 20.2504 11.8039 20.231 11.7129 20.1933C11.6218 20.1556 11.5391 20.1003 11.4694 20.0306C11.3997 19.9609 11.3445 19.8782 11.3068 19.7872C11.269 19.6961 11.2496 19.5985 11.2496 19.5C11.2496 19.4014 11.269 19.3039 11.3068 19.2128C11.3445 19.1218 11.3997 19.039 11.4694 18.9694L18.9694 11.4694C19.0391 11.3997 19.1218 11.3444 19.2129 11.3067C19.3039 11.269 19.4015 11.2496 19.5001 11.2496C19.5986 11.2496 19.6962 11.269 19.7872 11.3067C19.8783 11.3444 19.961 11.3997 20.0307 11.4694C20.1004 11.539 20.1556 11.6218 20.1933 11.7128C20.2311 11.8039 20.2505 11.9014 20.2505 12C20.2505 12.0985 20.2311 12.1961 20.1933 12.2872C20.1556 12.3782 20.1004 12.4609 20.0307 12.5306ZM18.5307 3.21935C18.461 3.14962 18.3783 3.0943 18.2873 3.05656C18.1962 3.01882 18.0986 2.99939 18.0001 2.99939C17.9015 2.99939 17.8039 3.01882 17.7128 3.05656C17.6218 3.0943 17.5391 3.14962 17.4694 3.21935L3.21943 17.4694C3.0787 17.6101 2.99963 17.801 2.99963 18C2.99963 18.199 3.0787 18.3899 3.21943 18.5306C3.36016 18.6713 3.55103 18.7504 3.75005 18.7504C3.94907 18.7504 4.13995 18.6713 4.28068 18.5306L18.5307 4.2806C18.6004 4.21095 18.6557 4.12823 18.6935 4.03718C18.7312 3.94614 18.7506 3.84854 18.7506 3.74998C18.7506 3.65142 18.7312 3.55382 18.6935 3.46277C18.6557 3.37173 18.6004 3.28901 18.5307 3.21935Z", fill: "currentColor" }) })) }));
11
11
  });
12
12
  NotchesIcon.displayName = 'NotchesIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PackageIcon: 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 PackageIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M12 2.25C12.304 2.25 12.5946 2.32985 12.875 2.49219L19.875 6.5166L20.0732 6.64746C20.2591 6.78778 20.4075 6.95603 20.5215 7.15137C20.6728 7.41091 20.75 7.70053 20.75 8.02539V15.9746C20.75 16.2995 20.6728 16.5891 20.5215 16.8486C20.4075 17.044 20.2591 17.2122 20.0732 17.3525L19.875 17.4834L12.875 21.5088C12.5946 21.6711 12.304 21.75 12 21.75C11.696 21.75 11.4054 21.6702 11.125 21.5078L4.125 17.4834C3.84396 17.3206 3.63041 17.109 3.47852 16.8486C3.32718 16.5891 3.25 16.2995 3.25 15.9746V8.02539C3.25 7.70053 3.32718 7.41091 3.47852 7.15137C3.63041 6.89098 3.84396 6.67937 4.125 6.5166L11.125 2.49121C11.4054 2.32887 11.696 2.25 12 2.25ZM4.75 16.0938L11.25 19.8584V12.4307L5.125 8.88379L4.75 8.66602V16.0938ZM18.875 8.88379L12.75 12.4307V19.8584L19.25 16.0938V8.66602L18.875 8.88379ZM7.90039 6.08301L5.5752 7.4248L12 11.1387L14.0752 9.94141L14.4502 9.72559L8.02539 6.01172L7.90039 6.08301ZM9.54785 5.12598L15.876 8.74219L16 8.8125L16.124 8.74219L18.4268 7.42578L18.0498 7.20898L12 3.71094L9.54785 5.12598Z", fill: "currentColor" }) })) }));
11
+ });
12
+ PackageIcon.displayName = 'PackageIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const PaintBucketIcon: CustomIcon;