@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
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const CellTowerIcon = 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.6713 7.91435C12.6091 7.78955 12.5133 7.68456 12.3947 7.61117C12.2762 7.53778 12.1395 7.4989 12 7.4989C11.8606 7.4989 11.7239 7.53778 11.6053 7.61117C11.4868 7.68456 11.391 7.78955 11.3288 7.91435L4.57879 21.4144C4.48978 21.5923 4.47508 21.7982 4.53794 21.987C4.60079 22.1757 4.73605 22.3317 4.91395 22.4208C5.09185 22.5098 5.29783 22.5245 5.48656 22.4616C5.6753 22.3988 5.83134 22.2635 5.92035 22.0856L7.21879 19.5H16.7907L18.0835 22.0856C18.1455 22.2095 18.2406 22.3138 18.3582 22.3869C18.4759 22.4601 18.6115 22.4992 18.75 22.5C18.8779 22.4999 19.0036 22.4672 19.1152 22.4049C19.2268 22.3426 19.3206 22.2528 19.3878 22.144C19.455 22.0352 19.4932 21.9111 19.4989 21.7834C19.5046 21.6557 19.4776 21.5287 19.4204 21.4144L12.6713 7.91435ZM12 9.92717L14.5369 15H9.46317L12 9.92717ZM7.96879 18L8.71879 16.5H15.2907L16.0407 18H7.96879ZM14.9569 8.7881C15.0342 8.35626 15.0158 7.91273 14.903 7.48877C14.7902 7.06481 14.5859 6.67074 14.3043 6.33433C14.0227 5.99792 13.6708 5.72736 13.2733 5.54171C12.8758 5.35606 12.4425 5.25985 12.0038 5.25985C11.5651 5.25985 11.1317 5.35606 10.7343 5.54171C10.3368 5.72736 9.98485 5.99792 9.70327 6.33433C9.4217 6.67074 9.21733 7.06481 9.10458 7.48877C8.99182 7.91273 8.97342 8.35626 9.05067 8.7881C9.07068 8.88599 9.07093 8.98689 9.05141 9.08488C9.03188 9.18287 8.99298 9.27596 8.93697 9.35871C8.88097 9.44145 8.809 9.51217 8.72529 9.56671C8.64157 9.62125 8.54781 9.65852 8.44949 9.67632C8.35118 9.69412 8.2503 9.6921 8.15277 9.67037C8.05525 9.64865 7.96305 9.60765 7.88159 9.5498C7.80013 9.49195 7.73105 9.4184 7.67841 9.33348C7.62577 9.24856 7.59062 9.15398 7.57504 9.05529C7.45749 8.40692 7.48376 7.74065 7.652 7.10355C7.82024 6.46645 8.12635 5.87408 8.54869 5.36828C8.97102 4.86248 9.49929 4.45561 10.0962 4.17641C10.693 3.89721 11.3439 3.7525 12.0029 3.7525C12.6618 3.7525 13.3127 3.89721 13.9096 4.17641C14.5064 4.45561 15.0347 4.86248 15.457 5.36828C15.8794 5.87408 16.1855 6.46645 16.3537 7.10355C16.5219 7.74065 16.5482 8.40692 16.4307 9.05529C16.3995 9.22812 16.3087 9.38452 16.174 9.49725C16.0394 9.60998 15.8694 9.67188 15.6938 9.67216C15.6488 9.67179 15.604 9.66771 15.5597 9.65998C15.4625 9.64279 15.3696 9.60658 15.2864 9.55342C15.2032 9.50026 15.1314 9.4312 15.0749 9.35019C15.0185 9.26919 14.9786 9.17784 14.9575 9.08138C14.9365 8.98492 14.9347 8.88526 14.9522 8.7881H14.9569ZM6.0141 12.7697C5.17373 11.6564 4.66046 10.3309 4.53194 8.94199C4.40343 7.55309 4.66478 6.15588 5.28662 4.90734C5.90846 3.6588 6.86615 2.6084 8.05209 1.87417C9.23802 1.13994 10.6052 0.750977 12 0.750977C13.3949 0.750977 14.7621 1.13994 15.948 1.87417C17.1339 2.6084 18.0916 3.6588 18.7135 4.90734C19.3353 6.15588 19.5967 7.55309 19.4681 8.94199C19.3396 10.3309 18.8264 11.6564 17.986 12.7697C17.8648 12.9249 17.6874 13.0262 17.4922 13.0518C17.2969 13.0774 17.0994 13.0252 16.9424 12.9064C16.7853 12.7876 16.6813 12.6118 16.6527 12.4169C16.6241 12.2221 16.6734 12.0238 16.7897 11.865C17.4617 10.9743 17.872 9.91392 17.9746 8.80292C18.0772 7.69191 17.868 6.57431 17.3704 5.57566C16.8729 4.57701 16.1068 3.73687 15.1581 3.14962C14.2094 2.56237 13.1158 2.25127 12 2.25127C10.8843 2.25127 9.79068 2.56237 8.84201 3.14962C7.89333 3.73687 7.12719 4.57701 6.62965 5.57566C6.13211 6.57431 5.92287 7.69191 6.02546 8.80292C6.12804 9.91392 6.53837 10.9743 7.21036 11.865C7.32672 12.0238 7.37594 12.2221 7.34738 12.4169C7.31882 12.6118 7.21477 12.7876 7.05771 12.9064C6.90064 13.0252 6.70316 13.0774 6.5079 13.0518C6.31264 13.0262 6.13528 12.9249 6.0141 12.7697Z", fill: "currentColor" }) })) }));
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M12.6713 7.91435C12.6091 7.78955 12.5133 7.68456 12.3947 7.61117C12.2761 7.53778 12.1395 7.4989 12 7.4989C11.8606 7.4989 11.7239 7.53778 11.6053 7.61117C11.4867 7.68456 11.391 7.78955 11.3288 7.91435L4.57876 21.4144C4.48975 21.5923 4.47505 21.7982 4.53791 21.987C4.60076 22.1757 4.73602 22.3317 4.91392 22.4208C5.09182 22.5098 5.2978 22.5245 5.48653 22.4616C5.67527 22.3988 5.83131 22.2635 5.92032 22.0856L7.21876 19.5H16.7906L18.0834 22.0856C18.1454 22.2095 18.2405 22.3138 18.3582 22.3869C18.4759 22.4601 18.6115 22.4992 18.75 22.5C18.8778 22.4999 19.0035 22.4672 19.1152 22.4049C19.2268 22.3426 19.3206 22.2528 19.3878 22.144C19.4549 22.0352 19.4932 21.9111 19.4989 21.7834C19.5046 21.6557 19.4775 21.5287 19.4203 21.4144L12.6713 7.91435ZM12 9.92717L14.5369 15H9.46314L12 9.92717ZM7.96876 18L8.71876 16.5H15.2906L16.0406 18H7.96876ZM14.9569 8.7881C15.0341 8.35626 15.0157 7.91273 14.903 7.48877C14.7902 7.06481 14.5859 6.67074 14.3043 6.33433C14.0227 5.99792 13.6708 5.72736 13.2733 5.54171C12.8758 5.35606 12.4425 5.25985 12.0038 5.25985C11.5651 5.25985 11.1317 5.35606 10.7342 5.54171C10.3367 5.72736 9.98482 5.99792 9.70324 6.33433C9.42167 6.67074 9.2173 7.06481 9.10455 7.48877C8.99179 7.91273 8.97339 8.35626 9.05064 8.7881C9.07065 8.88599 9.0709 8.98689 9.05138 9.08488C9.03185 9.18287 8.99295 9.27596 8.93694 9.35871C8.88094 9.44145 8.80897 9.51217 8.72526 9.56671C8.64154 9.62125 8.54778 9.65852 8.44946 9.67632C8.35115 9.69412 8.25027 9.6921 8.15274 9.67037C8.05522 9.64865 7.96302 9.60765 7.88156 9.5498C7.8001 9.49195 7.73102 9.4184 7.67838 9.33348C7.62574 9.24856 7.59059 9.15398 7.57501 9.05529C7.45746 8.40692 7.48373 7.74065 7.65197 7.10355C7.82021 6.46645 8.12632 5.87408 8.54866 5.36828C8.97099 4.86248 9.49926 4.45561 10.0961 4.17641C10.693 3.89721 11.3439 3.7525 12.0028 3.7525C12.6618 3.7525 13.3127 3.89721 13.9095 4.17641C14.5064 4.45561 15.0347 4.86248 15.457 5.36828C15.8793 5.87408 16.1854 6.46645 16.3537 7.10355C16.5219 7.74065 16.5482 8.40692 16.4306 9.05529C16.3995 9.22812 16.3086 9.38452 16.174 9.49725C16.0393 9.60998 15.8694 9.67188 15.6938 9.67216C15.6488 9.67179 15.604 9.66771 15.5597 9.65998C15.4625 9.64279 15.3696 9.60658 15.2864 9.55342C15.2032 9.50026 15.1313 9.4312 15.0749 9.35019C15.0185 9.26919 14.9786 9.17784 14.9575 9.08138C14.9365 8.98492 14.9346 8.88526 14.9522 8.7881H14.9569ZM6.01407 12.7697C5.1737 11.6564 4.66042 10.3309 4.53191 8.94199C4.4034 7.55309 4.66475 6.15588 5.28659 4.90734C5.90843 3.6588 6.86612 2.6084 8.05206 1.87417C9.23799 1.13994 10.6052 0.750977 12 0.750977C13.3948 0.750977 14.762 1.13994 15.948 1.87417C17.1339 2.6084 18.0916 3.6588 18.7134 4.90734C19.3353 6.15588 19.5966 7.55309 19.4681 8.94199C19.3396 10.3309 18.8263 11.6564 17.986 12.7697C17.8648 12.9249 17.6874 13.0262 17.4922 13.0518C17.2969 13.0774 17.0994 13.0252 16.9423 12.9064C16.7853 12.7876 16.6812 12.6118 16.6527 12.4169C16.6241 12.2221 16.6733 12.0238 16.7897 11.865C17.4617 10.9743 17.872 9.91392 17.9746 8.80292C18.0772 7.69191 17.8679 6.57431 17.3704 5.57566C16.8729 4.57701 16.1067 3.73687 15.158 3.14962C14.2094 2.56237 13.1157 2.25127 12 2.25127C10.8843 2.25127 9.79065 2.56237 8.84198 3.14962C7.8933 3.73687 7.12716 4.57701 6.62962 5.57566C6.13208 6.57431 5.92284 7.69191 6.02542 8.80292C6.12801 9.91392 6.53834 10.9743 7.21032 11.865C7.32669 12.0238 7.37591 12.2221 7.34735 12.4169C7.31879 12.6118 7.21474 12.7876 7.05768 12.9064C6.90061 13.0252 6.70313 13.0774 6.50787 13.0518C6.31261 13.0262 6.13525 12.9249 6.01407 12.7697Z", fill: "currentColor" }) })) }));
11
11
  });
12
12
  CellTowerIcon.displayName = 'CellTowerIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ChatCircleWarningIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const ChatCircleWarningIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M11.25 7.5V12.75C11.25 12.9489 11.329 13.1397 11.4697 13.2803C11.6103 13.421 11.8011 13.5 12 13.5C12.1989 13.5 12.3897 13.421 12.5303 13.2803C12.671 13.1397 12.75 12.9489 12.75 12.75V7.5C12.75 7.30109 12.671 7.11032 12.5303 6.96967C12.3897 6.82902 12.1989 6.75 12 6.75C11.8011 6.75 11.6103 6.82902 11.4697 6.96967C11.329 7.11032 11.25 7.30109 11.25 7.5Z", fill: "currentColor" }), _jsx("path", { d: "M12.9354 16.75C13.059 16.565 13.125 16.3475 13.125 16.125C13.125 15.8266 13.0065 15.5405 12.7955 15.3295C12.5845 15.1185 12.2984 15 12 15C11.7775 15 11.56 15.066 11.375 15.1896C11.19 15.3132 11.0458 15.4889 10.9606 15.6945C10.8755 15.9 10.8532 16.1262 10.8966 16.3445C10.94 16.5627 11.0472 16.7632 11.2045 16.9205C11.3618 17.0778 11.5623 17.185 11.7805 17.2284C11.9988 17.2718 12.225 17.2495 12.4305 17.1644C12.6361 17.0792 12.8118 16.935 12.9354 16.75Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.19691 3.51397C8.66201 2.68508 10.3167 2.24963 12.0001 2.25C13.4811 2.25061 14.9426 2.58861 16.2735 3.23836C17.6044 3.88811 18.7698 4.83253 19.6812 5.99992C20.5926 7.16732 21.2261 8.527 21.5336 9.97578C21.8411 11.4246 21.8145 12.9244 21.4558 14.3613C21.0971 15.7983 20.4158 17.1346 19.4635 18.269C18.5112 19.4033 17.3131 20.3057 15.9599 20.9079C14.6068 21.51 13.1343 21.7959 11.6541 21.744C10.174 21.6921 8.72515 21.3036 7.41755 20.6081L4.22537 21.6722C3.96107 21.7603 3.67745 21.7731 3.4063 21.7091C3.13514 21.6451 2.88717 21.5069 2.69016 21.3099C2.49316 21.1129 2.35492 20.8649 2.29093 20.5938C2.22693 20.3226 2.23973 20.039 2.32787 19.7747L3.39193 16.5825C2.60077 15.0967 2.20777 13.4314 2.25117 11.7486C2.29457 10.0659 2.77289 8.42301 3.63959 6.97997C4.50628 5.53692 5.73182 4.34285 7.19691 3.51397ZM7.86943 19.1428C9.12483 19.8691 10.5497 20.251 12.0001 20.25C13.8164 20.2497 15.5818 19.65 17.0226 18.5439C18.4633 17.4379 19.4987 15.8873 19.9683 14.1327C20.4378 12.3781 20.3152 10.5176 19.6194 8.83983C18.9237 7.16204 17.6937 5.76074 16.1203 4.85333C14.5469 3.94591 12.718 3.5831 10.9173 3.82118C9.11667 4.05925 7.44491 4.88491 6.16139 6.17006C4.87786 7.4552 4.05432 9.12801 3.81852 10.929C3.58272 12.7299 3.94784 14.5584 4.85724 16.1306C4.91039 16.2226 4.94339 16.3248 4.95406 16.4305C4.96473 16.5362 4.95281 16.643 4.91912 16.7438L3.75005 20.25L7.2563 19.08C7.35712 19.0464 7.46391 19.0347 7.56962 19.0455C7.67532 19.0563 7.77751 19.0895 7.86943 19.1428Z", fill: "currentColor" })] })) }));
