@webstudio-is/icons 0.121.0 → 0.122.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -484,6 +484,9 @@ var TriggerIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" f
484
484
  // src/__generated__/svg/twitter.ts
485
485
  var TwitterIcon = `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" width="100%" height="100%" style="display: block;"><path d="M13.566 5.144c.007.123.009.248.009.371 0 3.797-2.89 8.173-8.172 8.173A8.124 8.124 0 0 1 1 12.398a5.765 5.765 0 0 0 4.252-1.188 2.875 2.875 0 0 1-2.683-1.996 2.936 2.936 0 0 0 1.297-.05 2.875 2.875 0 0 1-2.304-2.817v-.035c.388.215.831.344 1.301.36a2.872 2.872 0 0 1-.888-3.836 8.153 8.153 0 0 0 5.92 3.002 2.87 2.87 0 0 1 2.798-3.526c.826 0 1.572.347 2.097.906a5.785 5.785 0 0 0 1.824-.697A2.883 2.883 0 0 1 13.35 4.11 5.746 5.746 0 0 0 15 3.658a5.8 5.8 0 0 1-1.434 1.486Z"/></svg>`;
486
486
 
487
+ // src/__generated__/svg/upload.ts
488
+ var UploadIcon = `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" width="100%" height="100%" style="display: block;"><path fill-rule="evenodd" d="M8 2.65a5.35 5.35 0 1 0 0 10.7 5.35 5.35 0 0 0 0-10.7ZM1.35 8a6.65 6.65 0 1 1 13.3 0 6.65 6.65 0 0 1-13.3 0Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M7.54 4.874a.65.65 0 0 1 .92 0l2.666 2.666a.65.65 0 0 1-.919.92L8.65 6.903v3.764a.65.65 0 1 1-1.3 0V6.903L5.793 8.46a.65.65 0 1 1-.92-.92L7.54 4.874Z" clip-rule="evenodd"/></svg>`;
489
+
487
490
  // src/__generated__/svg/video.ts
