@central-icons-react/square-outlined-radius-0-stroke-1.5 1.1.51 → 1.1.52

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 (39) hide show
  1. package/IconArrowsZoom/index.d.ts +4 -0
  2. package/IconArrowsZoom/index.js +2 -0
  3. package/IconArrowsZoom/index.js.map +1 -0
  4. package/IconArrowsZoom/index.mjs +2 -0
  5. package/IconArrowsZoom/index.mjs.map +1 -0
  6. package/IconVectorAnchorPointAsymmetric/index.d.ts +4 -0
  7. package/IconVectorAnchorPointAsymmetric/index.js +2 -0
  8. package/IconVectorAnchorPointAsymmetric/index.js.map +1 -0
  9. package/IconVectorAnchorPointAsymmetric/index.mjs +2 -0
  10. package/IconVectorAnchorPointAsymmetric/index.mjs.map +1 -0
  11. package/IconVectorAnchorPointDisconnected/index.d.ts +4 -0
  12. package/IconVectorAnchorPointDisconnected/index.js +2 -0
  13. package/IconVectorAnchorPointDisconnected/index.js.map +1 -0
  14. package/IconVectorAnchorPointDisconnected/index.mjs +2 -0
  15. package/IconVectorAnchorPointDisconnected/index.mjs.map +1 -0
  16. package/IconVectorAnchorPointStraight/index.d.ts +4 -0
  17. package/IconVectorAnchorPointStraight/index.js +2 -0
  18. package/IconVectorAnchorPointStraight/index.js.map +1 -0
  19. package/IconVectorAnchorPointStraight/index.mjs +2 -0
  20. package/IconVectorAnchorPointStraight/index.mjs.map +1 -0
  21. package/IconVectorAnchorPointStraight1/index.d.ts +4 -0
  22. package/IconVectorAnchorPointStraight1/index.js +2 -0
  23. package/IconVectorAnchorPointStraight1/index.js.map +1 -0
  24. package/IconVectorAnchorPointStraight1/index.mjs +2 -0
  25. package/IconVectorAnchorPointStraight1/index.mjs.map +1 -0
  26. package/README.md +5 -0
  27. package/icons/index.d.ts +5 -0
  28. package/icons/index.js +1 -1
  29. package/icons/index.js.map +1 -1
  30. package/icons/index.mjs +1 -1
  31. package/icons/index.mjs.map +1 -1
  32. package/icons-index.json +14 -4
  33. package/index.d.ts +20 -0
  34. package/index.js +1 -1
  35. package/index.js.map +1 -1
  36. package/index.mjs +1 -1
  37. package/index.mjs.map +1 -1
  38. package/license-check.js +1 -1
  39. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowsZoom: React.FC<CentralIconBaseProps>;