11
+ });
12
+ ChatCircleWarningIcon.displayName = 'ChatCircleWarningIcon';
@@ -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 ClockDuotoneIcon = 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: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96452 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46927 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25Z", fill: "#EEEEEE" }), _jsx("path", { d: "M18 12C18 12.1989 17.921 12.3897 17.7803 12.5303C17.6397 12.671 17.4489 12.75 17.25 12.75H12C11.8011 12.75 11.6103 12.671 11.4697 12.5303C11.329 12.3897 11.25 12.1989 11.25 12V6.75C11.25 6.55109 11.329 6.36032 11.4697 6.21967C11.6103 6.07902 11.8011 6 12 6C12.1989 6 12.3897 6.07902 12.5303 6.21967C12.671 6.36032 12.75 6.55109 12.75 6.75V11.25H17.25C17.4489 11.25 17.6397 11.329 17.7803 11.4697C17.921 11.6103 18 11.8011 18 12Z", 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: "M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96452 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46927 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25Z", fill: "currentColor" }), _jsx("path", { d: "M18 12C18 12.1989 17.921 12.3897 17.7803 12.5303C17.6397 12.671 17.4489 12.75 17.25 12.75H12C11.8011 12.75 11.6103 12.671 11.4697 12.5303C11.329 12.3897 11.25 12.1989 11.25 12V6.75C11.25 6.55109 11.329 6.36032 11.4697 6.21967C11.6103 6.07902 11.8011 6 12 6C12.1989 6 12.3897 6.07902 12.5303 6.21967C12.671 6.36032 12.75 6.55109 12.75 6.75V11.25H17.25C17.4489 11.25 17.6397 11.329 17.7803 11.4697C17.921 11.6103 18 11.8011 18 12Z", fill: "currentColor" })] })) }));
11
11
  });
12
12
  ClockDuotoneIcon.displayName = 'ClockDuotoneIcon';
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const CloseIcon = 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: "M18.5 17.4388C18.5697 17.5085 18.6249 17.5912 18.6626 17.6823C18.7004 17.7733 18.7198 17.8709 18.7198 17.9694C18.7198 18.068 18.7004 18.1656 18.6626 18.2566C18.6249 18.3477 18.5697 18.4304 18.5 18.5001C18.4303 18.5697 18.3476 18.625 18.2565 18.6627C18.1655 18.7004 18.0679 18.7199 17.9693 18.7199C17.8708 18.7199 17.7732 18.7004 17.6822 18.6627C17.5911 18.625 17.5084 18.5697 17.4387 18.5001L12 13.0604L6.56122 18.5001C6.42049 18.6409 6.22962 18.7199 6.03059 18.7199C5.83157 18.7199 5.6407 18.6409 5.49997 18.5001C5.35924 18.3594 5.28018 18.1685 5.28018 17.9695C5.28018 17.7705 5.35924 17.5796 5.49997 17.4389L10.9397 12.0001L5.49998 6.56126C5.35925 6.42053 5.28019 6.22966 5.28019 6.03064C5.28019 5.83161 5.35925 5.64074 5.49998 5.50001C5.64071 5.35928 5.83158 5.28022 6.03061 5.28022C6.22963 5.28022 6.4205 5.35928 6.56123 5.50001L12 10.9398L17.4387 5.49347C17.5795 5.35274 17.7703 5.27368 17.9694 5.27368C18.1684 5.27368 18.3593 5.35274 18.5 5.49347C18.6407 5.6342 18.7198 5.82508 18.7198 6.0241C18.7198 6.22312 18.6407 6.41399 18.5 6.55472L13.0603 12.0001L18.5 17.4388Z", 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: "M18.4999 17.4388C18.5696 17.5085 18.6249 17.5912 18.6626 17.6823C18.7003 17.7733 18.7197 17.8709 18.7197 17.9694C18.7197 18.068 18.7003 18.1656 18.6626 18.2566C18.6249 18.3477 18.5696 18.4304 18.4999 18.5001C18.4303 18.5697 18.3475 18.625 18.2565 18.6627C18.1654 18.7004 18.0679 18.7199 17.9693 18.7199C17.8708 18.7199 17.7732 18.7004 17.6821 18.6627C17.5911 18.625 17.5084 18.5697 17.4387 18.5001L12 13.0604L6.56119 18.5001C6.42046 18.6409 6.22959 18.7199 6.03056 18.7199C5.83154 18.7199 5.64067 18.6409 5.49994 18.5001C5.35921 18.3594 5.28015 18.1685 5.28015 17.9695C5.28015 17.7705 5.35921 17.5796 5.49994 17.4389L10.9397 12.0001L5.49995 6.56126C5.35922 6.42053 5.28016 6.22966 5.28016 6.03064C5.28016 5.83161 5.35922 5.64074 5.49995 5.50001C5.64068 5.35928 5.83155 5.28022 6.03058 5.28022C6.2296 5.28022 6.42047 5.35928 6.5612 5.50001L12 10.9398L17.4387 5.49347C17.5794 5.35274 17.7703 5.27368 17.9693 5.27368C18.1684 5.27368 18.3592 5.35274 18.5 5.49347C18.6407 5.6342 18.7198 5.82508 18.7198 6.0241C18.7198 6.22312 18.6407 6.41399 18.5 6.55472L13.0603 12.0001L18.4999 17.4388Z", fill: "currentColor" }) })) }));
11
11
  });
12
12
  CloseIcon.displayName = 'CloseIcon';
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const CloudIcon = 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: "M15 3.75C13.4678 3.75118 11.9662 4.17857 10.663 4.98437C9.35987 5.79017 8.30657 6.94262 7.62093 8.31281C6.80527 8.19385 5.97384 8.24424 5.17851 8.46082C4.38319 8.67741 3.64101 9.05555 2.99829 9.57166C2.35557 10.0878 1.82609 10.7308 1.44287 11.4606C1.05966 12.1904 0.830923 12.9913 0.770942 13.8134C0.710961 14.6355 0.821019 15.4612 1.09425 16.2388C1.36748 17.0165 1.79803 17.7296 2.35903 18.3335C2.92003 18.9375 3.59946 19.4193 4.35493 19.749C5.1104 20.0788 5.9257 20.2493 6.75 20.25H15C17.188 20.25 19.2865 19.3808 20.8336 17.8336C22.3808 16.2865 23.25 14.188 23.25 12C23.25 9.81196 22.3808 7.71354 20.8336 6.16637C19.2865 4.61919 17.188 3.75 15 3.75ZM15 18.75H6.75C5.55652 18.75 4.41193 18.2759 3.56802 17.432C2.7241 16.5881 2.25 15.4435 2.25 14.25C2.25 13.0565 2.7241 11.9119 3.56802 11.068C4.41193 10.2241 5.55652 9.75 6.75 9.75C6.85312 9.75 6.95625 9.75 7.05843 9.76031C6.85333 10.4892 6.74954 11.2428 6.75 12C6.75 12.1989 6.82901 12.3897 6.96967 12.5303C7.11032 12.671 7.30108 12.75 7.5 12.75C7.69891 12.75 7.88967 12.671 8.03033 12.5303C8.17098 12.3897 8.25 12.1989 8.25 12C8.25 10.665 8.64588 9.35993 9.38758 8.2499C10.1293 7.13987 11.1835 6.2747 12.4169 5.76381C13.6503 5.25292 15.0075 5.11925 16.3169 5.3797C17.6262 5.64015 18.829 6.28302 19.773 7.22703C20.717 8.17103 21.3598 9.37377 21.6203 10.6831C21.8807 11.9925 21.7471 13.3497 21.2362 14.5831C20.7253 15.8165 19.8601 16.8707 18.7501 17.6124C17.6401 18.3541 16.335 18.75 15 18.75Z", 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: "M15 3.75C13.4679 3.75118 11.9662 4.17857 10.6631 4.98437C9.3599 5.79017 8.3066 6.94262 7.62096 8.31281C6.8053 8.19385 5.97387 8.24424 5.17855 8.46082C4.38322 8.67741 3.64105 9.05555 2.99833 9.57166C2.3556 10.0878 1.82612 10.7308 1.4429 11.4606C1.05969 12.1904 0.830953 12.9913 0.770972 13.8134C0.710991 14.6355 0.821049 15.4612 1.09428 16.2388C1.36751 17.0165 1.79806 17.7296 2.35906 18.3335C2.92006 18.9375 3.59949 19.4193 4.35496 19.749C5.11043 20.0788 5.92573 20.2493 6.75003 20.25H15C17.1881 20.25 19.2865 19.3808 20.8337 17.8336C22.3808 16.2865 23.25 14.188 23.25 12C23.25 9.81196 22.3808 7.71354 20.8337 6.16637C19.2865 4.61919 17.1881 3.75 15 3.75ZM15 18.75H6.75003C5.55655 18.75 4.41196 18.2759 3.56805 17.432C2.72413 16.5881 2.25003 15.4435 2.25003 14.25C2.25003 13.0565 2.72413 11.9119 3.56805 11.068C4.41196 10.2241 5.55655 9.75 6.75003 9.75C6.85315 9.75 6.95628 9.75 7.05846 9.76031C6.85336 10.4892 6.74957 11.2428 6.75003 12C6.75003 12.1989 6.82904 12.3897 6.9697 12.5303C7.11035 12.671 7.30111 12.75 7.50003 12.75C7.69894 12.75 7.8897 12.671 8.03036 12.5303C8.17101 12.3897 8.25003 12.1989 8.25003 12C8.25003 10.665 8.64591 9.35993 9.38761 8.2499C10.1293 7.13987 11.1835 6.2747 12.4169 5.76381C13.6503 5.25292 15.0075 5.11925 16.3169 5.3797C17.6263 5.64015 18.829 6.28302 19.773 7.22703C20.717 8.17103 21.3599 9.37377 21.6203 10.6831C21.8808 11.9925 21.7471 13.3497 21.2362 14.5831C20.7253 15.8165 19.8602 16.8707 18.7501 17.6124C17.6401 18.3541 16.3351 18.75 15 18.75Z", fill: "currentColor" }) })) }));
11
11
  });
