@central-icons-react/square-outlined-radius-0-stroke-1 1.1.51 → 1.1.53

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 (49) hide show
  1. package/IconArrowsHide/index.d.ts +4 -0
  2. package/IconArrowsHide/index.js +2 -0
  3. package/IconArrowsHide/index.js.map +1 -0
  4. package/IconArrowsHide/index.mjs +2 -0
  5. package/IconArrowsHide/index.mjs.map +1 -0
  6. package/IconArrowsShow/index.d.ts +4 -0
  7. package/IconArrowsShow/index.js +2 -0
  8. package/IconArrowsShow/index.js.map +1 -0
  9. package/IconArrowsShow/index.mjs +2 -0
  10. package/IconArrowsShow/index.mjs.map +1 -0
  11. package/IconArrowsZoom/index.d.ts +4 -0
  12. package/IconArrowsZoom/index.js +2 -0
  13. package/IconArrowsZoom/index.js.map +1 -0
  14. package/IconArrowsZoom/index.mjs +2 -0
  15. package/IconArrowsZoom/index.mjs.map +1 -0
  16. package/IconVectorAnchorPointAsymmetric/index.d.ts +4 -0
  17. package/IconVectorAnchorPointAsymmetric/index.js +2 -0
  18. package/IconVectorAnchorPointAsymmetric/index.js.map +1 -0
  19. package/IconVectorAnchorPointAsymmetric/index.mjs +2 -0
  20. package/IconVectorAnchorPointAsymmetric/index.mjs.map +1 -0
  21. package/IconVectorAnchorPointDisconnected/index.d.ts +4 -0
  22. package/IconVectorAnchorPointDisconnected/index.js +2 -0
  23. package/IconVectorAnchorPointDisconnected/index.js.map +1 -0
  24. package/IconVectorAnchorPointDisconnected/index.mjs +2 -0
  25. package/IconVectorAnchorPointDisconnected/index.mjs.map +1 -0
  26. package/IconVectorAnchorPointStraight/index.d.ts +4 -0
  27. package/IconVectorAnchorPointStraight/index.js +2 -0
  28. package/IconVectorAnchorPointStraight/index.js.map +1 -0
  29. package/IconVectorAnchorPointStraight/index.mjs +2 -0
  30. package/IconVectorAnchorPointStraight/index.mjs.map +1 -0
  31. package/IconVectorAnchorPointStraight1/index.d.ts +4 -0
  32. package/IconVectorAnchorPointStraight1/index.js +2 -0
  33. package/IconVectorAnchorPointStraight1/index.js.map +1 -0
  34. package/IconVectorAnchorPointStraight1/index.mjs +2 -0
  35. package/IconVectorAnchorPointStraight1/index.mjs.map +1 -0
  36. package/README.md +7 -0
  37. package/icons/index.d.ts +7 -0
  38. package/icons/index.js +1 -1
  39. package/icons/index.js.map +1 -1
  40. package/icons/index.mjs +1 -1
  41. package/icons/index.mjs.map +1 -1
  42. package/icons-index.json +18 -4
  43. package/index.d.ts +28 -0
  44. package/index.js +1 -1
  45. package/index.js.map +1 -1
  46. package/index.mjs +1 -1
  47. package/index.mjs.map +1 -1
  48. package/license-check.js +1 -1
  49. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowsHide: React.FC<CentralIconBaseProps>;