488
491
  var VideoIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path d="M10.251 7.5 6.933 5.29A.6.6 0 0 0 6 5.788v4.424a.6.6 0 0 0 .933.5l3.318-2.213a.6.6 0 0 0 0-.998Z"/><path fill-rule="evenodd" d="M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025Z" clip-rule="evenodd"/></svg>`;
489
492
 
@@ -667,6 +670,7 @@ export {
667
670
  TooltipIcon,
668
671
  TriggerIcon,
669
672
  TwitterIcon,
673
+ UploadIcon,
670
674
  VideoIcon,
671
675
  ViewportIcon,
672
676
  VimeoIcon,
package/lib/index.js CHANGED
@@ -1839,168 +1839,181 @@ var TwitterIcon = forwardRef162(
1839
1839
  );
1840
1840
  TwitterIcon.displayName = "TwitterIcon";
1841
1841
 
1842
- // src/__generated__/video.tsx
1842
+ // src/__generated__/upload.tsx
1843
1843
  import { forwardRef as forwardRef163 } from "react";
1844
1844
  import { jsx as jsx163, jsxs as jsxs64 } from "react/jsx-runtime";
1845
- var VideoIcon = forwardRef163(
1845
+ var UploadIcon = forwardRef163(
1846
1846
  ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
1847
1847
  return /* @__PURE__ */ jsxs64("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
1848
- /* @__PURE__ */ jsx163("path", { d: "M10.251 7.5 6.933 5.29A.6.6 0 0 0 6 5.788v4.424a.6.6 0 0 0 .933.5l3.318-2.213a.6.6 0 0 0 0-.998Z" }),
1849
- /* @__PURE__ */ jsx163("path", { fillRule: "evenodd", d: "M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025Z", clipRule: "evenodd" })
1848
+ /* @__PURE__ */ jsx163("path", { fillRule: "evenodd", d: "M8 2.65a5.35 5.35 0 1 0 0 10.7 5.35 5.35 0 0 0 0-10.7ZM1.35 8a6.65 6.65 0 1 1 13.3 0 6.65 6.65 0 0 1-13.3 0Z", clipRule: "evenodd" }),
1849
+ /* @__PURE__ */ jsx163("path", { fillRule: "evenodd", d: "M7.54 4.874a.65.65 0 0 1 .92 0l2.666 2.666a.65.65 0 0 1-.919.92L8.65 6.903v3.764a.65.65 0 1 1-1.3 0V6.903L5.793 8.46a.65.65 0 1 1-.92-.92L7.54 4.874Z", clipRule: "evenodd" })
1850
+ ] });
1851
+ }
1852
+ );
1853
+ UploadIcon.displayName = "UploadIcon";
1854
+
1855
+ // src/__generated__/video.tsx
1856
+ import { forwardRef as forwardRef164 } from "react";
1857
+ import { jsx as jsx164, jsxs as jsxs65 } from "react/jsx-runtime";
1858
+ var VideoIcon = forwardRef164(
1859
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
1860
+ return /* @__PURE__ */ jsxs65("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
1861
+ /* @__PURE__ */ jsx164("path", { d: "M10.251 7.5 6.933 5.29A.6.6 0 0 0 6 5.788v4.424a.6.6 0 0 0 .933.5l3.318-2.213a.6.6 0 0 0 0-.998Z" }),
1862
+ /* @__PURE__ */ jsx164("path", { fillRule: "evenodd", d: "M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025Z", clipRule: "evenodd" })
1850
1863
  ] });
1851
1864
  }
1852
1865
  );
1853
1866
  VideoIcon.displayName = "VideoIcon";
1854
1867
 
1855
1868
  // src/__generated__/viewport.tsx
1856
- import { forwardRef as forwardRef164 } from "react";
1857
- import { jsx as jsx164 } from "react/jsx-runtime";
1858
- var ViewportIcon = forwardRef164(
1869
+ import { forwardRef as forwardRef165 } from "react";
1870
+ import { jsx as jsx165 } from "react/jsx-runtime";
1871
+ var ViewportIcon = forwardRef165(
1859
1872
  ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
1860
- return /* @__PURE__ */ jsx164("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx164("path", { fillRule: "evenodd", d: "M5.173 1.35h.157a.65.65 0 0 1 0 1.3H5.2c-.57 0-.96 0-1.26.025-.294.024-.446.068-.553.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.025.301-.025.69-.025 1.261v.13a.65.65 0 0 1-1.3 0v-.157c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029Zm6.888 1.325c-.301-.024-.69-.025-1.261-.025h-.13a.65.65 0 1 1 0-1.3h.157c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v.157a.65.65 0 1 1-1.3 0V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122ZM2 10.02a.65.65 0 0 1 .65.65v.13c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.025.69.025 1.261.025h.13a.65.65 0 1 1 0 1.3h-.157c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34v-.156a.65.65 0 0 1 .65-.65Zm12 0a.65.65 0 0 1 .65.65v.157c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.029-.802.029-1.34.029h-.156a.65.65 0 1 1 0-1.3h.13c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.261v-.13a.65.65 0 0 1 .65-.65ZM8 10.033a2.033 2.033 0 1 0 0-4.066 2.033 2.033 0 0 0 0 4.066Zm0 1.3a3.333 3.333 0 1 0 0-6.666 3.333 3.333 0 0 0 0 6.666Z", clipRule: "evenodd" }) });
1873
+ return /* @__PURE__ */ jsx165("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx165("path", { fillRule: "evenodd", d: "M5.173 1.35h.157a.65.65 0 0 1 0 1.3H5.2c-.57 0-.96 0-1.26.025-.294.024-.446.068-.553.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.025.301-.025.69-.025 1.261v.13a.65.65 0 0 1-1.3 0v-.157c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029Zm6.888 1.325c-.301-.024-.69-.025-1.261-.025h-.13a.65.65 0 1 1 0-1.3h.157c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v.157a.65.65 0 1 1-1.3 0V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122ZM2 10.02a.65.65 0 0 1 .65.65v.13c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.025.69.025 1.261.025h.13a.65.65 0 1 1 0 1.3h-.157c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34v-.156a.65.65 0 0 1 .65-.65Zm12 0a.65.65 0 0 1 .65.65v.157c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.029-.802.029-1.34.029h-.156a.65.65 0 1 1 0-1.3h.13c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.261v-.13a.65.65 0 0 1 .65-.65ZM8 10.033a2.033 2.033 0 1 0 0-4.066 2.033 2.033 0 0 0 0 4.066Zm0 1.3a3.333 3.333 0 1 0 0-6.666 3.333 3.333 0 0 0 0 6.666Z", clipRule: "evenodd" }) });
1861
1874
  }
1862
1875
  );
1863
1876
  ViewportIcon.displayName = "ViewportIcon";
1864
1877
 
1865
1878
  // src/__generated__/vimeo.tsx
1866
- import { forwardRef as forwardRef165 } from "react";
1867
- import { jsx as jsx165 } from "react/jsx-runtime";
1868
- var VimeoIcon = forwardRef165(
1879
+ import { forwardRef as forwardRef166 } from "react";
1880
+ import { jsx as jsx166 } from "react/jsx-runtime";
1881
+ var VimeoIcon = forwardRef166(
1869
1882
  ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
1870
- return /* @__PURE__ */ jsx165("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx165("path", { d: "M20.158 6.738c-.082 1.785-1.329 4.23-3.74 7.333-2.492 3.24-4.6 4.861-6.327 4.861-1.068 0-1.972-.986-2.711-2.961L5.9 10.543c-.548-1.973-1.136-2.96-1.766-2.96-.136 0-.617.288-1.439.863l-.862-1.111c.904-.795 1.797-1.59 2.675-2.388C5.715 3.905 6.621 3.356 7.225 3.3c1.427-.136 2.305.84 2.635 2.928.356 2.254.603 3.655.74 4.203.412 1.87.865 2.804 1.359 2.804.384 0 .96-.607 1.73-1.82.767-1.212 1.178-2.135 1.233-2.768.11-1.047-.301-1.572-1.234-1.572-.44 0-.892.1-1.357.3.9-2.951 2.622-4.386 5.164-4.304 1.883.055 2.771 1.277 2.663 3.667Z" }) });
1883
+ return /* @__PURE__ */ jsx166("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx166("path", { d: "M20.158 6.738c-.082 1.785-1.329 4.23-3.74 7.333-2.492 3.24-4.6 4.861-6.327 4.861-1.068 0-1.972-.986-2.711-2.961L5.9 10.543c-.548-1.973-1.136-2.96-1.766-2.96-.136 0-.617.288-1.439.863l-.862-1.111c.904-.795 1.797-1.59 2.675-2.388C5.715 3.905 6.621 3.356 7.225 3.3c1.427-.136 2.305.84 2.635 2.928.356 2.254.603 3.655.74 4.203.412 1.87.865 2.804 1.359 2.804.384 0 .96-.607 1.73-1.82.767-1.212 1.178-2.135 1.233-2.768.11-1.047-.301-1.572-1.234-1.572-.44 0-.892.1-1.357.3.9-2.951 2.622-4.386 5.164-4.304 1.883.055 2.771 1.277 2.663 3.667Z" }) });
1871
1884
  }
1872
1885
  );
1873
1886
  VimeoIcon.displayName = "VimeoIcon";
1874
1887
 
1875
1888
  // src/__generated__/webstudio-1c.tsx
1876
- import { forwardRef as forwardRef166 } from "react";
1877
- import { jsx as jsx166, jsxs as jsxs65 } from "react/jsx-runtime";
1878
- var Webstudio1cIcon = forwardRef166(
1889
+ import { forwardRef as forwardRef167 } from "react";
1890
+ import { jsx as jsx167, jsxs as jsxs66 } from "react/jsx-runtime";
1891
+ var Webstudio1cIcon = forwardRef167(
1879
1892
  ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
1880
- return /* @__PURE__ */ jsxs65("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
1881
- /* @__PURE__ */ jsx166("path", { fillRule: "evenodd", d: "m12.32 12.416 2.62-8.085a1.205 1.205 0 1 0-2.292-.746l-2.62 8.084a1.205 1.205 0 1 0 2.292.747Z", clipRule: "evenodd" }),
1882
- /* @__PURE__ */ jsx166("path", { fillRule: "evenodd", d: "M8 7.624c.297 0 .517.175.704.394.207.243.373.545.514.866.634 1.44.753 3.241.753 3.241a1.206 1.206 0 0 0 1.285 1.122 1.207 1.207 0 0 0 1.12-1.287s-.16-2.25-.952-4.05C10.744 6.364 9.594 5.208 8 5.208c-1.594 0-2.744 1.156-3.424 2.7-.792 1.8-.951 4.05-.951 4.05a1.207 1.207 0 0 0 1.12 1.288 1.206 1.206 0 0 0 1.284-1.122s.119-1.8.753-3.24a3.52 3.52 0 0 1 .514-.867c.187-.22.406-.394.704-.394Z", clipRule: "evenodd" }),
1883
- /* @__PURE__ */ jsx166("path", { fillRule: "evenodd", d: "M5.973 11.669 3.352 3.585a1.205 1.205 0 1 0-2.293.746l2.622 8.084a1.205 1.205 0 1 0 2.292-.746Z", clipRule: "evenodd" })
1893
+ return /* @__PURE__ */ jsxs66("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
1894
+ /* @__PURE__ */ jsx167("path", { fillRule: "evenodd", d: "m12.32 12.416 2.62-8.085a1.205 1.205 0 1 0-2.292-.746l-2.62 8.084a1.205 1.205 0 1 0 2.292.747Z", clipRule: "evenodd" }),
1895
+ /* @__PURE__ */ jsx167("path", { fillRule: "evenodd", d: "M8 7.624c.297 0 .517.175.704.394.207.243.373.545.514.866.634 1.44.753 3.241.753 3.241a1.206 1.206 0 0 0 1.285 1.122 1.207 1.207 0 0 0 1.12-1.287s-.16-2.25-.952-4.05C10.744 6.364 9.594 5.208 8 5.208c-1.594 0-2.744 1.156-3.424 2.7-.792 1.8-.951 4.05-.951 4.05a1.207 1.207 0 0 0 1.12 1.288 1.206 1.206 0 0 0 1.284-1.122s.119-1.8.753-3.24a3.52 3.52 0 0 1 .514-.867c.187-.22.406-.394.704-.394Z", clipRule: "evenodd" }),
1896
+ /* @__PURE__ */ jsx167("path", { fillRule: "evenodd", d: "M5.973 11.669 3.352 3.585a1.205 1.205 0 1 0-2.293.746l2.622 8.084a1.205 1.205 0 1 0 2.292-.746Z", clipRule: "evenodd" })
1884
1897
  ] });
1885
1898
  }
1886
1899
  );
1887
1900
  Webstudio1cIcon.displayName = "Webstudio1cIcon";
1888
1901
 
1889
1902
  // src/__generated__/webstudio.tsx
1890
- import { forwardRef as forwardRef167 } from "react";
1891
- import { jsx as jsx167, jsxs as jsxs66 } from "react/jsx-runtime";
1892
- var WebstudioIcon = forwardRef167(
1893
- ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
1894
- return /* @__PURE__ */ jsxs66("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 280 210", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
1895
- /* @__PURE__ */ jsx167("mask", { id: "a", width: "280", height: "210", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { "maskType": "alpha" }, children: /* @__PURE__ */ jsx167("path", { fill: "#000", fillRule: "evenodd", d: "M73.71 98.769 47.071 16.686C42.971 3.983 29.375-2.918 16.678 1.183 3.981 5.283-2.917 18.987 1.182 31.59L53.57 193.328c.176.546.43 1.041.753 1.487 3.324 8.339 11.18 14.469 20.742 15.117 13.297.9 24.794-9.102 25.694-22.406 0 0 2.399-36.008 14.997-64.815 2.799-6.401 6.098-12.503 10.297-17.304 3.689-4.389 8.074-7.882 14.047-7.902 5.873.02 10.258 3.513 14.047 7.902 4.099 4.901 7.498 10.903 10.297 17.304 12.698 28.807 15.097 64.815 15.097 64.815.9 13.304 12.397 23.406 25.694 22.406 10.761-.729 19.362-8.467 21.774-18.39L278.818 31.59c4.099-12.703-2.799-26.307-15.496-30.407-12.598-4.101-26.294 2.8-30.393 15.503L206.442 98.46c-13.815-28.497-36.054-49.266-66.292-49.266-30.347 0-52.637 20.92-66.44 49.575Zm66.39-1.264h-.05.1-.05Z", clipRule: "evenodd" }) }),
1896
- /* @__PURE__ */ jsxs66("g", { mask: "url(#a)", children: [
1897
- /* @__PURE__ */ jsx167("path", { fill: "url(#b)", fillRule: "evenodd", d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z", clipRule: "evenodd" }),
1898
- /* @__PURE__ */ jsx167("path", { fill: "url(#c)", fillRule: "evenodd", d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z", clipRule: "evenodd" }),
1899
- /* @__PURE__ */ jsx167("path", { fill: "url(#d)", fillOpacity: ".8", fillRule: "evenodd", d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z", clipRule: "evenodd" }),
1900
- /* @__PURE__ */ jsx167("path", { fill: "url(#e)", fillRule: "evenodd", d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z", clipRule: "evenodd" }),
1901
- /* @__PURE__ */ jsxs66("g", { fillRule: "evenodd", clipRule: "evenodd", style: { "mixBlendMode": "multiply" }, children: [
1902
- /* @__PURE__ */ jsx167("path", { fill: "url(#f)", d: "M156.5 220.034 231.1-10.02 290 29.489l-61.8 190.545h-71.7Z" }),
1903
- /* @__PURE__ */ jsx167("path", { fill: "url(#g)", d: "M156.5 220.034 231.1-10.02 290 29.489l-61.8 190.545h-71.7Z" })
1903
+ import { forwardRef as forwardRef168 } from "react";
1904
+ import { jsx as jsx168, jsxs as jsxs67 } from "react/jsx-runtime";
1905
+ var WebstudioIcon = forwardRef168(
1906
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
1907
+ return /* @__PURE__ */ jsxs67("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 280 210", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
1908
+ /* @__PURE__ */ jsx168("mask", { id: "a", width: "280", height: "210", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { "maskType": "alpha" }, children: /* @__PURE__ */ jsx168("path", { fill: "#000", fillRule: "evenodd", d: "M73.71 98.769 47.071 16.686C42.971 3.983 29.375-2.918 16.678 1.183 3.981 5.283-2.917 18.987 1.182 31.59L53.57 193.328c.176.546.43 1.041.753 1.487 3.324 8.339 11.18 14.469 20.742 15.117 13.297.9 24.794-9.102 25.694-22.406 0 0 2.399-36.008 14.997-64.815 2.799-6.401 6.098-12.503 10.297-17.304 3.689-4.389 8.074-7.882 14.047-7.902 5.873.02 10.258 3.513 14.047 7.902 4.099 4.901 7.498 10.903 10.297 17.304 12.698 28.807 15.097 64.815 15.097 64.815.9 13.304 12.397 23.406 25.694 22.406 10.761-.729 19.362-8.467 21.774-18.39L278.818 31.59c4.099-12.703-2.799-26.307-15.496-30.407-12.598-4.101-26.294 2.8-30.393 15.503L206.442 98.46c-13.815-28.497-36.054-49.266-66.292-49.266-30.347 0-52.637 20.92-66.44 49.575Zm66.39-1.264h-.05.1-.05Z", clipRule: "evenodd" }) }),
1909
+ /* @__PURE__ */ jsxs67("g", { mask: "url(#a)", children: [
1910
+ /* @__PURE__ */ jsx168("path", { fill: "url(#b)", fillRule: "evenodd", d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z", clipRule: "evenodd" }),
1911
+ /* @__PURE__ */ jsx168("path", { fill: "url(#c)", fillRule: "evenodd", d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z", clipRule: "evenodd" }),
1912
+ /* @__PURE__ */ jsx168("path", { fill: "url(#d)", fillOpacity: ".8", fillRule: "evenodd", d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z", clipRule: "evenodd" }),
1913
+ /* @__PURE__ */ jsx168("path", { fill: "url(#e)", fillRule: "evenodd", d: "M156.5 220.034 231.1-10.02H290v39.509l-61.8 190.545h-71.7Z", clipRule: "evenodd" }),
1914
+ /* @__PURE__ */ jsxs67("g", { fillRule: "evenodd", clipRule: "evenodd", style: { "mixBlendMode": "multiply" }, children: [
1915
+ /* @__PURE__ */ jsx168("path", { fill: "url(#f)", d: "M156.5 220.034 231.1-10.02 290 29.489l-61.8 190.545h-71.7Z" }),
1916
+ /* @__PURE__ */ jsx168("path", { fill: "url(#g)", d: "M156.5 220.034 231.1-10.02 290 29.489l-61.8 190.545h-71.7Z" })
1904
1917
  ] }),
1905
- /* @__PURE__ */ jsx167("path", { fill: "#E63CFE", fillRule: "evenodd", d: "M226.5 219.934h-51.4c-3.6-31.208-15-112.527-35-112.527-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 25.2 0 47.1 12.403 63.7 35.308l2.645 24.061s1.555 3.346 2.155 4.646c15.9 36.009 19 81.019 19 81.019.2 3.201-.2 6.302-1.1 9.102v26.707Z", clipRule: "evenodd" }),
1906
- /* @__PURE__ */ jsx167("path", { fill: "url(#h)", fillRule: "evenodd", d: "M226.5 219.934h-51.4c-3.6-31.208-15-112.527-35-112.527-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 25.2 0 47.1 12.403 63.7 35.308l2.645 24.061s1.555 3.346 2.155 4.646c15.9 36.009 19 81.019 19 81.019.2 3.201-.2 6.302-1.1 9.102v26.707Z", clipRule: "evenodd" }),
1907
- /* @__PURE__ */ jsx167("path", { fill: "url(#i)", fillRule: "evenodd", d: "M226.5 219.934h-51.4c-3.6-31.208-15-112.527-35-112.527-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 25.2 0 47.1 12.403 63.7 35.308l2.645 24.061s1.555 3.346 2.155 4.646c15.9 36.009 19 81.019 19 81.019.2 3.201-.2 6.302-1.1 9.102v26.707Z", clipRule: "evenodd" }),
1908
- /* @__PURE__ */ jsx167("path", { fill: "url(#j)", fillRule: "evenodd", d: "M226.5 219.934h-51.4c-3.6-31.208-15-112.527-35-112.527-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 25.2 0 47.1 12.403 63.7 35.308l2.645 24.061s1.555 3.346 2.155 4.646c15.9 36.009 19 81.019 19 81.019.2 3.201-.2 6.302-1.1 9.102v26.707Z", clipRule: "evenodd" }),
1909
- /* @__PURE__ */ jsx167("path", { fill: "url(#k)", fillRule: "evenodd", d: "M226.5 219.934h-51.4c-3.6-31.208-15-112.527-35-112.527-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 25.2 0 47.1 12.403 63.7 35.308l2.645 24.061s1.555 3.346 2.155 4.646c15.9 36.009 19 81.019 19 81.019.2 3.201-.2 6.302-1.1 9.102v26.707Z", clipRule: "evenodd" }),
1910
- /* @__PURE__ */ jsxs66("g", { fillRule: "evenodd", clipRule: "evenodd", style: { "mixBlendMode": "multiply" }, children: [
1911
- /* @__PURE__ */ jsx167("path", { fill: "url(#l)", d: "M140.1 107.407c-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 111.75 0 95.397 68.316 0 68.316Z" }),
1912
- /* @__PURE__ */ jsx167("path", { fill: "url(#m)", d: "M140.1 107.407c-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 111.75 0 95.397 68.316 0 68.316Z" })
1918
+ /* @__PURE__ */ jsx168("path", { fill: "#E63CFE", fillRule: "evenodd", d: "M226.5 219.934h-51.4c-3.6-31.208-15-112.527-35-112.527-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 25.2 0 47.1 12.403 63.7 35.308l2.645 24.061s1.555 3.346 2.155 4.646c15.9 36.009 19 81.019 19 81.019.2 3.201-.2 6.302-1.1 9.102v26.707Z", clipRule: "evenodd" }),
1919
+ /* @__PURE__ */ jsx168("path", { fill: "url(#h)", fillRule: "evenodd", d: "M226.5 219.934h-51.4c-3.6-31.208-15-112.527-35-112.527-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 25.2 0 47.1 12.403 63.7 35.308l2.645 24.061s1.555 3.346 2.155 4.646c15.9 36.009 19 81.019 19 81.019.2 3.201-.2 6.302-1.1 9.102v26.707Z", clipRule: "evenodd" }),
1920
+ /* @__PURE__ */ jsx168("path", { fill: "url(#i)", fillRule: "evenodd", d: "M226.5 219.934h-51.4c-3.6-31.208-15-112.527-35-112.527-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 25.2 0 47.1 12.403 63.7 35.308l2.645 24.061s1.555 3.346 2.155 4.646c15.9 36.009 19 81.019 19 81.019.2 3.201-.2 6.302-1.1 9.102v26.707Z", clipRule: "evenodd" }),
1921
+ /* @__PURE__ */ jsx168("path", { fill: "url(#j)", fillRule: "evenodd", d: "M226.5 219.934h-51.4c-3.6-31.208-15-112.527-35-112.527-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 25.2 0 47.1 12.403 63.7 35.308l2.645 24.061s1.555 3.346 2.155 4.646c15.9 36.009 19 81.019 19 81.019.2 3.201-.2 6.302-1.1 9.102v26.707Z", clipRule: "evenodd" }),
1922
+ /* @__PURE__ */ jsx168("path", { fill: "url(#k)", fillRule: "evenodd", d: "M226.5 219.934h-51.4c-3.6-31.208-15-112.527-35-112.527-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 25.2 0 47.1 12.403 63.7 35.308l2.645 24.061s1.555 3.346 2.155 4.646c15.9 36.009 19 81.019 19 81.019.2 3.201-.2 6.302-1.1 9.102v26.707Z", clipRule: "evenodd" }),
1923
+ /* @__PURE__ */ jsxs67("g", { fillRule: "evenodd", clipRule: "evenodd", style: { "mixBlendMode": "multiply" }, children: [
1924
+ /* @__PURE__ */ jsx168("path", { fill: "url(#l)", d: "M140.1 107.407c-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 111.75 0 95.397 68.316 0 68.316Z" }),
1925
+ /* @__PURE__ */ jsx168("path", { fill: "url(#m)", d: "M140.1 107.407c-21.7 0-31.8 90.121-34 112.527H32.4c3.2-38.909 20.8-180.843 107.7-180.843 111.75 0 95.397 68.316 0 68.316Z" })
1913
1926
  ] }),
1914
- /* @__PURE__ */ jsx167("path", { fill: "url(#n)", fillRule: "evenodd", d: "M-9.9 29.489v-39.51H49L76.4 74.5l-2.693 24.27L99.5 178.424c1 3.001 1.3 6.201 1.1 9.202 0 0-1.9 28.207-13.4 32.508H51.8L-9.9 29.489Z", clipRule: "evenodd" }),
1915
- /* @__PURE__ */ jsx167("path", { fill: "url(#o)", fillRule: "evenodd", d: "M-9.9 29.489v-39.51H49L76.4 74.5l-2.693 24.27L99.5 178.424c1 3.001 1.3 6.201 1.1 9.202 0 0-1.9 28.207-13.4 32.508H51.8L-9.9 29.489Z", clipRule: "evenodd" }),
1916
- /* @__PURE__ */ jsx167("path", { fill: "url(#p)", fillRule: "evenodd", d: "M-9.9 29.489v-39.51H49L76.4 74.5l-2.693 24.27L99.5 178.424c1 3.001 1.3 6.201 1.1 9.202 0 0-1.9 28.207-13.4 32.508H51.8L-9.9 29.489Z", clipRule: "evenodd" }),
1917
- /* @__PURE__ */ jsx167("path", { fill: "url(#q)", fillRule: "evenodd", d: "M-9.9 29.489v-39.51H49L76.4 74.5l-2.693 24.27L99.5 178.424c1 3.001 1.3 6.201 1.1 9.202 0 0-1.9 28.207-13.4 32.508H51.8L-9.9 29.489Z", clipRule: "evenodd" }),
1918
- /* @__PURE__ */ jsx167("path", { fill: "url(#r)", fillRule: "evenodd", d: "M-9.9 29.489v-39.51H49L76.4 74.5l-2.693 24.27L99.5 178.424c1 3.001 1.3 6.201 1.1 9.202 0 0-1.9 28.207-13.4 32.508H51.8L-9.9 29.489Z", clipRule: "evenodd" }),
1919
- /* @__PURE__ */ jsx167("path", { fill: "url(#s)", d: "M290-10.02H-10v230.054h300V-10.02Z" }),
1920
- /* @__PURE__ */ jsx167("path", { fill: "url(#t)", d: "M290-10.02H-10v230.054h300V-10.02Z" }),
1921
- /* @__PURE__ */ jsx167("path", { fill: "url(#u)", d: "M290-10.02H-10v230.054h300V-10.02Z" })
1927
+ /* @__PURE__ */ jsx168("path", { fill: "url(#n)", fillRule: "evenodd", d: "M-9.9 29.489v-39.51H49L76.4 74.5l-2.693 24.27L99.5 178.424c1 3.001 1.3 6.201 1.1 9.202 0 0-1.9 28.207-13.4 32.508H51.8L-9.9 29.489Z", clipRule: "evenodd" }),
1928
+ /* @__PURE__ */ jsx168("path", { fill: "url(#o)", fillRule: "evenodd", d: "M-9.9 29.489v-39.51H49L76.4 74.5l-2.693 24.27L99.5 178.424c1 3.001 1.3 6.201 1.1 9.202 0 0-1.9 28.207-13.4 32.508H51.8L-9.9 29.489Z", clipRule: "evenodd" }),
1929
+ /* @__PURE__ */ jsx168("path", { fill: "url(#p)", fillRule: "evenodd", d: "M-9.9 29.489v-39.51H49L76.4 74.5l-2.693 24.27L99.5 178.424c1 3.001 1.3 6.201 1.1 9.202 0 0-1.9 28.207-13.4 32.508H51.8L-9.9 29.489Z", clipRule: "evenodd" }),
1930
+ /* @__PURE__ */ jsx168("path", { fill: "url(#q)", fillRule: "evenodd", d: "M-9.9 29.489v-39.51H49L76.4 74.5l-2.693 24.27L99.5 178.424c1 3.001 1.3 6.201 1.1 9.202 0 0-1.9 28.207-13.4 32.508H51.8L-9.9 29.489Z", clipRule: "evenodd" }),
1931
+ /* @__PURE__ */ jsx168("path", { fill: "url(#r)", fillRule: "evenodd", d: "M-9.9 29.489v-39.51H49L76.4 74.5l-2.693 24.27L99.5 178.424c1 3.001 1.3 6.201 1.1 9.202 0 0-1.9 28.207-13.4 32.508H51.8L-9.9 29.489Z", clipRule: "evenodd" }),
1932
+ /* @__PURE__ */ jsx168("path", { fill: "url(#s)", d: "M290-10.02H-10v230.054h300V-10.02Z" }),
1933
+ /* @__PURE__ */ jsx168("path", { fill: "url(#t)", d: "M290-10.02H-10v230.054h300V-10.02Z" }),
1934
+ /* @__PURE__ */ jsx168("path", { fill: "url(#u)", d: "M290-10.02H-10v230.054h300V-10.02Z" })
1922
1935
  ] }),
1923
- /* @__PURE__ */ jsxs66("defs", { children: [
1924
- /* @__PURE__ */ jsxs66("radialGradient", { id: "f", cx: "0", cy: "0", r: "1", gradientTransform: "translate(205.462 105.007) rotate(83.4379) scale(155.653 39.7647)", gradientUnits: "userSpaceOnUse", children: [
1925
- /* @__PURE__ */ jsx167("stop", { stopColor: "#6F15A9", stopOpacity: ".9" }),
1926
- /* @__PURE__ */ jsx167("stop", { offset: ".613", stopColor: "#6F15A9", stopOpacity: "0" })
1936
+ /* @__PURE__ */ jsxs67("defs", { children: [
1937
+ /* @__PURE__ */ jsxs67("radialGradient", { id: "f", cx: "0", cy: "0", r: "1", gradientTransform: "translate(205.462 105.007) rotate(83.4379) scale(155.653 39.7647)", gradientUnits: "userSpaceOnUse", children: [
1938
+ /* @__PURE__ */ jsx168("stop", { stopColor: "#6F15A9", stopOpacity: ".9" }),
1939
+ /* @__PURE__ */ jsx168("stop", { offset: ".613", stopColor: "#6F15A9", stopOpacity: "0" })
1927
1940
  ] }),
1928
- /* @__PURE__ */ jsxs66("radialGradient", { id: "g", cx: "0", cy: "0", r: "1", gradientTransform: "translate(217.626 0.958547) rotate(81.2972) scale(163.219 34.715)", gradientUnits: "userSpaceOnUse", children: [
1929
- /* @__PURE__ */ jsx167("stop", { offset: ".377", stopColor: "#fff" }),
1930
- /* @__PURE__ */ jsx167("stop", { offset: "1", stopColor: "#fff", stopOpacity: "0" })
1941
+ /* @__PURE__ */ jsxs67("radialGradient", { id: "g", cx: "0", cy: "0", r: "1", gradientTransform: "translate(217.626 0.958547) rotate(81.2972) scale(163.219 34.715)", gradientUnits: "userSpaceOnUse", children: [
1942
+ /* @__PURE__ */ jsx168("stop", { offset: ".377", stopColor: "#fff" }),
1943
+ /* @__PURE__ */ jsx168("stop", { offset: "1", stopColor: "#fff", stopOpacity: "0" })
1931
1944
  ] }),
1932
- /* @__PURE__ */ jsxs66("radialGradient", { id: "h", cx: "0", cy: "0", r: "1", gradientTransform: "translate(130.025 147.074) rotate(-82.8248) scale(129.813 100.452)", gradientUnits: "userSpaceOnUse", children: [
1933
- /* @__PURE__ */ jsx167("stop", { stopColor: "#39FBBB", stopOpacity: ".5" }),
1934
- /* @__PURE__ */ jsx167("stop", { offset: ".701", stopColor: "#39FBBB" }),
1935
- /* @__PURE__ */ jsx167("stop", { offset: ".949", stopColor: "#39FBBB", stopOpacity: "0" })
1945
+ /* @__PURE__ */ jsxs67("radialGradient", { id: "h", cx: "0", cy: "0", r: "1", gradientTransform: "translate(130.025 147.074) rotate(-82.8248) scale(129.813 100.452)", gradientUnits: "userSpaceOnUse", children: [
1946
+ /* @__PURE__ */ jsx168("stop", { stopColor: "#39FBBB", stopOpacity: ".5" }),
1947
+ /* @__PURE__ */ jsx168("stop", { offset: ".701", stopColor: "#39FBBB" }),
1948
+ /* @__PURE__ */ jsx168("stop", { offset: ".949", stopColor: "#39FBBB", stopOpacity: "0" })
1936
1949
  ] }),
1937
- /* @__PURE__ */ jsxs66("radialGradient", { id: "i", cx: "0", cy: "0", r: "1", gradientTransform: "translate(296.764 204.529) rotate(-122.408) scale(297.682 72.1614)", gradientUnits: "userSpaceOnUse", children: [
1938
- /* @__PURE__ */ jsx167("stop", { stopColor: "#E63CFE" }),
1939
- /* @__PURE__ */ jsx167("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
1950
+ /* @__PURE__ */ jsxs67("radialGradient", { id: "i", cx: "0", cy: "0", r: "1", gradientTransform: "translate(296.764 204.529) rotate(-122.408) scale(297.682 72.1614)", gradientUnits: "userSpaceOnUse", children: [
1951
+ /* @__PURE__ */ jsx168("stop", { stopColor: "#E63CFE" }),
1952
+ /* @__PURE__ */ jsx168("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
1940
1953
  ] }),
1941
- /* @__PURE__ */ jsxs66("radialGradient", { id: "j", cx: "0", cy: "0", r: "1", gradientTransform: "translate(136.481 174.605) rotate(-90) scale(115.84 97.1865)", gradientUnits: "userSpaceOnUse", children: [
1942
- /* @__PURE__ */ jsx167("stop", { offset: ".64", stopColor: "#4A4EFA" }),
1943
- /* @__PURE__ */ jsx167("stop", { offset: "1", stopColor: "#4A4EFA", stopOpacity: "0" })
1954
+ /* @__PURE__ */ jsxs67("radialGradient", { id: "j", cx: "0", cy: "0", r: "1", gradientTransform: "translate(136.481 174.605) rotate(-90) scale(115.84 97.1865)", gradientUnits: "userSpaceOnUse", children: [
1955
+ /* @__PURE__ */ jsx168("stop", { offset: ".64", stopColor: "#4A4EFA" }),
1956
+ /* @__PURE__ */ jsx168("stop", { offset: "1", stopColor: "#4A4EFA", stopOpacity: "0" })
1944
1957
  ] }),
1945
- /* @__PURE__ */ jsxs66("radialGradient", { id: "k", cx: "0", cy: "0", r: "1", gradientTransform: "translate(91.5691 229.51) rotate(-71.6657) scale(155.998 62.8576)", gradientUnits: "userSpaceOnUse", children: [
1946
- /* @__PURE__ */ jsx167("stop", { offset: ".632", stopColor: "#E63CFE" }),
1947
- /* @__PURE__ */ jsx167("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
1958
+ /* @__PURE__ */ jsxs67("radialGradient", { id: "k", cx: "0", cy: "0", r: "1", gradientTransform: "translate(91.5691 229.51) rotate(-71.6657) scale(155.998 62.8576)", gradientUnits: "userSpaceOnUse", children: [
1959
+ /* @__PURE__ */ jsx168("stop", { offset: ".632", stopColor: "#E63CFE" }),
1960
+ /* @__PURE__ */ jsx168("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
1948
1961
  ] }),
1949
- /* @__PURE__ */ jsxs66("radialGradient", { id: "l", cx: "0", cy: "0", r: "1", gradientTransform: "translate(71.244 106.816) rotate(71.8329) scale(75.0284 46.6295)", gradientUnits: "userSpaceOnUse", children: [
1950
- /* @__PURE__ */ jsx167("stop", { stopColor: "#6F15A9" }),
1951
- /* @__PURE__ */ jsx167("stop", { offset: "1", stopColor: "#00127F", stopOpacity: "0" })
1962
+ /* @__PURE__ */ jsxs67("radialGradient", { id: "l", cx: "0", cy: "0", r: "1", gradientTransform: "translate(71.244 106.816) rotate(71.8329) scale(75.0284 46.6295)", gradientUnits: "userSpaceOnUse", children: [
1963
+ /* @__PURE__ */ jsx168("stop", { stopColor: "#6F15A9" }),
1964
+ /* @__PURE__ */ jsx168("stop", { offset: "1", stopColor: "#00127F", stopOpacity: "0" })
1952
1965
  ] }),
1953
- /* @__PURE__ */ jsxs66("radialGradient", { id: "m", cx: "0", cy: "0", r: "1", gradientTransform: "translate(154.389 115.414) rotate(175.292) scale(82.9292 111.991)", gradientUnits: "userSpaceOnUse", children: [
1954
- /* @__PURE__ */ jsx167("stop", { offset: ".758", stopColor: "#fff" }),
1955
- /* @__PURE__ */ jsx167("stop", { offset: "1", stopColor: "#fff", stopOpacity: "0" })
1966
+ /* @__PURE__ */ jsxs67("radialGradient", { id: "m", cx: "0", cy: "0", r: "1", gradientTransform: "translate(154.389 115.414) rotate(175.292) scale(82.9292 111.991)", gradientUnits: "userSpaceOnUse", children: [
1967
+ /* @__PURE__ */ jsx168("stop", { offset: ".758", stopColor: "#fff" }),
1968
+ /* @__PURE__ */ jsx168("stop", { offset: "1", stopColor: "#fff", stopOpacity: "0" })
1956
1969
  ] }),
1957
- /* @__PURE__ */ jsxs66("radialGradient", { id: "s", cx: "0", cy: "0", r: "1", gradientTransform: "translate(96.9015 219.762) rotate(-90) scale(229.783 165.804)", gradientUnits: "userSpaceOnUse", children: [
1958
- /* @__PURE__ */ jsx167("stop", { offset: ".262", stopColor: "#FFAE3C" }),
1959
- /* @__PURE__ */ jsx167("stop", { offset: ".527", stopColor: "#FFAE3C", stopOpacity: "0" })
1970
+ /* @__PURE__ */ jsxs67("radialGradient", { id: "s", cx: "0", cy: "0", r: "1", gradientTransform: "translate(96.9015 219.762) rotate(-90) scale(229.783 165.804)", gradientUnits: "userSpaceOnUse", children: [
1971
+ /* @__PURE__ */ jsx168("stop", { offset: ".262", stopColor: "#FFAE3C" }),
1972
+ /* @__PURE__ */ jsx168("stop", { offset: ".527", stopColor: "#FFAE3C", stopOpacity: "0" })
1960
1973
  ] }),
1961
- /* @__PURE__ */ jsxs66("radialGradient", { id: "t", cx: "0", cy: "0", r: "1", gradientTransform: "translate(242.706 219.762) rotate(-90) scale(129.629 126.516)", gradientUnits: "userSpaceOnUse", children: [
1962
- /* @__PURE__ */ jsx167("stop", { offset: ".283", stopColor: "#E63CFE" }),
1963
- /* @__PURE__ */ jsx167("stop", { offset: ".857", stopColor: "#E63CFE", stopOpacity: "0" })
1974
+ /* @__PURE__ */ jsxs67("radialGradient", { id: "t", cx: "0", cy: "0", r: "1", gradientTransform: "translate(242.706 219.762) rotate(-90) scale(129.629 126.516)", gradientUnits: "userSpaceOnUse", children: [
1975
+ /* @__PURE__ */ jsx168("stop", { offset: ".283", stopColor: "#E63CFE" }),
1976
+ /* @__PURE__ */ jsx168("stop", { offset: ".857", stopColor: "#E63CFE", stopOpacity: "0" })
1964
1977
  ] }),
1965
- /* @__PURE__ */ jsxs66("radialGradient", { id: "u", cx: "0", cy: "0", r: "1", gradientTransform: "translate(164.141 219.762) rotate(-97.8182) scale(177.842 68.6449)", gradientUnits: "userSpaceOnUse", children: [
1966
- /* @__PURE__ */ jsx167("stop", { offset: ".251", stopColor: "#FFAE3C" }),
1967
- /* @__PURE__ */ jsx167("stop", { offset: ".656", stopColor: "#FFAE3C", stopOpacity: "0" })
1978
+ /* @__PURE__ */ jsxs67("radialGradient", { id: "u", cx: "0", cy: "0", r: "1", gradientTransform: "translate(164.141 219.762) rotate(-97.8182) scale(177.842 68.6449)", gradientUnits: "userSpaceOnUse", children: [
1979
+ /* @__PURE__ */ jsx168("stop", { offset: ".251", stopColor: "#FFAE3C" }),
1980
+ /* @__PURE__ */ jsx168("stop", { offset: ".656", stopColor: "#FFAE3C", stopOpacity: "0" })
1968
1981
  ] }),
1969
- /* @__PURE__ */ jsxs66("linearGradient", { id: "b", x1: "328.489", x2: "259.397", y1: "-101.75", y2: "227.415", gradientUnits: "userSpaceOnUse", children: [
1970
- /* @__PURE__ */ jsx167("stop", { stopColor: "#4A4EFA" }),
1971
- /* @__PURE__ */ jsx167("stop", { offset: ".625", stopColor: "#E63CFE" })
1982
+ /* @__PURE__ */ jsxs67("linearGradient", { id: "b", x1: "328.489", x2: "259.397", y1: "-101.75", y2: "227.415", gradientUnits: "userSpaceOnUse", children: [
1983
+ /* @__PURE__ */ jsx168("stop", { stopColor: "#4A4EFA" }),
1984
+ /* @__PURE__ */ jsx168("stop", { offset: ".625", stopColor: "#E63CFE" })
1972
1985
  ] }),
1973
- /* @__PURE__ */ jsxs66("linearGradient", { id: "c", x1: "193.001", x2: "247.46", y1: "96.497", y2: "115.178", gradientUnits: "userSpaceOnUse", children: [
1974
- /* @__PURE__ */ jsx167("stop", { offset: ".259", stopColor: "#4A4EFA" }),
1975
- /* @__PURE__ */ jsx167("stop", { offset: ".961", stopColor: "#4A4EFA", stopOpacity: "0" })
1986
+ /* @__PURE__ */ jsxs67("linearGradient", { id: "c", x1: "193.001", x2: "247.46", y1: "96.497", y2: "115.178", gradientUnits: "userSpaceOnUse", children: [
1987
+ /* @__PURE__ */ jsx168("stop", { offset: ".259", stopColor: "#4A4EFA" }),
1988
+ /* @__PURE__ */ jsx168("stop", { offset: ".961", stopColor: "#4A4EFA", stopOpacity: "0" })
1976
1989
  ] }),
1977
- /* @__PURE__ */ jsxs66("linearGradient", { id: "d", x1: "202.309", x2: "243.057", y1: "71.375", y2: "86.077", gradientUnits: "userSpaceOnUse", children: [
1978
- /* @__PURE__ */ jsx167("stop", { offset: ".252", stopColor: "#39FBBB" }),
1979
- /* @__PURE__ */ jsx167("stop", { offset: "1", stopColor: "#39FBBB", stopOpacity: "0" })
1990
+ /* @__PURE__ */ jsxs67("linearGradient", { id: "d", x1: "202.309", x2: "243.057", y1: "71.375", y2: "86.077", gradientUnits: "userSpaceOnUse", children: [
1991
+ /* @__PURE__ */ jsx168("stop", { offset: ".252", stopColor: "#39FBBB" }),
1992
+ /* @__PURE__ */ jsx168("stop", { offset: "1", stopColor: "#39FBBB", stopOpacity: "0" })
1980
1993
  ] }),
1981
- /* @__PURE__ */ jsxs66("linearGradient", { id: "e", x1: "295.535", x2: "286.169", y1: "-10.021", y2: "31.423", gradientUnits: "userSpaceOnUse", children: [
1982
- /* @__PURE__ */ jsx167("stop", { stopColor: "#4A4EFA" }),
1983
- /* @__PURE__ */ jsx167("stop", { offset: ".933", stopColor: "#4A4EFA", stopOpacity: "0" })
1994
+ /* @__PURE__ */ jsxs67("linearGradient", { id: "e", x1: "295.535", x2: "286.169", y1: "-10.021", y2: "31.423", gradientUnits: "userSpaceOnUse", children: [
1995
+ /* @__PURE__ */ jsx168("stop", { stopColor: "#4A4EFA" }),
1996
+ /* @__PURE__ */ jsx168("stop", { offset: ".933", stopColor: "#4A4EFA", stopOpacity: "0" })
1984
1997
  ] }),
1985
- /* @__PURE__ */ jsxs66("linearGradient", { id: "n", x1: "-18.948", x2: "55.093", y1: "1.039", y2: "231.932", gradientUnits: "userSpaceOnUse", children: [
1986
- /* @__PURE__ */ jsx167("stop", { offset: ".17", stopColor: "#E63CFE" }),
1987
- /* @__PURE__ */ jsx167("stop", { offset: ".592", stopColor: "#FFAE3C" })
1998
+ /* @__PURE__ */ jsxs67("linearGradient", { id: "n", x1: "-18.948", x2: "55.093", y1: "1.039", y2: "231.932", gradientUnits: "userSpaceOnUse", children: [
1999
+ /* @__PURE__ */ jsx168("stop", { offset: ".17", stopColor: "#E63CFE" }),
2000
+ /* @__PURE__ */ jsx168("stop", { offset: ".592", stopColor: "#FFAE3C" })
1988
2001
  ] }),
1989
- /* @__PURE__ */ jsxs66("linearGradient", { id: "o", x1: "63.506", x2: "20.255", y1: "74.425", y2: "88.815", gradientUnits: "userSpaceOnUse", children: [
1990
- /* @__PURE__ */ jsx167("stop", { offset: ".321", stopColor: "#4A4EFA" }),
1991
- /* @__PURE__ */ jsx167("stop", { offset: "1", stopColor: "#4A4EFA", stopOpacity: "0" })
2002
+ /* @__PURE__ */ jsxs67("linearGradient", { id: "o", x1: "63.506", x2: "20.255", y1: "74.425", y2: "88.815", gradientUnits: "userSpaceOnUse", children: [
2003
+ /* @__PURE__ */ jsx168("stop", { offset: ".321", stopColor: "#4A4EFA" }),
2004
+ /* @__PURE__ */ jsx168("stop", { offset: "1", stopColor: "#4A4EFA", stopOpacity: "0" })
1992
2005
  ] }),
1993
- /* @__PURE__ */ jsxs66("linearGradient", { id: "p", x1: "82.497", x2: "64.141", y1: "106.838", y2: "112.322", gradientUnits: "userSpaceOnUse", children: [
1994
- /* @__PURE__ */ jsx167("stop", { stopColor: "#E63CFE" }),
1995
- /* @__PURE__ */ jsx167("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
2006
+ /* @__PURE__ */ jsxs67("linearGradient", { id: "p", x1: "82.497", x2: "64.141", y1: "106.838", y2: "112.322", gradientUnits: "userSpaceOnUse", children: [
2007
+ /* @__PURE__ */ jsx168("stop", { stopColor: "#E63CFE" }),
2008
+ /* @__PURE__ */ jsx168("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
1996
2009
  ] }),
1997
- /* @__PURE__ */ jsxs66("linearGradient", { id: "q", x1: "52.445", x2: "17.265", y1: "223.209", y2: "146.13", gradientUnits: "userSpaceOnUse", children: [
1998
- /* @__PURE__ */ jsx167("stop", { offset: ".372", stopColor: "#FFAE3C" }),
1999
- /* @__PURE__ */ jsx167("stop", { offset: "1", stopColor: "#FFAE3C", stopOpacity: "0" })
2010
+ /* @__PURE__ */ jsxs67("linearGradient", { id: "q", x1: "52.445", x2: "17.265", y1: "223.209", y2: "146.13", gradientUnits: "userSpaceOnUse", children: [
2011
+ /* @__PURE__ */ jsx168("stop", { offset: ".372", stopColor: "#FFAE3C" }),
2012
+ /* @__PURE__ */ jsx168("stop", { offset: "1", stopColor: "#FFAE3C", stopOpacity: "0" })
2000
2013
  ] }),
2001
- /* @__PURE__ */ jsxs66("linearGradient", { id: "r", x1: "20.419", x2: "34.66", y1: "-10.021", y2: "23.34", gradientUnits: "userSpaceOnUse", children: [
2002
- /* @__PURE__ */ jsx167("stop", { stopColor: "#E63CFE" }),
2003
- /* @__PURE__ */ jsx167("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
2014
+ /* @__PURE__ */ jsxs67("linearGradient", { id: "r", x1: "20.419", x2: "34.66", y1: "-10.021", y2: "23.34", gradientUnits: "userSpaceOnUse", children: [
2015
+ /* @__PURE__ */ jsx168("stop", { stopColor: "#E63CFE" }),
2016
+ /* @__PURE__ */ jsx168("stop", { offset: "1", stopColor: "#E63CFE", stopOpacity: "0" })
2004
2017
  ] })
2005
2018
  ] })
2006
2019
  ] });
@@ -2009,34 +2022,34 @@ var WebstudioIcon = forwardRef167(
2009
2022
  WebstudioIcon.displayName = "WebstudioIcon";
2010
2023
 
2011
2024
  // src/__generated__/wrap.tsx
2012
- import { forwardRef as forwardRef168 } from "react";
2013
- import { jsx as jsx168, jsxs as jsxs67 } from "react/jsx-runtime";
2014
- var WrapIcon = forwardRef168(
2025
+ import { forwardRef as forwardRef169 } from "react";
2026
+ import { jsx as jsx169, jsxs as jsxs68 } from "react/jsx-runtime";
2027
+ var WrapIcon = forwardRef169(
2015
2028
  ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
2016
- return /* @__PURE__ */ jsxs67("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
2017
- /* @__PURE__ */ jsx168("path", { d: "M4.98 2.33A.98.98 0 0 0 4 1.35H2.66a.98.98 0 0 0-.98.98v4.01c0 .541.439.98.98.98H4a.98.98 0 0 0 .98-.98V2.33ZM9.65 2.33a.98.98 0 0 0-.98-.98H7.33a.98.98 0 0 0-.98.98v4.01c0 .541.439.98.98.98h1.34a.98.98 0 0 0 .98-.98V2.33ZM4.98 9.67A.98.98 0 0 0 4 8.69H2.66a.98.98 0 0 0-.98.98v4.01c0 .54.439.98.98.98H4a.98.98 0 0 0 .98-.98V9.67Z" }),
2018
- /* @__PURE__ */ jsx168("path", { d: "M11.687 3.902a.65.65 0 0 0-.407 1.234 3.022 3.022 0 0 1-.947 5.889H8.572L9.8 9.8a.65.65 0 0 0-.919-.92l-2.34 2.335a.65.65 0 0 0 0 .92l2.34 2.335a.65.65 0 1 0 .919-.92l-1.228-1.225h1.761a4.32 4.32 0 0 0 1.354-8.423Z" })
2029
+ return /* @__PURE__ */ jsxs68("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
2030
+ /* @__PURE__ */ jsx169("path", { d: "M4.98 2.33A.98.98 0 0 0 4 1.35H2.66a.98.98 0 0 0-.98.98v4.01c0 .541.439.98.98.98H4a.98.98 0 0 0 .98-.98V2.33ZM9.65 2.33a.98.98 0 0 0-.98-.98H7.33a.98.98 0 0 0-.98.98v4.01c0 .541.439.98.98.98h1.34a.98.98 0 0 0 .98-.98V2.33ZM4.98 9.67A.98.98 0 0 0 4 8.69H2.66a.98.98 0 0 0-.98.98v4.01c0 .54.439.98.98.98H4a.98.98 0 0 0 .98-.98V9.67Z" }),
2031
+ /* @__PURE__ */ jsx169("path", { d: "M11.687 3.902a.65.65 0 0 0-.407 1.234 3.022 3.022 0 0 1-.947 5.889H8.572L9.8 9.8a.65.65 0 0 0-.919-.92l-2.34 2.335a.65.65 0 0 0 0 .92l2.34 2.335a.65.65 0 1 0 .919-.92l-1.228-1.225h1.761a4.32 4.32 0 0 0 1.354-8.423Z" })
2019
2032
  ] });
2020
2033
  }
2021
2034
  );
2022
2035
  WrapIcon.displayName = "WrapIcon";
2023
2036
 
2024
2037
  // src/__generated__/youtube-1c.tsx
2025
- import { forwardRef as forwardRef169 } from "react";
2026
- import { jsx as jsx169 } from "react/jsx-runtime";
2027
- var Youtube1cIcon = forwardRef169(
2038
+ import { forwardRef as forwardRef170 } from "react";
2039
+ import { jsx as jsx170 } from "react/jsx-runtime";
2040
+ var Youtube1cIcon = forwardRef170(
2028
2041
  ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
2029
- return /* @__PURE__ */ jsx169("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx169("path", { fillRule: "evenodd", d: "M13.47 3.299a1.771 1.771 0 0 1 1.238 1.263C15 5.675 15 8 15 8s0 2.325-.293 3.438a1.771 1.771 0 0 1-1.238 1.263C12.38 13 8 13 8 13s-4.378 0-5.47-.299a1.771 1.771 0 0 1-1.237-1.263C1 10.325 1 8 1 8s0-2.325.293-3.438A1.771 1.771 0 0 1 2.53 3.299C3.622 3 8 3 8 3s4.378 0 5.47.299Zm-3.232 4.7L6.6 10.144V5.857L10.238 8Z", clipRule: "evenodd" }) });
2042
+ return /* @__PURE__ */ jsx170("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx170("path", { fillRule: "evenodd", d: "M13.47 3.299a1.771 1.771 0 0 1 1.238 1.263C15 5.675 15 8 15 8s0 2.325-.293 3.438a1.771 1.771 0 0 1-1.238 1.263C12.38 13 8 13 8 13s-4.378 0-5.47-.299a1.771 1.771 0 0 1-1.237-1.263C1 10.325 1 8 1 8s0-2.325.293-3.438A1.771 1.771 0 0 1 2.53 3.299C3.622 3 8 3 8 3s4.378 0 5.47.299Zm-3.232 4.7L6.6 10.144V5.857L10.238 8Z", clipRule: "evenodd" }) });
2030
2043
  }
2031
2044
  );
2032
2045
  Youtube1cIcon.displayName = "Youtube1cIcon";
2033
2046
 
2034
2047
  // src/list-nested.tsx
2035
2048
  import * as React from "react";
2036
- import { jsx as jsx170 } from "react/jsx-runtime";
2049
+ import { jsx as jsx171 } from "react/jsx-runtime";
2037
2050
  var ListNestedIcon = React.forwardRef(
2038
2051
  ({ color = "currentColor", ...props }, forwardedRef) => {
2039
- return /* @__PURE__ */ jsx170(
2052
+ return /* @__PURE__ */ jsx171(
2040
2053
  "svg",
2041
2054
  {
2042
2055
  width: "15",
@@ -2046,7 +2059,7 @@ var ListNestedIcon = React.forwardRef(
2046
2059
  xmlns: "http://www.w3.org/2000/svg",
2047
2060
  ...props,
2048
2061
  ref: forwardedRef,
2049
- children: /* @__PURE__ */ jsx170(
2062
+ children: /* @__PURE__ */ jsx171(
2050
2063
  "path",
2051
2064
  {
2052
2065
  fill: color,
@@ -2063,10 +2076,10 @@ ListNestedIcon.displayName = "ListNestedIcon";
2063
2076
 
2064
2077
  // src/undo.tsx
2065
2078
  import * as React2 from "react";
2066
- import { jsx as jsx171, jsxs as jsxs68 } from "react/jsx-runtime";
2079
+ import { jsx as jsx172, jsxs as jsxs69 } from "react/jsx-runtime";
2067
2080
  var UndoIcon = React2.forwardRef(
2068
2081
  ({ color = "currentColor", ...props }, forwardedRef) => {
2069
- return /* @__PURE__ */ jsxs68(
2082
+ return /* @__PURE__ */ jsxs69(
2070
2083
  "svg",
2071
2084
  {
2072
2085
  xmlns: "http://www.w3.org/2000/svg",
@@ -2077,8 +2090,8 @@ var UndoIcon = React2.forwardRef(
2077
2090
  ...props,
2078
2091
  ref: forwardedRef,
2079
2092
  children: [
2080
- /* @__PURE__ */ jsx171("path", { d: "M0 0h24v24H0z", fill: "none" }),
2081
- /* @__PURE__ */ jsx171("path", { d: "M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z" })
2093
+ /* @__PURE__ */ jsx172("path", { d: "M0 0h24v24H0z", fill: "none" }),
2094
+ /* @__PURE__ */ jsx172("path", { d: "M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z" })
2082
2095
  ]
2083
2096
  }
2084
2097
  );
@@ -2088,10 +2101,10 @@ UndoIcon.displayName = "UndoIcon";
2088
2101
 
2089
2102
  // src/redo.tsx
2090
2103
  import * as React3 from "react";
2091
- import { jsx as jsx172, jsxs as jsxs69 } from "react/jsx-runtime";
2104
+ import { jsx as jsx173, jsxs as jsxs70 } from "react/jsx-runtime";
2092
2105
  var RedoIcon = React3.forwardRef(
2093
2106
  ({ color = "currentColor", ...props }, forwardedRef) => {
2094
- return /* @__PURE__ */ jsxs69(
2107
+ return /* @__PURE__ */ jsxs70(
2095
2108
  "svg",
2096
2109
  {
2097
2110
  xmlns: "http://www.w3.org/2000/svg",
@@ -2102,8 +2115,8 @@ var RedoIcon = React3.forwardRef(
2102
2115
  ...props,
2103
2116
  ref: forwardedRef,
2104
2117
  children: [
2105
- /* @__PURE__ */ jsx172("path", { d: "M0 0h24v24H0z", fill: "none" }),
2106
- /* @__PURE__ */ jsx172("path", { d: "M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z" })
2118
+ /* @__PURE__ */ jsx173("path", { d: "M0 0h24v24H0z", fill: "none" }),
2119
+ /* @__PURE__ */ jsx173("path", { d: "M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z" })
2107
2120
  ]
2108
2121
  }
2109
2122
  );
@@ -2113,10 +2126,10 @@ RedoIcon.displayName = "RedoIcon";
2113
2126
 
2114
2127
  // src/devices.tsx
2115
2128
  import * as React4 from "react";
2116
- import { jsx as jsx173 } from "react/jsx-runtime";
2129
+ import { jsx as jsx174 } from "react/jsx-runtime";
2117
2130
  var DevicesIcon = React4.forwardRef(
2118
2131
  ({ color = "currentColor", ...props }, forwardedRef) => {
2119
- return /* @__PURE__ */ jsx173(
2132
+ return /* @__PURE__ */ jsx174(
2120
2133
  "svg",
2121
2134
  {
2122
2135
  width: "15",
@@ -2126,7 +2139,7 @@ var DevicesIcon = React4.forwardRef(
2126
2139
  xmlns: "http://www.w3.org/2000/svg",
2127
2140
  ...props,
2128
2141
  ref: forwardedRef,
2129
- children: /* @__PURE__ */ jsx173(
2142
+ children: /* @__PURE__ */ jsx174(
2130
2143
  "path",
2131
2144
  {
2132
2145
  fill: color,
@@ -2141,9 +2154,9 @@ DevicesIcon.displayName = "DevicesIcon";
2141
2154
 
2142
2155
  // src/justify-items-center.tsx
2143
2156
  import * as React5 from "react";
2144
- import { jsx as jsx174 } from "react/jsx-runtime";
2157
+ import { jsx as jsx175 } from "react/jsx-runtime";
2145
2158
  var JustifyItemsCenterIcon = React5.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
2146
- return /* @__PURE__ */ jsx174(
2159
+ return /* @__PURE__ */ jsx175(
2147
2160
  "svg",
2148
2161
  {
2149
2162
  width: "24",
@@ -2153,7 +2166,7 @@ var JustifyItemsCenterIcon = React5.forwardRef(({ color = "currentColor", ...pro
2153
2166
  xmlns: "http://www.w3.org/2000/svg",
2154
2167
  ...props,
2155
2168
  ref: forwardedRef,
2156
- children: /* @__PURE__ */ jsx174(
2169
+ children: /* @__PURE__ */ jsx175(
2157
2170
  "path",
2158
2171
  {
2159
2172
  fillRule: "evenodd",
@@ -2169,10 +2182,10 @@ JustifyItemsCenterIcon.displayName = "JustifyItemsCenterIcon";
2169
2182
 
2170
2183
  // src/justify-items-end.tsx
2171
2184
  import * as React6 from "react";
2172
- import { jsx as jsx175, jsxs as jsxs70 } from "react/jsx-runtime";
2185
+ import { jsx as jsx176, jsxs as jsxs71 } from "react/jsx-runtime";
2173
2186
  var JustifyItemsEndIcon = React6.forwardRef(
2174
2187
  ({ color = "currentColor", ...props }, forwardedRef) => {
2175
- return /* @__PURE__ */ jsxs70(
2188
+ return /* @__PURE__ */ jsxs71(
2176
2189
  "svg",
2177
2190
  {
2178
2191
  width: "24",
@@ -2183,14 +2196,14 @@ var JustifyItemsEndIcon = React6.forwardRef(
2183
2196
  ...props,
2184
2197
  ref: forwardedRef,
2185
2198
  children: [
2186
- /* @__PURE__ */ jsx175(
2199
+ /* @__PURE__ */ jsx176(
2187
2200
  "path",
2188
2201
  {
2189
2202
  d: "M12 16.8H15.2V19.2H16.8V4.79999H15.2V7.19999H12V16.8Z",
2190
2203
  fill: color
2191
2204
  }
2192
2205
  ),
2193
- /* @__PURE__ */ jsx175("path", { d: "M7.19995 16.8H10.4V7.19999H7.19995V16.8Z", fill: color })
2206
+ /* @__PURE__ */ jsx176("path", { d: "M7.19995 16.8H10.4V7.19999H7.19995V16.8Z", fill: color })
2194
2207
  ]
2195
2208
  }
2196
2209
  );
@@ -2200,9 +2213,9 @@ JustifyItemsEndIcon.displayName = "JustifyItemsEndIcon";
2200
2213
 
2201
2214
  // src/justify-items-space-around.tsx
2202
2215
  import * as React7 from "react";
2203
- import { jsx as jsx176, jsxs as jsxs71 } from "react/jsx-runtime";
2216
+ import { jsx as jsx177, jsxs as jsxs72 } from "react/jsx-runtime";
2204
2217
  var JustifyItemsSpaceAroundIcon = React7.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
2205
- return /* @__PURE__ */ jsxs71(
2218
+ return /* @__PURE__ */ jsxs72(
2206
2219
  "svg",
2207
2220
  {
2208
2221
  width: "24",
@@ -2213,10 +2226,10 @@ var JustifyItemsSpaceAroundIcon = React7.forwardRef(({ color = "currentColor", .
2213
2226
  ...props,
2214
2227
  ref: forwardedRef,
2215
2228
  children: [
2216
- /* @__PURE__ */ jsx176("path", { d: "M7.9999 19.2V4.79999H6.3999V19.2H7.9999Z", fill: color }),
2217
- /* @__PURE__ */ jsx176("path", { d: "M17.5999 19.2V4.79999H15.9999V19.2H17.5999Z", fill: color }),
2218
- /* @__PURE__ */ jsx176("path", { d: "M15.1999 16.8H12.7999V7.19999H15.1999V16.8Z", fill: color }),
2219
- /* @__PURE__ */ jsx176("path", { d: "M8.7999 16.8H11.1999V7.19999H8.7999V16.8Z", fill: color })
2229
+ /* @__PURE__ */ jsx177("path", { d: "M7.9999 19.2V4.79999H6.3999V19.2H7.9999Z", fill: color }),
2230
+ /* @__PURE__ */ jsx177("path", { d: "M17.5999 19.2V4.79999H15.9999V19.2H17.5999Z", fill: color }),
2231
+ /* @__PURE__ */ jsx177("path", { d: "M15.1999 16.8H12.7999V7.19999H15.1999V16.8Z", fill: color }),
2232
+ /* @__PURE__ */ jsx177("path", { d: "M8.7999 16.8H11.1999V7.19999H8.7999V16.8Z", fill: color })
2220
2233
  ]
2221
2234
  }
2222
2235
  );
@@ -2225,9 +2238,9 @@ JustifyItemsSpaceAroundIcon.displayName = "JustifyItemsSpaceAroundIcon";
2225
2238
 
2226
2239
  // src/justify-items-space-between.tsx
2227
2240
  import * as React8 from "react";
2228
- import { jsx as jsx177 } from "react/jsx-runtime";
2241
+ import { jsx as jsx178 } from "react/jsx-runtime";
2229
2242
  var JustifyItemsSpaceBetweenIcon = React8.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
2230
- return /* @__PURE__ */ jsx177(
2243
+ return /* @__PURE__ */ jsx178(
2231
2244
  "svg",
2232
2245
  {
2233
2246
  width: "24",
@@ -2237,7 +2250,7 @@ var JustifyItemsSpaceBetweenIcon = React8.forwardRef(({ color = "currentColor",
2237
2250
  xmlns: "http://www.w3.org/2000/svg",
2238
2251
  ...props,
2239
2252
  ref: forwardedRef,
2240
- children: /* @__PURE__ */ jsx177(
2253
+ children: /* @__PURE__ */ jsx178(
2241
2254
  "path",
2242
2255
  {
2243
2256
  fillRule: "evenodd",
@@ -2253,10 +2266,10 @@ JustifyItemsSpaceBetweenIcon.displayName = "JustifyItemsSpaceBetweenIcon";
2253
2266
 
2254
2267
  // src/justify-items-start.tsx
2255
2268
  import * as React9 from "react";
2256
- import { jsx as jsx178, jsxs as jsxs72 } from "react/jsx-runtime";
2269
+ import { jsx as jsx179, jsxs as jsxs73 } from "react/jsx-runtime";
2257
2270
  var JustifyItemsStartIcon = React9.forwardRef(
2258
2271
  ({ color = "currentColor", ...props }, forwardedRef) => {
2259
- return /* @__PURE__ */ jsxs72(
2272
+ return /* @__PURE__ */ jsxs73(
2260
2273
  "svg",
2261
2274
  {
2262
2275
  width: "24",
@@ -2267,14 +2280,14 @@ var JustifyItemsStartIcon = React9.forwardRef(
2267
2280
  ...props,
2268
2281
  ref: forwardedRef,
2269
2282
  children: [
2270
- /* @__PURE__ */ jsx178(
2283
+ /* @__PURE__ */ jsx179(
2271
2284
  "path",
2272
2285
  {
2273
2286
  d: "M10.9999 7.19999H8.79995V4.79999H7.19995V19.2H8.79995V16.8H10.9999V7.19999Z",
2274
2287
  fill: color
2275
2288
  }
2276
2289
  ),
2277
- /* @__PURE__ */ jsx178("path", { d: "M16.8 7.19999H13.6V16.8H16.8V7.19999Z", fill: color })
2290
+ /* @__PURE__ */ jsx179("path", { d: "M16.8 7.19999H13.6V16.8H16.8V7.19999Z", fill: color })
2278
2291
  ]
2279
2292
  }
2280
2293
  );
@@ -2284,10 +2297,10 @@ JustifyItemsStartIcon.displayName = "JustifyItemsStartIcon";
2284
2297
 
2285
2298
  // src/cloud.tsx
2286
2299
  import * as React10 from "react";
2287
- import { jsx as jsx179 } from "react/jsx-runtime";
2300
+ import { jsx as jsx180 } from "react/jsx-runtime";
2288
2301
  var CloudIcon = React10.forwardRef(
2289
2302
  ({ color = "currentColor", ...props }, forwardedRef) => {
2290
- return /* @__PURE__ */ jsx179(
2303
+ return /* @__PURE__ */ jsx180(
2291
2304
  "svg",
2292
2305
  {
2293
2306
  width: 16,
@@ -2297,7 +2310,7 @@ var CloudIcon = React10.forwardRef(
2297
2310
  xmlns: "http://www.w3.org/2000/svg",
2298
2311
  ...props,
2299
2312
  ref: forwardedRef,
2300
- children: /* @__PURE__ */ jsx179(
2313
+ children: /* @__PURE__ */ jsx180(
2301
2314
  "path",
2302
2315
  {
2303
2316
  d: "M3.433 11.4A2.333 2.333 0 014.57 7.473a2.918 2.918 0 115.705-1.222 2.917 2.917 0 11.058 5.832h-5.25a2.333 2.333 0 01-1.65-.683z",
@@ -2315,10 +2328,10 @@ CloudIcon.displayName = "CloudIcon";
2315
2328
 
2316
2329
  // src/trash.tsx
2317
2330
  import * as React11 from "react";
2318
- import { jsx as jsx180 } from "react/jsx-runtime";
2331
+ import { jsx as jsx181 } from "react/jsx-runtime";
2319
2332
  var TrashIcon = React11.forwardRef(
2320
2333
  ({ color = "currentColor", ...props }, forwardedRef) => {
2321
- return /* @__PURE__ */ jsx180(
2334
+ return /* @__PURE__ */ jsx181(
2322
2335
  "svg",
2323
2336
  {
2324
2337
  width: "16",
@@ -2328,7 +2341,7 @@ var TrashIcon = React11.forwardRef(
2328
2341
  xmlns: "http://www.w3.org/2000/svg",
2329
2342
  ...props,
2330
2343
  ref: forwardedRef,
2331
- children: /* @__PURE__ */ jsx180(
2344
+ children: /* @__PURE__ */ jsx181(
2332
2345
  "path",
2333
2346
  {
2334
2347
  d: "M12.2127 4.9909L11.6908 12.2986C11.6692 12.6023 11.5333 12.8865 11.3105 13.094C11.0878 13.3015 10.7946 13.4168 10.4902 13.4168H5.50923C5.20477 13.4168 4.91163 13.3015 4.68883 13.094C4.46604 12.8865 4.33015 12.6023 4.30853 12.2986L3.78673 4.9909M12.2127 4.9909H9.80525M12.2127 4.9909H12.8145M3.78673 4.9909H6.19413M3.78673 4.9909H3.18488M6.19413 4.9909H9.80525M6.19413 4.9909V3.18535C6.19413 3.02573 6.25754 2.87264 6.37041 2.75977C6.48328 2.64691 6.63637 2.5835 6.79599 2.5835H9.20339C9.36302 2.5835 9.5161 2.64691 9.62897 2.75977C9.74184 2.87264 9.80525 3.02573 9.80525 3.18535V4.9909M6.79604 7.35518V10.9663M9.20345 7.35518V10.9663",
@@ -2346,10 +2359,10 @@ TrashIcon.displayName = "TrashIcon";
2346
2359
 
2347
2360
  // src/size.tsx
2348
2361
  import * as React12 from "react";
2349
- import { jsx as jsx181 } from "react/jsx-runtime";
2362
+ import { jsx as jsx182 } from "react/jsx-runtime";
2350
2363
  var SizeIcon = React12.forwardRef(
2351
2364
  ({ color = "currentColor", ...props }, forwardedRef) => {
2352
- return /* @__PURE__ */ jsx181(
2365
+ return /* @__PURE__ */ jsx182(
2353
2366
  "svg",
2354
2367
  {
2355
2368
  width: 16,
@@ -2359,7 +2372,7 @@ var SizeIcon = React12.forwardRef(
2359
2372
  xmlns: "http://www.w3.org/2000/svg",
2360
2373
  ...props,
2361
2374
  ref: forwardedRef,
2362
- children: /* @__PURE__ */ jsx181(
2375
+ children: /* @__PURE__ */ jsx182(
2363
2376
  "path",
2364
2377
  {
2365
2378
  fillRule: "evenodd",
@@ -2374,43 +2387,16 @@ var SizeIcon = React12.forwardRef(
2374
2387
  );
2375
2388
  SizeIcon.displayName = "SizeIcon";
2376
2389
 
2377
- // src/upload.tsx
2378
- import * as React13 from "react";
2379
- import { jsx as jsx182 } from "react/jsx-runtime";
2380
- var UploadIcon = React13.forwardRef(
2381
- ({ color = "currentColor", ...props }, forwardedRef) => {
2382
- return /* @__PURE__ */ jsx182(
2383
- "svg",
2384
- {
2385
- width: "16",
2386
- height: "16",
2387
- viewBox: "0 0 16 16",
2388
- xmlns: "http://www.w3.org/2000/svg",
2389
- ...props,
2390
- ref: forwardedRef,
2391
- children: /* @__PURE__ */ jsx182(
2392
- "path",
2393
- {
2394
- d: "M9.758 8.442a.625.625 0 10.884-.884l-.884.884zM8 5.8l.442-.442a.625.625 0 00-.884 0L8 5.8zM5.358 7.558a.625.625 0 10.884.884l-.884-.884zM7.375 10.2a.625.625 0 101.25 0h-1.25zm5.5-2.2A4.875 4.875 0 018 12.875v1.25A6.125 6.125 0 0014.125 8h-1.25zM8 12.875A4.875 4.875 0 013.125 8h-1.25A6.125 6.125 0 008 14.125v-1.25zM3.125 8A4.875 4.875 0 018 3.125v-1.25A6.125 6.125 0 001.875 8h1.25zM8 3.125A4.875 4.875 0 0112.875 8h1.25A6.125 6.125 0 008 1.875v1.25zm2.642 4.433l-2.2-2.2-.884.884 2.2 2.2.884-.884zm-3.084-2.2l-2.2 2.2.884.884 2.2-2.2-.884-.884zM8.625 10.2V5.8h-1.25v4.4h1.25z",
2395
- fill: color
2396
- }
2397
- )
2398
- }
2399
- );
2400
- }
2401
- );
2402
- UploadIcon.displayName = "UploadIcon";
2403
-
2404
2390
  // src/gear.tsx
2405
- import * as React14 from "react";
2406
- import { jsx as jsx183, jsxs as jsxs73 } from "react/jsx-runtime";
2391
+ import * as React13 from "react";
2392
+ import { jsx as jsx183, jsxs as jsxs74 } from "react/jsx-runtime";
2407
2393
  var fillVar = "--ws-gear-icon-fill";
2408
2394
  var gearIconCssVars = ({ fill }) => ({
2409
2395
  [fillVar]: fill
2410
2396
  });
2411
- var GearIcon = React14.forwardRef(
2397
+ var GearIcon = React13.forwardRef(
2412
2398
  ({ color = "currentColor", ...props }, forwardedRef) => {
2413
- return /* @__PURE__ */ jsxs73(
2399
+ return /* @__PURE__ */ jsxs74(
2414
2400
  "svg",
2415
2401
  {
2416
2402
  width: 16,
@@ -2450,9 +2436,9 @@ var GearIcon = React14.forwardRef(
2450
2436
  GearIcon.displayName = "GearIcon";
2451
2437
 
2452
2438
  // src/new-page.tsx
2453
- import * as React15 from "react";
2439
+ import * as React14 from "react";
2454
2440
  import { jsx as jsx184 } from "react/jsx-runtime";
2455
- var NewPageIcon = React15.forwardRef(
2441
+ var NewPageIcon = React14.forwardRef(
2456
2442
  ({ color = "currentColor", ...props }, forwardedRef) => {
2457
2443
  return /* @__PURE__ */ jsx184(
2458
2444
  "svg",
@@ -2481,9 +2467,9 @@ var NewPageIcon = React15.forwardRef(
2481
2467
  NewPageIcon.displayName = "NewPageIcon";
2482
2468
 
2483
2469
  // src/new-folder.tsx
2484
- import * as React16 from "react";
2470
+ import * as React15 from "react";
2485
2471
  import { jsx as jsx185 } from "react/jsx-runtime";
2486
- var NewFolderIcon = React16.forwardRef(
2472
+ var NewFolderIcon = React15.forwardRef(
2487
2473
  ({ color = "currentColor", ...props }, forwardedRef) => {
2488
2474
  return /* @__PURE__ */ jsx185(
2489
2475
  "svg",
@@ -2512,9 +2498,9 @@ var NewFolderIcon = React16.forwardRef(
2512
2498
  NewFolderIcon.displayName = "NewFolderIcon";
2513
2499
 
2514
2500
  // src/chevron-double-up.tsx
2515
- import * as React17 from "react";
2501
+ import * as React16 from "react";
2516
2502
  import { jsx as jsx186 } from "react/jsx-runtime";
2517
- var ChevronDoubleUpIcon = React17.forwardRef(
2503
+ var ChevronDoubleUpIcon = React16.forwardRef(
2518
2504
  ({ color = "currentColor", ...props }, forwardedRef) => {
2519
2505
  return /* @__PURE__ */ jsx186(
2520
2506
  "svg",
@@ -2543,9 +2529,9 @@ var ChevronDoubleUpIcon = React17.forwardRef(
2543
2529
  ChevronDoubleUpIcon.displayName = "ChevronDoubleUpIcon";
2544
2530
 
2545
2531
  // src/chevron-double-down.tsx
2546
- import * as React18 from "react";
2532
+ import * as React17 from "react";
2547
2533
  import { jsx as jsx187 } from "react/jsx-runtime";
2548
- var ChevronDoubleDownIcon = React18.forwardRef(
2534
+ var ChevronDoubleDownIcon = React17.forwardRef(
2549
2535
  ({ color = "currentColor", ...props }, forwardedRef) => {
2550
2536
  return /* @__PURE__ */ jsx187(
2551
2537
  "svg",
@@ -2574,9 +2560,9 @@ var ChevronDoubleDownIcon = React18.forwardRef(
2574
2560
  ChevronDoubleDownIcon.displayName = "ChevronDoubleDownIcon";
2575
2561
 
2576
2562
  // src/chevron-double-left.tsx
2577
- import * as React19 from "react";
2563
+ import * as React18 from "react";
2578
2564
  import { jsx as jsx188 } from "react/jsx-runtime";
2579
- var ChevronDoubleLeftIcon = React19.forwardRef(
2565
+ var ChevronDoubleLeftIcon = React18.forwardRef(
2580
2566
  ({ color = "currentColor", ...props }, forwardedRef) => {
2581
2567
  return /* @__PURE__ */ jsx188(
2582
2568
  "svg",
@@ -2605,9 +2591,9 @@ var ChevronDoubleLeftIcon = React19.forwardRef(
2605
2591
  ChevronDoubleLeftIcon.displayName = "ChevronDoubleLeftIcon";
2606
2592
 
2607
2593
  // src/chevron-double-right.tsx
2608
- import * as React20 from "react";
2594
+ import * as React19 from "react";
2609
2595
  import { jsx as jsx189 } from "react/jsx-runtime";
2610
- var ChevronDoubleRightIcon = React20.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
2596
+ var ChevronDoubleRightIcon = React19.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
2611
2597
  return /* @__PURE__ */ jsx189(
2612
2598
  "svg",
2613
2599
  {
@@ -2634,9 +2620,9 @@ var ChevronDoubleRightIcon = React20.forwardRef(({ color = "currentColor", ...pr
2634
2620
  ChevronDoubleRightIcon.displayName = "ChevronDoubleRightIcon";
2635
2621
 
2636
2622
  // src/cross-circled-filled.tsx
2637
- import * as React21 from "react";
2623
+ import * as React20 from "react";
2638
2624
  import { jsx as jsx190 } from "react/jsx-runtime";
2639
- var CrossCircledFilledIcon = React21.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
2625
+ var CrossCircledFilledIcon = React20.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
2640
2626
  return /* @__PURE__ */ jsx190(
2641
2627
  "svg",
2642
2628
  {
@@ -2662,9 +2648,9 @@ var CrossCircledFilledIcon = React21.forwardRef(({ color = "currentColor", ...pr
2662
2648
  CrossCircledFilledIcon.displayName = "CrossCircledFilled";
2663
2649
 
2664
2650
  // src/cross.tsx
2665
- import * as React22 from "react";
2651
+ import * as React21 from "react";
2666
2652
  import { jsx as jsx191 } from "react/jsx-runtime";
2667
- var CrossIcon = React22.forwardRef(
2653
+ var CrossIcon = React21.forwardRef(
2668
2654
  ({ color = "currentColor", ...props }, forwardedRef) => {
2669
2655
  return /* @__PURE__ */ jsx191(
2670
2656
  "svg",
@@ -2692,9 +2678,9 @@ var CrossIcon = React22.forwardRef(
2692
2678
  CrossIcon.displayName = "Cross";
2693
2679
 
2694
2680
  // src/magnifying-glass.tsx
2695
- import * as React23 from "react";
2681
+ import * as React22 from "react";
2696
2682
  import { jsx as jsx192 } from "react/jsx-runtime";
2697
- var MagnifyingGlassIcon = React23.forwardRef(
2683
+ var MagnifyingGlassIcon = React22.forwardRef(
2698
2684
  ({ color = "currentColor", ...props }, forwardedRef) => {
2699
2685
  return /* @__PURE__ */ jsx192(
2700
2686
  "svg",
@@ -2722,11 +2708,11 @@ var MagnifyingGlassIcon = React23.forwardRef(
2722
2708
  MagnifyingGlassIcon.displayName = "MagnifyingGlass";
2723
2709
 
2724
2710
  // src/menu.tsx
2725
- import * as React24 from "react";
2726
- import { jsx as jsx193, jsxs as jsxs74 } from "react/jsx-runtime";
2727
- var MenuIcon = React24.forwardRef(
2711
+ import * as React23 from "react";
2712
+ import { jsx as jsx193, jsxs as jsxs75 } from "react/jsx-runtime";
2713
+ var MenuIcon = React23.forwardRef(
2728
2714
  ({ color = "currentColor", ...props }, forwardedRef) => {
2729
- return /* @__PURE__ */ jsxs74(
2715
+ return /* @__PURE__ */ jsxs75(
2730
2716
  "svg",
2731
2717
  {
2732
2718
  width: "16",
@@ -2766,9 +2752,9 @@ var MenuIcon = React24.forwardRef(
2766
2752
  MenuIcon.displayName = "MenuIcon";
2767
2753
 
2768
2754
  // src/cross-small.tsx
2769
- import * as React25 from "react";
2755
+ import * as React24 from "react";
2770
2756
  import { jsx as jsx194 } from "react/jsx-runtime";
2771
- var CrossSmallIcon = React25.forwardRef(
2757
+ var CrossSmallIcon = React24.forwardRef(
2772
2758
  ({ color = "currentColor", ...props }, forwardedRef) => {
2773
2759
  return /* @__PURE__ */ jsx194(
2774
2760
  "svg",
@@ -2796,9 +2782,9 @@ var CrossSmallIcon = React25.forwardRef(
2796
2782
  CrossSmallIcon.displayName = "CrossSmallIcon";
2797
2783
 
2798
2784
  // src/cross-large.tsx
2799
- import * as React26 from "react";
2785
+ import * as React25 from "react";
2800
2786
  import { jsx as jsx195 } from "react/jsx-runtime";
2801
- var CrossLargeIcon = React26.forwardRef(
2787
+ var CrossLargeIcon = React25.forwardRef(
2802
2788
  ({ color = "currentColor", ...props }, forwardedRef) => {
2803
2789
  return /* @__PURE__ */ jsx195(
2804
2790
  "svg",
@@ -2826,11 +2812,11 @@ var CrossLargeIcon = React26.forwardRef(
2826
2812
  CrossLargeIcon.displayName = "CrossLargeIcon";
2827
2813
 
2828
2814
  // src/ellipses.tsx
2829
- import * as React27 from "react";
2830
- import { jsx as jsx196, jsxs as jsxs75 } from "react/jsx-runtime";
2831
- var EllipsesIcon = React27.forwardRef(
2815
+ import * as React26 from "react";
2816
+ import { jsx as jsx196, jsxs as jsxs76 } from "react/jsx-runtime";
2817
+ var EllipsesIcon = React26.forwardRef(
2832
2818
  ({ color = "currentColor", ...props }, forwardedRef) => {
2833
- return /* @__PURE__ */ jsxs75(
2819
+ return /* @__PURE__ */ jsxs76(
2834
2820
  "svg",
2835
2821
  {
2836
2822
  xmlns: "http://www.w3.org/2000/svg",
@@ -2852,11 +2838,11 @@ var EllipsesIcon = React27.forwardRef(
2852
2838
  EllipsesIcon.displayName = "EllipsesIcon";
2853
2839
 
2854
2840
  // src/text-align-center.tsx
2855
- import * as React28 from "react";
2856
- import { jsx as jsx197, jsxs as jsxs76 } from "react/jsx-runtime";
2857
- var TextAlignCenterIcon = React28.forwardRef(
2841
+ import * as React27 from "react";
2842
+ import { jsx as jsx197, jsxs as jsxs77 } from "react/jsx-runtime";
2843
+ var TextAlignCenterIcon = React27.forwardRef(
2858
2844
  ({ color = "currentColor", ...props }, forwardedRef) => {
2859
- return /* @__PURE__ */ jsxs76(
2845
+ return /* @__PURE__ */ jsxs77(
2860
2846
  "svg",
2861
2847
  {
2862
2848
  width: "16",
@@ -2896,11 +2882,11 @@ var TextAlignCenterIcon = React28.forwardRef(
2896
2882
  TextAlignCenterIcon.displayName = "TextAlignCenterIcon";
2897
2883
 
2898
2884
  // src/text-align-justify.tsx
2899
- import * as React29 from "react";
2900
- import { jsx as jsx198, jsxs as jsxs77 } from "react/jsx-runtime";
2901
- var TextAlignJustifyIcon = React29.forwardRef(
2885
+ import * as React28 from "react";
2886
+ import { jsx as jsx198, jsxs as jsxs78 } from "react/jsx-runtime";
2887
+ var TextAlignJustifyIcon = React28.forwardRef(
2902
2888
  ({ color = "currentColor", ...props }, forwardedRef) => {
2903
- return /* @__PURE__ */ jsxs77(
2889
+ return /* @__PURE__ */ jsxs78(
2904
2890
  "svg",
2905
2891
  {
2906
2892
  width: "16",
@@ -2940,11 +2926,11 @@ var TextAlignJustifyIcon = React29.forwardRef(
2940
2926
  TextAlignJustifyIcon.displayName = "TextAlignJustifyIcon";
2941
2927
 
2942
2928
  // src/text-align-right.tsx
2943
- import * as React30 from "react";
2944
- import { jsx as jsx199, jsxs as jsxs78 } from "react/jsx-runtime";
2945
- var TextAlignRightIcon = React30.forwardRef(
2929
+ import * as React29 from "react";
2930
+ import { jsx as jsx199, jsxs as jsxs79 } from "react/jsx-runtime";
2931
+ var TextAlignRightIcon = React29.forwardRef(
2946
2932
  ({ color = "currentColor", ...props }, forwardedRef) => {
2947
- return /* @__PURE__ */ jsxs78(
2933
+ return /* @__PURE__ */ jsxs79(
2948
2934
  "svg",
2949
2935
  {
2950
2936
  width: "16",
@@ -2984,9 +2970,9 @@ var TextAlignRightIcon = React30.forwardRef(
2984
2970
  TextAlignRightIcon.displayName = "TextAlignRightIcon";
2985
2971
 
2986
2972
  // src/text-capitalize.tsx
2987
- import * as React31 from "react";
2973
+ import * as React30 from "react";
2988
2974
  import { jsx as jsx200 } from "react/jsx-runtime";
2989
- var TextCapitalizeIcon = React31.forwardRef(
2975
+ var TextCapitalizeIcon = React30.forwardRef(
2990
2976
  ({ color = "currentColor", ...props }, forwardedRef) => {
2991
2977
  return /* @__PURE__ */ jsx200(
2992
2978
  "svg",
@@ -3012,9 +2998,9 @@ var TextCapitalizeIcon = React31.forwardRef(
3012
2998
  TextCapitalizeIcon.displayName = "TextCapitalizeIcon";
3013
2999
 
3014
3000
  // src/text-hyphen.tsx
3015
- import * as React32 from "react";
3001
+ import * as React31 from "react";
3016
3002
  import { jsx as jsx201 } from "react/jsx-runtime";
3017
- var TextHyphenIcon = React32.forwardRef(
3003
+ var TextHyphenIcon = React31.forwardRef(
3018
3004
  ({ color = "currentColor", ...props }, forwardedRef) => {
3019
3005
  return /* @__PURE__ */ jsx201(
3020
3006
  "svg",
@@ -3042,9 +3028,9 @@ var TextHyphenIcon = React32.forwardRef(
3042
3028
  TextHyphenIcon.displayName = "TextHyphenIcon";
3043
3029
 
3044
3030
  // src/text-lowercase.tsx
3045
- import * as React33 from "react";
3031
+ import * as React32 from "react";
3046
3032
  import { jsx as jsx202 } from "react/jsx-runtime";
3047
- var TextLowercaseIcon = React33.forwardRef(
3033
+ var TextLowercaseIcon = React32.forwardRef(
3048
3034
  ({ color = "currentColor", ...props }, forwardedRef) => {
3049
3035
  return /* @__PURE__ */ jsx202(
3050
3036
  "svg",
@@ -3070,11 +3056,11 @@ var TextLowercaseIcon = React33.forwardRef(
3070
3056
  TextLowercaseIcon.displayName = "TextLowercaseIcon";
3071
3057
 
3072
3058
  // src/text-strikethrough.tsx
3073
- import * as React34 from "react";
3074
- import { jsx as jsx203, jsxs as jsxs79 } from "react/jsx-runtime";
3075
- var TextStrikethroughIcon = React34.forwardRef(
3059
+ import * as React33 from "react";
3060
+ import { jsx as jsx203, jsxs as jsxs80 } from "react/jsx-runtime";
3061
+ var TextStrikethroughIcon = React33.forwardRef(
3076
3062
  ({ color = "currentColor", ...props }, forwardedRef) => {
3077
- return /* @__PURE__ */ jsxs79(
3063
+ return /* @__PURE__ */ jsxs80(
3078
3064
  "svg",
3079
3065
  {
3080
3066
  width: "16",
@@ -3114,11 +3100,11 @@ var TextStrikethroughIcon = React34.forwardRef(
3114
3100
  TextStrikethroughIcon.displayName = "TextStrikethroughIcon";
3115
3101
 
3116
3102
  // src/text-truncate.tsx
3117
- import * as React35 from "react";
3118
- import { jsx as jsx204, jsxs as jsxs80 } from "react/jsx-runtime";
3119
- var TextTruncateIcon = React35.forwardRef(
3103
+ import * as React34 from "react";
3104
+ import { jsx as jsx204, jsxs as jsxs81 } from "react/jsx-runtime";
3105
+ var TextTruncateIcon = React34.forwardRef(
3120
3106
  ({ color = "currentColor", ...props }, forwardedRef) => {
3121
- return /* @__PURE__ */ jsxs80(
3107
+ return /* @__PURE__ */ jsxs81(
3122
3108
  "svg",
3123
3109
  {
3124
3110
  width: "16",
@@ -3165,9 +3151,9 @@ var TextTruncateIcon = React35.forwardRef(
3165
3151
  TextTruncateIcon.displayName = "TextTruncateIcon";
3166
3152
 
3167
3153
  // src/text-underline.tsx
3168
- import * as React36 from "react";
3154
+ import * as React35 from "react";
3169
3155
  import { jsx as jsx205 } from "react/jsx-runtime";
3170
- var TextUnderlineIcon = React36.forwardRef(
3156
+ var TextUnderlineIcon = React35.forwardRef(
3171
3157
  ({ color = "currentColor", ...props }, forwardedRef) => {
3172
3158
  return /* @__PURE__ */ jsx205(
3173
3159
  "svg",
@@ -3195,9 +3181,9 @@ var TextUnderlineIcon = React36.forwardRef(
3195
3181
  TextUnderlineIcon.displayName = "TextUnderlineIcon";
3196
3182
 
3197
3183
  // src/text-uppercase.tsx
3198
- import * as React37 from "react";
3184
+ import * as React36 from "react";
3199
3185
  import { jsx as jsx206 } from "react/jsx-runtime";
3200
- var TextUppercaseIcon = React37.forwardRef(
3186
+ var TextUppercaseIcon = React36.forwardRef(
3201
3187
  ({ color = "currentColor", ...props }, forwardedRef) => {
3202
3188
  return /* @__PURE__ */ jsx206(
3203
3189
  "svg",
@@ -3226,9 +3212,9 @@ var TextUppercaseIcon = React37.forwardRef(
3226
3212
  TextUppercaseIcon.displayName = "TextUppercaseIcon";
3227
3213
 
3228
3214
  // src/text-direction-ltr.tsx
3229
- import * as React38 from "react";
3215
+ import * as React37 from "react";
3230
3216
  import { jsx as jsx207 } from "react/jsx-runtime";
3231
- var TextDirectionLTRIcon = React38.forwardRef(
3217
+ var TextDirectionLTRIcon = React37.forwardRef(
3232
3218
  ({ color = "currentColor", ...props }, forwardedRef) => {
3233
3219
  return /* @__PURE__ */ jsx207(
3234
3220
  "svg",
@@ -3256,9 +3242,9 @@ var TextDirectionLTRIcon = React38.forwardRef(
3256
3242
  TextDirectionLTRIcon.displayName = "TextDirectionLTRIcon";
3257
3243
 
3258
3244
  // src/text-direction-rtl.tsx
3259
- import * as React39 from "react";
3245
+ import * as React38 from "react";
3260
3246
  import { jsx as jsx208 } from "react/jsx-runtime";
3261
- var TextDirectionRTLIcon = React39.forwardRef(
3247
+ var TextDirectionRTLIcon = React38.forwardRef(
3262
3248
  ({ color = "currentColor", ...props }, forwardedRef) => {
3263
3249
  return /* @__PURE__ */ jsx208(
3264
3250
  "svg",
@@ -160,6 +160,7 @@ export * from "./text";
160
160
  export * from "./tooltip";
161
161
  export * from "./trigger";
162
162
  export * from "./twitter";
163
+ export * from "./upload";
163
164
  export * from "./video";
164
165
  export * from "./viewport";
165
166
  export * from "./vimeo";
@@ -160,6 +160,7 @@ export { TextIcon } from "./text";
160
160
  export { TooltipIcon } from "./tooltip";
161
161
  export { TriggerIcon } from "./trigger";
162
162
  export { TwitterIcon } from "./twitter";
163
+ export { UploadIcon } from "./upload";
163
164
  export { VideoIcon } from "./video";
164
165
  export { ViewportIcon } from "./viewport";
165
166
  export { VimeoIcon } from "./vimeo";
@@ -0,0 +1 @@
1
+ export declare const UploadIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 16 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path fill-rule=\"evenodd\" d=\"M8 2.65a5.35 5.35 0 1 0 0 10.7 5.35 5.35 0 0 0 0-10.7ZM1.35 8a6.65 6.65 0 1 1 13.3 0 6.65 6.65 0 0 1-13.3 0Z\" clip-rule=\"evenodd\"/><path fill-rule=\"evenodd\" d=\"M7.54 4.874a.65.65 0 0 1 .92 0l2.666 2.666a.65.65 0 0 1-.919.92L8.65 6.903v3.764a.65.65 0 1 1-1.3 0V6.903L5.793 8.46a.65.65 0 1 1-.92-.92L7.54 4.874Z\" clip-rule=\"evenodd\"/></svg>";
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from "../types";
3
+ export declare const UploadIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -12,7 +12,6 @@ export * from "./justify-items-start";
12
12
  export * from "./cloud";
13
13
  export * from "./trash";
14
14
  export * from "./size";
15
- export * from "./upload";
16
15
  export * from "./gear";
17
16
  export * from "./new-page";
18
17
  export * from "./new-folder";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/icons",
3
- "version": "0.121.0",
3
+ "version": "0.122.0",
4
4
  "description": "Webstudio Icons",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -1,3 +0,0 @@
1
- import * as React from "react";
2
- import type { IconProps } from "./types";
3
- export declare const UploadIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;