12
12
  CloudIcon.displayName = 'CloudIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CloudSlashIcon: 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 CloudSlashIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M5.055 3.24563C4.98914 3.17138 4.90919 3.11095 4.8198 3.06783C4.73041 3.02471 4.63335 2.99976 4.53424 2.99443C4.43514 2.9891 4.33596 3.00349 4.24246 3.03677C4.14896 3.07005 4.06299 3.12156 3.98954 3.18831C3.91609 3.25506 3.85662 3.33572 3.81458 3.42562C3.77253 3.51552 3.74875 3.61288 3.74461 3.71204C3.74046 3.8112 3.75604 3.9102 3.79044 4.00329C3.82484 4.09639 3.87738 4.18173 3.945 4.25438L7.62375 8.30156L7.61812 8.31281C7.33062 8.27121 7.0405 8.25022 6.75 8.25C5.1587 8.25 3.63258 8.88214 2.50736 10.0074C1.38214 11.1326 0.75 12.6587 0.75 14.25C0.75 15.8413 1.38214 17.3674 2.50736 18.4926C3.63258 19.6179 5.1587 20.25 6.75 20.25H15C16.0197 20.2519 17.0308 20.0634 17.9813 19.6941L18.945 20.7544C19.0109 20.8286 19.0908 20.8891 19.1802 20.9322C19.2696 20.9753 19.3667 21.0002 19.4658 21.0056C19.5649 21.0109 19.664 20.9965 19.7575 20.9632C19.851 20.93 19.937 20.8784 20.0105 20.8117C20.0839 20.7449 20.1434 20.6643 20.1854 20.5744C20.2275 20.4845 20.2513 20.3871 20.2554 20.288C20.2595 20.1888 20.244 20.0898 20.2096 19.9967C20.1752 19.9036 20.1226 19.8183 20.055 19.7456L5.055 3.24563ZM15 18.75H6.75C5.55653 18.75 4.41193 18.2759 3.56802 17.432C2.72411 16.5881 2.25 15.4435 2.25 14.25C2.25 13.0565 2.72411 11.9119 3.56802 11.068C4.41193 10.2241 5.55653 9.75 6.75 9.75C6.85313 9.75 6.95625 9.75 7.05938 9.76125C6.8545 10.4899 6.75041 11.2431 6.75 12C6.75 12.1989 6.82902 12.3897 6.96967 12.5303C7.11032 12.671 7.30109 12.75 7.5 12.75C7.69891 12.75 7.88968 12.671 8.03033 12.5303C8.17098 12.3897 8.25 12.1989 8.25 12C8.25027 11.1482 8.4112 10.304 8.72437 9.51188L16.8806 18.4838C16.2695 18.6611 15.6363 18.7508 15 18.75ZM23.25 12C23.2512 14.0269 22.5052 15.9832 21.1547 17.4947C21.0195 17.6301 20.8376 17.7087 20.6463 17.7144C20.455 17.7201 20.2688 17.6525 20.1258 17.5254C19.9827 17.3983 19.8937 17.2213 19.8768 17.0307C19.86 16.84 19.9167 16.6502 20.0353 16.5C21.1494 15.2557 21.7627 13.6425 21.7564 11.9723C21.7502 10.3021 21.125 8.69346 20.0016 7.45746C18.8783 6.22146 17.3366 5.44584 15.6746 5.28053C14.0125 5.11523 12.3482 5.57199 11.0034 6.5625C10.9241 6.62086 10.834 6.66301 10.7384 6.68656C10.6427 6.71011 10.5434 6.71459 10.446 6.69975C10.3487 6.68491 10.2552 6.65103 10.1709 6.60006C10.0866 6.54908 10.0132 6.48201 9.95484 6.40266C9.83699 6.24241 9.78762 6.04191 9.81759 5.84526C9.84757 5.64861 9.95444 5.47192 10.1147 5.35406C11.3436 4.45096 12.7989 3.90619 14.3188 3.78026C15.8387 3.65433 17.3637 3.95217 18.7246 4.6407C20.0854 5.32922 21.2287 6.38149 22.0276 7.68062C22.8265 8.97975 23.2496 10.4749 23.25 12Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CloudSlashIcon.displayName = 'CloudSlashIcon';
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const CompassToolIcon = 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.1675 11.5912C20.2158 11.5033 20.246 11.4065 20.2562 11.3067C20.2664 11.2068 20.2565 11.106 20.2271 11.01C20.1976 10.9141 20.1492 10.8251 20.0847 10.7482C20.0202 10.6713 19.9409 10.6081 19.8515 10.5625C19.7622 10.5168 19.6645 10.4895 19.5644 10.4822C19.4644 10.4749 19.3638 10.4878 19.2688 10.5201C19.1738 10.5524 19.0862 10.6035 19.0113 10.6702C18.9363 10.737 18.8755 10.8181 18.8325 10.9088C18.1392 12.2445 17.0581 13.3392 15.7313 14.0494L14.1769 10.5506C14.771 10.1264 15.2283 9.53808 15.4929 8.85772C15.7574 8.17736 15.8176 7.43459 15.6661 6.72051C15.5146 6.00643 15.158 5.35209 14.64 4.83775C14.122 4.32341 13.4652 3.97144 12.75 3.825V2.25C12.75 2.05109 12.671 1.86032 12.5304 1.71967C12.3897 1.57902 12.1989 1.5 12 1.5C11.8011 1.5 11.6103 1.57902 11.4697 1.71967C11.329 1.86032 11.25 2.05109 11.25 2.25V3.825C10.5349 3.97144 9.87804 4.32341 9.36005 4.83775C8.84205 5.35209 8.48544 6.00643 8.33394 6.72051C8.18245 7.43459 8.24266 8.17736 8.50719 8.85772C8.77172 9.53808 9.22907 10.1264 9.82315 10.5506L5.31471 20.6953C5.27415 20.7854 5.2518 20.8826 5.24892 20.9813C5.24603 21.0801 5.26269 21.1784 5.29793 21.2707C5.33316 21.363 5.38628 21.4474 5.45423 21.5191C5.52219 21.5908 5.60364 21.6484 5.69391 21.6885C5.78417 21.7287 5.88148 21.7506 5.98024 21.753C6.07899 21.7554 6.17725 21.7383 6.26938 21.7026C6.3615 21.667 6.44567 21.6134 6.51705 21.5451C6.58844 21.4769 6.64562 21.3951 6.68533 21.3047L9.04221 16.0022C9.99313 16.3333 10.9931 16.5016 12 16.5C13.0075 16.4988 14.008 16.3339 14.9625 16.0116L17.3147 21.3047C17.3961 21.4855 17.5458 21.6267 17.7311 21.6975C17.9163 21.7682 18.1221 21.7627 18.3033 21.6821C18.4845 21.6016 18.6264 21.4525 18.698 21.2676C18.7696 21.0826 18.765 20.8769 18.6853 20.6953L16.3416 15.4219C17.9805 14.5689 19.3165 13.2312 20.1675 11.5912ZM12 5.25C12.445 5.25 12.88 5.38196 13.2501 5.62919C13.6201 5.87643 13.9085 6.22783 14.0788 6.63896C14.249 7.0501 14.2936 7.5025 14.2068 7.93895C14.12 8.37541 13.9057 8.77632 13.591 9.09099C13.2763 9.40566 12.8754 9.61995 12.439 9.70677C12.0025 9.79358 11.5501 9.74903 11.139 9.57873C10.7278 9.40843 10.3764 9.12004 10.1292 8.75003C9.88198 8.38002 9.75002 7.94501 9.75002 7.5C9.75002 6.90326 9.98707 6.33097 10.409 5.90901C10.831 5.48705 11.4033 5.25 12 5.25ZM12 15C11.2038 15.001 10.4125 14.8744 9.65627 14.625L11.1956 11.1619C11.7267 11.2794 12.2771 11.2794 12.8081 11.1619L14.3531 14.6362C13.592 14.8772 12.7984 14.9999 12 15Z", 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.1675 11.5912C20.2158 11.5033 20.2459 11.4065 20.2562 11.3067C20.2664 11.2068 20.2565 11.106 20.227 11.01C20.1975 10.9141 20.1491 10.8251 20.0846 10.7482C20.0201 10.6713 19.9408 10.6081 19.8515 10.5625C19.7621 10.5168 19.6645 10.4895 19.5644 10.4822C19.4643 10.4749 19.3638 10.4878 19.2687 10.5201C19.1737 10.5524 19.0861 10.6035 19.0112 10.6702C18.9363 10.737 18.8755 10.8181 18.8325 10.9088C18.1391 12.2445 17.0581 13.3392 15.7312 14.0494L14.1768 10.5506C14.7709 10.1264 15.2283 9.53808 15.4928 8.85772C15.7573 8.17736 15.8175 7.43459 15.666 6.72051C15.5145 6.00643 15.1579 5.35209 14.6399 4.83775C14.1219 4.32341 13.4651 3.97144 12.75 3.825V2.25C12.75 2.05109 12.6709 1.86032 12.5303 1.71967C12.3896 1.57902 12.1989 1.5 12 1.5C11.801 1.5 11.6103 1.57902 11.4696 1.71967C11.329 1.86032 11.25 2.05109 11.25 2.25V3.825C10.5348 3.97144 9.87798 4.32341 9.35998 4.83775C8.84199 5.35209 8.48538 6.00643 8.33388 6.72051C8.18238 7.43459 8.24259 8.17736 8.50713 8.85772C8.77166 9.53808 9.22901 10.1264 9.82309 10.5506L5.31465 20.6953C5.27409 20.7854 5.25173 20.8826 5.24885 20.9813C5.24597 21.0801 5.26263 21.1784 5.29786 21.2707C5.3331 21.363 5.38622 21.4474 5.45417 21.5191C5.52213 21.5908 5.60358 21.6484 5.69384 21.6885C5.78411 21.7287 5.88142 21.7506 5.98017 21.753C6.07893 21.7554 6.17719 21.7383 6.26932 21.7026C6.36144 21.667 6.44561 21.6134 6.51699 21.5451C6.58837 21.4769 6.64556 21.3951 6.68527 21.3047L9.04215 16.0022C9.99307 16.3333 10.993 16.5016 12 16.5C13.0074 16.4988 14.008 16.3339 14.9625 16.0116L17.3146 21.3047C17.3961 21.4855 17.5458 21.6267 17.731 21.6975C17.9163 21.7682 18.122 21.7627 18.3032 21.6821C18.4844 21.6016 18.6264 21.4525 18.6979 21.2676C18.7695 21.0826 18.765 20.8769 18.6853 20.6953L16.3415 15.4219C17.9805 14.5689 19.3165 13.2312 20.1675 11.5912ZM12 5.25C12.445 5.25 12.88 5.38196 13.25 5.62919C13.62 5.87643 13.9084 6.22783 14.0787 6.63896C14.249 7.0501 14.2935 7.5025 14.2067 7.93895C14.1199 8.37541 13.9056 8.77632 13.591 9.09099C13.2763 9.40566 12.8754 9.61995 12.4389 9.70677C12.0025 9.79358 11.5501 9.74903 11.1389 9.57873C10.7278 9.40843 10.3764 9.12004 10.1292 8.75003C9.88192 8.38002 9.74996 7.94501 9.74996 7.5C9.74996 6.90326 9.98701 6.33097 10.409 5.90901C10.8309 5.48705 11.4032 5.25 12 5.25ZM12 15C11.2037 15.001 10.4124 14.8744 9.65621 14.625L11.1956 11.1619C11.7267 11.2794 12.277 11.2794 12.8081 11.1619L14.3531 14.6362C13.5919 14.8772 12.7983 14.9999 12 15Z", fill: "currentColor" }) })) }));
11
11
  });