4
+ export default IconArrowsHide;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var s=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,w=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!w.call(r,e)&&e!==t&&s(r,e,{get:()=>o[e],enumerable:!(p=h(o,e))||p.enumerable});return r};var i=(r,o,t)=>(t=r!=null?d(g(r)):{},a(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>a(s({},"__esModule",{value:!0}),r);var V={};x(V,{IconArrowsHide:()=>C,default:()=>I});module.exports=B(V);var n=i(require("react"));var l=i(require("react")),m=({children:r,size:o=24,ariaLabel:t,color:p,ariaHidden:e=!0,style:u,...c})=>l.default.createElement("svg",{...c,"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:p,...u}},t&&!e&&l.default.createElement("title",null,t),r);var C=r=>n.default.createElement(m,{...r,ariaLabel:"arrows-hide, collapse, minimize"},n.default.createElement("path",{d:"M9 16.5L12 13.5L15 16.5",stroke:"currentColor"}),n.default.createElement("path",{d:"M15 7.5L12 10.5L9 7.5",stroke:"currentColor"}),n.default.createElement("path",{d:"M12 21V14",stroke:"currentColor"}),n.default.createElement("path",{d:"M12 10V3",stroke:"currentColor"}),n.default.createElement("path",{d:"M8.0002 4.5H2.5V19.5H8",stroke:"currentColor"}),n.default.createElement("path",{d:"M16 4.5H21.5V19.5H16",stroke:"currentColor"})),I=C;0&&(module.exports={IconArrowsHide});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowsHide/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconArrowsHide: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"arrows-hide, collapse, minimize\">\n <path d=\"M9 16.5L12 13.5L15 16.5\" stroke=\"currentColor\" />\n <path d=\"M15 7.5L12 10.5L9 7.5\" stroke=\"currentColor\" />\n <path d=\"M12 21V14\" stroke=\"currentColor\" />\n <path d=\"M12 10V3\" stroke=\"currentColor\" />\n <path d=\"M8.0002 4.5H2.5V19.5H8\" stroke=\"currentColor\" />\n <path d=\"M16 4.5H21.5V19.5H16\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsHide;\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,CAAiB,GAAGF,EAAO,UAAU,mCACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,0BAA0B,OAAO,eAAe,EACxD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,EAC1C,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,EACzC,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,OAAO,eAAe,EACvD,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,OAAO,eAAe,CACvD,EAIGE,EAAQJ","names":["IconArrowsHide_exports","__export","IconArrowsHide","IconArrowsHide_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconArrowsHide","props","React","CentralIconBase","IconArrowsHide_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";var s=({children:t,size:o=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:a,...i})=>p.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&&p.createElement("title",null,n),t);var m=t=>r.createElement(s,{...t,ariaLabel:"arrows-hide, collapse, minimize"},r.createElement("path",{d:"M9 16.5L12 13.5L15 16.5",stroke:"currentColor"}),r.createElement("path",{d:"M15 7.5L12 10.5L9 7.5",stroke:"currentColor"}),r.createElement("path",{d:"M12 21V14",stroke:"currentColor"}),r.createElement("path",{d:"M12 10V3",stroke:"currentColor"}),r.createElement("path",{d:"M8.0002 4.5H2.5V19.5H8",stroke:"currentColor"}),r.createElement("path",{d:"M16 4.5H21.5V19.5H16",stroke:"currentColor"})),h=m;export{m as IconArrowsHide,h as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowsHide/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconArrowsHide: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"arrows-hide, collapse, minimize\">\n <path d=\"M9 16.5L12 13.5L15 16.5\" stroke=\"currentColor\" />\n <path d=\"M15 7.5L12 10.5L9 7.5\" stroke=\"currentColor\" />\n <path d=\"M12 21V14\" stroke=\"currentColor\" />\n <path d=\"M12 10V3\" stroke=\"currentColor\" />\n <path d=\"M8.0002 4.5H2.5V19.5H8\" stroke=\"currentColor\" />\n <path d=\"M16 4.5H21.5V19.5H16\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsHide;\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,CAAiB,GAAGF,EAAO,UAAU,mCACpCC,EAAA,cAAC,QAAK,EAAE,0BAA0B,OAAO,eAAe,EACxDA,EAAA,cAAC,QAAK,EAAE,wBAAwB,OAAO,eAAe,EACtDA,EAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,EAC1CA,EAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,EACzCA,EAAA,cAAC,QAAK,EAAE,yBAAyB,OAAO,eAAe,EACvDA,EAAA,cAAC,QAAK,EAAE,uBAAuB,OAAO,eAAe,CACvD,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconArrowsHide","props","React","CentralIconBase","IconArrowsHide_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowsShow: React.FC<CentralIconBaseProps>;
4
+ export default IconArrowsShow;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var s=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var w=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of w(o))!f.call(r,e)&&e!==t&&s(r,e,{get:()=>o[e],enumerable:!(p=d(o,e))||p.enumerable});return r};var m=(r,o,t)=>(t=r!=null?c(x(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>l(s({},"__esModule",{value:!0}),r);var V={};g(V,{IconArrowsShow:()=>u,default:()=>I});module.exports=B(V);var n=m(require("react"));var a=m(require("react")),C=({children:r,size:o=24,ariaLabel:t,color:p,ariaHidden:e=!0,style:h,...i})=>a.default.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:p,...h}},t&&!e&&a.default.createElement("title",null,t),r);var u=r=>n.default.createElement(C,{...r,ariaLabel:"arrows-show, expand, maximize"},n.default.createElement("path",{d:"M9 5.5L12 2.5L15 5.5",stroke:"currentColor"}),n.default.createElement("path",{d:"M15 18.5L12 21.5L9 18.5",stroke:"currentColor"}),n.default.createElement("path",{d:"M12 10V3",stroke:"currentColor"}),n.default.createElement("path",{d:"M12 21V14",stroke:"currentColor"}),n.default.createElement("path",{d:"M8.0002 8.5H2.5V15.5H8",stroke:"currentColor"}),n.default.createElement("path",{d:"M16 8.5H21.5V15.5H16",stroke:"currentColor"})),I=u;0&&(module.exports={IconArrowsShow});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowsShow/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconArrowsShow: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"arrows-show, expand, maximize\">\n <path d=\"M9 5.5L12 2.5L15 5.5\" stroke=\"currentColor\" />\n <path d=\"M15 18.5L12 21.5L9 18.5\" stroke=\"currentColor\" />\n <path d=\"M12 10V3\" stroke=\"currentColor\" />\n <path d=\"M12 21V14\" stroke=\"currentColor\" />\n <path d=\"M8.0002 8.5H2.5V15.5H8\" stroke=\"currentColor\" />\n <path d=\"M16 8.5H21.5V15.5H16\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsShow;\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,CAAiB,GAAGF,EAAO,UAAU,iCACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,uBAAuB,OAAO,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,OAAO,eAAe,EACxD,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,EACzC,EAAAA,QAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,EAC1C,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,OAAO,eAAe,EACvD,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,OAAO,eAAe,CACvD,EAIGE,EAAQJ","names":["IconArrowsShow_exports","__export","IconArrowsShow","IconArrowsShow_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconArrowsShow","props","React","CentralIconBase","IconArrowsShow_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";var s=({children:t,size:o=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:l,...m})=>p.createElement("svg",{...m,"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:a,...l}},n&&!e&&p.createElement("title",null,n),t);var C=t=>r.createElement(s,{...t,ariaLabel:"arrows-show, expand, maximize"},r.createElement("path",{d:"M9 5.5L12 2.5L15 5.5",stroke:"currentColor"}),r.createElement("path",{d:"M15 18.5L12 21.5L9 18.5",stroke:"currentColor"}),r.createElement("path",{d:"M12 10V3",stroke:"currentColor"}),r.createElement("path",{d:"M12 21V14",stroke:"currentColor"}),r.createElement("path",{d:"M8.0002 8.5H2.5V15.5H8",stroke:"currentColor"}),r.createElement("path",{d:"M16 8.5H21.5V15.5H16",stroke:"currentColor"})),d=C;export{C as IconArrowsShow,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowsShow/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconArrowsShow: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"arrows-show, expand, maximize\">\n <path d=\"M9 5.5L12 2.5L15 5.5\" stroke=\"currentColor\" />\n <path d=\"M15 18.5L12 21.5L9 18.5\" stroke=\"currentColor\" />\n <path d=\"M12 10V3\" stroke=\"currentColor\" />\n <path d=\"M12 21V14\" stroke=\"currentColor\" />\n <path d=\"M8.0002 8.5H2.5V15.5H8\" stroke=\"currentColor\" />\n <path d=\"M16 8.5H21.5V15.5H16\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsShow;\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,CAAiB,GAAGF,EAAO,UAAU,iCACpCC,EAAA,cAAC,QAAK,EAAE,uBAAuB,OAAO,eAAe,EACrDA,EAAA,cAAC,QAAK,EAAE,0BAA0B,OAAO,eAAe,EACxDA,EAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,EACzCA,EAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,EAC1CA,EAAA,cAAC,QAAK,EAAE,yBAAyB,OAAO,eAAe,EACvDA,EAAA,cAAC,QAAK,EAAE,uBAAuB,OAAO,eAAe,CACvD,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconArrowsShow","props","React","CentralIconBase","IconArrowsShow_default"]}
@@ -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 d=Object.create;var s=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var w=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!k.call(r,n)&&n!==t&&s(r,n,{get:()=>o[n],enumerable:!(p=h(o,n))||p.enumerable});return r};var m=(r,o,t)=>(t=r!=null?d(g(r)):{},a(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(s({},"__esModule",{value:!0}),r);var I={};w(I,{IconArrowsZoom:()=>u,default:()=>B});module.exports=x(I);var e=m(require("react"));var l=m(require("react")),C=({children:r,size:o=24,ariaLabel:t,color:p,ariaHidden:n=!0,style:c,...i})=>l.default.createElement("svg",{...i,"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:p,...c}},t&&!n&&l.default.createElement("title",null,t),r);var u=r=>e.default.createElement(C,{...r,ariaLabel:"arrows-zoom, scale, motion, move, directions"},e.default.createElement("path",{d:"M10 4.5H4.5V10",stroke:"currentColor"}),e.default.createElement("path",{d:"M14 4.5H19.5V10",stroke:"currentColor"}),e.default.createElement("path",{d:"M10 19.5H4.5V14",stroke:"currentColor"}),e.default.createElement("path",{d:"M14 19.5H19.5V14",stroke:"currentColor"}),e.default.createElement("path",{d:"M5 5L10 10",stroke:"currentColor"}),e.default.createElement("path",{d:"M19 5L14 10",stroke:"currentColor"}),e.default.createElement("path",{d:"M10 14L5 19",stroke:"currentColor"}),e.default.createElement("path",{d:"M14 14L19 19",stroke:"currentColor"})),B=u;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=\"M10 4.5H4.5V10\" stroke=\"currentColor\" />\n <path d=\"M14 4.5H19.5V10\" stroke=\"currentColor\" />\n <path d=\"M10 19.5H4.5V14\" stroke=\"currentColor\" />\n <path d=\"M14 19.5H19.5V14\" stroke=\"currentColor\" />\n <path d=\"M5 5L10 10\" stroke=\"currentColor\" />\n <path d=\"M19 5L14 10\" stroke=\"currentColor\" />\n <path d=\"M10 14L5 19\" stroke=\"currentColor\" />\n <path d=\"M14 14L19 19\" stroke=\"currentColor\" />\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,iBAAiB,OAAO,eAAe,EAC/C,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,EAC3C,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,EAC5C,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,EAC5C,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,CAC/C,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 p from"react";var s=({children:t,size:o=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:a,...m})=>p.createElement("svg",{...m,"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&&p.createElement("title",null,n),t);var C=t=>r.createElement(s,{...t,ariaLabel:"arrows-zoom, scale, motion, move, directions"},r.createElement("path",{d:"M10 4.5H4.5V10",stroke:"currentColor"}),r.createElement("path",{d:"M14 4.5H19.5V10",stroke:"currentColor"}),r.createElement("path",{d:"M10 19.5H4.5V14",stroke:"currentColor"}),r.createElement("path",{d:"M14 19.5H19.5V14",stroke:"currentColor"}),r.createElement("path",{d:"M5 5L10 10",stroke:"currentColor"}),r.createElement("path",{d:"M19 5L14 10",stroke:"currentColor"}),r.createElement("path",{d:"M10 14L5 19",stroke:"currentColor"}),r.createElement("path",{d:"M14 14L19 19",stroke:"currentColor"})),h=C;export{C as IconArrowsZoom,h 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=\"M10 4.5H4.5V10\" stroke=\"currentColor\" />\n <path d=\"M14 4.5H19.5V10\" stroke=\"currentColor\" />\n <path d=\"M10 19.5H4.5V14\" stroke=\"currentColor\" />\n <path d=\"M14 19.5H19.5V14\" stroke=\"currentColor\" />\n <path d=\"M5 5L10 10\" stroke=\"currentColor\" />\n <path d=\"M19 5L14 10\" stroke=\"currentColor\" />\n <path d=\"M10 14L5 19\" stroke=\"currentColor\" />\n <path d=\"M14 14L19 19\" stroke=\"currentColor\" />\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,iBAAiB,OAAO,eAAe,EAC/CA,EAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChDA,EAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChDA,EAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,EACjDA,EAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,EAC3CA,EAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,EAC5CA,EAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,EAC5CA,EAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,CAC/C,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 h=Object.create;var l=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var y=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of L(o))!x.call(r,e)&&e!==t&&l(r,e,{get:()=>o[e],enumerable:!(p=f(o,e))||p.enumerable});return r};var c=(r,o,t)=>(t=r!=null?h(d(r)):{},a(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(l({},"__esModule",{value:!0}),r);var I={};y(I,{IconVectorAnchorPointAsymmetric:()=>m,default:()=>B});module.exports=g(I);var n=c(require("react"));var s=c(require("react")),i=({children:r,size:o=24,ariaLabel:t,color:p,ariaHidden:e=!0,style:C,...u})=>s.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:p,...C}},t&&!e&&s.default.createElement("title",null,t),r);var m=r=>n.default.createElement(i,{...r,ariaLabel:"vector-anchor-point-asymmetric"},n.default.createElement("path",{d:"M2.5 17.9996C2.5 11.6156 7.5 8.5 10 8.20215",stroke:"currentColor"}),n.default.createElement("path",{d:"M21.5 17.9996C20.5 11.5 16 8.20215 16 8.20215",stroke:"currentColor"}),n.default.createElement("path",{d:"M10 7.5H2",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M16 7.5H22",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M22 5.5L20 7.5L22 9.5L24 7.5L22 5.5Z",fill:"currentColor"}),n.default.createElement("circle",{cx:"13",cy:"7.5",r:"3",stroke:"currentColor"})),B=m;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.5 17.9996C2.5 11.6156 7.5 8.5 10 8.20215\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M21.5 17.9996C20.5 11.5 16 8.20215 16 8.20215\"\n stroke=\"currentColor\"\n />\n <path d=\"M10 7.5H2\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M16 7.5H22\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z\" fill=\"currentColor\" />\n <path d=\"M22 5.5L20 7.5L22 9.5L24 7.5L22 5.5Z\" fill=\"currentColor\" />\n <circle cx=\"13\" cy=\"7.5\" r=\"3\" stroke=\"currentColor\" />\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,8CACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gDACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,cAAc,SAAS,EACjE,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,SAAS,EAClE,EAAAA,QAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,QAAK,EAAE,uCAAuC,KAAK,eAAe,EACnE,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,MAAM,EAAE,IAAI,OAAO,eAAe,CACvD,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 p from"react";var l=({children:t,size:o=24,ariaLabel:n,color:s,ariaHidden:e=!0,style:a,...c})=>p.createElement("svg",{...c,"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,...a}},n&&!e&&p.createElement("title",null,n),t);var i=t=>r.createElement(l,{...t,ariaLabel:"vector-anchor-point-asymmetric"},r.createElement("path",{d:"M2.5 17.9996C2.5 11.6156 7.5 8.5 10 8.20215",stroke:"currentColor"}),r.createElement("path",{d:"M21.5 17.9996C20.5 11.5 16 8.20215 16 8.20215",stroke:"currentColor"}),r.createElement("path",{d:"M10 7.5H2",stroke:"currentColor",strokeLinecap:"square"}),r.createElement("path",{d:"M16 7.5H22",stroke:"currentColor",strokeLinecap:"square"}),r.createElement("path",{d:"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z",fill:"currentColor"}),r.createElement("path",{d:"M22 5.5L20 7.5L22 9.5L24 7.5L22 5.5Z",fill:"currentColor"}),r.createElement("circle",{cx:"13",cy:"7.5",r:"3",stroke:"currentColor"})),f=i;export{i as IconVectorAnchorPointAsymmetric,f 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.5 17.9996C2.5 11.6156 7.5 8.5 10 8.20215\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M21.5 17.9996C20.5 11.5 16 8.20215 16 8.20215\"\n stroke=\"currentColor\"\n />\n <path d=\"M10 7.5H2\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M16 7.5H22\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z\" fill=\"currentColor\" />\n <path d=\"M22 5.5L20 7.5L22 9.5L24 7.5L22 5.5Z\" fill=\"currentColor\" />\n <circle cx=\"13\" cy=\"7.5\" r=\"3\" stroke=\"currentColor\" />\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,8CACF,OAAO,eACT,EACAA,EAAA,cAAC,QACC,EAAE,gDACF,OAAO,eACT,EACAA,EAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,cAAc,SAAS,EACjEA,EAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,SAAS,EAClEA,EAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,EAC9DA,EAAA,cAAC,QAAK,EAAE,uCAAuC,KAAK,eAAe,EACnEA,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,MAAM,EAAE,IAAI,OAAO,eAAe,CACvD,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 d=Object.create;var l=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of L(o))!x.call(r,t)&&t!==e&&l(r,t,{get:()=>o[t],enumerable:!(p=h(o,t))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?d(f(r)):{},c(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>c(l({},"__esModule",{value:!0}),r);var y={};g(y,{IconVectorAnchorPointDisconnected:()=>u,default:()=>I});module.exports=B(y);var n=a(require("react"));var s=a(require("react")),i=({children:r,size:o=24,ariaLabel:e,color:p,ariaHidden:t=!0,style:C,...m})=>s.default.createElement("svg",{...m,"aria-hidden":t,role:t?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:p,...C}},e&&!t&&s.default.createElement("title",null,e),r);var u=r=>n.default.createElement(i,{...r,ariaLabel:"vector-anchor-point-disconnected"},n.default.createElement("path",{d:"M2.5 17.9996C2.5 11.6156 7.39851 8.9146 9 8.20215",stroke:"currentColor"}),n.default.createElement("path",{d:"M9 7.5H2",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M14 10L21.5 17.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M17.5 11.5L15.5 13.5L17.5 15.5L19.5 13.5L17.5 11.5Z",fill:"currentColor"}),n.default.createElement("circle",{cx:"12",cy:"7.5",r:"3",stroke:"currentColor"})),I=u;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.5 17.9996C2.5 11.6156 7.39851 8.9146 9 8.20215\"\n stroke=\"currentColor\"\n />\n <path d=\"M9 7.5H2\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M14 10L21.5 17.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z\" fill=\"currentColor\" />\n <path\n d=\"M17.5 11.5L15.5 13.5L17.5 15.5L19.5 13.5L17.5 11.5Z\"\n fill=\"currentColor\"\n />\n <circle cx=\"12\" cy=\"7.5\" r=\"3\" stroke=\"currentColor\" />\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,oDACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,cAAc,SAAS,EAChE,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,cAAc,SAAS,EACxE,EAAAA,QAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,QACC,EAAE,sDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,MAAM,EAAE,IAAI,OAAO,eAAe,CACvD,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 p from"react";var l=({children:e,size:o=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:c,...a})=>p.createElement("svg",{...a,"aria-hidden":t,role:t?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,...c}},n&&!t&&p.createElement("title",null,n),e);var i=e=>r.createElement(l,{...e,ariaLabel:"vector-anchor-point-disconnected"},r.createElement("path",{d:"M2.5 17.9996C2.5 11.6156 7.39851 8.9146 9 8.20215",stroke:"currentColor"}),r.createElement("path",{d:"M9 7.5H2",stroke:"currentColor",strokeLinecap:"square"}),r.createElement("path",{d:"M14 10L21.5 17.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement("path",{d:"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z",fill:"currentColor"}),r.createElement("path",{d:"M17.5 11.5L15.5 13.5L17.5 15.5L19.5 13.5L17.5 11.5Z",fill:"currentColor"}),r.createElement("circle",{cx:"12",cy:"7.5",r:"3",stroke:"currentColor"})),h=i;export{i as IconVectorAnchorPointDisconnected,h 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.5 17.9996C2.5 11.6156 7.39851 8.9146 9 8.20215\"\n stroke=\"currentColor\"\n />\n <path d=\"M9 7.5H2\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M14 10L21.5 17.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z\" fill=\"currentColor\" />\n <path\n d=\"M17.5 11.5L15.5 13.5L17.5 15.5L19.5 13.5L17.5 11.5Z\"\n fill=\"currentColor\"\n />\n <circle cx=\"12\" cy=\"7.5\" r=\"3\" stroke=\"currentColor\" />\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,oDACF,OAAO,eACT,EACAA,EAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,cAAc,SAAS,EAChEA,EAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,cAAc,SAAS,EACxEA,EAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,EAC9DA,EAAA,cAAC,QACC,EAAE,sDACF,KAAK,eACP,EACAA,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,MAAM,EAAE,IAAI,OAAO,eAAe,CACvD,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 p=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!B.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(a=g(o,e))||a.enumerable});return r};var l=(r,o,t)=>(t=r!=null?C(x(r)):{},c(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>c(p({},"__esModule",{value:!0}),r);var d={};I(d,{IconVectorAnchorPointStraight:()=>m,default:()=>P});module.exports=y(d);var n=l(require("react"));var s=l(require("react")),i=({children:r,size:o=24,ariaLabel:t,color:a,ariaHidden:e=!0,style:u,...h})=>s.default.createElement("svg",{...h,"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:a,...u}},t&&!e&&s.default.createElement("title",null,t),r);var m=r=>n.default.createElement(i,{...r,ariaLabel:"vector-anchor-point-straight, no-smoothing"},n.default.createElement("circle",{cx:"12",cy:"7.5",r:"3",stroke:"currentColor"}),n.default.createElement("path",{d:"M2.5 17.5L9.75 9.75",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M21.5 17.5L14.25 9.75",stroke:"currentColor",strokeLinecap:"square"})),P=m;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.5\" r=\"3\" stroke=\"currentColor\" />\n <path\n d=\"M2.5 17.5L9.75 9.75\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M21.5 17.5L14.25 9.75\"\n stroke=\"currentColor\"\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,MAAM,EAAE,IAAI,OAAO,eAAe,EACrD,EAAAA,QAAA,cAAC,QACC,EAAE,sBACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,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 o from"react";import a from"react";var p=({children:t,size:r=24,ariaLabel:n,color:s,ariaHidden:e=!0,style:c,...l})=>a.createElement("svg",{...l,"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:s,...c}},n&&!e&&a.createElement("title",null,n),t);var i=t=>o.createElement(p,{...t,ariaLabel:"vector-anchor-point-straight, no-smoothing"},o.createElement("circle",{cx:"12",cy:"7.5",r:"3",stroke:"currentColor"}),o.createElement("path",{d:"M2.5 17.5L9.75 9.75",stroke:"currentColor",strokeLinecap:"square"}),o.createElement("path",{d:"M21.5 17.5L14.25 9.75",stroke:"currentColor",strokeLinecap:"square"})),g=i;export{i 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.5\" r=\"3\" stroke=\"currentColor\" />\n <path\n d=\"M2.5 17.5L9.75 9.75\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M21.5 17.5L14.25 9.75\"\n stroke=\"currentColor\"\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,MAAM,EAAE,IAAI,OAAO,eAAe,EACrDA,EAAA,cAAC,QACC,EAAE,sBACF,OAAO,eACP,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,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 m=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!d.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(l=f(o,e))||l.enumerable});return r};var c=(r,o,t)=>(t=r!=null?m(L(r)):{},s(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>s(p({},"__esModule",{value:!0}),r);var k={};x(k,{IconVectorAnchorPointStraight1:()=>C,default:()=>I});module.exports=B(k);var n=c(require("react"));var a=c(require("react")),i=({children:r,size:o=24,ariaLabel:t,color:l,ariaHidden:e=!0,style:u,...h})=>a.default.createElement("svg",{...h,"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,...u}},t&&!e&&a.default.createElement("title",null,t),r);var C=r=>n.default.createElement(i,{...r,ariaLabel:"vector-anchor-point-straight, mirror-angle"},n.default.createElement("path",{d:"M2.5 17.9999C2.5 11.6158 7.39851 8.91484 9 8.20239",stroke:"currentColor"}),n.default.createElement("path",{d:"M21.5 17.9996C21.5 11.6156 16.6015 8.9146 15 8.20215",stroke:"currentColor"}),n.default.createElement("path",{d:"M9 7.5H2",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M15 7.5H22",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M22 5.5L20 7.5L22 9.5L24 7.5L22 5.5Z",fill:"currentColor"}),n.default.createElement("circle",{cx:"12",cy:"7.5",r:"3",stroke:"currentColor"})),I=C;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.5 17.9999C2.5 11.6158 7.39851 8.91484 9 8.20239\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M21.5 17.9996C21.5 11.6156 16.6015 8.9146 15 8.20215\"\n stroke=\"currentColor\"\n />\n <path d=\"M9 7.5H2\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M15 7.5H22\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z\" fill=\"currentColor\" />\n <path d=\"M22 5.5L20 7.5L22 9.5L24 7.5L22 5.5Z\" fill=\"currentColor\" />\n <circle cx=\"12\" cy=\"7.5\" r=\"3\" stroke=\"currentColor\" />\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,qDACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,cAAc,SAAS,EAChE,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,SAAS,EAClE,EAAAA,QAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,QAAK,EAAE,uCAAuC,KAAK,eAAe,EACnE,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,MAAM,EAAE,IAAI,OAAO,eAAe,CACvD,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 l from"react";var p=({children:t,size:o=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:s,...c})=>l.createElement("svg",{...c,"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:a,...s}},n&&!e&&l.createElement("title",null,n),t);var i=t=>r.createElement(p,{...t,ariaLabel:"vector-anchor-point-straight, mirror-angle"},r.createElement("path",{d:"M2.5 17.9999C2.5 11.6158 7.39851 8.91484 9 8.20239",stroke:"currentColor"}),r.createElement("path",{d:"M21.5 17.9996C21.5 11.6156 16.6015 8.9146 15 8.20215",stroke:"currentColor"}),r.createElement("path",{d:"M9 7.5H2",stroke:"currentColor",strokeLinecap:"square"}),r.createElement("path",{d:"M15 7.5H22",stroke:"currentColor",strokeLinecap:"square"}),r.createElement("path",{d:"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z",fill:"currentColor"}),r.createElement("path",{d:"M22 5.5L20 7.5L22 9.5L24 7.5L22 5.5Z",fill:"currentColor"}),r.createElement("circle",{cx:"12",cy:"7.5",r:"3",stroke:"currentColor"})),f=i;export{i as IconVectorAnchorPointStraight1,f 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.5 17.9999C2.5 11.6158 7.39851 8.91484 9 8.20239\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M21.5 17.9996C21.5 11.6156 16.6015 8.9146 15 8.20215\"\n stroke=\"currentColor\"\n />\n <path d=\"M9 7.5H2\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M15 7.5H22\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M2 5.5L0 7.5L2 9.5L4 7.5L2 5.5Z\" fill=\"currentColor\" />\n <path d=\"M22 5.5L20 7.5L22 9.5L24 7.5L22 5.5Z\" fill=\"currentColor\" />\n <circle cx=\"12\" cy=\"7.5\" r=\"3\" stroke=\"currentColor\" />\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,qDACF,OAAO,eACT,EACAA,EAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACT,EACAA,EAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,cAAc,SAAS,EAChEA,EAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,SAAS,EAClEA,EAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,EAC9DA,EAAA,cAAC,QAAK,EAAE,uCAAuC,KAAK,eAAe,EACnEA,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,MAAM,EAAE,IAAI,OAAO,eAAe,CACvD,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
package/README.md CHANGED
@@ -295,12 +295,15 @@ Below is a complete list of available icons:
295
295
  - IconArrowRotateRightLeft
296
296
  - IconArrowShareLeft
297
297
  - IconArrowShareRight
298
+ - IconArrowsHide
298
299
  - IconArrowSplit
299
300
  - IconArrowsRepeat
300
301
  - IconArrowsRepeatCircle
301
302
  - IconArrowsRepeatLeftRight
302
303
  - IconArrowsRepeatRightLeft
303
304
  - IconArrowsRepeatRightLeftOff
305
+ - IconArrowsShow
306
+ - IconArrowsZoom
304
307
  - IconArrowTopBottom
305
308
  - IconArrowTriangleBottom
306
309
  - IconArrowTriangleLeft
@@ -681,6 +684,10 @@ Below is a complete list of available icons:
681
684
  - IconTextEdit
682
685
  - IconToolbox
683
686
  - IconVariables
687
+ - IconVectorAnchorPointAsymmetric
688
+ - IconVectorAnchorPointDisconnected
689
+ - IconVectorAnchorPointStraight
690
+ - IconVectorAnchorPointStraight1
684
691
  - IconVectorLogo
685
692
  - IconWhiteboard
686
693
  - IconWrite1
package/icons/index.d.ts CHANGED
@@ -114,12 +114,15 @@ export type CentralIconName =
114
114
  | "IconArrowsAllSides21"
115
115
  | "IconArrowShareLeft"
116
116
  | "IconArrowShareRight"
117
+ | "IconArrowsHide"
117
118
  | "IconArrowSplit"
118
119
  | "IconArrowsRepeat"
119
120
  | "IconArrowsRepeatCircle"
120
121
  | "IconArrowsRepeatLeftRight"
121
122
  | "IconArrowsRepeatRightLeft"
122
123
  | "IconArrowsRepeatRightLeftOff"
124
+ | "IconArrowsShow"
125
+ | "IconArrowsZoom"
123
126
  | "IconArrowTopBottom"
124
127
  | "IconArrowTriangleBottom"
125
128
  | "IconArrowTriangleLeft"
@@ -1527,6 +1530,10 @@ export type CentralIconName =
1527
1530
  | "IconV0"
1528
1531
  | "IconVariables"
1529
1532
  | "IconVault"
1533
+ | "IconVectorAnchorPointAsymmetric"
1534
+ | "IconVectorAnchorPointDisconnected"
1535
+ | "IconVectorAnchorPointStraight"
1536
+ | "IconVectorAnchorPointStraight1"
1530
1537
  | "IconVectorLogo"
1531
1538
  | "IconVenmo"
1532
1539
  | "IconVercel"