4
+ export default IconArrowsZoom;
@@ -0,0 +1,2 @@
1
+ "use strict";var k=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var w=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of c(o))!g.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(s=u(o,n))||s.enumerable});return r};var i=(r,o,t)=>(t=r!=null?k(f(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var I={};w(I,{IconArrowsZoom:()=>h,default:()=>B});module.exports=x(I);var e=i(require("react"));var l=i(require("react")),d=({children:r,size:o=24,ariaLabel:t,color:s,ariaHidden:n=!0,style:m,...C})=>l.default.createElement("svg",{...C,"aria-hidden":n,role:n?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...m}},t&&!n&&l.default.createElement("title",null,t),r);var h=r=>e.default.createElement(d,{...r,ariaLabel:"arrows-zoom, scale, motion, move, directions"},e.default.createElement("path",{d:"M4.75 10V4.75H10",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement("path",{d:"M19.25 10V4.75H14",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement("path",{d:"M19.25 14V19.25H14",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement("path",{d:"M4.75 14V19.25H10",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement("path",{d:"M5 5L10 10",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement("path",{d:"M19 5L14 10",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement("path",{d:"M19 19L14 14",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement("path",{d:"M5 19L10 14",stroke:"currentColor",strokeWidth:"1.5"})),B=h;0&&(module.exports={IconArrowsZoom});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowsZoom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconArrowsZoom: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"arrows-zoom, scale, motion, move, directions\"\n >\n <path d=\"M4.75 10V4.75H10\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M19.25 10V4.75H14\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M19.25 14V19.25H14\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M4.75 14V19.25H10\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M5 5L10 10\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M19 5L14 10\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M19 19L14 14\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M5 19L10 14\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsZoom;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,gDAEV,EAAAC,QAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,MAAM,EACnE,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,MAAM,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,OAAO,eAAe,YAAY,MAAM,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,MAAM,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,YAAY,MAAM,EAC7D,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,YAAY,MAAM,EAC9D,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,YAAY,MAAM,EAC/D,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,YAAY,MAAM,CAChE,EAIGE,EAAQJ","names":["IconArrowsZoom_exports","__export","IconArrowsZoom","IconArrowsZoom_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconArrowsZoom","props","React","CentralIconBase","IconArrowsZoom_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import s from"react";var p=({children:t,size:o=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:a,...i})=>s.createElement("svg",{...i,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...a}},n&&!e&&s.createElement("title",null,n),t);var d=t=>r.createElement(p,{...t,ariaLabel:"arrows-zoom, scale, motion, move, directions"},r.createElement("path",{d:"M4.75 10V4.75H10",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M19.25 10V4.75H14",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M19.25 14V19.25H14",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M4.75 14V19.25H10",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M5 5L10 10",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M19 5L14 10",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M19 19L14 14",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M5 19L10 14",stroke:"currentColor",strokeWidth:"1.5"})),u=d;export{d as IconArrowsZoom,u as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowsZoom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconArrowsZoom: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"arrows-zoom, scale, motion, move, directions\"\n >\n <path d=\"M4.75 10V4.75H10\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M19.25 10V4.75H14\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M19.25 14V19.25H14\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M4.75 14V19.25H10\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M5 5L10 10\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M19 5L14 10\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M19 19L14 14\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M5 19L10 14\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsZoom;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,gDAEVC,EAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,MAAM,EACnEA,EAAA,cAAC,QAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,MAAM,EACpEA,EAAA,cAAC,QAAK,EAAE,qBAAqB,OAAO,eAAe,YAAY,MAAM,EACrEA,EAAA,cAAC,QAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,MAAM,EACpEA,EAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,YAAY,MAAM,EAC7DA,EAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,YAAY,MAAM,EAC9DA,EAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,YAAY,MAAM,EAC/DA,EAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,YAAY,MAAM,CAChE,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconArrowsZoom","props","React","CentralIconBase","IconArrowsZoom_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVectorAnchorPointAsymmetric: React.FC<CentralIconBaseProps>;
4
+ export default IconVectorAnchorPointAsymmetric;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var x=(r,t)=>{for(var o in t)p(r,o,{get:t[o],enumerable:!0})},a=(r,t,o,s)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of k(t))!L.call(r,e)&&e!==o&&p(r,e,{get:()=>t[e],enumerable:!(s=d(t,e))||s.enumerable});return r};var i=(r,t,o)=>(o=r!=null?u(f(r)):{},a(t||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),y=r=>a(p({},"__esModule",{value:!0}),r);var B={};x(B,{IconVectorAnchorPointAsymmetric:()=>h,default:()=>g});module.exports=y(B);var n=i(require("react"));var l=i(require("react")),c=({children:r,size:t=24,ariaLabel:o,color:s,ariaHidden:e=!0,style:m,...C})=>l.default.createElement("svg",{...C,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...m}},o&&!e&&l.default.createElement("title",null,o),r);var h=r=>n.default.createElement(c,{...r,ariaLabel:"vector-anchor-point-asymmetric"},n.default.createElement("path",{d:"M2.75 18C2.75 10.75 10 8.5 10 8.5",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M9.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),n.default.createElement("path",{d:"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z",fill:"currentColor"}),n.default.createElement("circle",{cx:"13",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M21.25 18C20 12 16 8.5 16 8.5",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M16 7.75H19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),n.default.createElement("path",{d:"M20 5.25L17.5 7.75L20 10.25L22.5 7.75L20 5.25Z",fill:"currentColor"})),g=h;0&&(module.exports={IconVectorAnchorPointAsymmetric});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVectorAnchorPointAsymmetric/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointAsymmetric: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"vector-anchor-point-asymmetric\">\n <path\n d=\"M2.75 18C2.75 10.75 10 8.5 10 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M9.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\"\n fill=\"currentColor\"\n />\n <circle cx=\"13\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path\n d=\"M21.25 18C20 12 16 8.5 16 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M16 7.75H19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M20 5.25L17.5 7.75L20 10.25L22.5 7.75L20 5.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointAsymmetric;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,oCACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACxE,EAAAA,QAAA,cAAC,QACC,EAAE,gCACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointAsymmetric_exports","__export","IconVectorAnchorPointAsymmetric","IconVectorAnchorPointAsymmetric_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVectorAnchorPointAsymmetric","props","React","CentralIconBase","IconVectorAnchorPointAsymmetric_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import s from"react";var p=({children:o,size:t=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:a,...i})=>s.createElement("svg",{...i,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...a}},n&&!e&&s.createElement("title",null,n),o);var c=o=>r.createElement(p,{...o,ariaLabel:"vector-anchor-point-asymmetric"},r.createElement("path",{d:"M2.75 18C2.75 10.75 10 8.5 10 8.5",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M9.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement("path",{d:"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z",fill:"currentColor"}),r.createElement("circle",{cx:"13",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M21.25 18C20 12 16 8.5 16 8.5",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M16 7.75H19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement("path",{d:"M20 5.25L17.5 7.75L20 10.25L22.5 7.75L20 5.25Z",fill:"currentColor"})),d=c;export{c as IconVectorAnchorPointAsymmetric,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVectorAnchorPointAsymmetric/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointAsymmetric: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"vector-anchor-point-asymmetric\">\n <path\n d=\"M2.75 18C2.75 10.75 10 8.5 10 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M9.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\"\n fill=\"currentColor\"\n />\n <circle cx=\"13\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path\n d=\"M21.25 18C20 12 16 8.5 16 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M16 7.75H19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M20 5.25L17.5 7.75L20 10.25L22.5 7.75L20 5.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointAsymmetric;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kCACpCC,EAAA,cAAC,QACC,EAAE,oCACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,8CACF,KAAK,eACP,EACAA,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACxEA,EAAA,cAAC,QACC,EAAE,gCACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,iDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVectorAnchorPointAsymmetric","props","React","CentralIconBase","IconVectorAnchorPointAsymmetric_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVectorAnchorPointDisconnected: React.FC<CentralIconBaseProps>;
4
+ export default IconVectorAnchorPointDisconnected;
@@ -0,0 +1,2 @@
1
+ "use strict";var C=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of L(o))!k.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(s=m(o,e))||s.enumerable});return r};var a=(r,o,t)=>(t=r!=null?C(f(r)):{},c(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>c(p({},"__esModule",{value:!0}),r);var I={};x(I,{IconVectorAnchorPointDisconnected:()=>d,default:()=>B});module.exports=g(I);var n=a(require("react"));var l=a(require("react")),i=({children:r,size:o=24,ariaLabel:t,color:s,ariaHidden:e=!0,style:h,...u})=>l.default.createElement("svg",{...u,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...h}},t&&!e&&l.default.createElement("title",null,t),r);var d=r=>n.default.createElement(i,{...r,ariaLabel:"vector-anchor-point-disconnected"},n.default.createElement("path",{d:"M2.75 18C2.75 10.75 9 8.5 9 8.5",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),n.default.createElement("path",{d:"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z",fill:"currentColor"}),n.default.createElement("path",{d:"M17.5 11L15 13.5L17.5 16L20 13.5L17.5 11Z",fill:"currentColor"}),n.default.createElement("circle",{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M21.25 17.5L14 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),B=d;0&&(module.exports={IconVectorAnchorPointDisconnected});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVectorAnchorPointDisconnected/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointDisconnected: React.FC<\n CentralIconBaseProps\n> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"vector-anchor-point-disconnected\">\n <path\n d=\"M2.75 18C2.75 10.75 9 8.5 9 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M8.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\"\n fill=\"currentColor\"\n />\n <path d=\"M17.5 11L15 13.5L17.5 16L20 13.5L17.5 11Z\" fill=\"currentColor\" />\n <circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path\n d=\"M21.25 17.5L14 10\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointDisconnected;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAERC,GAED,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,4CAA4C,KAAK,eAAe,EACxE,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACxE,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointDisconnected_exports","__export","IconVectorAnchorPointDisconnected","IconVectorAnchorPointDisconnected_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVectorAnchorPointDisconnected","props","React","CentralIconBase","IconVectorAnchorPointDisconnected_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import s from"react";var p=({children:t,size:o=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:c,...a})=>s.createElement("svg",{...a,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...c}},n&&!e&&s.createElement("title",null,n),t);var i=t=>r.createElement(p,{...t,ariaLabel:"vector-anchor-point-disconnected"},r.createElement("path",{d:"M2.75 18C2.75 10.75 9 8.5 9 8.5",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement("path",{d:"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z",fill:"currentColor"}),r.createElement("path",{d:"M17.5 11L15 13.5L17.5 16L20 13.5L17.5 11Z",fill:"currentColor"}),r.createElement("circle",{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M21.25 17.5L14 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),m=i;export{i as IconVectorAnchorPointDisconnected,m as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVectorAnchorPointDisconnected/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointDisconnected: React.FC<\n CentralIconBaseProps\n> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"vector-anchor-point-disconnected\">\n <path\n d=\"M2.75 18C2.75 10.75 9 8.5 9 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M8.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\"\n fill=\"currentColor\"\n />\n <path d=\"M17.5 11L15 13.5L17.5 16L20 13.5L17.5 11Z\" fill=\"currentColor\" />\n <circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path\n d=\"M21.25 17.5L14 10\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointDisconnected;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAERC,GAEDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oCACpCC,EAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,8CACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,4CAA4C,KAAK,eAAe,EACxEA,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACxEA,EAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVectorAnchorPointDisconnected","props","React","CentralIconBase","IconVectorAnchorPointDisconnected_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVectorAnchorPointStraight: React.FC<CentralIconBaseProps>;
4
+ export default IconVectorAnchorPointStraight;
@@ -0,0 +1,2 @@
1
+ "use strict";var C=Object.create;var a=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var k=(r,t)=>{for(var o in t)a(r,o,{get:t[o],enumerable:!0})},c=(r,t,o,s)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of d(t))!x.call(r,e)&&e!==o&&a(r,e,{get:()=>t[e],enumerable:!(s=g(t,e))||s.enumerable});return r};var i=(r,t,o)=>(o=r!=null?C(f(r)):{},c(t||!r||!r.__esModule?a(o,"default",{value:r,enumerable:!0}):o,r)),B=r=>c(a({},"__esModule",{value:!0}),r);var y={};k(y,{IconVectorAnchorPointStraight:()=>h,default:()=>I});module.exports=B(y);var n=i(require("react"));var p=i(require("react")),l=({children:r,size:t=24,ariaLabel:o,color:s,ariaHidden:e=!0,style:m,...u})=>p.default.createElement("svg",{...u,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...m}},o&&!e&&p.default.createElement("title",null,o),r);var h=r=>n.default.createElement(l,{...r,ariaLabel:"vector-anchor-point-straight, no-smoothing"},n.default.createElement("circle",{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M2.75 17.5L10.0526 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),n.default.createElement("path",{d:"M21.25 17.5L14 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),I=h;0&&(module.exports={IconVectorAnchorPointStraight});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVectorAnchorPointStraight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointStraight: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"vector-anchor-point-straight, no-smoothing\"\n >\n <circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path\n d=\"M2.75 17.5L10.0526 10\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M21.25 17.5L14 10\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,8CAEV,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACxE,EAAAA,QAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointStraight_exports","__export","IconVectorAnchorPointStraight","IconVectorAnchorPointStraight_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVectorAnchorPointStraight","props","React","CentralIconBase","IconVectorAnchorPointStraight_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import s from"react";var a=({children:o,size:r=24,ariaLabel:n,color:p,ariaHidden:e=!0,style:c,...i})=>s.createElement("svg",{...i,"aria-hidden":e,role:e?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...c}},n&&!e&&s.createElement("title",null,n),o);var l=o=>t.createElement(a,{...o,ariaLabel:"vector-anchor-point-straight, no-smoothing"},t.createElement("circle",{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement("path",{d:"M2.75 17.5L10.0526 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),t.createElement("path",{d:"M21.25 17.5L14 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),g=l;export{l as IconVectorAnchorPointStraight,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVectorAnchorPointStraight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointStraight: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"vector-anchor-point-straight, no-smoothing\"\n >\n <circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path\n d=\"M2.75 17.5L10.0526 10\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M21.25 17.5L14 10\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EACXC,GAGEC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,8CAEVC,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACxEA,EAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVectorAnchorPointStraight","props","React","CentralIconBase","IconVectorAnchorPointStraight_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVectorAnchorPointStraight1: React.FC<CentralIconBaseProps>;
4
+ export default IconVectorAnchorPointStraight1;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var l=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var L=(r,t)=>{for(var o in t)l(r,o,{get:t[o],enumerable:!0})},a=(r,t,o,s)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of k(t))!g.call(r,e)&&e!==o&&l(r,e,{get:()=>t[e],enumerable:!(s=m(t,e))||s.enumerable});return r};var i=(r,t,o)=>(o=r!=null?d(f(r)):{},a(t||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o,r)),x=r=>a(l({},"__esModule",{value:!0}),r);var I={};L(I,{IconVectorAnchorPointStraight1:()=>h,default:()=>B});module.exports=x(I);var n=i(require("react"));var p=i(require("react")),c=({children:r,size:t=24,ariaLabel:o,color:s,ariaHidden:e=!0,style:C,...u})=>p.default.createElement("svg",{...u,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...C}},o&&!e&&p.default.createElement("title",null,o),r);var h=r=>n.default.createElement(c,{...r,ariaLabel:"vector-anchor-point-straight, mirror-angle"},n.default.createElement("path",{d:"M2.75 18C2.75 10.75 9 8.5 9 8.5",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M21.25 18C21.25 10.75 15 8.5 15 8.5",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),n.default.createElement("path",{d:"M15 7.75H21.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),n.default.createElement("path",{d:"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z",fill:"currentColor"}),n.default.createElement("path",{d:"M21.5 5.25L19 7.75L21.5 10.25L24 7.75L21.5 5.25Z",fill:"currentColor"}),n.default.createElement("circle",{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"})),B=h;0&&(module.exports={IconVectorAnchorPointStraight1});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVectorAnchorPointStraight1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointStraight1: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"vector-anchor-point-straight, mirror-angle\"\n >\n <path\n d=\"M2.75 18C2.75 10.75 9 8.5 9 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M21.25 18C21.25 10.75 15 8.5 15 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M8.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M15 7.75H21.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.5 5.25L19 7.75L21.5 10.25L24 7.75L21.5 5.25Z\"\n fill=\"currentColor\"\n />\n <circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight1;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,8CAEV,EAAAC,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sCACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,CAC1E,EAIGE,EAAQJ","names":["IconVectorAnchorPointStraight1_exports","__export","IconVectorAnchorPointStraight1","IconVectorAnchorPointStraight1_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import s from"react";var l=({children:o,size:t=24,ariaLabel:n,color:p,ariaHidden:e=!0,style:a,...i})=>s.createElement("svg",{...i,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...a}},n&&!e&&s.createElement("title",null,n),o);var c=o=>r.createElement(l,{...o,ariaLabel:"vector-anchor-point-straight, mirror-angle"},r.createElement("path",{d:"M2.75 18C2.75 10.75 9 8.5 9 8.5",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M21.25 18C21.25 10.75 15 8.5 15 8.5",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement("path",{d:"M15 7.75H21.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement("path",{d:"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z",fill:"currentColor"}),r.createElement("path",{d:"M21.5 5.25L19 7.75L21.5 10.25L24 7.75L21.5 5.25Z",fill:"currentColor"}),r.createElement("circle",{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"})),m=c;export{c as IconVectorAnchorPointStraight1,m as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVectorAnchorPointStraight1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointStraight1: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"vector-anchor-point-straight, mirror-angle\"\n >\n <path\n d=\"M2.75 18C2.75 10.75 9 8.5 9 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M21.25 18C21.25 10.75 15 8.5 15 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M8.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M15 7.75H21.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.5 5.25L19 7.75L21.5 10.25L24 7.75L21.5 5.25Z\"\n fill=\"currentColor\"\n />\n <circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight1;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EACXC,GAGEC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,8CAEVC,EAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,sCACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,8CACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,mDACF,KAAK,eACP,EACAA,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,CAC1E,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
package/README.md CHANGED
@@ -301,6 +301,7 @@ Below is a complete list of available icons:
301
301
  - IconArrowsRepeatLeftRight
302
302
  - IconArrowsRepeatRightLeft
303
303
  - IconArrowsRepeatRightLeftOff
304
+ - IconArrowsZoom
304
305
  - IconArrowTopBottom
305
306
  - IconArrowTriangleBottom
306
307
  - IconArrowTriangleLeft
@@ -681,6 +682,10 @@ Below is a complete list of available icons:
681
682
  - IconTextEdit
682
683
  - IconToolbox
683
684
  - IconVariables
685
+ - IconVectorAnchorPointAsymmetric
686
+ - IconVectorAnchorPointDisconnected
687
+ - IconVectorAnchorPointStraight
688
+ - IconVectorAnchorPointStraight1
684
689
  - IconVectorLogo
685
690
  - IconWhiteboard
686
691
  - IconWrite1
package/icons/index.d.ts CHANGED
@@ -120,6 +120,7 @@ export type CentralIconName =
120
120
  | "IconArrowsRepeatLeftRight"
121
121
  | "IconArrowsRepeatRightLeft"
122
122
  | "IconArrowsRepeatRightLeftOff"
123
+ | "IconArrowsZoom"
123
124
  | "IconArrowTopBottom"
124
125
  | "IconArrowTriangleBottom"
125
126
  | "IconArrowTriangleLeft"
@@ -1527,6 +1528,10 @@ export type CentralIconName =
1527
1528
  | "IconV0"
1528
1529
  | "IconVariables"
1529
1530
  | "IconVault"
1531
+ | "IconVectorAnchorPointAsymmetric"
1532
+ | "IconVectorAnchorPointDisconnected"
1533
+ | "IconVectorAnchorPointStraight"
1534
+ | "IconVectorAnchorPointStraight1"
1530
1535
  | "IconVectorLogo"
1531
1536
  | "IconVenmo"
1532
1537
  | "IconVercel"