12
12
  CompassToolIcon.displayName = 'CompassToolIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const ContractIcon: 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 ContractIcon = 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.75 2.25V19C20.75 19.7678 20.4842 20.4123 19.9482 20.9482C19.4123 21.4842 18.7678 21.75 18 21.75H6C5.23221 21.75 4.58767 21.4842 4.05176 20.9482C3.51584 20.4123 3.25 19.7678 3.25 19V16.25H6.25V2.25H20.75ZM4.75 17.75V19C4.75 19.2874 4.80504 19.5048 5 19.7598C5.09094 19.8787 5.2872 20.0365 5.5 20.125C5.74341 20.2262 6 20.25 6 20.25H15.25V17.75H4.75ZM7.75 3.75V16.25H16.75V19C16.75 19.3463 16.8695 19.6488 17.1104 19.8896C17.3512 20.1305 17.6537 20.25 18 20.25C18.3463 20.25 18.6488 20.1305 18.8896 19.8896C19.1305 19.6488 19.25 19.3463 19.25 19V3.75H7.75ZM17.75 10.25V11.75H9.25V10.25H17.75ZM17.75 7.25V8.75H9.25V7.25H17.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ ContractIcon.displayName = 'ContractIcon';
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const CrownIcon = 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: "M23.25 7.50002C23.2503 7.08889 23.1541 6.68342 22.9691 6.31628C22.784 5.94914 22.5153 5.6306 22.1846 5.38632C21.8539 5.14204 21.4705 4.97885 21.0652 4.90991C20.6599 4.84096 20.244 4.86818 19.8512 4.98937C19.4583 5.11057 19.0994 5.32235 18.8034 5.60765C18.5073 5.89296 18.2824 6.24381 18.1468 6.63194C18.0112 7.02006 17.9687 7.43462 18.0227 7.8422C18.0766 8.24977 18.2255 8.63898 18.4575 8.97846L15.9459 12.0722L13.6875 6.88128C14.0994 6.5346 14.3947 6.06967 14.5335 5.54949C14.6722 5.02931 14.6477 4.47905 14.4632 3.97328C14.2787 3.46752 13.9431 3.03072 13.502 2.72209C13.0609 2.41346 12.5355 2.24792 11.9971 2.24792C11.4588 2.24792 10.9334 2.41346 10.4923 2.72209C10.0512 3.03072 9.71563 3.46752 9.53112 3.97328C9.34661 4.47905 9.32207 5.02931 9.46083 5.54949C9.59959 6.06967 9.89493 6.5346 10.3068 6.88128L8.05402 12.0694L5.54245 8.97565C5.86509 8.50291 6.02437 7.93768 5.99606 7.36604C5.96774 6.7944 5.75337 6.24768 5.3856 5.80915C5.01782 5.37061 4.5168 5.06429 3.95883 4.93683C3.40086 4.80938 2.81653 4.86778 2.29482 5.10313C1.77311 5.33849 1.34262 5.73791 1.06891 6.24056C0.795197 6.7432 0.693266 7.32154 0.778638 7.88747C0.864011 8.45341 1.13201 8.97594 1.54182 9.37547C1.95162 9.77501 2.48078 10.0297 3.0487 10.1006L4.4062 18.2466C4.46456 18.5968 4.64526 18.915 4.91614 19.1445C5.18702 19.374 5.53054 19.5 5.88558 19.5H18.1143C18.4694 19.5 18.8129 19.374 19.0838 19.1445C19.3547 18.915 19.5353 18.5968 19.5937 18.2466L20.9503 10.1044C21.5851 10.0251 22.1692 9.7167 22.5926 9.23712C23.0161 8.75754 23.2499 8.13981 23.25 7.50002ZM12 3.75002C12.2225 3.75002 12.44 3.816 12.625 3.93962C12.81 4.06324 12.9542 4.23894 13.0393 4.44451C13.1245 4.65007 13.1467 4.87627 13.1033 5.0945C13.0599 5.31273 12.9528 5.51319 12.7954 5.67052C12.6381 5.82785 12.4377 5.935 12.2194 5.97841C12.0012 6.02182 11.775 5.99954 11.5694 5.91439C11.3639 5.82924 11.1882 5.68505 11.0646 5.50004C10.9409 5.31504 10.875 5.09753 10.875 4.87502C10.875 4.57666 10.9935 4.29051 11.2045 4.07953C11.4154 3.86855 11.7016 3.75002 12 3.75002ZM2.24995 7.50002C2.24995 7.27752 2.31593 7.06001 2.43955 6.87501C2.56317 6.69 2.73887 6.54581 2.94444 6.46066C3.15 6.37551 3.3762 6.35323 3.59443 6.39664C3.81266 6.44005 4.01312 6.5472 4.17045 6.70453C4.32778 6.86186 4.43493 7.06232 4.47834 7.28055C4.52175 7.49878 4.49947 7.72498 4.41432 7.93054C4.32917 8.13611 4.18498 8.31181 3.99997 8.43543C3.81497 8.55904 3.59746 8.62502 3.37495 8.62502C3.07659 8.62502 2.79044 8.5065 2.57946 8.29552C2.36848 8.08454 2.24995 7.79839 2.24995 7.50002ZM18.1143 18H5.88558L4.58058 10.1738L7.66777 13.9688C7.73769 14.0561 7.82626 14.1267 7.927 14.1754C8.02773 14.224 8.13808 14.2495 8.24995 14.25C8.28382 14.2502 8.31765 14.248 8.3512 14.2435C8.47898 14.2261 8.60011 14.1761 8.70291 14.0982C8.80571 14.0204 8.88671 13.9174 8.93808 13.7991L11.685 7.48034C11.8941 7.50657 12.1058 7.50657 12.315 7.48034L15.0618 13.7991C15.1132 13.9174 15.1942 14.0204 15.297 14.0982C15.3998 14.1761 15.5209 14.2261 15.6487 14.2435C15.6823 14.248 15.7161 14.2502 15.75 14.25C15.8618 14.2495 15.9722 14.224 16.0729 14.1754C16.1736 14.1267 16.2622 14.0561 16.3321 13.9688L19.4193 10.17L18.1143 18ZM20.625 8.62502C20.4025 8.62502 20.1849 8.55904 19.9999 8.43543C19.8149 8.31181 19.6707 8.13611 19.5856 7.93054C19.5004 7.72498 19.4782 7.49878 19.5216 7.28055C19.565 7.06232 19.6721 6.86186 19.8295 6.70453C19.9868 6.5472 20.1873 6.44005 20.4055 6.39664C20.6237 6.35323 20.8499 6.37551 21.0555 6.46066C21.261 6.54581 21.4367 6.69 21.5604 6.87501C21.684 7.06001 21.75 7.27752 21.75 7.50002C21.75 7.79839 21.6314 8.08454 21.4204 8.29552C21.2095 8.5065 20.9233 8.62502 20.625 8.62502Z", 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: "M23.25 7.50002C23.2504 7.08889 23.1542 6.68342 22.9691 6.31628C22.7841 5.94914 22.5154 5.6306 22.1847 5.38632C21.854 5.14204 21.4705 4.97885 21.0652 4.90991C20.6599 4.84096 20.2441 4.86818 19.8512 4.98937C19.4583 5.11057 19.0994 5.32235 18.8034 5.60765C18.5074 5.89296 18.2825 6.24381 18.1469 6.63194C18.0113 7.02006 17.9688 7.43462 18.0227 7.8422C18.0767 8.24977 18.2256 8.63898 18.4575 8.97846L15.946 12.0722L13.6875 6.88128C14.0994 6.5346 14.3948 6.06967 14.5335 5.54949C14.6723 5.02931 14.6477 4.47905 14.4632 3.97328C14.2787 3.46752 13.9432 3.03072 13.502 2.72209C13.0609 2.41346 12.5356 2.24792 11.9972 2.24792C11.4588 2.24792 10.9335 2.41346 10.4924 2.72209C10.0512 3.03072 9.71569 3.46752 9.53118 3.97328C9.34667 4.47905 9.32213 5.02931 9.46089 5.54949C9.59965 6.06967 9.89499 6.5346 10.3069 6.88128L8.05408 12.0694L5.54251 8.97565C5.86515 8.50291 6.02443 7.93768 5.99612 7.36604C5.9678 6.7944 5.75343 6.24768 5.38566 5.80915C5.01788 5.37061 4.51686 5.06429 3.95889 4.93683C3.40092 4.80938 2.81659 4.86778 2.29488 5.10313C1.77317 5.33849 1.34268 5.73791 1.06897 6.24056C0.795258 6.7432 0.693327 7.32154 0.778699 7.88747C0.864072 8.45341 1.13207 8.97594 1.54188 9.37547C1.95169 9.77501 2.48084 10.0297 3.04876 10.1006L4.40626 18.2466C4.46462 18.5968 4.64532 18.915 4.9162 19.1445C5.18708 19.374 5.5306 19.5 5.88564 19.5H18.1144C18.4694 19.5 18.8129 19.374 19.0838 19.1445C19.3547 18.915 19.5354 18.5968 19.5938 18.2466L20.9503 10.1044C21.5852 10.0251 22.1692 9.7167 22.5927 9.23712C23.0162 8.75754 23.2499 8.13981 23.25 7.50002ZM12 3.75002C12.2225 3.75002 12.44 3.816 12.625 3.93962C12.81 4.06324 12.9542 4.23894 13.0394 4.44451C13.1245 4.65007 13.1468 4.87627 13.1034 5.0945C13.06 5.31273 12.9528 5.51319 12.7955 5.67052C12.6382 5.82785 12.4377 5.935 12.2195 5.97841C12.0013 6.02182 11.7751 5.99954 11.5695 5.91439C11.3639 5.82924 11.1882 5.68505 11.0646 5.50004C10.941 5.31504 10.875 5.09753 10.875 4.87502C10.875 4.57666 10.9935 4.29051 11.2045 4.07953C11.4155 3.86855 11.7016 3.75002 12 3.75002ZM2.25001 7.50002C2.25001 7.27752 2.316 7.06001 2.43961 6.87501C2.56323 6.69 2.73893 6.54581 2.9445 6.46066C3.15006 6.37551 3.37626 6.35323 3.59449 6.39664C3.81272 6.44005 4.01318 6.5472 4.17051 6.70453C4.32784 6.86186 4.43499 7.06232 4.4784 7.28055C4.52181 7.49878 4.49953 7.72498 4.41438 7.93054C4.32923 8.13611 4.18504 8.31181 4.00003 8.43543C3.81503 8.55904 3.59752 8.62502 3.37501 8.62502C3.07665 8.62502 2.7905 8.5065 2.57952 8.29552C2.36854 8.08454 2.25001 7.79839 2.25001 7.50002ZM18.1144 18H5.88564L4.58064 10.1738L7.66783 13.9688C7.73775 14.0561 7.82632 14.1267 7.92706 14.1754C8.02779 14.224 8.13814 14.2495 8.25002 14.25C8.28388 14.2502 8.31771 14.248 8.35127 14.2435C8.47904 14.2261 8.60017 14.1761 8.70297 14.0982C8.80577 14.0204 8.88677 13.9174 8.93814 13.7991L11.685 7.48034C11.8942 7.50657 12.1058 7.50657 12.315 7.48034L15.0619 13.7991C15.1133 13.9174 15.1943 14.0204 15.2971 14.0982C15.3999 14.1761 15.521 14.2261 15.6488 14.2435C15.6823 14.248 15.7162 14.2502 15.75 14.25C15.8619 14.2495 15.9722 14.224 16.073 14.1754C16.1737 14.1267 16.2623 14.0561 16.3322 13.9688L19.4194 10.17L18.1144 18ZM20.625 8.62502C20.4025 8.62502 20.185 8.55904 20 8.43543C19.815 8.31181 19.6708 8.13611 19.5857 7.93054C19.5005 7.72498 19.4782 7.49878 19.5216 7.28055C19.565 7.06232 19.6722 6.86186 19.8295 6.70453C19.9869 6.5472 20.1873 6.44005 20.4055 6.39664C20.6238 6.35323 20.85 6.37551 21.0555 6.46066C21.2611 6.54581 21.4368 6.69 21.5604 6.87501C21.684 7.06001 21.75 7.27752 21.75 7.50002C21.75 7.79839 21.6315 8.08454 21.4205 8.29552C21.2095 8.5065 20.9234 8.62502 20.625 8.62502Z", fill: "currentColor" }) })) }));
11
11
  });
12
12
  CrownIcon.displayName = 'CrownIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const CursorClickIcon: 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 CursorClickIcon = 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.24994 2.25006V1.50006C8.24994 1.30115 8.32896 1.11038 8.46961 0.969732C8.61026 0.829079 8.80103 0.750062 8.99994 0.750062C9.19885 0.750062 9.38962 0.829079 9.53027 0.969732C9.67092 1.11038 9.74994 1.30115 9.74994 1.50006V2.25006C9.74994 2.44897 9.67092 2.63974 9.53027 2.78039C9.38962 2.92104 9.19885 3.00006 8.99994 3.00006C8.80103 3.00006 8.61026 2.92104 8.46961 2.78039C8.32896 2.63974 8.24994 2.44897 8.24994 2.25006ZM1.49994 9.75006H2.24994C2.44885 9.75006 2.63962 9.67104 2.78027 9.53039C2.92092 9.38974 2.99994 9.19897 2.99994 9.00006C2.99994 8.80115 2.92092 8.61038 2.78027 8.46973C2.63962 8.32908 2.44885 8.25006 2.24994 8.25006H1.49994C1.30103 8.25006 1.11026 8.32908 0.96961 8.46973C0.828957 8.61038 0.74994 8.80115 0.74994 9.00006C0.74994 9.19897 0.828957 9.38974 0.96961 9.53039C1.11026 9.67104 1.30103 9.75006 1.49994 9.75006ZM11.6643 3.67131C11.7525 3.71545 11.8484 3.74178 11.9467 3.7488C12.0451 3.75582 12.1438 3.74339 12.2373 3.71222C12.3308 3.68105 12.4173 3.63175 12.4917 3.56714C12.5662 3.50253 12.6272 3.42388 12.6712 3.33569L13.4212 1.83569C13.5102 1.65778 13.5249 1.45181 13.462 1.26307C13.3992 1.07433 13.2639 0.918294 13.086 0.82928C12.9081 0.740267 12.7022 0.725571 12.5134 0.788425C12.3247 0.851279 12.1686 0.986534 12.0796 1.16444L11.3296 2.66444C11.2855 2.75252 11.2591 2.84844 11.252 2.94672C11.2449 3.045 11.2573 3.14372 11.2883 3.23723C11.3194 3.33073 11.3686 3.4172 11.4331 3.49168C11.4976 3.56616 11.5762 3.6272 11.6643 3.67131ZM2.66431 11.3297L1.16431 12.0798C0.986412 12.1688 0.851157 12.3248 0.788303 12.5135C0.725449 12.7023 0.740145 12.9083 0.829158 13.0862C0.918172 13.2641 1.07421 13.3993 1.26295 13.4622C1.45169 13.525 1.65766 13.5103 1.83556 13.4213L3.33556 12.6713C3.42365 12.6272 3.5022 12.5662 3.56671 12.4918C3.63123 12.4174 3.68045 12.331 3.71158 12.2375C3.7427 12.1441 3.75511 12.0454 3.7481 11.9471C3.74109 11.8489 3.7148 11.753 3.67072 11.6649C3.62665 11.5768 3.56565 11.4983 3.49122 11.4338C3.41679 11.3692 3.33038 11.32 3.23693 11.2889C3.14348 11.2578 3.04481 11.2454 2.94656 11.2524C2.84831 11.2594 2.7524 11.2857 2.66431 11.3297ZM20.5603 17.2501C20.6996 17.3894 20.8101 17.5547 20.8855 17.7367C20.9609 17.9187 20.9997 18.1138 20.9997 18.3108C20.9997 18.5079 20.9609 18.7029 20.8855 18.8849C20.8101 19.067 20.6996 19.2323 20.5603 19.3716L19.3715 20.5604C19.2322 20.6997 19.0668 20.8102 18.8848 20.8856C18.7028 20.961 18.5077 20.9998 18.3107 20.9998C18.1137 20.9998 17.9186 20.961 17.7366 20.8856C17.5546 20.8102 17.3892 20.6997 17.2499 20.5604L12.4406 15.7501L10.7812 20.071C10.7812 20.0804 10.7737 20.0907 10.769 20.101C10.6542 20.3686 10.4632 20.5965 10.2199 20.7564C9.97648 20.9163 9.69144 21.001 9.40025 21.0001H9.32619C9.0225 20.9872 8.73009 20.8814 8.48848 20.697C8.24687 20.5125 8.06772 20.2584 7.97525 19.9688L3.07494 4.96131C2.99082 4.69885 2.98063 4.41828 3.04551 4.15041C3.11039 3.88253 3.24781 3.63772 3.4427 3.44283C3.63759 3.24794 3.88241 3.11051 4.15028 3.04563C4.41816 2.98076 4.69872 2.99094 4.96119 3.07506L19.9687 7.97537C20.2555 8.07132 20.5066 8.25174 20.6891 8.49295C20.8716 8.73415 20.9769 9.02489 20.9912 9.327C21.0054 9.62911 20.9281 9.92848 20.7692 10.1858C20.6103 10.4432 20.3774 10.6465 20.1009 10.7691L20.0709 10.7813L15.7499 12.4397L20.5603 17.2501ZM19.4999 18.3104L14.6896 13.5001C14.5165 13.3272 14.3882 13.1147 14.3161 12.8809C14.2439 12.6472 14.23 12.3993 14.2756 12.159C14.3211 11.9186 14.4248 11.6931 14.5775 11.502C14.7303 11.3109 14.9274 11.16 15.1518 11.0626L15.1818 11.0494L19.4896 9.39569L4.49994 4.50006L9.39369 19.4869L11.0484 15.1744C11.0484 15.1641 11.0559 15.1538 11.0606 15.1435C11.158 14.9193 11.3089 14.7223 11.4999 14.5697C11.6909 14.4171 11.9163 14.3135 12.1565 14.2679C12.2493 14.2507 12.3434 14.2419 12.4378 14.2416C12.8352 14.2421 13.2162 14.4002 13.4971 14.6813L18.3103 19.5001L19.4999 18.3104Z", fill: "currentColor" }) })) }));
