@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.50 → 1.1.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/IconArrowsAllSides21/index.d.ts +4 -0
  2. package/IconArrowsAllSides21/index.js +2 -0
  3. package/IconArrowsAllSides21/index.js.map +1 -0
  4. package/IconArrowsAllSides21/index.mjs +2 -0
  5. package/IconArrowsAllSides21/index.mjs.map +1 -0
  6. package/IconArrowsZoom/index.d.ts +4 -0
  7. package/IconArrowsZoom/index.js +2 -0
  8. package/IconArrowsZoom/index.js.map +1 -0
  9. package/IconArrowsZoom/index.mjs +2 -0
  10. package/IconArrowsZoom/index.mjs.map +1 -0
  11. package/IconScanTextSparkle/index.d.ts +4 -0
  12. package/IconScanTextSparkle/index.js +2 -0
  13. package/IconScanTextSparkle/index.js.map +1 -0
  14. package/IconScanTextSparkle/index.mjs +2 -0
  15. package/IconScanTextSparkle/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 +20 -6
  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 IconArrowsAllSides21: FC<CentralIconBaseProps>;
4
+ export default IconArrowsAllSides21;
@@ -0,0 +1,2 @@
1
+ "use strict";var a=Object.create;var e=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var V=(r,C)=>{for(var o in C)e(r,o,{get:C[o],enumerable:!0})},f=(r,C,o,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of d(C))!I.call(r,t)&&t!==o&&e(r,t,{get:()=>C[t],enumerable:!(p=c(C,t))||p.enumerable});return r};var s=(r,C,o)=>(o=r!=null?a(B(r)):{},f(C||!r||!r.__esModule?e(o,"default",{value:r,enumerable:!0}):o,r)),x=r=>f(e({},"__esModule",{value:!0}),r);var g={};V(g,{IconArrowsAllSides21:()=>H,default:()=>P});module.exports=x(g);var n=s(require("react"));var i=s(require("react")),m=require("react-native-svg"),u=({children:r,size:C=24,...o})=>i.default.createElement(m.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),H=r=>n.default.createElement(u,{...r},n.default.createElement(l.Path,{d:"M3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M20.5 15C20.7761 15 21 15.2239 21 15.5V18.5C21 19.8807 19.8807 21 18.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H18.5C19.3284 20 20 19.3284 20 18.5V15.5C20 15.2239 20.2239 15 20.5 15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5C3 4.11929 4.11929 3 5.5 3H8.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M18.5 3C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H18.5Z",fill:"currentColor"})),P=H;0&&(module.exports={IconArrowsAllSides21});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowsAllSides21/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 IconArrowsAllSides21: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 15C20.7761 15 21 15.2239 21 15.5V18.5C21 19.8807 19.8807 21 18.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H18.5C19.3284 20 20 19.3284 20 18.5V15.5C20 15.2239 20.2239 15 20.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5C3 4.11929 4.11929 3 5.5 3H8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 3C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H18.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsAllSides21;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qMACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowsAllSides21_exports","__export","IconArrowsAllSides21","IconArrowsAllSides21_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowsAllSides21","props","React","CentralIconBase","IconArrowsAllSides21_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import e from"react";import{Svg as p}from"react-native-svg";var l=({children:n,size:C=24,...t})=>e.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var f=n=>r.createElement(l,{...n},r.createElement(o,{d:"M3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15Z",fill:"currentColor"}),r.createElement(o,{d:"M20.5 15C20.7761 15 21 15.2239 21 15.5V18.5C21 19.8807 19.8807 21 18.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H18.5C19.3284 20 20 19.3284 20 18.5V15.5C20 15.2239 20.2239 15 20.5 15Z",fill:"currentColor"}),r.createElement(o,{d:"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z",fill:"currentColor"}),r.createElement(o,{d:"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z",fill:"currentColor"}),r.createElement(o,{d:"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5C3 4.11929 4.11929 3 5.5 3H8.5Z",fill:"currentColor"}),r.createElement(o,{d:"M18.5 3C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H18.5Z",fill:"currentColor"})),I=f;export{f as IconArrowsAllSides21,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowsAllSides21/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 IconArrowsAllSides21: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 15C20.7761 15 21 15.2239 21 15.5V18.5C21 19.8807 19.8807 21 18.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H18.5C19.3284 20 20 19.3284 20 18.5V15.5C20 15.2239 20.2239 15 20.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5C3 4.11929 4.11929 3 5.5 3H8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 3C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H18.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsAllSides21;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qMACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowsAllSides21","props","React","CentralIconBase","IconArrowsAllSides21_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 u=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var V=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},m=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of H(o))!L.call(r,t)&&t!==C&&l(r,t,{get:()=>o[t],enumerable:!(p=B(o,t))||p.enumerable});return r};var f=(r,o,C)=>(C=r!=null?u(I(r)):{},m(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>m(l({},"__esModule",{value:!0}),r);var d={};V(d,{IconArrowsZoom:()=>i,default:()=>P});module.exports=x(d);var n=f(require("react"));var s=f(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(a.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(e.Path,{d:"M9.39648 13.8965C9.59175 13.7012 9.90825 13.7012 10.1035 13.8965C10.2988 14.0917 10.2988 14.4083 10.1035 14.6035L5.70703 19H9.5C9.77614 19 10 19.2239 10 19.5C10 19.7761 9.77614 20 9.5 20H4.5C4.22386 20 4 19.7761 4 19.5V14.5C4 14.2239 4.22386 14 4.5 14C4.77614 14 5 14.2239 5 14.5V18.293L9.39648 13.8965Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M13.8965 13.8965C14.0917 13.7012 14.4083 13.7012 14.6035 13.8965L19 18.293V14.5C19 14.2239 19.2239 14 19.5 14C19.7761 14 20 14.2239 20 14.5V19.5C20 19.7761 19.7761 20 19.5 20H14.5C14.2239 20 14 19.7761 14 19.5C14 19.2239 14.2239 19 14.5 19H18.293L13.8965 14.6035C13.7012 14.4083 13.7012 14.0917 13.8965 13.8965Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M9.5 4C9.77614 4 10 4.22386 10 4.5C10 4.77614 9.77614 5 9.5 5H5.70703L10.1035 9.39648C10.2988 9.59175 10.2988 9.90825 10.1035 10.1035C9.90825 10.2988 9.59175 10.2988 9.39648 10.1035L5 5.70703V9.5C5 9.77614 4.77614 10 4.5 10C4.22386 10 4 9.77614 4 9.5V4.5C4 4.22386 4.22386 4 4.5 4H9.5Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M19.5 4C19.7761 4 20 4.22386 20 4.5V9.5C20 9.77614 19.7761 10 19.5 10C19.2239 10 19 9.77614 19 9.5V5.70703L14.6035 10.1035C14.4083 10.2988 14.0917 10.2988 13.8965 10.1035C13.7012 9.90825 13.7012 9.59175 13.8965 9.39648L18.293 5H14.5C14.2239 5 14 4.77614 14 4.5C14 4.22386 14.2239 4 14.5 4H19.5Z",fill:"currentColor"})),P=i;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\n d=\"M9.39648 13.8965C9.59175 13.7012 9.90825 13.7012 10.1035 13.8965C10.2988 14.0917 10.2988 14.4083 10.1035 14.6035L5.70703 19H9.5C9.77614 19 10 19.2239 10 19.5C10 19.7761 9.77614 20 9.5 20H4.5C4.22386 20 4 19.7761 4 19.5V14.5C4 14.2239 4.22386 14 4.5 14C4.77614 14 5 14.2239 5 14.5V18.293L9.39648 13.8965Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.8965 13.8965C14.0917 13.7012 14.4083 13.7012 14.6035 13.8965L19 18.293V14.5C19 14.2239 19.2239 14 19.5 14C19.7761 14 20 14.2239 20 14.5V19.5C20 19.7761 19.7761 20 19.5 20H14.5C14.2239 20 14 19.7761 14 19.5C14 19.2239 14.2239 19 14.5 19H18.293L13.8965 14.6035C13.7012 14.4083 13.7012 14.0917 13.8965 13.8965Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 4C9.77614 4 10 4.22386 10 4.5C10 4.77614 9.77614 5 9.5 5H5.70703L10.1035 9.39648C10.2988 9.59175 10.2988 9.90825 10.1035 10.1035C9.90825 10.2988 9.59175 10.2988 9.39648 10.1035L5 5.70703V9.5C5 9.77614 4.77614 10 4.5 10C4.22386 10 4 9.77614 4 9.5V4.5C4 4.22386 4.22386 4 4.5 4H9.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5 4C19.7761 4 20 4.22386 20 4.5V9.5C20 9.77614 19.7761 10 19.5 10C19.2239 10 19 9.77614 19 9.5V5.70703L14.6035 10.1035C14.4083 10.2988 14.0917 10.2988 13.8965 10.1035C13.7012 9.90825 13.7012 9.59175 13.8965 9.39648L18.293 5H14.5C14.2239 5 14 4.77614 14 4.5C14 4.22386 14.2239 4 14.5 4H19.5Z\"\n fill=\"currentColor\"\n />\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,QACC,EAAE,kTACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0TACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gSACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ySACF,KAAK,eACP,CACF,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 o from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...e})=>l.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var m=n=>o.createElement(t,{...n},o.createElement(C,{d:"M9.39648 13.8965C9.59175 13.7012 9.90825 13.7012 10.1035 13.8965C10.2988 14.0917 10.2988 14.4083 10.1035 14.6035L5.70703 19H9.5C9.77614 19 10 19.2239 10 19.5C10 19.7761 9.77614 20 9.5 20H4.5C4.22386 20 4 19.7761 4 19.5V14.5C4 14.2239 4.22386 14 4.5 14C4.77614 14 5 14.2239 5 14.5V18.293L9.39648 13.8965Z",fill:"currentColor"}),o.createElement(C,{d:"M13.8965 13.8965C14.0917 13.7012 14.4083 13.7012 14.6035 13.8965L19 18.293V14.5C19 14.2239 19.2239 14 19.5 14C19.7761 14 20 14.2239 20 14.5V19.5C20 19.7761 19.7761 20 19.5 20H14.5C14.2239 20 14 19.7761 14 19.5C14 19.2239 14.2239 19 14.5 19H18.293L13.8965 14.6035C13.7012 14.4083 13.7012 14.0917 13.8965 13.8965Z",fill:"currentColor"}),o.createElement(C,{d:"M9.5 4C9.77614 4 10 4.22386 10 4.5C10 4.77614 9.77614 5 9.5 5H5.70703L10.1035 9.39648C10.2988 9.59175 10.2988 9.90825 10.1035 10.1035C9.90825 10.2988 9.59175 10.2988 9.39648 10.1035L5 5.70703V9.5C5 9.77614 4.77614 10 4.5 10C4.22386 10 4 9.77614 4 9.5V4.5C4 4.22386 4.22386 4 4.5 4H9.5Z",fill:"currentColor"}),o.createElement(C,{d:"M19.5 4C19.7761 4 20 4.22386 20 4.5V9.5C20 9.77614 19.7761 10 19.5 10C19.2239 10 19 9.77614 19 9.5V5.70703L14.6035 10.1035C14.4083 10.2988 14.0917 10.2988 13.8965 10.1035C13.7012 9.90825 13.7012 9.59175 13.8965 9.39648L18.293 5H14.5C14.2239 5 14 4.77614 14 4.5C14 4.22386 14.2239 4 14.5 4H19.5Z",fill:"currentColor"})),L=m;export{m as IconArrowsZoom,L 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\n d=\"M9.39648 13.8965C9.59175 13.7012 9.90825 13.7012 10.1035 13.8965C10.2988 14.0917 10.2988 14.4083 10.1035 14.6035L5.70703 19H9.5C9.77614 19 10 19.2239 10 19.5C10 19.7761 9.77614 20 9.5 20H4.5C4.22386 20 4 19.7761 4 19.5V14.5C4 14.2239 4.22386 14 4.5 14C4.77614 14 5 14.2239 5 14.5V18.293L9.39648 13.8965Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.8965 13.8965C14.0917 13.7012 14.4083 13.7012 14.6035 13.8965L19 18.293V14.5C19 14.2239 19.2239 14 19.5 14C19.7761 14 20 14.2239 20 14.5V19.5C20 19.7761 19.7761 20 19.5 20H14.5C14.2239 20 14 19.7761 14 19.5C14 19.2239 14.2239 19 14.5 19H18.293L13.8965 14.6035C13.7012 14.4083 13.7012 14.0917 13.8965 13.8965Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 4C9.77614 4 10 4.22386 10 4.5C10 4.77614 9.77614 5 9.5 5H5.70703L10.1035 9.39648C10.2988 9.59175 10.2988 9.90825 10.1035 10.1035C9.90825 10.2988 9.59175 10.2988 9.39648 10.1035L5 5.70703V9.5C5 9.77614 4.77614 10 4.5 10C4.22386 10 4 9.77614 4 9.5V4.5C4 4.22386 4.22386 4 4.5 4H9.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5 4C19.7761 4 20 4.22386 20 4.5V9.5C20 9.77614 19.7761 10 19.5 10C19.2239 10 19 9.77614 19 9.5V5.70703L14.6035 10.1035C14.4083 10.2988 14.0917 10.2988 13.8965 10.1035C13.7012 9.90825 13.7012 9.59175 13.8965 9.39648L18.293 5H14.5C14.2239 5 14 4.77614 14 4.5C14 4.22386 14.2239 4 14.5 4H19.5Z\"\n fill=\"currentColor\"\n />\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,CACC,EAAE,kTACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0TACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gSACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ySACF,KAAK,eACP,CACF,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 IconScanTextSparkle: FC<CentralIconBaseProps>;
4
+ export default IconScanTextSparkle;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var l=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(C,r)=>{for(var o in r)l(C,o,{get:r[o],enumerable:!0})},f=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of d(r))!B.call(C,e)&&e!==o&&l(C,e,{get:()=>r[e],enumerable:!(p=H(r,e))||p.enumerable});return C};var m=(C,r,o)=>(o=C!=null?c(x(C)):{},f(r||!C||!C.__esModule?l(o,"default",{value:C,enumerable:!0}):o,C)),L=C=>f(l({},"__esModule",{value:!0}),C);var g={};I(g,{IconScanTextSparkle:()=>u,default:()=>P});module.exports=L(g);var n=m(require("react"));var a=m(require("react")),i=require("react-native-svg"),s=({children:C,size:r=24,...o})=>a.default.createElement(i.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var t=require("react-native-svg"),u=C=>n.default.createElement(s,{...C},n.default.createElement(t.Path,{d:"M3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5C3 4.11929 4.11929 3 5.5 3H8.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M18.5 3C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H18.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z",fill:"currentColor"})),P=u;0&&(module.exports={IconScanTextSparkle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconScanTextSparkle/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 IconScanTextSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5C3 4.11929 4.11929 3 5.5 3H8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 3C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H18.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanTextSparkle;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,onBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconScanTextSparkle_exports","__export","IconScanTextSparkle","IconScanTextSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconScanTextSparkle","props","React","CentralIconBase","IconScanTextSparkle_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...e})=>l.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var f=n=>C.createElement(t,{...n},C.createElement(o,{d:"M3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15Z",fill:"currentColor"}),C.createElement(o,{d:"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z",fill:"currentColor"}),C.createElement(o,{d:"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z",fill:"currentColor"}),C.createElement(o,{d:"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5C3 4.11929 4.11929 3 5.5 3H8.5Z",fill:"currentColor"}),C.createElement(o,{d:"M18.5 3C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H18.5Z",fill:"currentColor"}),C.createElement(o,{d:"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z",fill:"currentColor"})),B=f;export{f as IconScanTextSparkle,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconScanTextSparkle/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 IconScanTextSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5C3 4.11929 4.11929 3 5.5 3H8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 3C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H18.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanTextSparkle;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,onBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconScanTextSparkle","props","React","CentralIconBase","IconScanTextSparkle_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 B=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of L(o))!u.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(p=I(o,t))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?B(P(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var v={};x(v,{IconVectorAnchorPointAsymmetric:()=>i,default:()=>h});module.exports=g(v);var n=m(require("react"));var c=m(require("react")),l=require("react-native-svg"),s=({children:r,size:o=24,...C})=>c.default.createElement(l.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>n.default.createElement(s,{...r},n.default.createElement(f.Path,{d:"M13 4C14.7631 4.00004 16.2212 5.30392 16.4638 7H20.5L21.6464 5.85352C21.8417 5.65833 22.1582 5.65828 22.3535 5.85352L23.6464 7.14648C23.8416 7.34173 23.8416 7.65827 23.6464 7.85352L22.3535 9.14648C22.1582 9.34172 21.8417 9.34167 21.6464 9.14648L20.5 8H16.5537C16.6673 8.09253 16.8142 8.21579 16.9853 8.37207C17.4016 8.75226 17.9684 9.3245 18.581 10.1045C19.807 11.6654 21.2184 14.056 21.9873 17.3877C22.0493 17.6567 21.8812 17.9252 21.6123 17.9873C21.3432 18.0493 21.0747 17.8813 21.0127 17.6123C20.2815 14.4441 18.9429 12.1856 17.7939 10.7227C17.2192 9.99095 16.692 9.45788 16.3115 9.11035C16.2617 9.06487 16.2134 9.02357 16.1689 8.98438C15.6103 10.1749 14.402 11 13 11C11.5085 11 10.2354 10.067 9.73141 8.75293C8.60841 8.98128 7.01977 9.73457 5.66305 11.0693C4.1825 12.526 2.99996 14.6521 2.99996 17.5C2.99996 17.7761 2.77607 18 2.49996 18C2.22382 18 1.99996 17.7761 1.99996 17.5C1.99996 14.348 3.31749 11.9742 4.96188 10.3564C6.14905 9.18848 7.51914 8.40399 8.70699 8H3.49996L2.35348 9.14648C2.15824 9.34172 1.84171 9.34167 1.64645 9.14648L0.353478 7.85352C0.158216 7.65825 0.158216 7.34175 0.353478 7.14648L1.64645 5.85352C1.84171 5.65833 2.15824 5.65828 2.35348 5.85352L3.49996 7H9.53609C9.77875 5.3039 11.2368 4 13 4Z",fill:"currentColor"})),h=i;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 { Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointAsymmetric: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 4C14.7631 4.00004 16.2212 5.30392 16.4638 7H20.5L21.6464 5.85352C21.8417 5.65833 22.1582 5.65828 22.3535 5.85352L23.6464 7.14648C23.8416 7.34173 23.8416 7.65827 23.6464 7.85352L22.3535 9.14648C22.1582 9.34172 21.8417 9.34167 21.6464 9.14648L20.5 8H16.5537C16.6673 8.09253 16.8142 8.21579 16.9853 8.37207C17.4016 8.75226 17.9684 9.3245 18.581 10.1045C19.807 11.6654 21.2184 14.056 21.9873 17.3877C22.0493 17.6567 21.8812 17.9252 21.6123 17.9873C21.3432 18.0493 21.0747 17.8813 21.0127 17.6123C20.2815 14.4441 18.9429 12.1856 17.7939 10.7227C17.2192 9.99095 16.692 9.45788 16.3115 9.11035C16.2617 9.06487 16.2134 9.02357 16.1689 8.98438C15.6103 10.1749 14.402 11 13 11C11.5085 11 10.2354 10.067 9.73141 8.75293C8.60841 8.98128 7.01977 9.73457 5.66305 11.0693C4.1825 12.526 2.99996 14.6521 2.99996 17.5C2.99996 17.7761 2.77607 18 2.49996 18C2.22382 18 1.99996 17.7761 1.99996 17.5C1.99996 14.348 3.31749 11.9742 4.96188 10.3564C6.14905 9.18848 7.51914 8.40399 8.70699 8H3.49996L2.35348 9.14648C2.15824 9.34172 1.84171 9.34167 1.64645 9.14648L0.353478 7.85352C0.158216 7.65825 0.158216 7.34175 0.353478 7.14648L1.64645 5.85352C1.84171 5.65833 2.15824 5.65828 2.35348 5.85352L3.49996 7H9.53609C9.77875 5.3039 11.2368 4 13 4Z\"\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,EAAqB,4BAERC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0sCACF,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 t from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:o,size:r=24,...e})=>n.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var m=o=>t.createElement(C,{...o},t.createElement(a,{d:"M13 4C14.7631 4.00004 16.2212 5.30392 16.4638 7H20.5L21.6464 5.85352C21.8417 5.65833 22.1582 5.65828 22.3535 5.85352L23.6464 7.14648C23.8416 7.34173 23.8416 7.65827 23.6464 7.85352L22.3535 9.14648C22.1582 9.34172 21.8417 9.34167 21.6464 9.14648L20.5 8H16.5537C16.6673 8.09253 16.8142 8.21579 16.9853 8.37207C17.4016 8.75226 17.9684 9.3245 18.581 10.1045C19.807 11.6654 21.2184 14.056 21.9873 17.3877C22.0493 17.6567 21.8812 17.9252 21.6123 17.9873C21.3432 18.0493 21.0747 17.8813 21.0127 17.6123C20.2815 14.4441 18.9429 12.1856 17.7939 10.7227C17.2192 9.99095 16.692 9.45788 16.3115 9.11035C16.2617 9.06487 16.2134 9.02357 16.1689 8.98438C15.6103 10.1749 14.402 11 13 11C11.5085 11 10.2354 10.067 9.73141 8.75293C8.60841 8.98128 7.01977 9.73457 5.66305 11.0693C4.1825 12.526 2.99996 14.6521 2.99996 17.5C2.99996 17.7761 2.77607 18 2.49996 18C2.22382 18 1.99996 17.7761 1.99996 17.5C1.99996 14.348 3.31749 11.9742 4.96188 10.3564C6.14905 9.18848 7.51914 8.40399 8.70699 8H3.49996L2.35348 9.14648C2.15824 9.34172 1.84171 9.34167 1.64645 9.14648L0.353478 7.85352C0.158216 7.65825 0.158216 7.34175 0.353478 7.14648L1.64645 5.85352C1.84171 5.65833 2.15824 5.65828 2.35348 5.85352L3.49996 7H9.53609C9.77875 5.3039 11.2368 4 13 4Z",fill:"currentColor"})),u=m;export{m as IconVectorAnchorPointAsymmetric,u 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 { Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointAsymmetric: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 4C14.7631 4.00004 16.2212 5.30392 16.4638 7H20.5L21.6464 5.85352C21.8417 5.65833 22.1582 5.65828 22.3535 5.85352L23.6464 7.14648C23.8416 7.34173 23.8416 7.65827 23.6464 7.85352L22.3535 9.14648C22.1582 9.34172 21.8417 9.34167 21.6464 9.14648L20.5 8H16.5537C16.6673 8.09253 16.8142 8.21579 16.9853 8.37207C17.4016 8.75226 17.9684 9.3245 18.581 10.1045C19.807 11.6654 21.2184 14.056 21.9873 17.3877C22.0493 17.6567 21.8812 17.9252 21.6123 17.9873C21.3432 18.0493 21.0747 17.8813 21.0127 17.6123C20.2815 14.4441 18.9429 12.1856 17.7939 10.7227C17.2192 9.99095 16.692 9.45788 16.3115 9.11035C16.2617 9.06487 16.2134 9.02357 16.1689 8.98438C15.6103 10.1749 14.402 11 13 11C11.5085 11 10.2354 10.067 9.73141 8.75293C8.60841 8.98128 7.01977 9.73457 5.66305 11.0693C4.1825 12.526 2.99996 14.6521 2.99996 17.5C2.99996 17.7761 2.77607 18 2.49996 18C2.22382 18 1.99996 17.7761 1.99996 17.5C1.99996 14.348 3.31749 11.9742 4.96188 10.3564C6.14905 9.18848 7.51914 8.40399 8.70699 8H3.49996L2.35348 9.14648C2.15824 9.34172 1.84171 9.34167 1.64645 9.14648L0.353478 7.85352C0.158216 7.65825 0.158216 7.34175 0.353478 7.14648L1.64645 5.85352C1.84171 5.65833 2.15824 5.65828 2.35348 5.85352L3.49996 7H9.53609C9.77875 5.3039 11.2368 4 13 4Z\"\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,QAAAG,MAAY,mBAEd,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0sCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","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 i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!u.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(p=B(r,e))||p.enumerable});return o};var c=(o,r,t)=>(t=o!=null?i(P(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),g=o=>a(n({},"__esModule",{value:!0}),o);var v={};x(v,{IconVectorAnchorPointDisconnected:()=>f,default:()=>h});module.exports=g(v);var C=c(require("react"));var L=c(require("react")),l=require("react-native-svg"),m=({children:o,size:r=24,...t})=>L.default.createElement(l.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),f=o=>C.default.createElement(m,{...o},C.default.createElement(s.Path,{d:"M12 4C13.9329 4.00004 15.5 5.56703 15.5 7.5C15.5 8.4138 15.1487 9.24483 14.5752 9.86816L16.8535 12.1465L17.1464 11.8535C17.3417 11.6583 17.6582 11.6583 17.8535 11.8535L19.1464 13.1465C19.3416 13.3417 19.3416 13.6583 19.1464 13.8535L18.8535 14.1465L21.8535 17.1465C22.0487 17.3417 22.0487 17.6583 21.8535 17.8535C21.6582 18.0488 21.3417 18.0487 21.1464 17.8535L18.1464 14.8535L17.8535 15.1465C17.6582 15.3417 17.3417 15.3417 17.1464 15.1465L15.8535 13.8535C15.6582 13.6583 15.6582 13.3417 15.8535 13.1465L16.1464 12.8535L13.7959 10.5029C13.2706 10.8177 12.6568 11 12 11C10.5506 11 9.3069 10.119 8.77535 8.86328C6.98859 9.75984 3.22527 12.2631 3.00973 17.5205C2.9984 17.7964 2.76512 18.0113 2.48922 18C2.21352 17.9885 1.99843 17.7553 2.00973 17.4795C2.24479 11.7461 6.31367 8.9961 8.26754 8H3.49996L2.35348 9.14648C2.15824 9.34172 1.84171 9.34167 1.64645 9.14648L0.353478 7.85352C0.158216 7.65825 0.158216 7.34175 0.353478 7.14648L1.64645 5.85352C1.84171 5.65833 2.15824 5.65828 2.35348 5.85352L3.49996 7H8.53609C8.77875 5.3039 10.2368 4 12 4Z",fill:"currentColor"})),h=f;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 { Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointDisconnected: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 4C13.9329 4.00004 15.5 5.56703 15.5 7.5C15.5 8.4138 15.1487 9.24483 14.5752 9.86816L16.8535 12.1465L17.1464 11.8535C17.3417 11.6583 17.6582 11.6583 17.8535 11.8535L19.1464 13.1465C19.3416 13.3417 19.3416 13.6583 19.1464 13.8535L18.8535 14.1465L21.8535 17.1465C22.0487 17.3417 22.0487 17.6583 21.8535 17.8535C21.6582 18.0488 21.3417 18.0487 21.1464 17.8535L18.1464 14.8535L17.8535 15.1465C17.6582 15.3417 17.3417 15.3417 17.1464 15.1465L15.8535 13.8535C15.6582 13.6583 15.6582 13.3417 15.8535 13.1465L16.1464 12.8535L13.7959 10.5029C13.2706 10.8177 12.6568 11 12 11C10.5506 11 9.3069 10.119 8.77535 8.86328C6.98859 9.75984 3.22527 12.2631 3.00973 17.5205C2.9984 17.7964 2.76512 18.0113 2.48922 18C2.21352 17.9885 1.99843 17.7553 2.00973 17.4795C2.24479 11.7461 6.31367 8.9961 8.26754 8H3.49996L2.35348 9.14648C2.15824 9.34172 1.84171 9.34167 1.64645 9.14648L0.353478 7.85352C0.158216 7.65825 0.158216 7.34175 0.353478 7.14648L1.64645 5.85352C1.84171 5.65833 2.15824 5.65828 2.35348 5.85352L3.49996 7H8.53609C8.77875 5.3039 10.2368 4 12 4Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,ohCACF,KAAK,eACP,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 e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var c=r=>e.createElement(t,{...r},e.createElement(a,{d:"M12 4C13.9329 4.00004 15.5 5.56703 15.5 7.5C15.5 8.4138 15.1487 9.24483 14.5752 9.86816L16.8535 12.1465L17.1464 11.8535C17.3417 11.6583 17.6582 11.6583 17.8535 11.8535L19.1464 13.1465C19.3416 13.3417 19.3416 13.6583 19.1464 13.8535L18.8535 14.1465L21.8535 17.1465C22.0487 17.3417 22.0487 17.6583 21.8535 17.8535C21.6582 18.0488 21.3417 18.0487 21.1464 17.8535L18.1464 14.8535L17.8535 15.1465C17.6582 15.3417 17.3417 15.3417 17.1464 15.1465L15.8535 13.8535C15.6582 13.6583 15.6582 13.3417 15.8535 13.1465L16.1464 12.8535L13.7959 10.5029C13.2706 10.8177 12.6568 11 12 11C10.5506 11 9.3069 10.119 8.77535 8.86328C6.98859 9.75984 3.22527 12.2631 3.00973 17.5205C2.9984 17.7964 2.76512 18.0113 2.48922 18C2.21352 17.9885 1.99843 17.7553 2.00973 17.4795C2.24479 11.7461 6.31367 8.9961 8.26754 8H3.49996L2.35348 9.14648C2.15824 9.34172 1.84171 9.34167 1.64645 9.14648L0.353478 7.85352C0.158216 7.65825 0.158216 7.34175 0.353478 7.14648L1.64645 5.85352C1.84171 5.65833 2.15824 5.65828 2.35348 5.85352L3.49996 7H8.53609C8.77875 5.3039 10.2368 4 12 4Z",fill:"currentColor"})),u=c;export{c as IconVectorAnchorPointDisconnected,u 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 { Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointDisconnected: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 4C13.9329 4.00004 15.5 5.56703 15.5 7.5C15.5 8.4138 15.1487 9.24483 14.5752 9.86816L16.8535 12.1465L17.1464 11.8535C17.3417 11.6583 17.6582 11.6583 17.8535 11.8535L19.1464 13.1465C19.3416 13.3417 19.3416 13.6583 19.1464 13.8535L18.8535 14.1465L21.8535 17.1465C22.0487 17.3417 22.0487 17.6583 21.8535 17.8535C21.6582 18.0488 21.3417 18.0487 21.1464 17.8535L18.1464 14.8535L17.8535 15.1465C17.6582 15.3417 17.3417 15.3417 17.1464 15.1465L15.8535 13.8535C15.6582 13.6583 15.6582 13.3417 15.8535 13.1465L16.1464 12.8535L13.7959 10.5029C13.2706 10.8177 12.6568 11 12 11C10.5506 11 9.3069 10.119 8.77535 8.86328C6.98859 9.75984 3.22527 12.2631 3.00973 17.5205C2.9984 17.7964 2.76512 18.0113 2.48922 18C2.21352 17.9885 1.99843 17.7553 2.00973 17.4795C2.24479 11.7461 6.31367 8.9961 8.26754 8H3.49996L2.35348 9.14648C2.15824 9.34172 1.84171 9.34167 1.64645 9.14648L0.353478 7.85352C0.158216 7.65825 0.158216 7.34175 0.353478 7.14648L1.64645 5.85352C1.84171 5.65833 2.15824 5.65828 2.35348 5.85352L3.49996 7H8.53609C8.77875 5.3039 10.2368 4 12 4Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,ohCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","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 u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!d.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(C=B(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(P(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),v=o=>l(n({},"__esModule",{value:!0}),o);var h={};g(h,{IconVectorAnchorPointStraight:()=>i,default:()=>x});module.exports=v(h);var p=a(require("react"));var c=a(require("react")),m=require("react-native-svg"),s=({children:o,size:r=24,...e})=>c.default.createElement(m.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(s,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0001 4C13.9331 4 15.5001 5.567 15.5001 7.5C15.5001 8.28941 15.2378 9.01701 14.7969 9.60254L21.8653 17.1582C22.0539 17.3598 22.0435 17.6766 21.8419 17.8652C21.6402 18.0538 21.3235 18.0434 21.1348 17.8418L14.087 10.3086C13.5042 10.7423 12.7824 11 12.0001 11C11.2174 11 10.4951 10.7427 9.91217 10.3086L2.8653 17.8418C2.67663 18.0433 2.35988 18.0538 2.15827 17.8652C1.95676 17.6766 1.94628 17.3598 2.13483 17.1582L9.20221 9.60254C8.76159 9.01711 8.50006 8.28914 8.50006 7.5C8.50006 5.56704 10.0671 4.00007 12.0001 4Z",fill:"currentColor"})),x=i;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 { Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.0001 4C13.9331 4 15.5001 5.567 15.5001 7.5C15.5001 8.28941 15.2378 9.01701 14.7969 9.60254L21.8653 17.1582C22.0539 17.3598 22.0435 17.6766 21.8419 17.8652C21.6402 18.0538 21.3235 18.0434 21.1348 17.8418L14.087 10.3086C13.5042 10.7423 12.7824 11 12.0001 11C11.2174 11 10.4951 10.7427 9.91217 10.3086L2.8653 17.8418C2.67663 18.0433 2.35988 18.0538 2.15827 17.8652C1.95676 17.6766 1.94628 17.3598 2.13483 17.1582L9.20221 9.60254C8.76159 9.01711 8.50006 8.28914 8.50006 7.5C8.50006 5.56704 10.0671 4.00007 12.0001 4Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ugBACF,KAAK,eACP,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 t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(C,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0001 4C13.9331 4 15.5001 5.567 15.5001 7.5C15.5001 8.28941 15.2378 9.01701 14.7969 9.60254L21.8653 17.1582C22.0539 17.3598 22.0435 17.6766 21.8419 17.8652C21.6402 18.0538 21.3235 18.0434 21.1348 17.8418L14.087 10.3086C13.5042 10.7423 12.7824 11 12.0001 11C11.2174 11 10.4951 10.7427 9.91217 10.3086L2.8653 17.8418C2.67663 18.0433 2.35988 18.0538 2.15827 17.8652C1.95676 17.6766 1.94628 17.3598 2.13483 17.1582L9.20221 9.60254C8.76159 9.01711 8.50006 8.28914 8.50006 7.5C8.50006 5.56704 10.0671 4.00007 12.0001 4Z",fill:"currentColor"})),d=a;export{a as IconVectorAnchorPointStraight,d 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 { Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.0001 4C13.9331 4 15.5001 5.567 15.5001 7.5C15.5001 8.28941 15.2378 9.01701 14.7969 9.60254L21.8653 17.1582C22.0539 17.3598 22.0435 17.6766 21.8419 17.8652C21.6402 18.0538 21.3235 18.0434 21.1348 17.8418L14.087 10.3086C13.5042 10.7423 12.7824 11 12.0001 11C11.2174 11 10.4951 10.7427 9.91217 10.3086L2.8653 17.8418C2.67663 18.0433 2.35988 18.0538 2.15827 17.8652C1.95676 17.6766 1.94628 17.3598 2.13483 17.1582L9.20221 9.60254C8.76159 9.01711 8.50006 8.28914 8.50006 7.5C8.50006 5.56704 10.0671 4.00007 12.0001 4Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,ugBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","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 u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>a(e({},"__esModule",{value:!0}),r);var d={};g(d,{IconVectorAnchorPointStraight1:()=>i,default:()=>h});module.exports=x(d);var n=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...C})=>c.default.createElement(f.Svg,{...C,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"),i=r=>n.default.createElement(s,{...r},n.default.createElement(p.Path,{d:"M1.64643 5.85346C1.84169 5.65823 2.15821 5.65821 2.35346 5.85346L3.49994 6.99994H8.99994C9.27605 6.99998 9.49994 7.22383 9.49994 7.49994C9.4999 7.77603 9.27603 7.9999 8.99994 7.99994H3.49994L2.35346 9.14643C2.15823 9.34161 1.84169 9.34156 1.64643 9.14643L0.353459 7.85346C0.158209 7.65821 0.158235 7.34169 0.353459 7.14643L1.64643 5.85346Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M21.6464 5.85346C21.8417 5.65823 22.1582 5.65821 22.3535 5.85346L23.6464 7.14643C23.8416 7.34169 23.8416 7.65823 23.6464 7.85346L22.3535 9.14643C22.1582 9.34162 21.8417 9.34156 21.6464 9.14643L20.4999 7.99994H14.9999C14.7238 7.99994 14.5 7.77605 14.4999 7.49994C14.4999 7.2238 14.7238 6.99994 14.9999 6.99994H20.4999L21.6464 5.85346Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M11.9995 4C13.9324 4 15.4995 5.567 15.4995 7.5C15.4995 7.62608 15.491 7.75041 15.478 7.87305C17.3057 8.74922 21.7429 11.4834 21.9887 17.4795C22 17.7553 21.7859 17.9885 21.5102 18C21.2345 18.0111 21.001 17.7963 20.9897 17.5205C20.7741 12.2615 17.0092 9.75814 15.2231 8.8623C14.6917 10.1183 13.449 11 11.9995 11C10.5502 10.9998 9.30645 10.1189 8.77484 8.86328C6.98792 9.76001 3.22572 12.2635 3.01019 17.5205C2.99888 17.7964 2.76557 18.0113 2.48968 18C2.21378 17.9887 1.99888 17.7554 2.01019 17.4795C2.25596 11.4849 6.69131 8.74996 8.51996 7.87305C8.50696 7.75045 8.49945 7.62605 8.49945 7.5C8.49945 5.56715 10.0667 4.00023 11.9995 4Z",fill:"currentColor"})),h=i;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 { Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M1.64643 5.85346C1.84169 5.65823 2.15821 5.65821 2.35346 5.85346L3.49994 6.99994H8.99994C9.27605 6.99998 9.49994 7.22383 9.49994 7.49994C9.4999 7.77603 9.27603 7.9999 8.99994 7.99994H3.49994L2.35346 9.14643C2.15823 9.34161 1.84169 9.34156 1.64643 9.14643L0.353459 7.85346C0.158209 7.65821 0.158235 7.34169 0.353459 7.14643L1.64643 5.85346Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6464 5.85346C21.8417 5.65823 22.1582 5.65821 22.3535 5.85346L23.6464 7.14643C23.8416 7.34169 23.8416 7.65823 23.6464 7.85346L22.3535 9.14643C22.1582 9.34162 21.8417 9.34156 21.6464 9.14643L20.4999 7.99994H14.9999C14.7238 7.99994 14.5 7.77605 14.4999 7.49994C14.4999 7.2238 14.7238 6.99994 14.9999 6.99994H20.4999L21.6464 5.85346Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9995 4C13.9324 4 15.4995 5.567 15.4995 7.5C15.4995 7.62608 15.491 7.75041 15.478 7.87305C17.3057 8.74922 21.7429 11.4834 21.9887 17.4795C22 17.7553 21.7859 17.9885 21.5102 18C21.2345 18.0111 21.001 17.7963 20.9897 17.5205C20.7741 12.2615 17.0092 9.75814 15.2231 8.8623C14.6917 10.1183 13.449 11 11.9995 11C10.5502 10.9998 9.30645 10.1189 8.77484 8.86328C6.98792 9.76001 3.22572 12.2635 3.01019 17.5205C2.99888 17.7964 2.76557 18.0113 2.48968 18C2.21378 17.9887 1.99888 17.7554 2.01019 17.4795C2.25596 11.4849 6.69131 8.74996 8.51996 7.87305C8.50696 7.75045 8.49945 7.62605 8.49945 7.5C8.49945 5.56715 10.0667 4.00023 11.9995 4Z\"\n fill=\"currentColor\"\n />\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,EAAqB,4BAERC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sVACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gVACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0nBACF,KAAK,eACP,CACF,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 o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:C,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as t}from"react-native-svg";var a=C=>o.createElement(n,{...C},o.createElement(t,{d:"M1.64643 5.85346C1.84169 5.65823 2.15821 5.65821 2.35346 5.85346L3.49994 6.99994H8.99994C9.27605 6.99998 9.49994 7.22383 9.49994 7.49994C9.4999 7.77603 9.27603 7.9999 8.99994 7.99994H3.49994L2.35346 9.14643C2.15823 9.34161 1.84169 9.34156 1.64643 9.14643L0.353459 7.85346C0.158209 7.65821 0.158235 7.34169 0.353459 7.14643L1.64643 5.85346Z",fill:"currentColor"}),o.createElement(t,{d:"M21.6464 5.85346C21.8417 5.65823 22.1582 5.65821 22.3535 5.85346L23.6464 7.14643C23.8416 7.34169 23.8416 7.65823 23.6464 7.85346L22.3535 9.14643C22.1582 9.34162 21.8417 9.34156 21.6464 9.14643L20.4999 7.99994H14.9999C14.7238 7.99994 14.5 7.77605 14.4999 7.49994C14.4999 7.2238 14.7238 6.99994 14.9999 6.99994H20.4999L21.6464 5.85346Z",fill:"currentColor"}),o.createElement(t,{d:"M11.9995 4C13.9324 4 15.4995 5.567 15.4995 7.5C15.4995 7.62608 15.491 7.75041 15.478 7.87305C17.3057 8.74922 21.7429 11.4834 21.9887 17.4795C22 17.7553 21.7859 17.9885 21.5102 18C21.2345 18.0111 21.001 17.7963 20.9897 17.5205C20.7741 12.2615 17.0092 9.75814 15.2231 8.8623C14.6917 10.1183 13.449 11 11.9995 11C10.5502 10.9998 9.30645 10.1189 8.77484 8.86328C6.98792 9.76001 3.22572 12.2635 3.01019 17.5205C2.99888 17.7964 2.76557 18.0113 2.48968 18C2.21378 17.9887 1.99888 17.7554 2.01019 17.4795C2.25596 11.4849 6.69131 8.74996 8.51996 7.87305C8.50696 7.75045 8.49945 7.62605 8.49945 7.5C8.49945 5.56715 10.0667 4.00023 11.9995 4Z",fill:"currentColor"})),P=a;export{a as IconVectorAnchorPointStraight1,P 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 { Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M1.64643 5.85346C1.84169 5.65823 2.15821 5.65821 2.35346 5.85346L3.49994 6.99994H8.99994C9.27605 6.99998 9.49994 7.22383 9.49994 7.49994C9.4999 7.77603 9.27603 7.9999 8.99994 7.99994H3.49994L2.35346 9.14643C2.15823 9.34161 1.84169 9.34156 1.64643 9.14643L0.353459 7.85346C0.158209 7.65821 0.158235 7.34169 0.353459 7.14643L1.64643 5.85346Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6464 5.85346C21.8417 5.65823 22.1582 5.65821 22.3535 5.85346L23.6464 7.14643C23.8416 7.34169 23.8416 7.65823 23.6464 7.85346L22.3535 9.14643C22.1582 9.34162 21.8417 9.34156 21.6464 9.14643L20.4999 7.99994H14.9999C14.7238 7.99994 14.5 7.77605 14.4999 7.49994C14.4999 7.2238 14.7238 6.99994 14.9999 6.99994H20.4999L21.6464 5.85346Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9995 4C13.9324 4 15.4995 5.567 15.4995 7.5C15.4995 7.62608 15.491 7.75041 15.478 7.87305C17.3057 8.74922 21.7429 11.4834 21.9887 17.4795C22 17.7553 21.7859 17.9885 21.5102 18C21.2345 18.0111 21.001 17.7963 20.9897 17.5205C20.7741 12.2615 17.0092 9.75814 15.2231 8.8623C14.6917 10.1183 13.449 11 11.9995 11C10.5502 10.9998 9.30645 10.1189 8.77484 8.86328C6.98792 9.76001 3.22572 12.2635 3.01019 17.5205C2.99888 17.7964 2.76557 18.0113 2.48968 18C2.21378 17.9887 1.99888 17.7554 2.01019 17.4795C2.25596 11.4849 6.69131 8.74996 8.51996 7.87305C8.50696 7.75045 8.49945 7.62605 8.49945 7.5C8.49945 5.56715 10.0667 4.00023 11.9995 4Z\"\n fill=\"currentColor\"\n />\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,QAAAG,MAAY,mBAEd,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sVACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gVACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0nBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
package/README.md CHANGED
@@ -187,6 +187,7 @@ Below is a complete list of available icons:
187
187
  - IconPromptTextToImage
188
188
  - IconPromptTextToVideo
189
189
  - IconRobot
190
+ - IconScanTextSparkle
190
191
  - IconSearchIntelligence
191
192
  - IconSearchlinesSparkle
192
193
  - IconSparkle
@@ -266,6 +267,7 @@ Below is a complete list of available icons:
266
267
  - IconArrowsRepeatLeftRight
267
268
  - IconArrowsRepeatRightLeft
268
269
  - IconArrowsRepeatRightLeftOff
270
+ - IconArrowsZoom
269
271
  - IconArrowTopBottom
270
272
  - IconArrowTriangleBottom
271
273
  - IconArrowTriangleLeft
@@ -646,6 +648,10 @@ Below is a complete list of available icons:
646
648
  - IconTextEdit
647
649
  - IconToolbox
648
650
  - IconVariables
651
+ - IconVectorAnchorPointAsymmetric
652
+ - IconVectorAnchorPointDisconnected
653
+ - IconVectorAnchorPointStraight
654
+ - IconVectorAnchorPointStraight1
649
655
  - IconVectorLogo
650
656
  - IconWhiteboard
651
657
  - IconWrite1
@@ -882,6 +888,7 @@ Below is a complete list of available icons:
882
888
  - IconArrowRounded
883
889
  - IconArrowsAllSides
884
890
  - IconArrowsAllSides2
891
+ - IconArrowsAllSides21
885
892
  - IconBarcode
886
893
  - IconBarsThree
887
894
  - IconBarsThree2
@@ -1568,6 +1568,20 @@
1568
1568
  "packageName": "round-filled-radius-2-stroke-1",
1569
1569
  "componentName": "IconArrowsAllSides2"
1570
1570
  },
1571
+ {
1572
+ "category": "Interface General",
1573
+ "svg": "<path d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15Z\" fill=\"currentColor\"/><path d=\"M20.5 15C20.7761 15 21 15.2239 21 15.5V18.5C21 19.8807 19.8807 21 18.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H18.5C19.3284 20 20 19.3284 20 18.5V15.5C20 15.2239 20.2239 15 20.5 15Z\" fill=\"currentColor\"/><path d=\"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z\" fill=\"currentColor\"/><path d=\"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z\" fill=\"currentColor\"/><path d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5C3 4.11929 4.11929 3 5.5 3H8.5Z\" fill=\"currentColor\"/><path d=\"M18.5 3C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H18.5Z\" fill=\"currentColor\"/>",
1574
+ "iconName": "arrows-all-sides-2, scan-text, text, focus, list",
1575
+ "variant": {
1576
+ "join": "round",
1577
+ "filled": "on",
1578
+ "radius": "2",
1579
+ "stroke": "1"
1580
+ },
1581
+ "createdAt": "2025-12-02T09:01:54.409183+00:00",
1582
+ "packageName": "round-filled-radius-2-stroke-1",
1583
+ "componentName": "IconArrowsAllSides21"
1584
+ },
1571
1585
  {
1572
1586
  "category": "Arrows",
1573
1587
  "svg": "<path d=\"M11.9993 4.18996C11.9993 3.10619 10.7143 2.53592 9.91067 3.26304L1.27855 11.0731C0.730069 11.5693 0.730067 12.4306 1.27855 12.9269L9.91067 20.7369C10.7143 21.464 11.9993 20.8938 11.9993 19.81V16.0024C15.9109 16.0407 18.0478 16.5342 19.3724 17.3069C20.7274 18.0973 21.2962 19.2118 22.0521 20.7236C22.1558 20.931 22.3885 21.0399 22.6142 20.9866C22.8399 20.9333 22.9993 20.7319 22.9993 20.5C22.9993 16.2298 22.3782 13.0672 20.5638 10.9841C18.8049 8.9646 16.0276 8.0711 11.9993 8.00407V4.18996Z\" fill=\"currentColor\"/>",
@@ -1680,6 +1694,20 @@
1680
1694
  "packageName": "round-filled-radius-2-stroke-1",
1681
1695
  "componentName": "IconArrowsRepeatRightLeftOff"
1682
1696
  },
1697
+ {
1698
+ "category": "Arrows",
1699
+ "svg": "<path d=\"M9.39648 13.8965C9.59175 13.7012 9.90825 13.7012 10.1035 13.8965C10.2988 14.0917 10.2988 14.4083 10.1035 14.6035L5.70703 19H9.5C9.77614 19 10 19.2239 10 19.5C10 19.7761 9.77614 20 9.5 20H4.5C4.22386 20 4 19.7761 4 19.5V14.5C4 14.2239 4.22386 14 4.5 14C4.77614 14 5 14.2239 5 14.5V18.293L9.39648 13.8965Z\" fill=\"currentColor\"/><path d=\"M13.8965 13.8965C14.0917 13.7012 14.4083 13.7012 14.6035 13.8965L19 18.293V14.5C19 14.2239 19.2239 14 19.5 14C19.7761 14 20 14.2239 20 14.5V19.5C20 19.7761 19.7761 20 19.5 20H14.5C14.2239 20 14 19.7761 14 19.5C14 19.2239 14.2239 19 14.5 19H18.293L13.8965 14.6035C13.7012 14.4083 13.7012 14.0917 13.8965 13.8965Z\" fill=\"currentColor\"/><path d=\"M9.5 4C9.77614 4 10 4.22386 10 4.5C10 4.77614 9.77614 5 9.5 5H5.70703L10.1035 9.39648C10.2988 9.59175 10.2988 9.90825 10.1035 10.1035C9.90825 10.2988 9.59175 10.2988 9.39648 10.1035L5 5.70703V9.5C5 9.77614 4.77614 10 4.5 10C4.22386 10 4 9.77614 4 9.5V4.5C4 4.22386 4.22386 4 4.5 4H9.5Z\" fill=\"currentColor\"/><path d=\"M19.5 4C19.7761 4 20 4.22386 20 4.5V9.5C20 9.77614 19.7761 10 19.5 10C19.2239 10 19 9.77614 19 9.5V5.70703L14.6035 10.1035C14.4083 10.2988 14.0917 10.2988 13.8965 10.1035C13.7012 9.90825 13.7012 9.59175 13.8965 9.39648L18.293 5H14.5C14.2239 5 14 4.77614 14 4.5C14 4.22386 14.2239 4 14.5 4H19.5Z\" fill=\"currentColor\"/>",
1700
+ "iconName": "arrows-zoom, scale, motion, move, directions",
1701
+ "variant": {
1702
+ "join": "round",
1703
+ "filled": "on",
1704
+ "radius": "2",
1705
+ "stroke": "1"
1706
+ },
1707
+ "createdAt": "2025-12-03T08:02:15.694602+00:00",
1708
+ "packageName": "round-filled-radius-2-stroke-1",
1709
+ "componentName": "IconArrowsZoom"
1710
+ },
1683
1711
  {
1684
1712
  "category": "Arrows",
1685
1713
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 4.20696L11.1464 7.3534C11.3417 7.54867 11.6583 7.54867 11.8536 7.3534C12.0488 7.15814 12.0488 6.84156 11.8536 6.6463L8.56066 3.3534C7.97487 2.76762 7.02513 2.76762 6.43934 3.3534L3.14645 6.6463C2.95118 6.84156 2.95118 7.15814 3.14645 7.3534C3.34171 7.54867 3.65829 7.54867 3.85355 7.3534L7 4.20696V20.4998C7 20.776 7.22386 20.9998 7.5 20.9998C7.77614 20.9998 8 20.776 8 20.4998V4.20696ZM16.5 2.99985C16.7761 2.99985 17 3.22371 17 3.49985V19.7927L20.1464 16.6463C20.3417 16.451 20.6583 16.451 20.8536 16.6463C21.0488 16.8416 21.0488 17.1581 20.8536 17.3534L17.5607 20.6463C16.9749 21.2321 16.0251 21.2321 15.4393 20.6463L12.1464 17.3534C11.9512 17.1581 11.9512 16.8416 12.1464 16.6463C12.3417 16.451 12.6583 16.451 12.8536 16.6463L16 19.7927V3.49985C16 3.22371 16.2239 2.99985 16.5 2.99985Z\" fill=\"currentColor\"/>",
@@ -17332,6 +17360,20 @@
17332
17360
  "packageName": "round-filled-radius-2-stroke-1",
17333
17361
  "componentName": "IconSatellite2"
17334
17362
  },
17363
+ {
17364
+ "category": "AI & Magic",
17365
+ "svg": "<path d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15Z\" fill=\"currentColor\"/><path d=\"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z\" fill=\"currentColor\"/><path d=\"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z\" fill=\"currentColor\"/><path d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5C3 4.11929 4.11929 3 5.5 3H8.5Z\" fill=\"currentColor\"/><path d=\"M18.5 3C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H18.5Z\" fill=\"currentColor\"/><path d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\" fill=\"currentColor\"/>",
17366
+ "iconName": "scan-text-sparkle, scan, arrows-all-sides,focus, list",
17367
+ "variant": {
17368
+ "join": "round",
17369
+ "filled": "on",
17370
+ "radius": "2",
17371
+ "stroke": "1"
17372
+ },
17373
+ "createdAt": "2025-12-02T09:01:54.409183+00:00",
17374
+ "packageName": "round-filled-radius-2-stroke-1",
17375
+ "componentName": "IconScanTextSparkle"
17376
+ },
17335
17377
  {
17336
17378
  "category": "Building",
17337
17379
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.5 4C7.11929 4 6 5.11929 6 6.5V19H5V8H4.5C3.11929 8 2 9.11929 2 10.5V19H1.5C1.22386 19 1 19.2239 1 19.5C1 19.7761 1.22386 20 1.5 20H22.5C22.7761 20 23 19.7761 23 19.5C23 19.2239 22.7761 19 22.5 19H22V10.5C22 9.11929 20.8807 8 19.5 8H19V19H18V6.5C18 5.11929 16.8807 4 15.5 4H8.5ZM14 16.5V19H10V16.5C10 15.6716 10.6716 15 11.5 15H12.5C13.3284 15 14 15.6716 14 16.5Z\" fill=\"currentColor\"/>",
@@ -21364,6 +21406,62 @@
21364
21406
  "packageName": "round-filled-radius-2-stroke-1",
21365
21407
  "componentName": "IconVault"
21366
21408
  },
21409
+ {
21410
+ "category": "Edit",
21411
+ "svg": "<path d=\"M13 4C14.7631 4.00004 16.2212 5.30392 16.4638 7H20.5L21.6464 5.85352C21.8417 5.65833 22.1582 5.65828 22.3535 5.85352L23.6464 7.14648C23.8416 7.34173 23.8416 7.65827 23.6464 7.85352L22.3535 9.14648C22.1582 9.34172 21.8417 9.34167 21.6464 9.14648L20.5 8H16.5537C16.6673 8.09253 16.8142 8.21579 16.9853 8.37207C17.4016 8.75226 17.9684 9.3245 18.581 10.1045C19.807 11.6654 21.2184 14.056 21.9873 17.3877C22.0493 17.6567 21.8812 17.9252 21.6123 17.9873C21.3432 18.0493 21.0747 17.8813 21.0127 17.6123C20.2815 14.4441 18.9429 12.1856 17.7939 10.7227C17.2192 9.99095 16.692 9.45788 16.3115 9.11035C16.2617 9.06487 16.2134 9.02357 16.1689 8.98438C15.6103 10.1749 14.402 11 13 11C11.5085 11 10.2354 10.067 9.73141 8.75293C8.60841 8.98128 7.01977 9.73457 5.66305 11.0693C4.1825 12.526 2.99996 14.6521 2.99996 17.5C2.99996 17.7761 2.77607 18 2.49996 18C2.22382 18 1.99996 17.7761 1.99996 17.5C1.99996 14.348 3.31749 11.9742 4.96188 10.3564C6.14905 9.18848 7.51914 8.40399 8.70699 8H3.49996L2.35348 9.14648C2.15824 9.34172 1.84171 9.34167 1.64645 9.14648L0.353478 7.85352C0.158216 7.65825 0.158216 7.34175 0.353478 7.14648L1.64645 5.85352C1.84171 5.65833 2.15824 5.65828 2.35348 5.85352L3.49996 7H9.53609C9.77875 5.3039 11.2368 4 13 4Z\" fill=\"currentColor\"/>",
21412
+ "iconName": "vector-anchor-point-asymmetric",
21413
+ "variant": {
21414
+ "join": "round",
21415
+ "filled": "on",
21416
+ "radius": "2",
21417
+ "stroke": "1"
21418
+ },
21419
+ "createdAt": "2025-12-03T08:02:15.694602+00:00",
21420
+ "packageName": "round-filled-radius-2-stroke-1",
21421
+ "componentName": "IconVectorAnchorPointAsymmetric"
21422
+ },
21423
+ {
21424
+ "category": "Edit",
21425
+ "svg": "<path d=\"M12 4C13.9329 4.00004 15.5 5.56703 15.5 7.5C15.5 8.4138 15.1487 9.24483 14.5752 9.86816L16.8535 12.1465L17.1464 11.8535C17.3417 11.6583 17.6582 11.6583 17.8535 11.8535L19.1464 13.1465C19.3416 13.3417 19.3416 13.6583 19.1464 13.8535L18.8535 14.1465L21.8535 17.1465C22.0487 17.3417 22.0487 17.6583 21.8535 17.8535C21.6582 18.0488 21.3417 18.0487 21.1464 17.8535L18.1464 14.8535L17.8535 15.1465C17.6582 15.3417 17.3417 15.3417 17.1464 15.1465L15.8535 13.8535C15.6582 13.6583 15.6582 13.3417 15.8535 13.1465L16.1464 12.8535L13.7959 10.5029C13.2706 10.8177 12.6568 11 12 11C10.5506 11 9.3069 10.119 8.77535 8.86328C6.98859 9.75984 3.22527 12.2631 3.00973 17.5205C2.9984 17.7964 2.76512 18.0113 2.48922 18C2.21352 17.9885 1.99843 17.7553 2.00973 17.4795C2.24479 11.7461 6.31367 8.9961 8.26754 8H3.49996L2.35348 9.14648C2.15824 9.34172 1.84171 9.34167 1.64645 9.14648L0.353478 7.85352C0.158216 7.65825 0.158216 7.34175 0.353478 7.14648L1.64645 5.85352C1.84171 5.65833 2.15824 5.65828 2.35348 5.85352L3.49996 7H8.53609C8.77875 5.3039 10.2368 4 12 4Z\" fill=\"currentColor\"/>",
21426
+ "iconName": "vector-anchor-point-disconnected",
21427
+ "variant": {
21428
+ "join": "round",
21429
+ "filled": "on",
21430
+ "radius": "2",
21431
+ "stroke": "1"
21432
+ },
21433
+ "createdAt": "2025-12-03T08:02:15.694602+00:00",
21434
+ "packageName": "round-filled-radius-2-stroke-1",
21435
+ "componentName": "IconVectorAnchorPointDisconnected"
21436
+ },
21437
+ {
21438
+ "category": "Edit",
21439
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 4C13.9331 4 15.5001 5.567 15.5001 7.5C15.5001 8.28941 15.2378 9.01701 14.7969 9.60254L21.8653 17.1582C22.0539 17.3598 22.0435 17.6766 21.8419 17.8652C21.6402 18.0538 21.3235 18.0434 21.1348 17.8418L14.087 10.3086C13.5042 10.7423 12.7824 11 12.0001 11C11.2174 11 10.4951 10.7427 9.91217 10.3086L2.8653 17.8418C2.67663 18.0433 2.35988 18.0538 2.15827 17.8652C1.95676 17.6766 1.94628 17.3598 2.13483 17.1582L9.20221 9.60254C8.76159 9.01711 8.50006 8.28914 8.50006 7.5C8.50006 5.56704 10.0671 4.00007 12.0001 4Z\" fill=\"currentColor\"/>",
21440
+ "iconName": "vector-anchor-point-straight, no-smoothing",
21441
+ "variant": {
21442
+ "join": "round",
21443
+ "filled": "on",
21444
+ "radius": "2",
21445
+ "stroke": "1"
21446
+ },
21447
+ "createdAt": "2025-12-03T08:02:15.694602+00:00",
21448
+ "packageName": "round-filled-radius-2-stroke-1",
21449
+ "componentName": "IconVectorAnchorPointStraight"
21450
+ },
21451
+ {
21452
+ "category": "Edit",
21453
+ "svg": "<path d=\"M1.64643 5.85346C1.84169 5.65823 2.15821 5.65821 2.35346 5.85346L3.49994 6.99994H8.99994C9.27605 6.99998 9.49994 7.22383 9.49994 7.49994C9.4999 7.77603 9.27603 7.9999 8.99994 7.99994H3.49994L2.35346 9.14643C2.15823 9.34161 1.84169 9.34156 1.64643 9.14643L0.353459 7.85346C0.158209 7.65821 0.158235 7.34169 0.353459 7.14643L1.64643 5.85346Z\" fill=\"currentColor\"/><path d=\"M21.6464 5.85346C21.8417 5.65823 22.1582 5.65821 22.3535 5.85346L23.6464 7.14643C23.8416 7.34169 23.8416 7.65823 23.6464 7.85346L22.3535 9.14643C22.1582 9.34162 21.8417 9.34156 21.6464 9.14643L20.4999 7.99994H14.9999C14.7238 7.99994 14.5 7.77605 14.4999 7.49994C14.4999 7.2238 14.7238 6.99994 14.9999 6.99994H20.4999L21.6464 5.85346Z\" fill=\"currentColor\"/><path d=\"M11.9995 4C13.9324 4 15.4995 5.567 15.4995 7.5C15.4995 7.62608 15.491 7.75041 15.478 7.87305C17.3057 8.74922 21.7429 11.4834 21.9887 17.4795C22 17.7553 21.7859 17.9885 21.5102 18C21.2345 18.0111 21.001 17.7963 20.9897 17.5205C20.7741 12.2615 17.0092 9.75814 15.2231 8.8623C14.6917 10.1183 13.449 11 11.9995 11C10.5502 10.9998 9.30645 10.1189 8.77484 8.86328C6.98792 9.76001 3.22572 12.2635 3.01019 17.5205C2.99888 17.7964 2.76557 18.0113 2.48968 18C2.21378 17.9887 1.99888 17.7554 2.01019 17.4795C2.25596 11.4849 6.69131 8.74996 8.51996 7.87305C8.50696 7.75045 8.49945 7.62605 8.49945 7.5C8.49945 5.56715 10.0667 4.00023 11.9995 4Z\" fill=\"currentColor\"/>",
21454
+ "iconName": "vector-anchor-point-straight, mirror-angle",
21455
+ "variant": {
21456
+ "join": "round",
21457
+ "filled": "on",
21458
+ "radius": "2",
21459
+ "stroke": "1"
21460
+ },
21461
+ "createdAt": "2025-12-03T08:02:15.694602+00:00",
21462
+ "packageName": "round-filled-radius-2-stroke-1",
21463
+ "componentName": "IconVectorAnchorPointStraight1"
21464
+ },
21367
21465
  {
21368
21466
  "category": "Edit",
21369
21467
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 12C1 10.8599 1.76319 9.89802 2.80656 9.59742C3.87087 5.51415 7.58287 2.5 12 2.5C16.4171 2.5 20.1291 5.51416 21.1934 9.59743C22.2368 9.89803 23 10.8599 23 12C23 13.1401 22.2368 14.102 21.1934 14.4026C20.1291 18.4858 16.4171 21.5 12 21.5C7.58287 21.5 3.87087 18.4858 2.80656 14.4026C1.76319 14.102 1 13.1401 1 12ZM5.94999 11.5C5.74212 10.476 4.90834 9.67923 3.86536 9.52651C4.92449 6.03839 8.16635 3.5 12 3.5C15.8337 3.5 19.0755 6.03839 20.1346 9.52651C19.0917 9.67923 18.2579 10.476 18.05 11.5H5.94999ZM18.05 12.5C18.2579 13.524 19.0917 14.3208 20.1346 14.4735C19.0755 17.9616 15.8337 20.5 12 20.5C8.16635 20.5 4.9245 17.9616 3.86536 14.4735C4.90834 14.3208 5.74212 13.524 5.94999 12.5H18.05Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -111,6 +111,7 @@ export type CentralIconName =
111
111
  | "IconArrowRounded"
112
112
  | "IconArrowsAllSides"
113
113
  | "IconArrowsAllSides2"
114
+ | "IconArrowsAllSides21"
114
115
  | "IconArrowShareLeft"
115
116
  | "IconArrowShareRight"
116
117
  | "IconArrowSplit"
@@ -119,6 +120,7 @@ export type CentralIconName =
119
120
  | "IconArrowsRepeatLeftRight"
120
121
  | "IconArrowsRepeatRightLeft"
121
122
  | "IconArrowsRepeatRightLeftOff"
123
+ | "IconArrowsZoom"
122
124
  | "IconArrowTopBottom"
123
125
  | "IconArrowTriangleBottom"
124
126
  | "IconArrowTriangleLeft"
@@ -1237,6 +1239,7 @@ export type CentralIconName =
1237
1239
  | "IconSandbox"
1238
1240
  | "IconSatellite1"
1239
1241
  | "IconSatellite2"
1242
+ | "IconScanTextSparkle"
1240
1243
  | "IconSchool"
1241
1244
  | "IconScissors1"
1242
1245
  | "IconScissors2"
@@ -1525,6 +1528,10 @@ export type CentralIconName =
1525
1528
  | "IconV0"
1526
1529
  | "IconVariables"
1527
1530
  | "IconVault"
1531
+ | "IconVectorAnchorPointAsymmetric"
1532
+ | "IconVectorAnchorPointDisconnected"
1533
+ | "IconVectorAnchorPointStraight"
1534
+ | "IconVectorAnchorPointStraight1"
1528
1535
  | "IconVectorLogo"
1529
1536
  | "IconVenmo"
1530
1537
  | "IconVercel"