@central-icons-react-native/square-outlined-radius-0-stroke-1.5 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 (47) 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/filtered-icons.json +98 -0
  38. package/icons/index.d.ts +7 -0
  39. package/icons-index.json +18 -4
  40. package/index.d.ts +7 -0
  41. package/index.js +1 -1
  42. package/index.js.map +1 -1
  43. package/index.mjs +1 -1
  44. package/index.mjs.map +1 -1
  45. package/license-check.js +1 -1
  46. package/package.json +1 -1
  47. package/tsx-icons.json +49 -0
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowsHide: FC<CentralIconBaseProps>;
4
+ export default IconArrowsHide;
@@ -0,0 +1,2 @@
1
+ "use strict";var a=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of h(o))!B.call(r,s)&&s!==t&&p(r,s,{get:()=>o[s],enumerable:!(C=c(o,s))||C.enumerable});return r};var d=(r,o,t)=>(t=r!=null?a(f(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>l(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconArrowsHide:()=>u,default:()=>P});module.exports=x(g);var e=d(require("react"));var i=d(require("react")),m=require("react-native-svg"),k=({children:r,size:o=24,...t})=>i.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),u=r=>e.default.createElement(k,{...r},e.default.createElement(n.Path,{d:"M8 4.75H2.75V19.25H8",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M16 4.75H21.25V19.25H16",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M9 16.75L12 13.75L15 16.75",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M12 21V14.5",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M15 7.25L12 10.25L9 7.25",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M12 9.5V3",stroke:"currentColor",strokeWidth:"1.5"})),P=u;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconArrowsHide: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M8 4.75H2.75V19.25H8\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M16 4.75H21.25V19.25H16\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M9 16.75L12 13.75L15 16.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M12 21V14.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M15 7.25L12 10.25L9 7.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M12 9.5V3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsHide;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,uBAAuB,OAAO,eAAe,YAAY,MAAM,EACvE,EAAAA,QAAA,cAAC,QACC,EAAE,0BACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6BACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,YAAY,MAAM,EAC9D,EAAAA,QAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,YAAY,MAAM,CAC9D,EAIGE,EAAQJ","names":["IconArrowsHide_exports","__export","IconArrowsHide","IconArrowsHide_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowsHide","props","React","CentralIconBase","IconArrowsHide_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:o=24,...s})=>p.createElement(C,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>r.createElement(n,{...e},r.createElement(t,{d:"M8 4.75H2.75V19.25H8",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M16 4.75H21.25V19.25H16",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M9 16.75L12 13.75L15 16.75",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M12 21V14.5",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M15 7.25L12 10.25L9 7.25",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M12 9.5V3",stroke:"currentColor",strokeWidth:"1.5"})),B=l;export{l as IconArrowsHide,B 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconArrowsHide: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M8 4.75H2.75V19.25H8\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M16 4.75H21.25V19.25H16\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M9 16.75L12 13.75L15 16.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M12 21V14.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M15 7.25L12 10.25L9 7.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M12 9.5V3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsHide;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,uBAAuB,OAAO,eAAe,YAAY,MAAM,EACvEG,EAAA,cAACH,EAAA,CACC,EAAE,0BACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6BACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,cAAc,OAAO,eAAe,YAAY,MAAM,EAC9DG,EAAA,cAACH,EAAA,CACC,EAAE,2BACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,YAAY,OAAO,eAAe,YAAY,MAAM,CAC9D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowsHide","props","React","CentralIconBase","IconArrowsHide_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowsShow: FC<CentralIconBaseProps>;
4
+ export default IconArrowsShow;
@@ -0,0 +1,2 @@
1
+ "use strict";var h=Object.create;var p=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of c(o))!B.call(r,s)&&s!==t&&p(r,s,{get:()=>o[s],enumerable:!(C=a(o,s))||C.enumerable});return r};var d=(r,o,t)=>(t=r!=null?h(f(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>l(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconArrowsShow:()=>u,default:()=>P});module.exports=x(g);var e=d(require("react"));var m=d(require("react")),i=require("react-native-svg"),k=({children:r,size:o=24,...t})=>m.default.createElement(i.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),u=r=>e.default.createElement(k,{...r},e.default.createElement(n.Path,{d:"M9 5.75L12 2.75L15 5.75",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M15 18.25L12 21.25L9 18.25",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M12 10V3.5",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M12 20.5V14",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M8 8.75H2.75V15.25H8",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M16 8.75H21.25V15.25H16",stroke:"currentColor",strokeWidth:"1.5"})),P=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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconArrowsShow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 5.75L12 2.75L15 5.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M15 18.25L12 21.25L9 18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M12 10V3.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path d=\"M12 20.5V14\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path d=\"M8 8.75H2.75V15.25H8\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M16 8.75H21.25V15.25H16\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsShow;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0BACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6BACF,OAAO,eACP,YAAY,MACd,EACA,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,uBAAuB,OAAO,eAAe,YAAY,MAAM,EACvE,EAAAA,QAAA,cAAC,QACC,EAAE,0BACF,OAAO,eACP,YAAY,MACd,CACF,EAIGE,EAAQJ","names":["IconArrowsShow_exports","__export","IconArrowsShow","IconArrowsShow_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowsShow","props","React","CentralIconBase","IconArrowsShow_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:o=24,...s})=>p.createElement(C,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>r.createElement(n,{...e},r.createElement(t,{d:"M9 5.75L12 2.75L15 5.75",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M15 18.25L12 21.25L9 18.25",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M12 10V3.5",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M12 20.5V14",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M8 8.75H2.75V15.25H8",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M16 8.75H21.25V15.25H16",stroke:"currentColor",strokeWidth:"1.5"})),B=l;export{l as IconArrowsShow,B 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconArrowsShow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 5.75L12 2.75L15 5.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M15 18.25L12 21.25L9 18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M12 10V3.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path d=\"M12 20.5V14\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path d=\"M8 8.75H2.75V15.25H8\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M16 8.75H21.25V15.25H16\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsShow;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0BACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6BACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,YAAY,MAAM,EAC7DG,EAAA,cAACH,EAAA,CAAK,EAAE,cAAc,OAAO,eAAe,YAAY,MAAM,EAC9DG,EAAA,cAACH,EAAA,CAAK,EAAE,uBAAuB,OAAO,eAAe,YAAY,MAAM,EACvEG,EAAA,cAACH,EAAA,CACC,EAAE,0BACF,OAAO,eACP,YAAY,MACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowsShow","props","React","CentralIconBase","IconArrowsShow_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowsZoom: FC<CentralIconBaseProps>;
4
+ export default IconArrowsZoom;
@@ -0,0 +1,2 @@
1
+ "use strict";var h=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var a=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},d=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!B.call(r,s)&&s!==t&&p(r,s,{get:()=>o[s],enumerable:!(C=c(o,s))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?h(a(r)):{},d(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),M=r=>d(p({},"__esModule",{value:!0}),r);var x={};I(x,{IconArrowsZoom:()=>u,default:()=>W});module.exports=M(x);var e=l(require("react"));var k=l(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...t})=>k.default.createElement(i.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),u=r=>e.default.createElement(m,{...r},e.default.createElement(n.Path,{d:"M4.75 10V4.75H10",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M19.25 10V4.75H14",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M19.25 14V19.25H14",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M4.75 14V19.25H10",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M5 5L10 10",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M19 5L14 10",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M19 19L14 14",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M5 19L10 14",stroke:"currentColor",strokeWidth:"1.5"})),W=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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconArrowsZoom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,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","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowsZoom","props","React","CentralIconBase","IconArrowsZoom_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:t=24,...s})=>p.createElement(C,{...s,width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none"},e);import{Path as o}from"react-native-svg";var d=e=>r.createElement(n,{...e},r.createElement(o,{d:"M4.75 10V4.75H10",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(o,{d:"M19.25 10V4.75H14",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(o,{d:"M19.25 14V19.25H14",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(o,{d:"M4.75 14V19.25H10",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(o,{d:"M5 5L10 10",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(o,{d:"M19 5L14 10",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(o,{d:"M19 19L14 14",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(o,{d:"M5 19L10 14",stroke:"currentColor",strokeWidth:"1.5"})),B=d;export{d as IconArrowsZoom,B 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconArrowsZoom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,MAAM,EACnEG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,MAAM,EACpEG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,OAAO,eAAe,YAAY,MAAM,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,MAAM,EACpEG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,YAAY,MAAM,EAC7DG,EAAA,cAACH,EAAA,CAAK,EAAE,cAAc,OAAO,eAAe,YAAY,MAAM,EAC9DG,EAAA,cAACH,EAAA,CAAK,EAAE,eAAe,OAAO,eAAe,YAAY,MAAM,EAC/DG,EAAA,cAACH,EAAA,CAAK,EAAE,cAAc,OAAO,eAAe,YAAY,MAAM,CAChE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowsZoom","props","React","CentralIconBase","IconArrowsZoom_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVectorAnchorPointAsymmetric: FC<CentralIconBaseProps>;
4
+ export default IconVectorAnchorPointAsymmetric;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!L.call(r,s)&&s!==t&&p(r,s,{get:()=>o[s],enumerable:!(l=k(o,s))||l.enumerable});return r};var c=(r,o,t)=>(t=r!=null?d(h(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>C(p({},"__esModule",{value:!0}),r);var P={};x(P,{IconVectorAnchorPointAsymmetric:()=>a,default:()=>I});module.exports=B(P);var e=c(require("react"));var i=c(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...t})=>i.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),a=r=>e.default.createElement(u,{...r},e.default.createElement(n.Path,{d:"M2.75 18C2.75 10.75 10 8.5 10 8.5",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M9.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),e.default.createElement(n.Path,{d:"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z",fill:"currentColor"}),e.default.createElement(n.Circle,{cx:"13",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M21.25 18C20 12 16 8.5 16 8.5",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M16 7.75H19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),e.default.createElement(n.Path,{d:"M20 5.25L17.5 7.75L20 10.25L22.5 7.75L20 5.25Z",fill:"currentColor"})),I=a;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointAsymmetric: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,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","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointAsymmetric","props","React","CentralIconBase","IconVectorAnchorPointAsymmetric_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:e,size:o=24,...s})=>p.createElement(l,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as C,Path as t}from"react-native-svg";var c=e=>r.createElement(n,{...e},r.createElement(t,{d:"M2.75 18C2.75 10.75 10 8.5 10 8.5",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M9.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement(t,{d:"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z",fill:"currentColor"}),r.createElement(C,{cx:"13",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M21.25 18C20 12 16 8.5 16 8.5",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M16 7.75H19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement(t,{d:"M20 5.25L17.5 7.75L20 10.25L22.5 7.75L20 5.25Z",fill:"currentColor"})),x=c;export{c as IconVectorAnchorPointAsymmetric,x 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointAsymmetric: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oCACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8CACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACxEI,EAAA,cAACH,EAAA,CACC,EAAE,gCACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iDACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconVectorAnchorPointAsymmetric","props","React","CentralIconBase","IconVectorAnchorPointAsymmetric_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVectorAnchorPointDisconnected: FC<CentralIconBaseProps>;
4
+ export default IconVectorAnchorPointDisconnected;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of L(o))!h.call(r,s)&&s!==t&&p(r,s,{get:()=>o[s],enumerable:!(l=f(o,s))||l.enumerable});return r};var C=(r,o,t)=>(t=r!=null?d(k(r)):{},c(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>c(p({},"__esModule",{value:!0}),r);var P={};x(P,{IconVectorAnchorPointDisconnected:()=>m,default:()=>I});module.exports=B(P);var e=C(require("react"));var i=C(require("react")),a=require("react-native-svg"),u=({children:r,size:o=24,...t})=>i.default.createElement(a.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),m=r=>e.default.createElement(u,{...r},e.default.createElement(n.Path,{d:"M2.75 18C2.75 10.75 9 8.5 9 8.5",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),e.default.createElement(n.Path,{d:"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M17.5 11L15 13.5L17.5 16L20 13.5L17.5 11Z",fill:"currentColor"}),e.default.createElement(n.Circle,{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M21.25 17.5L14 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),I=m;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointDisconnected: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,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","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointDisconnected","props","React","CentralIconBase","IconVectorAnchorPointDisconnected_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:e,size:o=24,...s})=>p.createElement(l,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as c,Path as t}from"react-native-svg";var C=e=>r.createElement(n,{...e},r.createElement(t,{d:"M2.75 18C2.75 10.75 9 8.5 9 8.5",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement(t,{d:"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z",fill:"currentColor"}),r.createElement(t,{d:"M17.5 11L15 13.5L17.5 16L20 13.5L17.5 11Z",fill:"currentColor"}),r.createElement(c,{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M21.25 17.5L14 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),x=C;export{C as IconVectorAnchorPointDisconnected,x 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointDisconnected: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kCACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8CACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,4CAA4C,KAAK,eAAe,EACxEG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACxEI,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconVectorAnchorPointDisconnected","props","React","CentralIconBase","IconVectorAnchorPointDisconnected_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVectorAnchorPointStraight: FC<CentralIconBaseProps>;
4
+ export default IconVectorAnchorPointStraight;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var s=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!B.call(r,e)&&e!==t&&s(r,e,{get:()=>o[e],enumerable:!(a=h(o,e))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?f(x(r)):{},c(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>c(s({},"__esModule",{value:!0}),r);var g={};I(g,{IconVectorAnchorPointStraight:()=>u,default:()=>d});module.exports=P(g);var n=C(require("react"));var i=C(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...t})=>i.default.createElement(l.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>n.default.createElement(m,{...r},n.default.createElement(p.Circle,{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(p.Path,{d:"M2.75 17.5L10.0526 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),n.default.createElement(p.Path,{d:"M21.25 17.5L14 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),d=u;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,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","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointStraight","props","React","CentralIconBase","IconVectorAnchorPointStraight_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as a}from"react-native-svg";var e=({children:t,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as c,Path as n}from"react-native-svg";var C=t=>o.createElement(e,{...t},o.createElement(c,{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(n,{d:"M2.75 17.5L10.0526 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),o.createElement(n,{d:"M21.25 17.5L14 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),I=C;export{C as IconVectorAnchorPointStraight,I 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACxEI,EAAA,cAACH,EAAA,CACC,EAAE,wBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconVectorAnchorPointStraight","props","React","CentralIconBase","IconVectorAnchorPointStraight_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVectorAnchorPointStraight1: FC<CentralIconBaseProps>;
4
+ export default IconVectorAnchorPointStraight1;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!L.call(r,s)&&s!==t&&p(r,s,{get:()=>o[s],enumerable:!(l=k(o,s))||l.enumerable});return r};var i=(r,o,t)=>(t=r!=null?m(h(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>C(p({},"__esModule",{value:!0}),r);var P={};x(P,{IconVectorAnchorPointStraight1:()=>d,default:()=>I});module.exports=B(P);var e=i(require("react"));var c=i(require("react")),u=require("react-native-svg"),a=({children:r,size:o=24,...t})=>c.default.createElement(u.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),d=r=>e.default.createElement(a,{...r},e.default.createElement(n.Path,{d:"M2.75 18C2.75 10.75 9 8.5 9 8.5",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M21.25 18C21.25 10.75 15 8.5 15 8.5",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),e.default.createElement(n.Path,{d:"M15 7.75H21.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),e.default.createElement(n.Path,{d:"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M21.5 5.25L19 7.75L21.5 10.25L24 7.75L21.5 5.25Z",fill:"currentColor"}),e.default.createElement(n.Circle,{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"})),I=d;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,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","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:e,size:o=24,...s})=>p.createElement(l,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as C,Path as t}from"react-native-svg";var i=e=>r.createElement(n,{...e},r.createElement(t,{d:"M2.75 18C2.75 10.75 9 8.5 9 8.5",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M21.25 18C21.25 10.75 15 8.5 15 8.5",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement(t,{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement(t,{d:"M15 7.75H21.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement(t,{d:"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z",fill:"currentColor"}),r.createElement(t,{d:"M21.5 5.25L19 7.75L21.5 10.25L24 7.75L21.5 5.25Z",fill:"currentColor"}),r.createElement(C,{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"})),x=i;export{i as IconVectorAnchorPointStraight1,x 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kCACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sCACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8CACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mDACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,CAC1E,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
package/README.md CHANGED
@@ -261,12 +261,15 @@ Below is a complete list of available icons:
261
261
  - IconArrowRotateRightLeft
262
262
  - IconArrowShareLeft
263
263
  - IconArrowShareRight
264
+ - IconArrowsHide
264
265
  - IconArrowSplit
265
266
  - IconArrowsRepeat
266
267
  - IconArrowsRepeatCircle
267
268
  - IconArrowsRepeatLeftRight
268
269
  - IconArrowsRepeatRightLeft
269
270
  - IconArrowsRepeatRightLeftOff
271
+ - IconArrowsShow
272
+ - IconArrowsZoom
270
273
  - IconArrowTopBottom
271
274
  - IconArrowTriangleBottom
272
275
  - IconArrowTriangleLeft
@@ -647,6 +650,10 @@ Below is a complete list of available icons:
647
650
  - IconTextEdit
648
651
  - IconToolbox
649
652
  - IconVariables
653
+ - IconVectorAnchorPointAsymmetric
654
+ - IconVectorAnchorPointDisconnected
655
+ - IconVectorAnchorPointStraight
656
+ - IconVectorAnchorPointStraight1
650
657
  - IconVectorLogo
651
658
  - IconWhiteboard
652
659
  - IconWrite1
@@ -1610,6 +1610,20 @@
1610
1610
  "packageName": "square-outlined-radius-0-stroke-1.5",
1611
1611
  "componentName": "IconArrowShareRight"
1612
1612
  },
1613
+ {
1614
+ "category": "Arrows",
1615
+ "svg": "<path d=\"M8 4.75H2.75V19.25H8\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M16 4.75H21.25V19.25H16\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M9 16.75L12 13.75L15 16.75\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M12 21V14.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M15 7.25L12 10.25L9 7.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M12 9.5V3\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
1616
+ "iconName": "arrows-hide, collapse, minimize",
1617
+ "variant": {
1618
+ "join": "square",
1619
+ "filled": "off",
1620
+ "radius": "0",
1621
+ "stroke": "1.5"
1622
+ },
1623
+ "createdAt": "2025-12-03T09:02:16.575537+00:00",
1624
+ "packageName": "square-outlined-radius-0-stroke-1.5",
1625
+ "componentName": "IconArrowsHide"
1626
+ },
1613
1627
  {
1614
1628
  "category": "Arrows",
1615
1629
  "svg": "<path d=\"M3.75 9.25V3.75H9.25M14.75 3.75H20.25V9.25M12 12V20.25M12 12L4.5 4.5M12 12L19.5 4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
@@ -1694,6 +1708,34 @@
1694
1708
  "packageName": "square-outlined-radius-0-stroke-1.5",
1695
1709
  "componentName": "IconArrowsRepeatRightLeftOff"
1696
1710
  },
1711
+ {
1712
+ "category": "Arrows",
1713
+ "svg": "<path d=\"M9 5.75L12 2.75L15 5.75\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M15 18.25L12 21.25L9 18.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M12 10V3.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M12 20.5V14\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M8 8.75H2.75V15.25H8\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M16 8.75H21.25V15.25H16\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
1714
+ "iconName": "arrows-show, expand, maximize",
1715
+ "variant": {
1716
+ "join": "square",
1717
+ "filled": "off",
1718
+ "radius": "0",
1719
+ "stroke": "1.5"
1720
+ },
1721
+ "createdAt": "2025-12-03T09:02:16.575537+00:00",
1722
+ "packageName": "square-outlined-radius-0-stroke-1.5",
1723
+ "componentName": "IconArrowsShow"
1724
+ },
1725
+ {
1726
+ "category": "Arrows",
1727
+ "svg": "<path d=\"M4.75 10V4.75H10\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M19.25 10V4.75H14\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M19.25 14V19.25H14\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M4.75 14V19.25H10\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M5 5L10 10\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M19 5L14 10\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M19 19L14 14\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M5 19L10 14\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
1728
+ "iconName": "arrows-zoom, scale, motion, move, directions",
1729
+ "variant": {
1730
+ "join": "square",
1731
+ "filled": "off",
1732
+ "radius": "0",
1733
+ "stroke": "1.5"
1734
+ },
1735
+ "createdAt": "2025-12-03T08:02:15.694602+00:00",
1736
+ "packageName": "square-outlined-radius-0-stroke-1.5",
1737
+ "componentName": "IconArrowsZoom"
1738
+ },
1697
1739
  {
1698
1740
  "category": "Arrows",
1699
1741
  "svg": "<path d=\"M3.25 7.75L7.25 3.75L11.25 7.75M12.75 16.25L16.75 20.25L20.75 16.25M7.25 5V20.25M16.75 3.75V19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
@@ -21392,6 +21434,62 @@
21392
21434
  "packageName": "square-outlined-radius-0-stroke-1.5",
21393
21435
  "componentName": "IconVault"
21394
21436
  },
21437
+ {
21438
+ "category": "Edit",
21439
+ "svg": "<path d=\"M2.75 18C2.75 10.75 10 8.5 10 8.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M9.88907 7.75H2.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\" fill=\"currentColor\"/><circle cx=\"13\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M21.25 18C20 12 16 8.5 16 8.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M16 7.75H19\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M20 5.25L17.5 7.75L20 10.25L22.5 7.75L20 5.25Z\" fill=\"currentColor\"/>",
21440
+ "iconName": "vector-anchor-point-asymmetric",
21441
+ "variant": {
21442
+ "join": "square",
21443
+ "filled": "off",
21444
+ "radius": "0",
21445
+ "stroke": "1.5"
21446
+ },
21447
+ "createdAt": "2025-12-03T08:02:15.694602+00:00",
21448
+ "packageName": "square-outlined-radius-0-stroke-1.5",
21449
+ "componentName": "IconVectorAnchorPointAsymmetric"
21450
+ },
21451
+ {
21452
+ "category": "Edit",
21453
+ "svg": "<path d=\"M2.75 18C2.75 10.75 9 8.5 9 8.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M8.88907 7.75H2.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\" fill=\"currentColor\"/><path d=\"M17.5 11L15 13.5L17.5 16L20 13.5L17.5 11Z\" fill=\"currentColor\"/><circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M21.25 17.5L14 10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
21454
+ "iconName": "vector-anchor-point-disconnected",
21455
+ "variant": {
21456
+ "join": "square",
21457
+ "filled": "off",
21458
+ "radius": "0",
21459
+ "stroke": "1.5"
21460
+ },
21461
+ "createdAt": "2025-12-03T08:02:15.694602+00:00",
21462
+ "packageName": "square-outlined-radius-0-stroke-1.5",
21463
+ "componentName": "IconVectorAnchorPointDisconnected"
21464
+ },
21465
+ {
21466
+ "category": "Edit",
21467
+ "svg": "<circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M2.75 17.5L10.0526 10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M21.25 17.5L14 10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
21468
+ "iconName": "vector-anchor-point-straight, no-smoothing",
21469
+ "variant": {
21470
+ "join": "square",
21471
+ "filled": "off",
21472
+ "radius": "0",
21473
+ "stroke": "1.5"
21474
+ },
21475
+ "createdAt": "2025-12-03T08:02:15.694602+00:00",
21476
+ "packageName": "square-outlined-radius-0-stroke-1.5",
21477
+ "componentName": "IconVectorAnchorPointStraight"
21478
+ },
21479
+ {
21480
+ "category": "Edit",
21481
+ "svg": "<path d=\"M2.75 18C2.75 10.75 9 8.5 9 8.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M21.25 18C21.25 10.75 15 8.5 15 8.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M8.88907 7.75H2.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M15 7.75H21.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\" fill=\"currentColor\"/><path d=\"M21.5 5.25L19 7.75L21.5 10.25L24 7.75L21.5 5.25Z\" fill=\"currentColor\"/><circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
21482
+ "iconName": "vector-anchor-point-straight, mirror-angle",
21483
+ "variant": {
21484
+ "join": "square",
21485
+ "filled": "off",
21486
+ "radius": "0",
21487
+ "stroke": "1.5"
21488
+ },
21489
+ "createdAt": "2025-12-03T08:02:15.694602+00:00",
21490
+ "packageName": "square-outlined-radius-0-stroke-1.5",
21491
+ "componentName": "IconVectorAnchorPointStraight1"
21492
+ },
21395
21493
  {
21396
21494
  "category": "Edit",
21397
21495
  "svg": "<path d=\"M6.25 12C6.25 13.2426 5.24264 14.25 4 14.25C2.75736 14.25 1.75 13.2426 1.75 12C1.75 10.7574 2.75736 9.75 4 9.75C5.24264 9.75 6.25 10.7574 6.25 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M22.25 12C22.25 13.2426 21.2426 14.25 20 14.25C18.7574 14.25 17.75 13.2426 17.75 12C17.75 10.7574 18.7574 9.75 20 9.75C21.2426 9.75 22.25 10.7574 22.25 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M6.5 12H17.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M3.58789 9.5C4.66683 5.88564 8.02516 3.25 12.0009 3.25C15.9767 3.25 19.335 5.88564 20.414 9.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M20.414 14.5C19.335 18.1144 15.9767 20.75 12.0009 20.75C8.02517 20.75 4.66684 18.1144 3.58789 14.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
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"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-1.5",
3
- "version": "1.1.51",
3
+ "version": "1.1.53",
4
4
  "style": "square-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1.5/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1613,
14
+ "totalIcons": 1620,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 62,
@@ -95,7 +95,7 @@
95
95
  ]
96
96
  },
97
97
  "Arrows": {
98
- "count": 113,
98
+ "count": 116,
99
99
  "icons": [
100
100
  "IconArrow",
101
101
  "IconArrowBottomTop",
@@ -135,12 +135,15 @@
135
135
  "IconArrowRotateRightLeft",
136
136
  "IconArrowShareLeft",
137
137
  "IconArrowShareRight",
138
+ "IconArrowsHide",
138
139
  "IconArrowSplit",
139
140
  "IconArrowsRepeat",
140
141
  "IconArrowsRepeatCircle",
141
142
  "IconArrowsRepeatLeftRight",
142
143
  "IconArrowsRepeatRightLeft",
143
144
  "IconArrowsRepeatRightLeftOff",
145
+ "IconArrowsShow",
146
+ "IconArrowsZoom",
144
147
  "IconArrowTopBottom",
145
148
  "IconArrowTriangleBottom",
146
149
  "IconArrowTriangleLeft",
@@ -468,7 +471,7 @@
468
471
  ]
469
472
  },
470
473
  "Edit": {
471
- "count": 72,
474
+ "count": 76,
472
475
  "icons": [
473
476
  "IconAddKeyframe",
474
477
  "IconBezier",
@@ -537,6 +540,10 @@
537
540
  "IconTextEdit",
538
541
  "IconToolbox",
539
542
  "IconVariables",
543
+ "IconVectorAnchorPointAsymmetric",
544
+ "IconVectorAnchorPointDisconnected",
545
+ "IconVectorAnchorPointStraight",
546
+ "IconVectorAnchorPointStraight1",
540
547
  "IconVectorLogo",
541
548
  "IconWhiteboard",
542
549
  "IconWrite1",
@@ -1918,12 +1925,15 @@
1918
1925
  "IconArrowsAllSides21": "arrows-all-sides-2, scan-text, text, focus, list",
1919
1926
  "IconArrowShareLeft": "arrow-share-left, back, last, reply",
1920
1927
  "IconArrowShareRight": "arrow-share-right, next, forward",
1928
+ "IconArrowsHide": "arrows-hide, collapse, minimize",
1921
1929
  "IconArrowSplit": "arrow-split, rules, direction, split",
1922
1930
  "IconArrowsRepeat": "arrows-repeat, repost",
1923
1931
  "IconArrowsRepeatCircle": "arrows-repeat-circle, repost",
1924
1932
  "IconArrowsRepeatLeftRight": "arrows-repeat-left-right, retweet",
1925
1933
  "IconArrowsRepeatRightLeft": "arrows-repeat-right-left, repost",
1926
1934
  "IconArrowsRepeatRightLeftOff": "arrows-repeat-right-left-off, repost-off",
1935
+ "IconArrowsShow": "arrows-show, expand, maximize",
1936
+ "IconArrowsZoom": "arrows-zoom, scale, motion, move, directions",
1927
1937
  "IconArrowTopBottom": "arrow-top-bottom, sort 1, switch vertical",
1928
1938
  "IconArrowTriangleBottom": "arrow-triangle-bottom",
1929
1939
  "IconArrowTriangleLeft": "arrow-triangle-left",
@@ -3331,6 +3341,10 @@
3331
3341
  "IconV0": "v0",
3332
3342
  "IconVariables": "variables, figma",
3333
3343
  "IconVault": "vault, safe",
3344
+ "IconVectorAnchorPointAsymmetric": "vector-anchor-point-asymmetric",
3345
+ "IconVectorAnchorPointDisconnected": "vector-anchor-point-disconnected",
3346
+ "IconVectorAnchorPointStraight": "vector-anchor-point-straight, no-smoothing",
3347
+ "IconVectorAnchorPointStraight1": "vector-anchor-point-straight, mirror-angle",
3334
3348
  "IconVectorLogo": "vector-logo, svg",
3335
3349
  "IconVenmo": "venmo",
3336
3350
  "IconVercel": "vercel",
package/index.d.ts CHANGED
@@ -136,11 +136,14 @@ export { IconArrowWallUp, default as IconArrowWallUpDefault, } from "./IconArrow
136
136
  export { IconArrowsAllSides, default as IconArrowsAllSidesDefault, } from "./IconArrowsAllSides";
137
137
  export { IconArrowsAllSides2, default as IconArrowsAllSides2Default, } from "./IconArrowsAllSides2";
138
138
  export { IconArrowsAllSides21, default as IconArrowsAllSides21Default, } from "./IconArrowsAllSides21";
139
+ export { IconArrowsHide, default as IconArrowsHideDefault, } from "./IconArrowsHide";
139
140
  export { IconArrowsRepeat, default as IconArrowsRepeatDefault, } from "./IconArrowsRepeat";
140
141
  export { IconArrowsRepeatCircle, default as IconArrowsRepeatCircleDefault, } from "./IconArrowsRepeatCircle";
141
142
  export { IconArrowsRepeatLeftRight, default as IconArrowsRepeatLeftRightDefault, } from "./IconArrowsRepeatLeftRight";
142
143
  export { IconArrowsRepeatRightLeft, default as IconArrowsRepeatRightLeftDefault, } from "./IconArrowsRepeatRightLeft";
143
144
  export { IconArrowsRepeatRightLeftOff, default as IconArrowsRepeatRightLeftOffDefault, } from "./IconArrowsRepeatRightLeftOff";
145
+ export { IconArrowsShow, default as IconArrowsShowDefault, } from "./IconArrowsShow";
146
+ export { IconArrowsZoom, default as IconArrowsZoomDefault, } from "./IconArrowsZoom";
144
147
  export { IconArtifactNews, default as IconArtifactNewsDefault, } from "./IconArtifactNews";
145
148
  export { IconAspectRatio11, default as IconAspectRatio11Default, } from "./IconAspectRatio11";
146
149
  export { IconAspectRatio169, default as IconAspectRatio169Default, } from "./IconAspectRatio169";
@@ -1526,6 +1529,10 @@ export { IconUsbC, default as IconUsbCDefault } from "./IconUsbC";
1526
1529
  export { IconV0, default as IconV0Default } from "./IconV0";
1527
1530
  export { IconVariables, default as IconVariablesDefault, } from "./IconVariables";
1528
1531
  export { IconVault, default as IconVaultDefault } from "./IconVault";
1532
+ export { IconVectorAnchorPointAsymmetric, default as IconVectorAnchorPointAsymmetricDefault, } from "./IconVectorAnchorPointAsymmetric";
1533
+ export { IconVectorAnchorPointDisconnected, default as IconVectorAnchorPointDisconnectedDefault, } from "./IconVectorAnchorPointDisconnected";
1534
+ export { IconVectorAnchorPointStraight, default as IconVectorAnchorPointStraightDefault, } from "./IconVectorAnchorPointStraight";
1535
+ export { IconVectorAnchorPointStraight1, default as IconVectorAnchorPointStraight1Default, } from "./IconVectorAnchorPointStraight1";
1529
1536
  export { IconVectorLogo, default as IconVectorLogoDefault, } from "./IconVectorLogo";
1530
1537
  export { IconVenmo, default as IconVenmoDefault } from "./IconVenmo";
1531
1538
  export { IconVercel, default as IconVercelDefault } from "./IconVercel";