11
+ });
12
+ CursorClickIcon.displayName = 'CursorClickIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const DeployIcon: CustomIcon;
@@ -0,0 +1,12 @@
1
+ import { __rest } from "tslib";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ // Copyright 2025 WebPros International GmbH. All rights reserved.
4
+ // This file is auto-generated by tools/generate-icons.js
5
+ // Do not edit manually. Run "yarn generate:icons" to regenerate.
6
+ import { forwardRef } from 'react';
7
+ import { IconWrapper } from '../utils/createIcon';
8
+ export const DeployIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsxs("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: [_jsx("path", { d: "M12 2.25C12.1603 2.25 12.311 2.27182 12.4531 2.31445C12.6014 2.35894 12.742 2.41867 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.02539V11.75H19.25V8.66699L18.875 8.88379L11.9756 12.8604L4.75 8.66602V16.0938L10.75 19.5684V21.292L4.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.1191 2.49414C11.2726 2.41785 11.4206 2.35832 11.5625 2.31348C11.6941 2.27192 11.8396 2.25 12 2.25ZM5.9502 7.20898L5.5752 7.4248L12 11.1387L18.4248 7.4248L18.0498 7.20898L12 3.71094L5.9502 7.20898Z", fill: "currentColor" }), _jsx("path", { d: "M17 21L20 18L19.3 17.3L17.5 19.1V15H16.5V19.1L14.7 17.3L14 18L17 21ZM17 23C15.6167 23 14.4375 22.5125 13.4625 21.5375C12.4875 20.5625 12 19.3833 12 18C12 16.6167 12.4875 15.4375 13.4625 14.4625C14.4375 13.4875 15.6167 13 17 13C18.3833 13 19.5625 13.4875 20.5375 14.4625C21.5125 15.4375 22 16.6167 22 18C22 19.3833 21.5125 20.5625 20.5375 21.5375C19.5625 22.5125 18.3833 23 17 23Z", fill: "currentColor" })] })) }));
11
+ });
12
+ DeployIcon.displayName = 'DeployIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const DeviceMobileSpeakerIcon: 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 DeviceMobileSpeakerIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M16.5 1.5H7.5C6.90326 1.5 6.33097 1.73705 5.90901 2.15901C5.48705 2.58097 5.25 3.15326 5.25 3.75V20.25C5.25 20.8467 5.48705 21.419 5.90901 21.841C6.33097 22.2629 6.90326 22.5 7.5 22.5H16.5C17.0967 22.5 17.669 22.2629 18.091 21.841C18.5129 21.419 18.75 20.8467 18.75 20.25V3.75C18.75 3.15326 18.5129 2.58097 18.091 2.15901C17.669 1.73705 17.0967 1.5 16.5 1.5ZM17.25 20.25C17.25 20.4489 17.171 20.6397 17.0303 20.7803C16.8897 20.921 16.6989 21 16.5 21H7.5C7.30109 21 7.11032 20.921 6.96967 20.7803C6.82902 20.6397 6.75 20.4489 6.75 20.25V3.75C6.75 3.55109 6.82902 3.36032 6.96967 3.21967C7.11032 3.07902 7.30109 3 7.5 3H16.5C16.6989 3 16.8897 3.07902 17.0303 3.21967C17.171 3.36032 17.25 3.55109 17.25 3.75V20.25ZM15.75 5.25C15.75 5.44891 15.671 5.63968 15.5303 5.78033C15.3897 5.92098 15.1989 6 15 6H9C8.80109 6 8.61032 5.92098 8.46967 5.78033C8.32902 5.63968 8.25 5.44891 8.25 5.25C8.25 5.05109 8.32902 4.86032 8.46967 4.71967C8.61032 4.57902 8.80109 4.5 9 4.5H15C15.1989 4.5 15.3897 4.57902 15.5303 4.71967C15.671 4.86032 15.75 5.05109 15.75 5.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ DeviceMobileSpeakerIcon.displayName = 'DeviceMobileSpeakerIcon';
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const DonutChartIcon = 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 2.25C11.8011 2.25 11.6103 2.32902 11.4697 2.46967C11.329 2.61032 11.25 2.80109 11.25 3V8.25C11.25 8.44891 11.329 8.63968 11.4697 8.78033C11.6103 8.92098 11.8011 9 12 9C12.6604 9.00015 13.3023 9.21819 13.8261 9.6203C14.3499 10.0224 14.7264 10.5861 14.8972 11.224C15.0681 11.8619 15.0236 12.5384 14.7708 13.1484C14.518 13.7585 14.071 14.2681 13.499 14.5982C12.9271 14.9284 12.2622 15.0606 11.6075 14.9743C10.9528 14.8881 10.3448 14.5882 9.8779 14.1212C9.41097 13.6542 9.11117 13.0462 9.025 12.3915C8.93882 11.7368 9.07108 11.0719 9.40126 10.5C9.45053 10.4147 9.4825 10.3205 9.49536 10.2228C9.50822 10.1252 9.50171 10.0259 9.4762 9.93075C9.45069 9.83559 9.40668 9.7464 9.3467 9.66825C9.28671 9.59011 9.21191 9.52454 9.12658 9.47531L4.5797 6.85031C4.49439 6.80105 4.40021 6.76907 4.30253 6.75622C4.20486 6.74336 4.10561 6.74987 4.01045 6.77538C3.9153 6.80089 3.8261 6.84489 3.74795 6.90488C3.66981 6.96487 3.60425 7.03967 3.55501 7.125C2.48189 8.98371 2.05205 11.1446 2.33215 13.2725C2.61226 15.4004 3.58667 17.3764 5.10425 18.8941C6.62183 20.4118 8.59779 21.3863 10.7257 21.6665C12.8535 21.9468 15.0144 21.5171 16.8732 20.4441C18.732 19.3711 20.1848 17.7147 21.0063 15.7319C21.8278 13.7491 21.9721 11.5506 21.4168 9.47742C20.8615 7.40424 19.6376 5.57222 17.9351 4.26547C16.2325 2.95872 14.1463 2.25028 12 2.25ZM4.50845 8.54062L7.78126 10.4306C7.59503 10.9329 7.49979 11.4643 7.50001 12C7.50001 12.1434 7.50751 12.2812 7.52064 12.4237L3.87001 13.4062C3.58532 11.7571 3.80795 10.0605 4.50845 8.54062ZM4.25814 14.8509L7.91439 13.8722C8.22008 14.5385 8.68361 15.1203 9.26485 15.5671C9.84608 16.0139 10.5275 16.3122 11.25 16.4363V20.2153C9.69735 20.0714 8.21703 19.4914 6.97988 18.5422C5.74273 17.593 4.79919 16.3134 4.25814 14.8509ZM12.75 20.2153V16.4363C13.7982 16.2586 14.7496 15.7156 15.4356 14.9035C16.1216 14.0914 16.498 13.0626 16.498 11.9995C16.498 10.9364 16.1216 9.90768 15.4356 9.09557C14.7496 8.28347 13.7982 7.74047 12.75 7.56281V3.78375C14.7996 3.97101 16.7051 4.91756 18.0926 6.43761C19.4801 7.95767 20.2494 9.94144 20.2494 11.9995C20.2494 14.0576 19.4801 16.0414 18.0926 17.5614C16.7051 19.0815 14.7996 20.0281 12.75 20.2153Z", 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 2.25C11.8011 2.25 11.6104 2.32902 11.4697 2.46967C11.3291 2.61032 11.25 2.80109 11.25 3V8.25C11.25 8.44891 11.3291 8.63968 11.4697 8.78033C11.6104 8.92098 11.8011 9 12 9C12.6604 9.00015 13.3023 9.21819 13.8261 9.6203C14.35 10.0224 14.7265 10.5861 14.8973 11.224C15.0681 11.8619 15.0236 12.5384 14.7708 13.1484C14.518 13.7585 14.071 14.2681 13.4991 14.5982C12.9271 14.9284 12.2623 15.0606 11.6075 14.9743C10.9528 14.8881 10.3449 14.5882 9.87793 14.1212C9.411 13.6542 9.1112 13.0462 9.02503 12.3915C8.93885 11.7368 9.07111 11.0719 9.4013 10.5C9.45056 10.4147 9.48253 10.3205 9.49539 10.2228C9.50825 10.1252 9.50174 10.0259 9.47623 9.93075C9.45072 9.83559 9.40672 9.7464 9.34673 9.66825C9.28674 9.59011 9.21194 9.52454 9.12661 9.47531L4.57973 6.85031C4.49442 6.80105 4.40024 6.76907 4.30256 6.75622C4.20489 6.74336 4.10564 6.74987 4.01048 6.77538C3.91533 6.80089 3.82613 6.84489 3.74798 6.90488C3.66984 6.96487 3.60428 7.03967 3.55505 7.125C2.48192 8.98371 2.05208 11.1446 2.33219 13.2725C2.61229 15.4004 3.5867 17.3764 5.10428 18.8941C6.62186 20.4118 8.59782 21.3863 10.7257 21.6665C12.8536 21.9468 15.0145 21.5171 16.8733 20.4441C18.732 19.3711 20.1848 17.7147 21.0063 15.7319C21.8278 13.7491 21.9721 11.5506 21.4168 9.47742C20.8615 7.40424 19.6377 5.57222 17.9351 4.26547C16.2325 2.95872 14.1463 2.25028 12 2.25ZM4.50848 8.54062L7.7813 10.4306C7.59506 10.9329 7.49982 11.4643 7.50005 12C7.50005 12.1434 7.50755 12.2812 7.52067 12.4237L3.87005 13.4062C3.58535 11.7571 3.80798 10.0605 4.50848 8.54062ZM4.25817 14.8509L7.91442 13.8722C8.22011 14.5385 8.68364 15.1203 9.26488 15.5671C9.84611 16.0139 10.5275 16.3122 11.25 16.4363V20.2153C9.69738 20.0714 8.21706 19.4914 6.97991 18.5422C5.74276 17.593 4.79922 16.3134 4.25817 14.8509ZM12.75 20.2153V16.4363C13.7982 16.2586 14.7496 15.7156 15.4356 14.9035C16.1217 14.0914 16.498 13.0626 16.498 11.9995C16.498 10.9364 16.1217 9.90768 15.4356 9.09557C14.7496 8.28347 13.7982 7.74047 12.75 7.56281V3.78375C14.7996 3.97101 16.7052 4.91756 18.0927 6.43761C19.4802 7.95767 20.2494 9.94144 20.2494 11.9995C20.2494 14.0576 19.4802 16.0414 18.0927 17.5614C16.7052 19.0815 14.7996 20.0281 12.75 20.2153Z", fill: "currentColor" }) })) }));
11
11
  });
12
12
  DonutChartIcon.displayName = 'DonutChartIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const EnterIcon: 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 EnterIcon = 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 5.2002C18.5464 5.2002 19.7998 6.4536 19.7998 8V14C19.7998 15.5464 18.5464 16.7998 17 16.7998H5.93066L8.56543 19.4346C8.87785 19.747 8.87785 20.253 8.56543 20.5654C8.25301 20.8778 7.74699 20.8778 7.43457 20.5654L2.86816 16L7.43457 11.4346C7.74699 11.1222 8.25301 11.1222 8.56543 11.4346C8.87785 11.747 8.87785 12.253 8.56543 12.5654L5.93066 15.2002H17C17.6627 15.2002 18.2002 14.6627 18.2002 14V8C18.2002 7.33726 17.6627 6.7998 17 6.7998H13C12.5582 6.7998 12.2002 6.44183 12.2002 6C12.2002 5.55817 12.5582 5.2002 13 5.2002H17Z", fill: "currentColor" }) })) }));
11
+ });
12
+ EnterIcon.displayName = 'EnterIcon';
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const ErrorIcon = 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: "M15.75 7.5C15.949 7.5 16.1395 7.579 16.2802 7.71973C16.421 7.86046 16.5 8.05098 16.5 8.25C16.4999 8.449 16.421 8.63956 16.2802 8.78027L13.0605 12L16.2802 15.2197C16.3499 15.2894 16.4056 15.3719 16.4433 15.4629C16.481 15.5539 16.5 15.6515 16.5 15.75C16.5 15.8485 16.481 15.9461 16.4433 16.0371C16.4056 16.1282 16.3499 16.2106 16.2802 16.2803C16.2106 16.3499 16.1281 16.4057 16.0371 16.4434C15.9461 16.481 15.8485 16.5 15.75 16.5C15.6515 16.5 15.5539 16.481 15.4629 16.4434C15.3718 16.4056 15.2894 16.35 15.2197 16.2803L12 13.0605L8.78024 16.2803C8.63952 16.421 8.44896 16.5 8.24997 16.5C8.05097 16.5 7.86041 16.421 7.71969 16.2803C7.57898 16.1396 7.49999 15.949 7.49997 15.75C7.49997 15.551 7.579 15.3605 7.71969 15.2197L10.9394 12L7.71969 8.78027C7.57898 8.63956 7.49999 8.449 7.49997 8.25C7.49997 8.05101 7.579 7.86045 7.71969 7.71973C7.86041 7.57901 8.05096 7.50001 8.24997 7.5C8.44899 7.5 8.63951 7.579 8.78024 7.71973L12 10.9395L15.2197 7.71973C15.3604 7.57901 15.551 7.50001 15.75 7.5Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.58 2.06738C17.2942 2.0675 17.9542 2.44812 18.3115 3.06641L22.8925 11.001L22.9541 11.1182C23.2471 11.714 23.2265 12.4199 22.8916 13L18.3125 20.9326L18.2422 21.0459C17.8972 21.5612 17.3315 21.8876 16.7129 21.9287L16.58 21.9326H7.41989C6.75012 21.9325 6.12824 21.5976 5.75876 21.0459L5.68844 20.9336L1.10739 12.999C0.772936 12.4191 0.751996 11.7128 1.04489 11.1172L1.10837 11L5.68747 3.06738C6.04472 2.44866 6.70543 2.06742 7.41989 2.06738H16.58ZM7.41989 3.56738C7.2414 3.56745 7.07658 3.66284 6.98727 3.81738L2.40719 11.75C2.31801 11.9045 2.31819 12.0944 2.40719 12.249L6.98727 20.1836C7.07662 20.3379 7.2416 20.4325 7.41989 20.4326H16.58C16.7585 20.4325 16.9234 20.3372 17.0127 20.1826L21.5927 12.25C21.6819 12.0955 21.6817 11.9055 21.5927 11.751L17.0127 3.81641C16.9233 3.66217 16.7583 3.5675 16.58 3.56738H7.41989Z", 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: "M15.75 7.5C15.9491 7.5 16.1396 7.579 16.2803 7.71973C16.421 7.86046 16.5 8.05098 16.5 8.25C16.5 8.449 16.421 8.63956 16.2803 8.78027L13.0606 12L16.2803 15.2197C16.35 15.2894 16.4057 15.3719 16.4434 15.4629C16.4811 15.5539 16.5 15.6515 16.5 15.75C16.5 15.8485 16.4811 15.9461 16.4434 16.0371C16.4057 16.1282 16.35 16.2106 16.2803 16.2803C16.2106 16.3499 16.1282 16.4057 16.0371 16.4434C15.9461 16.481 15.8485 16.5 15.75 16.5C15.6515 16.5 15.5539 16.481 15.4629 16.4434C15.3719 16.4056 15.2894 16.35 15.2198 16.2803L12 13.0605L8.7803 16.2803C8.63958 16.421 8.44902 16.5 8.25003 16.5C8.05103 16.5 7.86047 16.421 7.71975 16.2803C7.57904 16.1396 7.50005 15.949 7.50003 15.75C7.50003 15.551 7.57906 15.3605 7.71975 15.2197L10.9395 12L7.71975 8.78027C7.57904 8.63956 7.50005 8.449 7.50003 8.25C7.50003 8.05101 7.57906 7.86045 7.71975 7.71973C7.86047 7.57901 8.05102 7.50001 8.25003 7.5C8.44905 7.5 8.63957 7.579 8.7803 7.71973L12 10.9395L15.2198 7.71973C15.3605 7.57901 15.551 7.50001 15.75 7.5Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.5801 2.06738C17.2942 2.0675 17.9542 2.44812 18.3116 3.06641L22.8926 11.001L22.9541 11.1182C23.2472 11.714 23.2265 12.4199 22.8916 13L18.3125 20.9326L18.2422 21.0459C17.8973 21.5612 17.3316 21.8876 16.7129 21.9287L16.5801 21.9326H7.41995C6.75018 21.9325 6.1283 21.5976 5.75882 21.0459L5.6885 20.9336L1.10745 12.999C0.772997 12.4191 0.752057 11.7128 1.04495 11.1172L1.10843 11L5.68753 3.06738C6.04478 2.44866 6.70549 2.06742 7.41995 2.06738H16.5801ZM7.41995 3.56738C7.24146 3.56745 7.07664 3.66284 6.98733 3.81738L2.40725 11.75C2.31807 11.9045 2.31825 12.0944 2.40725 12.249L6.98733 20.1836C7.07668 20.3379 7.24166 20.4325 7.41995 20.4326H16.5801C16.7586 20.4325 16.9234 20.3372 17.0127 20.1826L21.5928 12.25C21.6819 12.0955 21.6818 11.9055 21.5928 11.751L17.0127 3.81641C16.9234 3.66217 16.7584 3.5675 16.5801 3.56738H7.41995Z", fill: "currentColor" })] })) }));
11
11
  });
12
12
  ErrorIcon.displayName = 'ErrorIcon';
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const ExclamationMarkIcon = 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: "M12.0004 15.4987C12.3481 15.4989 12.6815 15.6367 12.9274 15.8825C13.1734 16.1285 13.3123 16.4627 13.3123 16.8106C13.3122 17.0699 13.2343 17.3238 13.0902 17.5394C12.9461 17.7549 12.741 17.923 12.5015 18.0222C12.2619 18.1214 11.9985 18.1468 11.7442 18.0962C11.4897 18.0456 11.2558 17.921 11.0724 17.7375C10.8889 17.5541 10.7643 17.3201 10.7136 17.0657C10.6631 16.8114 10.6885 16.5479 10.7877 16.3084C10.887 16.0687 11.0559 15.8638 11.2716 15.7197C11.4873 15.5756 11.7411 15.4987 12.0004 15.4987Z", fill: "currentColor" }), _jsx("path", { d: "M12.0004 5.87854C12.2322 5.87867 12.4549 5.97086 12.6188 6.13476C12.7825 6.29873 12.875 6.52138 12.875 6.7531V12.8751C12.8749 13.1068 12.7827 13.3295 12.6188 13.4934C12.4549 13.6573 12.2322 13.7495 12.0004 13.7496C11.7687 13.7496 11.5461 13.6571 11.3821 13.4934C11.2182 13.3295 11.126 13.1068 11.1259 12.8751V6.7531C11.1259 6.52116 11.2181 6.29877 11.3821 6.13476C11.5461 5.97075 11.7685 5.87854 12.0004 5.87854Z", 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: "M12.0004 15.4987C12.3481 15.4989 12.6815 15.6367 12.9274 15.8825C13.1734 16.1285 13.3123 16.4627 13.3123 16.8106C13.3122 17.0699 13.2343 17.3238 13.0902 17.5394C12.9461 17.7549 12.741 17.923 12.5015 18.0222C12.2619 18.1214 11.9985 18.1468 11.7442 18.0962C11.4897 18.0456 11.2558 17.921 11.0723 17.7375C10.8889 17.5541 10.7642 17.3201 10.7136 17.0657C10.6631 16.8114 10.6885 16.5479 10.7876 16.3084C10.8869 16.0687 11.0559 15.8638 11.2716 15.7197C11.4873 15.5756 11.741 15.4987 12.0004 15.4987Z", fill: "currentColor" }), _jsx("path", { d: "M12.0004 5.87854C12.2322 5.87867 12.4549 5.97086 12.6188 6.13476C12.7825 6.29873 12.875 6.52138 12.875 6.7531V12.8751C12.8748 13.1068 12.7826 13.3295 12.6188 13.4934C12.4549 13.6573 12.2322 13.7495 12.0004 13.7496C11.7687 13.7496 11.546 13.6571 11.3821 13.4934C11.2182 13.3295 11.126 13.1068 11.1258 12.8751V6.7531C11.1258 6.52116 11.2181 6.29877 11.3821 6.13476C11.5461 5.97075 11.7685 5.87854 12.0004 5.87854Z", fill: "currentColor" })] })) }));
11
11
  });
12
12
  ExclamationMarkIcon.displayName = 'ExclamationMarkIcon';
@@ -7,6 +7,6 @@ import { forwardRef } from 'react';
7
7
  import { IconWrapper } from '../utils/createIcon';
8
8
  export const EyeClosedIcon = 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.375 16.4063C21.2894 16.4551 21.1949 16.4866 21.0971 16.4989C20.9992 16.5112 20.8999 16.5041 20.8048 16.478C20.7097 16.4518 20.6207 16.4072 20.5429 16.3467C20.4651 16.2861 20.3999 16.2108 20.3513 16.125L18.57 13.0125C17.5344 13.7127 16.3921 14.2402 15.1875 14.5744L15.7378 17.8763C15.7541 17.9735 15.751 18.0729 15.7288 18.1689C15.7065 18.2649 15.6656 18.3556 15.6083 18.4358C15.551 18.516 15.4785 18.5841 15.3949 18.6363C15.3113 18.6884 15.2182 18.7236 15.121 18.7397C15.081 18.7462 15.0405 18.7497 15 18.75C14.8226 18.7498 14.651 18.6866 14.5157 18.5718C14.3805 18.4569 14.2903 18.2979 14.2613 18.1228L13.7203 14.881C12.5796 15.0397 11.4223 15.0397 10.2816 14.881L9.74064 18.1228C9.71153 18.2982 9.62109 18.4575 9.48545 18.5724C9.3498 18.6872 9.17776 18.7502 9.00001 18.75C8.95856 18.7498 8.91718 18.7464 8.87626 18.7397C8.77904 18.7236 8.68596 18.6884 8.60233 18.6363C8.5187 18.5841 8.44617 18.516 8.38888 18.4358C8.33159 18.3556 8.29067 18.2649 8.26845 18.1689C8.24623 18.0729 8.24315 17.9735 8.25939 17.8763L8.81251 14.5744C7.60842 14.2391 6.4667 13.7107 5.43189 13.0097L3.65626 16.125C3.55681 16.2983 3.39258 16.425 3.19971 16.4772C3.00684 16.5294 2.80113 16.5029 2.62783 16.4035C2.45452 16.304 2.32783 16.1398 2.27561 15.9469C2.22339 15.754 2.24993 15.5483 2.34939 15.375L4.22439 12.0938C3.56579 11.5248 2.96019 10.8972 2.41501 10.2188C2.34702 10.1429 2.29522 10.0539 2.26276 9.95729C2.2303 9.86069 2.21787 9.75849 2.22622 9.65693C2.23457 9.55536 2.26353 9.45657 2.31133 9.36657C2.35914 9.27657 2.42478 9.19726 2.50426 9.13347C2.58373 9.06969 2.67537 9.02277 2.77359 8.99558C2.8718 8.96839 2.97452 8.9615 3.07548 8.97533C3.17645 8.98916 3.27353 9.02342 3.36082 9.07602C3.4481 9.12862 3.52374 9.19846 3.58314 9.28127C5.13939 11.2069 7.86189 13.5 12 13.5C16.1381 13.5 18.8606 11.2041 20.4169 9.28127C20.4756 9.19676 20.5511 9.12525 20.6386 9.07117C20.7262 9.01708 20.8239 8.9816 20.9257 8.96691C21.0276 8.95222 21.1314 8.95865 21.2306 8.98579C21.3299 9.01293 21.4225 9.06021 21.5027 9.12468C21.5829 9.18915 21.649 9.26943 21.6968 9.36054C21.7447 9.45164 21.7732 9.55161 21.7808 9.65423C21.7883 9.75686 21.7747 9.85993 21.7407 9.95706C21.7067 10.0542 21.653 10.1433 21.5831 10.2188C21.038 10.8972 20.4324 11.5248 19.7738 12.0938L21.6488 15.375C21.6991 15.4606 21.732 15.5552 21.7454 15.6535C21.7589 15.7519 21.7527 15.8519 21.7273 15.9478C21.7018 16.0437 21.6576 16.1337 21.5971 16.2123C21.5366 16.291 21.4611 16.357 21.375 16.4063Z", 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.375 16.4063C21.2893 16.4551 21.1948 16.4866 21.097 16.4989C20.9991 16.5112 20.8998 16.5041 20.8047 16.478C20.7097 16.4518 20.6207 16.4072 20.5428 16.3467C20.465 16.2861 20.3999 16.2108 20.3512 16.125L18.57 13.0125C17.5344 13.7127 16.392 14.2402 15.1875 14.5744L15.7378 17.8763C15.754 17.9735 15.7509 18.0729 15.7287 18.1689C15.7065 18.2649 15.6656 18.3556 15.6083 18.4358C15.551 18.516 15.4784 18.5841 15.3948 18.6363C15.3112 18.6884 15.2181 18.7236 15.1209 18.7397C15.0809 18.7462 15.0405 18.7497 15 18.75C14.8225 18.7498 14.6509 18.6866 14.5157 18.5718C14.3804 18.4569 14.2903 18.2979 14.2612 18.1228L13.7203 14.881C12.5795 15.0397 11.4223 15.0397 10.2815 14.881L9.74058 18.1228C9.71147 18.2982 9.62103 18.4575 9.48538 18.5724C9.34974 18.6872 9.1777 18.7502 8.99995 18.75C8.9585 18.7498 8.91712 18.7464 8.8762 18.7397C8.77898 18.7236 8.6859 18.6884 8.60227 18.6363C8.51864 18.5841 8.44611 18.516 8.38882 18.4358C8.33153 18.3556 8.29061 18.2649 8.26839 18.1689C8.24617 18.0729 8.24309 17.9735 8.25933 17.8763L8.81245 14.5744C7.60835 14.2391 6.46664 13.7107 5.43183 13.0097L3.6562 16.125C3.55675 16.2983 3.39252 16.425 3.19965 16.4772C3.00678 16.5294 2.80107 16.5029 2.62776 16.4035C2.45446 16.304 2.32777 16.1398 2.27555 15.9469C2.22333 15.754 2.24987 15.5483 2.34933 15.375L4.22433 12.0938C3.56573 11.5248 2.96013 10.8972 2.41495 10.2188C2.34696 10.1429 2.29516 10.0539 2.2627 9.95729C2.23024 9.86069 2.2178 9.75849 2.22616 9.65693C2.23451 9.55536 2.26347 9.45657 2.31127 9.36657C2.35908 9.27657 2.42472 9.19726 2.5042 9.13347C2.58367 9.06969 2.67531 9.02277 2.77353 8.99558C2.87174 8.96839 2.97446 8.9615 3.07542 8.97533C3.17639 8.98916 3.27347 9.02342 3.36075 9.07602C3.44804 9.12862 3.52368 9.19846 3.58308 9.28127C5.13933 11.2069 7.86183 13.5 12 13.5C16.1381 13.5 18.8606 11.2041 20.4168 9.28127C20.4755 9.19676 20.551 9.12525 20.6386 9.07117C20.7261 9.01708 20.8238 8.9816 20.9257 8.96691C21.0275 8.95222 21.1313 8.95865 21.2306 8.98579C21.3298 9.01293 21.4224 9.06021 21.5026 9.12468C21.5828 9.18915 21.6489 9.26943 21.6968 9.36054C21.7446 9.45164 21.7732 9.55161 21.7807 9.65423C21.7883 9.75686 21.7746 9.85993 21.7406 9.95706C21.7066 10.0542 21.653 10.1433 21.5831 10.2188C21.0379 10.8972 20.4323 11.5248 19.7737 12.0938L21.6487 15.375C21.699 15.4606 21.7319 15.5552 21.7454 15.6535C21.7588 15.7519 21.7527 15.8519 21.7272 15.9478C21.7017 16.0437 21.6575 16.1337 21.597 16.2123C21.5366 16.291 21.4611 16.357 21.375 16.4063Z", fill: "currentColor" }) })) }));
11
11
  });
12
12
  EyeClosedIcon.displayName = 'EyeClosedIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const EyedropperSampleIcon: 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 EyedropperSampleIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M21 6.30941C20.9948 5.85805 20.8987 5.41237 20.7173 4.99903C20.5359 4.58568 20.273 4.21317 19.9444 3.90379C18.6319 2.65879 16.5019 2.70566 15.1987 4.00973L13.3875 5.83129C12.9597 5.44142 12.3982 5.23138 11.8196 5.24483C11.241 5.25827 10.6898 5.49416 10.2806 5.90348L9.43686 6.74723C9.2974 6.88654 9.18676 7.05197 9.11127 7.23407C9.03579 7.41616 8.99693 7.61135 8.99693 7.80848C8.99693 8.0056 9.03579 8.20079 9.11127 8.38289C9.18676 8.56498 9.2974 8.73042 9.43686 8.86973L9.62436 9.06285L4.84311 13.8441C4.38289 14.3007 4.04976 14.8695 3.87663 15.4943C3.70351 16.1191 3.69637 16.7782 3.85592 17.4066L3.10592 19.1325C3.00114 19.3695 2.97076 19.6327 3.0188 19.8873C3.06685 20.1419 3.19105 20.376 3.37499 20.5585C3.58733 20.7729 3.85974 20.9177 4.15619 20.974C4.45265 21.0302 4.75919 20.9952 5.0353 20.8735L6.67874 20.1563C7.29569 20.2957 7.93791 20.2763 8.54535 20.1001C9.1528 19.9238 9.70563 19.5964 10.1522 19.1485L14.9334 14.3672L15.1266 14.5604C15.4078 14.8414 15.7892 14.9993 16.1869 14.9993C16.5845 14.9993 16.9659 14.8414 17.2472 14.5604L18.0909 13.7166C18.5009 13.3069 18.737 12.7547 18.7499 12.1752C18.7629 11.5957 18.5516 11.0336 18.1603 10.606L20.0119 8.74316C20.332 8.42494 20.5845 8.04533 20.7543 7.62712C20.9241 7.20891 21.0077 6.76071 21 6.30941ZM9.09374 18.0938C8.80512 18.383 8.44319 18.5882 8.0468 18.6873C7.6504 18.7864 7.2345 18.7757 6.84374 18.6563C6.6724 18.6035 6.48781 18.6138 6.32342 18.6854L4.62655 19.426L5.34374 17.7572C5.41815 17.5867 5.42651 17.3945 5.36717 17.2182C5.20541 16.7406 5.20871 16.2226 5.37655 15.7472H11.4375L9.09374 18.0938ZM12.9375 14.25H6.56905L10.694 10.125L13.8759 13.3125L12.9375 14.25ZM18.9544 7.68754L16.5759 10.08C16.4354 10.2207 16.3564 10.4114 16.3564 10.6102C16.3564 10.809 16.4354 10.9997 16.5759 11.1404L17.0344 11.5979C17.1041 11.6675 17.1594 11.7502 17.1972 11.8413C17.2349 11.9323 17.2543 12.0299 17.2543 12.1285C17.2543 12.227 17.2349 12.3246 17.1972 12.4157C17.1594 12.5067 17.1041 12.5894 17.0344 12.6591L16.1906 13.5029L10.5 7.80566L11.3437 6.96191C11.4844 6.82137 11.6751 6.74242 11.8739 6.74242C12.0727 6.74242 12.2634 6.82137 12.404 6.96191L12.8625 7.42035C13.003 7.56074 13.1935 7.63963 13.3922 7.63973C13.4908 7.63956 13.5885 7.61993 13.6795 7.58196C13.7706 7.544 13.8532 7.48844 13.9228 7.41848L16.2609 5.06629C16.9931 4.33316 18.1828 4.29941 18.9131 4.99035C19.0955 5.16266 19.2415 5.36983 19.3424 5.59959C19.4433 5.82935 19.497 6.07702 19.5004 6.32793C19.5038 6.57884 19.4568 6.82788 19.3622 7.0603C19.2676 7.29271 19.1273 7.50377 18.9497 7.68098L18.9544 7.68754Z", fill: "currentColor" }) })) }));
11
+ });
12
+ EyedropperSampleIcon.displayName = 'EyedropperSampleIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FileArchiveIcon: 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 FileArchiveIcon = 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.25H10.5V18.75H11.25C11.4489 18.75 11.6397 18.671 11.7803 18.5303C11.921 18.3897 12 18.1989 12 18C12 17.8011 11.921 17.6103 11.7803 17.4697C11.6397 17.329 11.4489 17.25 11.25 17.25H10.5V15.75H11.25C11.4489 15.75 11.6397 15.671 11.7803 15.5303C11.921 15.3897 12 15.1989 12 15C12 14.8011 11.921 14.6103 11.7803 14.4697C11.6397 14.329 11.4489 14.25 11.25 14.25H10.5V12.75H11.25C11.4489 12.75 11.6397 12.671 11.7803 12.5303C11.921 12.3897 12 12.1989 12 12C12 11.8011 11.921 11.6103 11.7803 11.4697C11.6397 11.329 11.4489 11.25 11.25 11.25H10.5V10.5C10.5 10.3011 10.421 10.1103 10.2803 9.96967C10.1397 9.82902 9.94891 9.75 9.75 9.75C9.55109 9.75 9.36032 9.82902 9.21967 9.96967C9.07902 10.1103 9 10.3011 9 10.5V11.25H8.25C8.05109 11.25 7.86032 11.329 7.71967 11.4697C7.57902 11.6103 7.5 11.8011 7.5 12C7.5 12.1989 7.57902 12.3897 7.71967 12.5303C7.86032 12.671 8.05109 12.75 8.25 12.75H9V14.25H8.25C8.05109 14.25 7.86032 14.329 7.71967 14.4697C7.57902 14.6103 7.5 14.8011 7.5 15C7.5 15.1989 7.57902 15.3897 7.71967 15.5303C7.86032 15.671 8.05109 15.75 8.25 15.75H9V17.25H8.25C8.05109 17.25 7.86032 17.329 7.71967 17.4697C7.57902 17.6103 7.5 17.8011 7.5 18C7.5 18.1989 7.57902 18.3897 7.71967 18.5303C7.86032 18.671 8.05109 18.75 8.25 18.75H9V20.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.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FileArchiveIcon.displayName = 'FileArchiveIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FileAudioIcon: 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 FileAudioIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M9.28687 12.0572C9.14985 12.0003 8.99904 11.9854 8.85352 12.0143C8.70801 12.0431 8.57432 12.1145 8.46937 12.2194L6.43969 14.25H4.5C4.30109 14.25 4.11032 14.329 3.96967 14.4697C3.82902 14.6103 3.75 14.8011 3.75 15V18.75C3.75 18.9489 3.82902 19.1397 3.96967 19.2803C4.11032 19.421 4.30109 19.5 4.5 19.5H6.43969L8.46937 21.5306C8.57427 21.6356 8.70796 21.7072 8.85352 21.7361C8.99908 21.7651 9.14998 21.7503 9.28709 21.6935C9.42421 21.6367 9.54139 21.5404 9.62379 21.417C9.70619 21.2935 9.75012 21.1484 9.75 21V12.75C9.74997 12.6017 9.70595 12.4567 9.62352 12.3334C9.54108 12.21 9.42393 12.1139 9.28687 12.0572ZM8.25 19.1897L7.28063 18.2194C7.21092 18.1497 7.12818 18.0945 7.03714 18.0569C6.94609 18.0193 6.84852 17.9999 6.75 18H5.25V15.75H6.75C6.84852 15.7501 6.94609 15.7307 7.03714 15.6931C7.12818 15.6555 7.21092 15.6003 7.28063 15.5306L8.25 14.5603V19.1897ZM14.25 16.875C14.2492 17.5365 14.0759 18.1864 13.747 18.7603C13.4182 19.3343 12.9453 19.8126 12.375 20.1478C12.2042 20.2328 12.0075 20.2496 11.8248 20.1947C11.6421 20.1397 11.4872 20.0173 11.3916 19.8522C11.2961 19.6871 11.267 19.4918 11.3103 19.306C11.3537 19.1202 11.4662 18.9579 11.625 18.8522C11.9688 18.6492 12.2538 18.3601 12.4518 18.0134C12.6497 17.6666 12.7539 17.2743 12.7539 16.875C12.7539 16.4757 12.6497 16.0834 12.4518 15.7366C12.2538 15.3899 11.9688 15.1008 11.625 14.8978C11.4662 14.7921 11.3537 14.6298 11.3103 14.444C11.267 14.2582 11.2961 14.0629 11.3916 13.8978C11.4872 13.7327 11.6421 13.6103 11.8248 13.5553C12.0075 13.5004 12.2042 13.5172 12.375 13.6022C12.9453 13.9374 13.4182 14.4157 13.747 14.9897C14.0759 15.5636 14.2492 16.2135 14.25 16.875ZM20.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.75V11.25C3.75 11.4489 3.82902 11.6397 3.96967 11.7803C4.11032 11.921 4.30109 12 4.5 12C4.69891 12 4.88968 11.921 5.03033 11.7803C5.17098 11.6397 5.25 11.4489 5.25 11.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.25H15.75C15.5511 20.25 15.3603 20.329 15.2197 20.4697C15.079 20.6103 15 20.8011 15 21C15 21.1989 15.079 21.3897 15.2197 21.5303C15.3603 21.671 15.5511 21.75 15.75 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.81031Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FileAudioIcon.displayName = 'FileAudioIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FileCIcon: 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 FileCIcon = 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 16.875C4.5 17.9062 5.17313 18.75 6 18.75C6.18098 18.7459 6.35925 18.7051 6.52396 18.63C6.68867 18.5549 6.83638 18.4471 6.95813 18.3131C7.0963 18.1724 7.28436 18.0917 7.48157 18.0887C7.67878 18.0856 7.86926 18.1603 8.01178 18.2966C8.15429 18.433 8.23736 18.62 8.24299 18.8171C8.24862 19.0143 8.17637 19.2057 8.04187 19.35C7.78073 19.6311 7.46492 19.8559 7.11381 20.0107C6.7627 20.1655 6.38369 20.2469 6 20.25C4.34531 20.25 3 18.7359 3 16.875C3 15.0141 4.34531 13.5 6 13.5C6.38369 13.5031 6.7627 13.5845 7.11381 13.7393C7.46492 13.8941 7.78073 14.1189 8.04187 14.4C8.17637 14.5443 8.24862 14.7357 8.24299 14.9329C8.23736 15.13 8.15429 15.317 8.01178 15.4534C7.86926 15.5897 7.67878 15.6644 7.48157 15.6613C7.28436 15.6583 7.0963 15.5776 6.95813 15.4369C6.83638 15.3029 6.68867 15.1951 6.52396 15.12C6.35925 15.0449 6.18098 15.0041 6 15C5.17313 15 4.5 15.8438 4.5 16.875ZM20.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.75H11.25C11.0511 21.75 10.8603 21.671 10.7197 21.5303C10.579 21.3897 10.5 21.1989 10.5 21C10.5 20.8011 10.579 20.6103 10.7197 20.4697C10.8603 20.329 11.0511 20.25 11.25 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.5Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FileCIcon.displayName = 'FileCIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FileCloudIcon: 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 FileCloudIcon = 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.85217 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V12C3.75 12.1989 3.82902 12.3897 3.96967 12.5303C4.11032 12.671 4.30109 12.75 4.5 12.75C4.69891 12.75 4.88968 12.671 5.03033 12.5303C5.17098 12.3897 5.25 12.1989 5.25 12V3.75H13.5V8.25C13.5 8.44891 13.579 8.63968 13.7197 8.78033C13.8603 8.92098 14.0511 9 14.25 9H18.75V20.25H16.5C16.3011 20.25 16.1103 20.329 15.9697 20.4697C15.829 20.6103 15.75 20.8011 15.75 21C15.75 21.1989 15.829 21.3897 15.9697 21.5303C16.1103 21.671 16.3011 21.75 16.5 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.81031ZM10.125 12C9.16255 12 8.22164 12.2849 7.42084 12.8188C6.62003 13.3526 5.99517 14.1116 5.625 15C4.72989 15 3.87145 15.3556 3.23851 15.9885C2.60558 16.6215 2.25 17.4799 2.25 18.375C2.25 19.2701 2.60558 20.1285 3.23851 20.7615C3.87145 21.3944 4.72989 21.75 5.625 21.75H10.125C11.4179 21.75 12.6579 21.2364 13.5721 20.3221C14.4864 19.4079 15 18.1679 15 16.875C15 15.5821 14.4864 14.3421 13.5721 13.4279C12.6579 12.5136 11.4179 12 10.125 12ZM10.125 20.25H5.625C5.15825 20.2508 4.708 20.0774 4.36227 19.7638C4.01655 19.4503 3.80021 19.019 3.75555 18.5544C3.7109 18.0898 3.84113 17.6252 4.1208 17.2515C4.40047 16.8778 4.80946 16.6219 5.26781 16.5338C5.26334 16.7327 5.33806 16.9252 5.47555 17.069C5.61304 17.2128 5.80203 17.2961 6.00094 17.3006C6.19985 17.3051 6.39239 17.2304 6.53621 17.0929C6.68003 16.9554 6.76334 16.7664 6.76781 16.5675C6.78538 16.3748 6.81861 16.1839 6.86719 15.9966C6.87776 15.9659 6.88622 15.9346 6.8925 15.9028C7.07269 15.3038 7.41583 14.7666 7.88359 14.3513C8.35136 13.9359 8.92536 13.6588 9.54151 13.5507C10.1577 13.4427 10.7917 13.508 11.3729 13.7394C11.9541 13.9708 12.4595 14.3592 12.8328 14.8611C13.206 15.3631 13.4324 15.959 13.4867 16.5822C13.541 17.2053 13.421 17.8314 13.1401 18.3903C12.8593 18.9493 12.4286 19.4192 11.8962 19.7476C11.3638 20.0759 10.7506 20.2499 10.125 20.25Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FileCloudIcon.displayName = 'FileCloudIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FileCodeIcon: 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 FileCodeIcon = forwardRef((props, ref) => {
9
+ const { color, sx, size = 24 } = props, rest = __rest(props, ["color", "sx", "size"]);
10
+ return (_jsx(IconWrapper, { color: color, sx: sx, size: size, children: _jsx("svg", Object.assign({ ref: ref, viewBox: "0 0 24 24", width: "100%", height: "100%", fill: "none" }, rest, { children: _jsx("path", { d: "M17.0306 13.7194C17.1004 13.789 17.1557 13.8717 17.1934 13.9628C17.2312 14.0538 17.2506 14.1514 17.2506 14.25C17.2506 14.3486 17.2312 14.4462 17.1934 14.5372C17.1557 14.6283 17.1004 14.711 17.0306 14.7806L14.7806 17.0306C14.6399 17.1714 14.449 17.2504 14.25 17.2504C14.051 17.2504 13.8601 17.1714 13.7194 17.0306C13.5786 16.8899 13.4996 16.699 13.4996 16.5C13.4996 16.301 13.5786 16.1101 13.7194 15.9694L15.4397 14.25L13.7194 12.5306C13.5786 12.3899 13.4996 12.199 13.4996 12C13.4996 11.801 13.5786 11.6101 13.7194 11.4694C13.8601 11.3286 14.051 11.2496 14.25 11.2496C14.449 11.2496 14.6399 11.3286 14.7806 11.4694L17.0306 13.7194ZM10.2806 11.4694C10.211 11.3996 10.1283 11.3443 10.0372 11.3066C9.94616 11.2688 9.84856 11.2494 9.75 11.2494C9.65144 11.2494 9.55384 11.2688 9.46279 11.3066C9.37175 11.3443 9.28903 11.3996 9.21937 11.4694L6.96937 13.7194C6.89964 13.789 6.84432 13.8717 6.80658 13.9628C6.76884 14.0538 6.74941 14.1514 6.74941 14.25C6.74941 14.3486 6.76884 14.4462 6.80658 14.5372C6.84432 14.6283 6.89964 14.711 6.96937 14.7806L9.21937 17.0306C9.28906 17.1003 9.37178 17.1556 9.46283 17.1933C9.55387 17.231 9.65145 17.2504 9.75 17.2504C9.84855 17.2504 9.94613 17.231 10.0372 17.1933C10.1282 17.1556 10.2109 17.1003 10.2806 17.0306C10.3503 16.9609 10.4056 16.8782 10.4433 16.7872C10.481 16.6961 10.5004 16.5985 10.5004 16.5C10.5004 16.4015 10.481 16.3039 10.4433 16.2128C10.4056 16.1218 10.3503 16.0391 10.2806 15.9694L8.56031 14.25L10.2806 12.5306C10.3504 12.461 10.4057 12.3783 10.4434 12.2872C10.4812 12.1962 10.5006 12.0986 10.5006 12C10.5006 11.9014 10.4812 11.8038 10.4434 11.7128C10.4057 11.6217 10.3504 11.539 10.2806 11.4694ZM20.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.75H5.25C4.85218 21.75 4.47064 21.592 4.18934 21.3107C3.90804 21.0294 3.75 20.6478 3.75 20.25V3.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.5ZM18.75 20.25V9H14.25C14.0511 9 13.8603 8.92098 13.7197 8.78033C13.579 8.63968 13.5 8.44891 13.5 8.25V3.75H5.25V20.25H18.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FileCodeIcon.displayName = 'FileCodeIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FileCppIcon: 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 FileCppIcon = 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 16.875C4.5 17.9062 5.17313 18.75 6 18.75C6.18104 18.7463 6.35941 18.7056 6.52416 18.6305C6.68892 18.5554 6.83659 18.4474 6.95813 18.3131C7.0963 18.1724 7.28436 18.0917 7.48157 18.0887C7.67878 18.0856 7.86926 18.1603 8.01178 18.2966C8.15429 18.433 8.23736 18.62 8.24299 18.8171C8.24862 19.0143 8.17637 19.2057 8.04187 19.35C7.78073 19.6311 7.46492 19.8559 7.11381 20.0107C6.7627 20.1655 6.38369 20.2469 6 20.25C4.34531 20.25 3 18.7359 3 16.875C3 15.0141 4.34531 13.5 6 13.5C6.38369 13.5031 6.7627 13.5845 7.11381 13.7393C7.46492 13.8941 7.78073 14.1189 8.04187 14.4C8.17637 14.5443 8.24862 14.7357 8.24299 14.9329C8.23736 15.13 8.15429 15.317 8.01178 15.4534C7.86926 15.5897 7.67878 15.6644 7.48157 15.6613C7.28436 15.6583 7.0963 15.5776 6.95813 15.4369C6.83638 15.3029 6.68867 15.1951 6.52396 15.12C6.35925 15.0449 6.18098 15.0041 6 15C5.17313 15 4.5 15.8438 4.5 16.875ZM3.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.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.5ZM15 7.5H17.6897L15 4.81031V7.5ZM13.875 16.125H12.75V15C12.75 14.8011 12.671 14.6103 12.5303 14.4697C12.3897 14.329 12.1989 14.25 12 14.25C11.8011 14.25 11.6103 14.329 11.4697 14.4697C11.329 14.6103 11.25 14.8011 11.25 15V16.125H10.125C9.92609 16.125 9.73532 16.204 9.59467 16.3447C9.45402 16.4853 9.375 16.6761 9.375 16.875C9.375 17.0739 9.45402 17.2647 9.59467 17.4053C9.73532 17.546 9.92609 17.625 10.125 17.625H11.25V18.75C11.25 18.9489 11.329 19.1397 11.4697 19.2803C11.6103 19.421 11.8011 19.5 12 19.5C12.1989 19.5 12.3897 19.421 12.5303 19.2803C12.671 19.1397 12.75 18.9489 12.75 18.75V17.625H13.875C14.0739 17.625 14.2647 17.546 14.4053 17.4053C14.546 17.2647 14.625 17.0739 14.625 16.875C14.625 16.6761 14.546 16.4853 14.4053 16.3447C14.2647 16.204 14.0739 16.125 13.875 16.125ZM20.25 16.125H19.125V15C19.125 14.8011 19.046 14.6103 18.9053 14.4697C18.7647 14.329 18.5739 14.25 18.375 14.25C18.1761 14.25 17.9853 14.329 17.8447 14.4697C17.704 14.6103 17.625 14.8011 17.625 15V16.125H16.5C16.3011 16.125 16.1103 16.204 15.9697 16.3447C15.829 16.4853 15.75 16.6761 15.75 16.875C15.75 17.0739 15.829 17.2647 15.9697 17.4053C16.1103 17.546 16.3011 17.625 16.5 17.625H17.625V18.75C17.625 18.9489 17.704 19.1397 17.8447 19.2803C17.9853 19.421 18.1761 19.5 18.375 19.5C18.5739 19.5 18.7647 19.421 18.9053 19.2803C19.046 19.1397 19.125 18.9489 19.125 18.75V17.625H20.25C20.4489 17.625 20.6397 17.546 20.7803 17.4053C20.921 17.2647 21 17.0739 21 16.875C21 16.6761 20.921 16.4853 20.7803 16.3447C20.6397 16.204 20.4489 16.125 20.25 16.125Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FileCppIcon.displayName = 'FileCppIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FileCsharpIcon: 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 FileCsharpIcon = 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 16.875C4.5 17.9062 5.17313 18.75 6 18.75C6.18098 18.7459 6.35925 18.7051 6.52396 18.63C6.68867 18.5549 6.83638 18.4471 6.95813 18.3131C7.0963 18.1724 7.28436 18.0917 7.48157 18.0887C7.67878 18.0856 7.86926 18.1603 8.01178 18.2966C8.15429 18.433 8.23736 18.62 8.24299 18.8171C8.24862 19.0143 8.17637 19.2057 8.04187 19.35C7.78073 19.6311 7.46492 19.8559 7.11381 20.0107C6.7627 20.1655 6.38369 20.2469 6 20.25C4.34531 20.25 3 18.7359 3 16.875C3 15.0141 4.34531 13.5 6 13.5C6.38369 13.5031 6.7627 13.5845 7.11381 13.7393C7.46492 13.8941 7.78073 14.1189 8.04187 14.4C8.17637 14.5443 8.24862 14.7357 8.24299 14.9329C8.23736 15.13 8.15429 15.317 8.01178 15.4534C7.86926 15.5897 7.67878 15.6644 7.48157 15.6613C7.28436 15.6583 7.0963 15.5776 6.95813 15.4369C6.83638 15.3029 6.68867 15.1951 6.52396 15.12C6.35925 15.0449 6.18098 15.0041 6 15C5.17313 15 4.5 15.8438 4.5 16.875ZM20.25 8.25V21C20.25 21.1989 20.171 21.3897 20.0303 21.5303C19.8897 21.671 19.6989 21.75 19.5 21.75C19.3011 21.75 19.1103 21.671 18.9697 21.5303C18.829 21.3897 18.75 21.1989 18.75 21V9H14.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.5ZM15.75 15.75V17.25H16.5C16.6989 17.25 16.8897 17.329 17.0303 17.4697C17.171 17.6103 17.25 17.8011 17.25 18C17.25 18.1989 17.171 18.3897 17.0303 18.5303C16.8897 18.671 16.6989 18.75 16.5 18.75H15.75V19.5C15.75 19.6989 15.671 19.8897 15.5303 20.0303C15.3897 20.171 15.1989 20.25 15 20.25C14.8011 20.25 14.6103 20.171 14.4697 20.0303C14.329 19.8897 14.25 19.6989 14.25 19.5V18.75H12.75V19.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.5V18.75H10.5C10.3011 18.75 10.1103 18.671 9.96967 18.5303C9.82902 18.3897 9.75 18.1989 9.75 18C9.75 17.8011 9.82902 17.6103 9.96967 17.4697C10.1103 17.329 10.3011 17.25 10.5 17.25H11.25V15.75H10.5C10.3011 15.75 10.1103 15.671 9.96967 15.5303C9.82902 15.3897 9.75 15.1989 9.75 15C9.75 14.8011 9.82902 14.6103 9.96967 14.4697C10.1103 14.329 10.3011 14.25 10.5 14.25H11.25V13.5C11.25 13.3011 11.329 13.1103 11.4697 12.9697C11.6103 12.829 11.8011 12.75 12 12.75C12.1989 12.75 12.3897 12.829 12.5303 12.9697C12.671 13.1103 12.75 13.3011 12.75 13.5V14.25H14.25V13.5C14.25 13.3011 14.329 13.1103 14.4697 12.9697C14.6103 12.829 14.8011 12.75 15 12.75C15.1989 12.75 15.3897 12.829 15.5303 12.9697C15.671 13.1103 15.75 13.3011 15.75 13.5V14.25H16.5C16.6989 14.25 16.8897 14.329 17.0303 14.4697C17.171 14.6103 17.25 14.8011 17.25 15C17.25 15.1989 17.171 15.3897 17.0303 15.5303C16.8897 15.671 16.6989 15.75 16.5 15.75H15.75ZM14.25 15.75H12.75V17.25H14.25V15.75Z", fill: "currentColor" }) })) }));
11
+ });
12
+ FileCsharpIcon.displayName = 'FileCsharpIcon';
@@ -0,0 +1,2 @@
1
+ import type { CustomIcon } from '../utils/createIcon';
2
+ export declare const FileCssIcon: CustomIcon;