@central-icons-react-native/round-filled-radius-1-stroke-2 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,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of d(o))!I.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(p=c(o,t))||p.enumerable});return r};var s=(r,o,C)=>(C=r!=null?a(B(r)):{},f(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,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:o=24,...C})=>i.default.createElement(m.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 l=require("react-native-svg"),H=r=>n.default.createElement(u,{...r},n.default.createElement(l.Path,{d:"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H5C3.89543 21 3 20.1046 3 19V16C3 15.4477 3.44772 15 4 15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M20 15C20.5523 15 21 15.4477 21 16V19C21 20.1046 20.1046 21 19 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H19V16C19 15.4477 19.4477 15 20 15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M13 13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H9C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H13Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M15 9C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9 9 9H15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V5C3 3.89543 3.89543 3 5 3H8Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19 3C20.1046 3 21 3.89543 21 5V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H19Z",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=\"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H5C3.89543 21 3 20.1046 3 19V16C3 15.4477 3.44772 15 4 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 15C20.5523 15 21 15.4477 21 16V19C21 20.1046 20.1046 21 19 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H19V16C19 15.4477 19.4477 15 20 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H9C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 9C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9 9 9H15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V5C3 3.89543 3.89543 3 5 3H8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 3C20.1046 3 21 3.89543 21 5V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H19Z\"\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,qJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qJACF,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:o=24,...t})=>e.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>r.createElement(l,{...n},r.createElement(C,{d:"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H5C3.89543 21 3 20.1046 3 19V16C3 15.4477 3.44772 15 4 15Z",fill:"currentColor"}),r.createElement(C,{d:"M20 15C20.5523 15 21 15.4477 21 16V19C21 20.1046 20.1046 21 19 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H19V16C19 15.4477 19.4477 15 20 15Z",fill:"currentColor"}),r.createElement(C,{d:"M13 13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H9C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H13Z",fill:"currentColor"}),r.createElement(C,{d:"M15 9C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9 9 9H15Z",fill:"currentColor"}),r.createElement(C,{d:"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V5C3 3.89543 3.89543 3 5 3H8Z",fill:"currentColor"}),r.createElement(C,{d:"M19 3C20.1046 3 21 3.89543 21 5V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H19Z",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=\"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H5C3.89543 21 3 20.1046 3 19V16C3 15.4477 3.44772 15 4 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 15C20.5523 15 21 15.4477 21 16V19C21 20.1046 20.1046 21 19 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H19V16C19 15.4477 19.4477 15 20 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H9C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 9C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9 9 9H15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V5C3 3.89543 3.89543 3 5 3H8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 3C20.1046 3 21 3.89543 21 5V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H19Z\"\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,qJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qJACF,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:"M8.79297 13.793C9.18349 13.4024 9.81651 13.4024 10.207 13.793C10.5976 14.1835 10.5976 14.8165 10.207 15.207L7.41406 18H9C9.55228 18 10 18.4477 10 19C10 19.5523 9.55228 20 9 20H5C4.44772 20 4 19.5523 4 19V15C4 14.4477 4.44772 14 5 14C5.55228 14 6 14.4477 6 15V16.5859L8.79297 13.793Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M13.793 13.793C14.1835 13.4024 14.8165 13.4024 15.207 13.793L18 16.5859V15C18 14.4477 18.4477 14 19 14C19.5523 14 20 14.4477 20 15V19C20 19.5523 19.5523 20 19 20H15C14.4477 20 14 19.5523 14 19C14 18.4477 14.4477 18 15 18H16.5859L13.793 15.207C13.4024 14.8165 13.4024 14.1835 13.793 13.793Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M9 4C9.55228 4 10 4.44772 10 5C10 5.55228 9.55228 6 9 6H7.41406L10.207 8.79297C10.5976 9.18349 10.5976 9.81651 10.207 10.207C9.81651 10.5976 9.18349 10.5976 8.79297 10.207L6 7.41406V9C6 9.55228 5.55228 10 5 10C4.44772 10 4 9.55228 4 9V5C4 4.44772 4.44772 4 5 4H9Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M19 4C19.5523 4 20 4.44772 20 5V9C20 9.55228 19.5523 10 19 10C18.4477 10 18 9.55228 18 9V7.41406L15.207 10.207C14.8165 10.5976 14.1835 10.5976 13.793 10.207C13.4024 9.81651 13.4024 9.18349 13.793 8.79297L16.5859 6H15C14.4477 6 14 5.55228 14 5C14 4.44772 14.4477 4 15 4H19Z",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=\"M8.79297 13.793C9.18349 13.4024 9.81651 13.4024 10.207 13.793C10.5976 14.1835 10.5976 14.8165 10.207 15.207L7.41406 18H9C9.55228 18 10 18.4477 10 19C10 19.5523 9.55228 20 9 20H5C4.44772 20 4 19.5523 4 19V15C4 14.4477 4.44772 14 5 14C5.55228 14 6 14.4477 6 15V16.5859L8.79297 13.793Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.793 13.793C14.1835 13.4024 14.8165 13.4024 15.207 13.793L18 16.5859V15C18 14.4477 18.4477 14 19 14C19.5523 14 20 14.4477 20 15V19C20 19.5523 19.5523 20 19 20H15C14.4477 20 14 19.5523 14 19C14 18.4477 14.4477 18 15 18H16.5859L13.793 15.207C13.4024 14.8165 13.4024 14.1835 13.793 13.793Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 4C9.55228 4 10 4.44772 10 5C10 5.55228 9.55228 6 9 6H7.41406L10.207 8.79297C10.5976 9.18349 10.5976 9.81651 10.207 10.207C9.81651 10.5976 9.18349 10.5976 8.79297 10.207L6 7.41406V9C6 9.55228 5.55228 10 5 10C4.44772 10 4 9.55228 4 9V5C4 4.44772 4.44772 4 5 4H9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 4C19.5523 4 20 4.44772 20 5V9C20 9.55228 19.5523 10 19 10C18.4477 10 18 9.55228 18 9V7.41406L15.207 10.207C14.8165 10.5976 14.1835 10.5976 13.793 10.207C13.4024 9.81651 13.4024 9.18349 13.793 8.79297L16.5859 6H15C14.4477 6 14 5.55228 14 5C14 4.44772 14.4477 4 15 4H19Z\"\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,6RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oSACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0QACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mRACF,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:"M8.79297 13.793C9.18349 13.4024 9.81651 13.4024 10.207 13.793C10.5976 14.1835 10.5976 14.8165 10.207 15.207L7.41406 18H9C9.55228 18 10 18.4477 10 19C10 19.5523 9.55228 20 9 20H5C4.44772 20 4 19.5523 4 19V15C4 14.4477 4.44772 14 5 14C5.55228 14 6 14.4477 6 15V16.5859L8.79297 13.793Z",fill:"currentColor"}),o.createElement(C,{d:"M13.793 13.793C14.1835 13.4024 14.8165 13.4024 15.207 13.793L18 16.5859V15C18 14.4477 18.4477 14 19 14C19.5523 14 20 14.4477 20 15V19C20 19.5523 19.5523 20 19 20H15C14.4477 20 14 19.5523 14 19C14 18.4477 14.4477 18 15 18H16.5859L13.793 15.207C13.4024 14.8165 13.4024 14.1835 13.793 13.793Z",fill:"currentColor"}),o.createElement(C,{d:"M9 4C9.55228 4 10 4.44772 10 5C10 5.55228 9.55228 6 9 6H7.41406L10.207 8.79297C10.5976 9.18349 10.5976 9.81651 10.207 10.207C9.81651 10.5976 9.18349 10.5976 8.79297 10.207L6 7.41406V9C6 9.55228 5.55228 10 5 10C4.44772 10 4 9.55228 4 9V5C4 4.44772 4.44772 4 5 4H9Z",fill:"currentColor"}),o.createElement(C,{d:"M19 4C19.5523 4 20 4.44772 20 5V9C20 9.55228 19.5523 10 19 10C18.4477 10 18 9.55228 18 9V7.41406L15.207 10.207C14.8165 10.5976 14.1835 10.5976 13.793 10.207C13.4024 9.81651 13.4024 9.18349 13.793 8.79297L16.5859 6H15C14.4477 6 14 5.55228 14 5C14 4.44772 14.4477 4 15 4H19Z",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=\"M8.79297 13.793C9.18349 13.4024 9.81651 13.4024 10.207 13.793C10.5976 14.1835 10.5976 14.8165 10.207 15.207L7.41406 18H9C9.55228 18 10 18.4477 10 19C10 19.5523 9.55228 20 9 20H5C4.44772 20 4 19.5523 4 19V15C4 14.4477 4.44772 14 5 14C5.55228 14 6 14.4477 6 15V16.5859L8.79297 13.793Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.793 13.793C14.1835 13.4024 14.8165 13.4024 15.207 13.793L18 16.5859V15C18 14.4477 18.4477 14 19 14C19.5523 14 20 14.4477 20 15V19C20 19.5523 19.5523 20 19 20H15C14.4477 20 14 19.5523 14 19C14 18.4477 14.4477 18 15 18H16.5859L13.793 15.207C13.4024 14.8165 13.4024 14.1835 13.793 13.793Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 4C9.55228 4 10 4.44772 10 5C10 5.55228 9.55228 6 9 6H7.41406L10.207 8.79297C10.5976 9.18349 10.5976 9.81651 10.207 10.207C9.81651 10.5976 9.18349 10.5976 8.79297 10.207L6 7.41406V9C6 9.55228 5.55228 10 5 10C4.44772 10 4 9.55228 4 9V5C4 4.44772 4.44772 4 5 4H9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 4C19.5523 4 20 4.44772 20 5V9C20 9.55228 19.5523 10 19 10C18.4477 10 18 9.55228 18 9V7.41406L15.207 10.207C14.8165 10.5976 14.1835 10.5976 13.793 10.207C13.4024 9.81651 13.4024 9.18349 13.793 8.79297L16.5859 6H15C14.4477 6 14 5.55228 14 5C14 4.44772 14.4477 4 15 4H19Z\"\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,6RACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oSACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0QACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mRACF,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=(r,C)=>{for(var o in C)l(r,o,{get:C[o],enumerable:!0})},f=(r,C,o,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let e of d(C))!B.call(r,e)&&e!==o&&l(r,e,{get:()=>C[e],enumerable:!(p=H(C,e))||p.enumerable});return r};var m=(r,C,o)=>(o=r!=null?c(x(r)):{},f(C||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o,r)),L=r=>f(l({},"__esModule",{value:!0}),r);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:r,size:C=24,...o})=>a.default.createElement(i.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 t=require("react-native-svg"),u=r=>n.default.createElement(s,{...r},n.default.createElement(t.Path,{d:"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H5C3.89543 21 3 20.1046 3 19V16C3 15.4477 3.44772 15 4 15Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M13 13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H9C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H13Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M15 9C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9 9 9H15Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V5C3 3.89543 3.89543 3 5 3H8Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M19 3C20.1046 3 21 3.89543 21 5V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H19Z",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=\"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H5C3.89543 21 3 20.1046 3 19V16C3 15.4477 3.44772 15 4 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H9C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 9C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9 9 9H15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V5C3 3.89543 3.89543 3 5 3H8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 3C20.1046 3 21 3.89543 21 5V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H19Z\"\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,qJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qJACF,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 r from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:C=24,...e})=>l.createElement(p,{...e,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(t,{...n},r.createElement(o,{d:"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H5C3.89543 21 3 20.1046 3 19V16C3 15.4477 3.44772 15 4 15Z",fill:"currentColor"}),r.createElement(o,{d:"M13 13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H9C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H13Z",fill:"currentColor"}),r.createElement(o,{d:"M15 9C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9 9 9H15Z",fill:"currentColor"}),r.createElement(o,{d:"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V5C3 3.89543 3.89543 3 5 3H8Z",fill:"currentColor"}),r.createElement(o,{d:"M19 3C20.1046 3 21 3.89543 21 5V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H19Z",fill:"currentColor"}),r.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=\"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H5C3.89543 21 3 20.1046 3 19V16C3 15.4477 3.44772 15 4 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H9C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 9C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9 9 9H15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V5C3 3.89543 3.89543 3 5 3H8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 3C20.1046 3 21 3.89543 21 5V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H19Z\"\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,qJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qJACF,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:"M12.9999 4C14.8637 4.00007 16.4299 5.27481 16.8739 7H18.7499L19.7929 5.95703C20.1834 5.56666 20.8165 5.56656 21.207 5.95703L22.5429 7.29297C22.9332 7.68345 22.9332 8.31655 22.5429 8.70703L21.207 10.043C20.8165 10.4334 20.1834 10.4333 19.7929 10.043L18.7499 9H16.9062C17.0086 9.1079 17.1474 9.25595 17.3134 9.44043C17.6783 9.84591 18.1792 10.4279 18.7284 11.1387C19.8188 12.5497 21.1364 14.5151 21.9364 16.6484C22.1303 17.1653 21.8682 17.7414 21.3515 17.9355C20.8344 18.1295 20.2574 17.8677 20.0634 17.3506C19.3635 15.4844 18.1809 13.7001 17.1464 12.3613C16.6449 11.7123 16.1858 11.1793 15.8495 10.8047C15.124 11.5418 14.1159 12 12.9999 12C11.2777 12 9.81045 10.9113 9.24699 9.38477C6.22499 10.8137 4.15591 13.6108 3.99895 17.0459C3.97361 17.5974 3.50559 18.0241 2.95403 17.999C2.40244 17.9737 1.97569 17.5057 2.0009 16.9541C2.1512 13.6665 3.72221 10.8858 6.09758 9H4.24992L3.20696 10.043C2.81648 10.4334 2.18343 10.4333 1.79289 10.043L0.456955 8.70703C0.0664317 8.31651 0.0664313 7.68349 0.456955 7.29297L1.79289 5.95703C2.18343 5.56666 2.81648 5.56656 3.20696 5.95703L4.24992 7H9.1259C9.56994 5.27477 11.1361 4 12.9999 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=\"M12.9999 4C14.8637 4.00007 16.4299 5.27481 16.8739 7H18.7499L19.7929 5.95703C20.1834 5.56666 20.8165 5.56656 21.207 5.95703L22.5429 7.29297C22.9332 7.68345 22.9332 8.31655 22.5429 8.70703L21.207 10.043C20.8165 10.4334 20.1834 10.4333 19.7929 10.043L18.7499 9H16.9062C17.0086 9.1079 17.1474 9.25595 17.3134 9.44043C17.6783 9.84591 18.1792 10.4279 18.7284 11.1387C19.8188 12.5497 21.1364 14.5151 21.9364 16.6484C22.1303 17.1653 21.8682 17.7414 21.3515 17.9355C20.8344 18.1295 20.2574 17.8677 20.0634 17.3506C19.3635 15.4844 18.1809 13.7001 17.1464 12.3613C16.6449 11.7123 16.1858 11.1793 15.8495 10.8047C15.124 11.5418 14.1159 12 12.9999 12C11.2777 12 9.81045 10.9113 9.24699 9.38477C6.22499 10.8137 4.15591 13.6108 3.99895 17.0459C3.97361 17.5974 3.50559 18.0241 2.95403 17.999C2.40244 17.9737 1.97569 17.5057 2.0009 16.9541C2.1512 13.6665 3.72221 10.8858 6.09758 9H4.24992L3.20696 10.043C2.81648 10.4334 2.18343 10.4333 1.79289 10.043L0.456955 8.70703C0.0664317 8.31651 0.0664313 7.68349 0.456955 7.29297L1.79289 5.95703C2.18343 5.56666 2.81648 5.56656 3.20696 5.95703L4.24992 7H9.1259C9.56994 5.27477 11.1361 4 12.9999 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,qmCACF,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:"M12.9999 4C14.8637 4.00007 16.4299 5.27481 16.8739 7H18.7499L19.7929 5.95703C20.1834 5.56666 20.8165 5.56656 21.207 5.95703L22.5429 7.29297C22.9332 7.68345 22.9332 8.31655 22.5429 8.70703L21.207 10.043C20.8165 10.4334 20.1834 10.4333 19.7929 10.043L18.7499 9H16.9062C17.0086 9.1079 17.1474 9.25595 17.3134 9.44043C17.6783 9.84591 18.1792 10.4279 18.7284 11.1387C19.8188 12.5497 21.1364 14.5151 21.9364 16.6484C22.1303 17.1653 21.8682 17.7414 21.3515 17.9355C20.8344 18.1295 20.2574 17.8677 20.0634 17.3506C19.3635 15.4844 18.1809 13.7001 17.1464 12.3613C16.6449 11.7123 16.1858 11.1793 15.8495 10.8047C15.124 11.5418 14.1159 12 12.9999 12C11.2777 12 9.81045 10.9113 9.24699 9.38477C6.22499 10.8137 4.15591 13.6108 3.99895 17.0459C3.97361 17.5974 3.50559 18.0241 2.95403 17.999C2.40244 17.9737 1.97569 17.5057 2.0009 16.9541C2.1512 13.6665 3.72221 10.8858 6.09758 9H4.24992L3.20696 10.043C2.81648 10.4334 2.18343 10.4333 1.79289 10.043L0.456955 8.70703C0.0664317 8.31651 0.0664313 7.68349 0.456955 7.29297L1.79289 5.95703C2.18343 5.56666 2.81648 5.56656 3.20696 5.95703L4.24992 7H9.1259C9.56994 5.27477 11.1361 4 12.9999 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=\"M12.9999 4C14.8637 4.00007 16.4299 5.27481 16.8739 7H18.7499L19.7929 5.95703C20.1834 5.56666 20.8165 5.56656 21.207 5.95703L22.5429 7.29297C22.9332 7.68345 22.9332 8.31655 22.5429 8.70703L21.207 10.043C20.8165 10.4334 20.1834 10.4333 19.7929 10.043L18.7499 9H16.9062C17.0086 9.1079 17.1474 9.25595 17.3134 9.44043C17.6783 9.84591 18.1792 10.4279 18.7284 11.1387C19.8188 12.5497 21.1364 14.5151 21.9364 16.6484C22.1303 17.1653 21.8682 17.7414 21.3515 17.9355C20.8344 18.1295 20.2574 17.8677 20.0634 17.3506C19.3635 15.4844 18.1809 13.7001 17.1464 12.3613C16.6449 11.7123 16.1858 11.1793 15.8495 10.8047C15.124 11.5418 14.1159 12 12.9999 12C11.2777 12 9.81045 10.9113 9.24699 9.38477C6.22499 10.8137 4.15591 13.6108 3.99895 17.0459C3.97361 17.5974 3.50559 18.0241 2.95403 17.999C2.40244 17.9737 1.97569 17.5057 2.0009 16.9541C2.1512 13.6665 3.72221 10.8858 6.09758 9H4.24992L3.20696 10.043C2.81648 10.4334 2.18343 10.4333 1.79289 10.043L0.456955 8.70703C0.0664317 8.31651 0.0664313 7.68349 0.456955 7.29297L1.79289 5.95703C2.18343 5.56666 2.81648 5.56656 3.20696 5.95703L4.24992 7H9.1259C9.56994 5.27477 11.1361 4 12.9999 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,qmCACF,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 u=Object.create;var l=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},c=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!I.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=L(o,n))||p.enumerable});return r};var f=(r,o,C)=>(C=r!=null?u(B(r)):{},c(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>c(l({},"__esModule",{value:!0}),r);var g={};P(g,{IconVectorAnchorPointDisconnected:()=>a,default:()=>x});module.exports=v(g);var e=f(require("react"));var i=f(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...C})=>i.default.createElement(m.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 t=require("react-native-svg"),a=r=>e.default.createElement(s,{...r},e.default.createElement(t.Path,{d:"M13.7929 9.79286C14.1834 9.40233 14.8164 9.40233 15.2069 9.79286L17.3339 11.9198C17.7265 11.5679 18.3295 11.5795 18.7069 11.9569L20.0429 13.2929C20.4331 13.6834 20.4332 14.3165 20.0429 14.7069L18.7069 16.0429C18.3165 16.4332 17.6834 16.4331 17.2929 16.0429L15.9569 14.7069C15.5795 14.3295 15.5679 13.7265 15.9198 13.3339L13.7929 11.2069C13.4023 10.8164 13.4023 10.1834 13.7929 9.79286Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M1.79286 5.95692C2.18339 5.56647 2.81642 5.56642 3.20692 5.95692L4.24989 6.99989H8.49989C9.0521 6.99997 9.49989 7.44765 9.49989 7.99989C9.4998 8.55205 9.05205 8.9998 8.49989 8.99989H4.24989L3.20692 10.0429C2.81646 10.4332 2.18337 10.4331 1.79286 10.0429L0.456918 8.70692C0.0664189 8.31642 0.0664692 7.68339 0.456918 7.29286L1.79286 5.95692Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M21.7069 16.293C22.0974 16.6835 22.0974 17.3165 21.7069 17.707C21.3164 18.0975 20.6834 18.0975 20.2929 17.707L18.6649 16.0791C18.6786 16.0669 18.6938 16.056 18.7069 16.0429L20.0429 14.7069C20.056 14.6938 20.0667 14.6787 20.079 14.665L21.7069 16.293Z",fill:"currentColor"}),e.default.createElement(t.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9999 4C14.209 4.00006 15.9999 5.7909 15.9999 8C15.9999 10.2091 14.209 11.9999 11.9999 12C10.4364 12 9.08356 11.1024 8.42566 9.79492C5.90568 11.1191 4.13422 13.7239 3.9989 16.9854C3.97604 17.537 3.51045 17.9659 2.95887 17.9434C2.40719 17.9205 1.9782 17.455 2.00086 16.9033C2.1747 12.7093 4.58922 9.33366 8.00574 7.77441C8.12271 5.67021 9.86644 4 11.9999 4Z",fill:"currentColor"})),x=a;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=\"M13.7929 9.79286C14.1834 9.40233 14.8164 9.40233 15.2069 9.79286L17.3339 11.9198C17.7265 11.5679 18.3295 11.5795 18.7069 11.9569L20.0429 13.2929C20.4331 13.6834 20.4332 14.3165 20.0429 14.7069L18.7069 16.0429C18.3165 16.4332 17.6834 16.4331 17.2929 16.0429L15.9569 14.7069C15.5795 14.3295 15.5679 13.7265 15.9198 13.3339L13.7929 11.2069C13.4023 10.8164 13.4023 10.1834 13.7929 9.79286Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M1.79286 5.95692C2.18339 5.56647 2.81642 5.56642 3.20692 5.95692L4.24989 6.99989H8.49989C9.0521 6.99997 9.49989 7.44765 9.49989 7.99989C9.4998 8.55205 9.05205 8.9998 8.49989 8.99989H4.24989L3.20692 10.0429C2.81646 10.4332 2.18337 10.4331 1.79286 10.0429L0.456918 8.70692C0.0664189 8.31642 0.0664692 7.68339 0.456918 7.29286L1.79286 5.95692Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.7069 16.293C22.0974 16.6835 22.0974 17.3165 21.7069 17.707C21.3164 18.0975 20.6834 18.0975 20.2929 17.707L18.6649 16.0791C18.6786 16.0669 18.6938 16.056 18.7069 16.0429L20.0429 14.7069C20.056 14.6938 20.0667 14.6787 20.079 14.665L21.7069 16.293Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9999 4C14.209 4.00006 15.9999 5.7909 15.9999 8C15.9999 10.2091 14.209 11.9999 11.9999 12C10.4364 12 9.08356 11.1024 8.42566 9.79492C5.90568 11.1191 4.13422 13.7239 3.9989 16.9854C3.97604 17.537 3.51045 17.9659 2.95887 17.9434C2.40719 17.9205 1.9782 17.455 2.00086 16.9033C2.1747 12.7093 4.58922 9.33366 8.00574 7.77441C8.12271 5.67021 9.86644 4 11.9999 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,oYACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uVACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4PACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,0WACF,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 o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as C}from"react-native-svg";var c=e=>o.createElement(n,{...e},o.createElement(C,{d:"M13.7929 9.79286C14.1834 9.40233 14.8164 9.40233 15.2069 9.79286L17.3339 11.9198C17.7265 11.5679 18.3295 11.5795 18.7069 11.9569L20.0429 13.2929C20.4331 13.6834 20.4332 14.3165 20.0429 14.7069L18.7069 16.0429C18.3165 16.4332 17.6834 16.4331 17.2929 16.0429L15.9569 14.7069C15.5795 14.3295 15.5679 13.7265 15.9198 13.3339L13.7929 11.2069C13.4023 10.8164 13.4023 10.1834 13.7929 9.79286Z",fill:"currentColor"}),o.createElement(C,{d:"M1.79286 5.95692C2.18339 5.56647 2.81642 5.56642 3.20692 5.95692L4.24989 6.99989H8.49989C9.0521 6.99997 9.49989 7.44765 9.49989 7.99989C9.4998 8.55205 9.05205 8.9998 8.49989 8.99989H4.24989L3.20692 10.0429C2.81646 10.4332 2.18337 10.4331 1.79286 10.0429L0.456918 8.70692C0.0664189 8.31642 0.0664692 7.68339 0.456918 7.29286L1.79286 5.95692Z",fill:"currentColor"}),o.createElement(C,{d:"M21.7069 16.293C22.0974 16.6835 22.0974 17.3165 21.7069 17.707C21.3164 18.0975 20.6834 18.0975 20.2929 17.707L18.6649 16.0791C18.6786 16.0669 18.6938 16.056 18.7069 16.0429L20.0429 14.7069C20.056 14.6938 20.0667 14.6787 20.079 14.665L21.7069 16.293Z",fill:"currentColor"}),o.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9999 4C14.209 4.00006 15.9999 5.7909 15.9999 8C15.9999 10.2091 14.209 11.9999 11.9999 12C10.4364 12 9.08356 11.1024 8.42566 9.79492C5.90568 11.1191 4.13422 13.7239 3.9989 16.9854C3.97604 17.537 3.51045 17.9659 2.95887 17.9434C2.40719 17.9205 1.9782 17.455 2.00086 16.9033C2.1747 12.7093 4.58922 9.33366 8.00574 7.77441C8.12271 5.67021 9.86644 4 11.9999 4Z",fill:"currentColor"})),I=c;export{c as IconVectorAnchorPointDisconnected,I 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=\"M13.7929 9.79286C14.1834 9.40233 14.8164 9.40233 15.2069 9.79286L17.3339 11.9198C17.7265 11.5679 18.3295 11.5795 18.7069 11.9569L20.0429 13.2929C20.4331 13.6834 20.4332 14.3165 20.0429 14.7069L18.7069 16.0429C18.3165 16.4332 17.6834 16.4331 17.2929 16.0429L15.9569 14.7069C15.5795 14.3295 15.5679 13.7265 15.9198 13.3339L13.7929 11.2069C13.4023 10.8164 13.4023 10.1834 13.7929 9.79286Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M1.79286 5.95692C2.18339 5.56647 2.81642 5.56642 3.20692 5.95692L4.24989 6.99989H8.49989C9.0521 6.99997 9.49989 7.44765 9.49989 7.99989C9.4998 8.55205 9.05205 8.9998 8.49989 8.99989H4.24989L3.20692 10.0429C2.81646 10.4332 2.18337 10.4331 1.79286 10.0429L0.456918 8.70692C0.0664189 8.31642 0.0664692 7.68339 0.456918 7.29286L1.79286 5.95692Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.7069 16.293C22.0974 16.6835 22.0974 17.3165 21.7069 17.707C21.3164 18.0975 20.6834 18.0975 20.2929 17.707L18.6649 16.0791C18.6786 16.0669 18.6938 16.056 18.7069 16.0429L20.0429 14.7069C20.056 14.6938 20.0667 14.6787 20.079 14.665L21.7069 16.293Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9999 4C14.209 4.00006 15.9999 5.7909 15.9999 8C15.9999 10.2091 14.209 11.9999 11.9999 12C10.4364 12 9.08356 11.1024 8.42566 9.79492C5.90568 11.1191 4.13422 13.7239 3.9989 16.9854C3.97604 17.537 3.51045 17.9659 2.95887 17.9434C2.40719 17.9205 1.9782 17.455 2.00086 16.9033C2.1747 12.7093 4.58922 9.33366 8.00574 7.77441C8.12271 5.67021 9.86644 4 11.9999 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,oYACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uVACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4PACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,0WACF,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 B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of P(o))!u.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(g(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var S={};x(S,{IconVectorAnchorPointStraight:()=>i,default:()=>v});module.exports=h(S);var C=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),s=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>C.default.createElement(s,{...r},C.default.createElement(f.Path,{d:"M11.9999 4C14.209 4.00004 15.9999 5.79089 15.9999 8C15.9999 8.74174 15.7971 9.43577 15.4452 10.0312L21.707 16.293C22.0974 16.6835 22.0974 17.3165 21.707 17.707C21.3164 18.0975 20.6834 18.0975 20.2929 17.707L14.0312 11.4453C13.4357 11.7972 12.7417 12 11.9999 12C11.2579 12 10.5633 11.7974 9.9677 11.4453L3.70696 17.707C3.31644 18.0975 2.68342 18.0975 2.29289 17.707C1.90237 17.3165 1.90237 16.6835 2.29289 16.293L8.55364 10.0312C8.20196 9.43587 7.99992 8.74157 7.99992 8C7.99992 5.79086 9.79079 4 11.9999 4Z",fill:"currentColor"})),v=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 d=\"M11.9999 4C14.209 4.00004 15.9999 5.79089 15.9999 8C15.9999 8.74174 15.7971 9.43577 15.4452 10.0312L21.707 16.293C22.0974 16.6835 22.0974 17.3165 21.707 17.707C21.3164 18.0975 20.6834 18.0975 20.2929 17.707L14.0312 11.4453C13.4357 11.7972 12.7417 12 11.9999 12C11.2579 12 10.5633 11.7974 9.9677 11.4453L3.70696 17.707C3.31644 18.0975 2.68342 18.0975 2.29289 17.707C1.90237 17.3165 1.90237 16.6835 2.29289 16.293L8.55364 10.0312C8.20196 9.43587 7.99992 8.74157 7.99992 8C7.99992 5.79086 9.79079 4 11.9999 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,EAAE,6fACF,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 e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,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 l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M11.9999 4C14.209 4.00004 15.9999 5.79089 15.9999 8C15.9999 8.74174 15.7971 9.43577 15.4452 10.0312L21.707 16.293C22.0974 16.6835 22.0974 17.3165 21.707 17.707C21.3164 18.0975 20.6834 18.0975 20.2929 17.707L14.0312 11.4453C13.4357 11.7972 12.7417 12 11.9999 12C11.2579 12 10.5633 11.7974 9.9677 11.4453L3.70696 17.707C3.31644 18.0975 2.68342 18.0975 2.29289 17.707C1.90237 17.3165 1.90237 16.6835 2.29289 16.293L8.55364 10.0312C8.20196 9.43587 7.99992 8.74157 7.99992 8C7.99992 5.79086 9.79079 4 11.9999 4Z",fill:"currentColor"})),u=l;export{l as IconVectorAnchorPointStraight,u 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 d=\"M11.9999 4C14.209 4.00004 15.9999 5.79089 15.9999 8C15.9999 8.74174 15.7971 9.43577 15.4452 10.0312L21.707 16.293C22.0974 16.6835 22.0974 17.3165 21.707 17.707C21.3164 18.0975 20.6834 18.0975 20.2929 17.707L14.0312 11.4453C13.4357 11.7972 12.7417 12 11.9999 12C11.2579 12 10.5633 11.7974 9.9677 11.4453L3.70696 17.707C3.31644 18.0975 2.68342 18.0975 2.29289 17.707C1.90237 17.3165 1.90237 16.6835 2.29289 16.293L8.55364 10.0312C8.20196 9.43587 7.99992 8.74157 7.99992 8C7.99992 5.79086 9.79079 4 11.9999 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,EAAE,6fACF,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 t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of I(o))!P.call(r,C)&&C!==t&&e(r,C,{get:()=>o[C],enumerable:!(l=B(o,C))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,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,...t})=>c.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>n.default.createElement(s,{...r},n.default.createElement(p.Path,{d:"M1.79286 5.95692C2.18339 5.56647 2.81642 5.56642 3.20692 5.95692L4.24989 6.99989H9.99989V8.99989H4.24989L3.20692 10.0429C2.81646 10.4332 2.18337 10.4331 1.79286 10.0429L0.456918 8.70692C0.0664189 8.31642 0.0664692 7.68339 0.456918 7.29286L1.79286 5.95692Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M20.7929 5.95692C21.1834 5.56647 21.8164 5.56642 22.2069 5.95692L23.5429 7.29286C23.9331 7.68337 23.9332 8.31646 23.5429 8.70692L22.2069 10.0429C21.8165 10.4332 21.1834 10.4331 20.7929 10.0429L19.7499 8.99989H13.9999V6.99989H19.7499L20.7929 5.95692Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M11.9999 4C14.1332 4.00006 15.876 5.67028 15.993 7.77441C19.4099 9.33354 21.8251 12.709 21.9989 16.9033C22.0216 17.4549 21.5925 17.9204 21.0409 17.9434C20.4893 17.966 20.0237 17.537 20.0009 16.9854C19.8655 13.7236 18.0934 11.1191 15.5731 9.79492C14.9151 11.1022 13.5632 12 11.9999 12C10.4364 12 9.08355 11.1024 8.42566 9.79492C5.90568 11.1191 4.13422 13.7239 3.9989 16.9854C3.97604 17.537 3.51045 17.9659 2.95887 17.9434C2.40719 17.9205 1.9782 17.455 2.00086 16.9033C2.1747 12.7093 4.58922 9.33366 8.00574 7.77441C8.12271 5.67021 9.86644 4 11.9999 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.79286 5.95692C2.18339 5.56647 2.81642 5.56642 3.20692 5.95692L4.24989 6.99989H9.99989V8.99989H4.24989L3.20692 10.0429C2.81646 10.4332 2.18337 10.4331 1.79286 10.0429L0.456918 8.70692C0.0664189 8.31642 0.0664692 7.68339 0.456918 7.29286L1.79286 5.95692Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.7929 5.95692C21.1834 5.56647 21.8164 5.56642 22.2069 5.95692L23.5429 7.29286C23.9331 7.68337 23.9332 8.31646 23.5429 8.70692L22.2069 10.0429C21.8165 10.4332 21.1834 10.4331 20.7929 10.0429L19.7499 8.99989H13.9999V6.99989H19.7499L20.7929 5.95692Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9999 4C14.1332 4.00006 15.876 5.67028 15.993 7.77441C19.4099 9.33354 21.8251 12.709 21.9989 16.9033C22.0216 17.4549 21.5925 17.9204 21.0409 17.9434C20.4893 17.966 20.0237 17.537 20.0009 16.9854C19.8655 13.7236 18.0934 11.1191 15.5731 9.79492C14.9151 11.1022 13.5632 12 11.9999 12C10.4364 12 9.08355 11.1024 8.42566 9.79492C5.90568 11.1191 4.13422 13.7239 3.9989 16.9854C3.97604 17.537 3.51045 17.9659 2.95887 17.9434C2.40719 17.9205 1.9782 17.455 2.00086 16.9033C2.1747 12.7093 4.58922 9.33366 8.00574 7.77441C8.12271 5.67021 9.86644 4 11.9999 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,kQACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4PACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yiBACF,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:t,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"},t);import{Path as C}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(C,{d:"M1.79286 5.95692C2.18339 5.56647 2.81642 5.56642 3.20692 5.95692L4.24989 6.99989H9.99989V8.99989H4.24989L3.20692 10.0429C2.81646 10.4332 2.18337 10.4331 1.79286 10.0429L0.456918 8.70692C0.0664189 8.31642 0.0664692 7.68339 0.456918 7.29286L1.79286 5.95692Z",fill:"currentColor"}),o.createElement(C,{d:"M20.7929 5.95692C21.1834 5.56647 21.8164 5.56642 22.2069 5.95692L23.5429 7.29286C23.9331 7.68337 23.9332 8.31646 23.5429 8.70692L22.2069 10.0429C21.8165 10.4332 21.1834 10.4331 20.7929 10.0429L19.7499 8.99989H13.9999V6.99989H19.7499L20.7929 5.95692Z",fill:"currentColor"}),o.createElement(C,{d:"M11.9999 4C14.1332 4.00006 15.876 5.67028 15.993 7.77441C19.4099 9.33354 21.8251 12.709 21.9989 16.9033C22.0216 17.4549 21.5925 17.9204 21.0409 17.9434C20.4893 17.966 20.0237 17.537 20.0009 16.9854C19.8655 13.7236 18.0934 11.1191 15.5731 9.79492C14.9151 11.1022 13.5632 12 11.9999 12C10.4364 12 9.08355 11.1024 8.42566 9.79492C5.90568 11.1191 4.13422 13.7239 3.9989 16.9854C3.97604 17.537 3.51045 17.9659 2.95887 17.9434C2.40719 17.9205 1.9782 17.455 2.00086 16.9033C2.1747 12.7093 4.58922 9.33366 8.00574 7.77441C8.12271 5.67021 9.86644 4 11.9999 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.79286 5.95692C2.18339 5.56647 2.81642 5.56642 3.20692 5.95692L4.24989 6.99989H9.99989V8.99989H4.24989L3.20692 10.0429C2.81646 10.4332 2.18337 10.4331 1.79286 10.0429L0.456918 8.70692C0.0664189 8.31642 0.0664692 7.68339 0.456918 7.29286L1.79286 5.95692Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.7929 5.95692C21.1834 5.56647 21.8164 5.56642 22.2069 5.95692L23.5429 7.29286C23.9331 7.68337 23.9332 8.31646 23.5429 8.70692L22.2069 10.0429C21.8165 10.4332 21.1834 10.4331 20.7929 10.0429L19.7499 8.99989H13.9999V6.99989H19.7499L20.7929 5.95692Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9999 4C14.1332 4.00006 15.876 5.67028 15.993 7.77441C19.4099 9.33354 21.8251 12.709 21.9989 16.9033C22.0216 17.4549 21.5925 17.9204 21.0409 17.9434C20.4893 17.966 20.0237 17.537 20.0009 16.9854C19.8655 13.7236 18.0934 11.1191 15.5731 9.79492C14.9151 11.1022 13.5632 12 11.9999 12C10.4364 12 9.08355 11.1024 8.42566 9.79492C5.90568 11.1191 4.13422 13.7239 3.9989 16.9854C3.97604 17.537 3.51045 17.9659 2.95887 17.9434C2.40719 17.9205 1.9782 17.455 2.00086 16.9033C2.1747 12.7093 4.58922 9.33366 8.00574 7.77441C8.12271 5.67021 9.86644 4 11.9999 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,kQACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4PACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yiBACF,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-1-stroke-2",
1569
1569
  "componentName": "IconArrowsAllSides2"
1570
1570
  },
1571
+ {
1572
+ "category": "Interface General",
1573
+ "svg": "<path d=\"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H5C3.89543 21 3 20.1046 3 19V16C3 15.4477 3.44772 15 4 15Z\" fill=\"currentColor\"/><path d=\"M20 15C20.5523 15 21 15.4477 21 16V19C21 20.1046 20.1046 21 19 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H19V16C19 15.4477 19.4477 15 20 15Z\" fill=\"currentColor\"/><path d=\"M13 13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H9C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H13Z\" fill=\"currentColor\"/><path d=\"M15 9C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9 9 9H15Z\" fill=\"currentColor\"/><path d=\"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V5C3 3.89543 3.89543 3 5 3H8Z\" fill=\"currentColor\"/><path d=\"M19 3C20.1046 3 21 3.89543 21 5V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H19Z\" fill=\"currentColor\"/>",
1574
+ "iconName": "arrows-all-sides-2, scan-text, text, focus, list",
1575
+ "variant": {
1576
+ "join": "round",
1577
+ "filled": "on",
1578
+ "radius": "1",
1579
+ "stroke": "2"
1580
+ },
1581
+ "createdAt": "2025-12-02T09:01:54.409183+00:00",
1582
+ "packageName": "round-filled-radius-1-stroke-2",
1583
+ "componentName": "IconArrowsAllSides21"
1584
+ },
1571
1585
  {
1572
1586
  "category": "Arrows",
1573
1587
  "svg": "<path d=\"M11.9993 4.6387C11.9993 3.33267 10.446 2.65052 9.48438 3.53421L1.47334 10.8957C0.826594 11.49 0.826594 12.5104 1.47334 13.1047L9.48438 20.4662C10.446 21.3499 11.9993 20.6677 11.9993 19.3617V16.5078C15.4173 16.5618 17.3248 16.9006 18.5115 17.4406C19.708 17.9851 20.2451 18.7649 20.9179 20.0775C21.4759 21.1659 23.0084 20.6607 22.9971 19.5623C22.9545 15.4312 22.2976 12.3157 20.3178 10.2751C18.4876 8.38876 15.7291 7.62508 11.9993 7.51453V4.6387Z\" fill=\"currentColor\"/>",
@@ -1680,6 +1694,20 @@
1680
1694
  "packageName": "round-filled-radius-1-stroke-2",
1681
1695
  "componentName": "IconArrowsRepeatRightLeftOff"
1682
1696
  },
1697
+ {
1698
+ "category": "Arrows",
1699
+ "svg": "<path d=\"M8.79297 13.793C9.18349 13.4024 9.81651 13.4024 10.207 13.793C10.5976 14.1835 10.5976 14.8165 10.207 15.207L7.41406 18H9C9.55228 18 10 18.4477 10 19C10 19.5523 9.55228 20 9 20H5C4.44772 20 4 19.5523 4 19V15C4 14.4477 4.44772 14 5 14C5.55228 14 6 14.4477 6 15V16.5859L8.79297 13.793Z\" fill=\"currentColor\"/><path d=\"M13.793 13.793C14.1835 13.4024 14.8165 13.4024 15.207 13.793L18 16.5859V15C18 14.4477 18.4477 14 19 14C19.5523 14 20 14.4477 20 15V19C20 19.5523 19.5523 20 19 20H15C14.4477 20 14 19.5523 14 19C14 18.4477 14.4477 18 15 18H16.5859L13.793 15.207C13.4024 14.8165 13.4024 14.1835 13.793 13.793Z\" fill=\"currentColor\"/><path d=\"M9 4C9.55228 4 10 4.44772 10 5C10 5.55228 9.55228 6 9 6H7.41406L10.207 8.79297C10.5976 9.18349 10.5976 9.81651 10.207 10.207C9.81651 10.5976 9.18349 10.5976 8.79297 10.207L6 7.41406V9C6 9.55228 5.55228 10 5 10C4.44772 10 4 9.55228 4 9V5C4 4.44772 4.44772 4 5 4H9Z\" fill=\"currentColor\"/><path d=\"M19 4C19.5523 4 20 4.44772 20 5V9C20 9.55228 19.5523 10 19 10C18.4477 10 18 9.55228 18 9V7.41406L15.207 10.207C14.8165 10.5976 14.1835 10.5976 13.793 10.207C13.4024 9.81651 13.4024 9.18349 13.793 8.79297L16.5859 6H15C14.4477 6 14 5.55228 14 5C14 4.44772 14.4477 4 15 4H19Z\" fill=\"currentColor\"/>",
1700
+ "iconName": "arrows-zoom, scale, motion, move, directions",
1701
+ "variant": {
1702
+ "join": "round",
1703
+ "filled": "on",
1704
+ "radius": "1",
1705
+ "stroke": "2"
1706
+ },
1707
+ "createdAt": "2025-12-03T08:02:15.694602+00:00",
1708
+ "packageName": "round-filled-radius-1-stroke-2",
1709
+ "componentName": "IconArrowsZoom"
1710
+ },
1683
1711
  {
1684
1712
  "category": "Arrows",
1685
1713
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 3C17.5523 3 18 3.44772 18 4V17.8358L20.2929 15.5429C20.6834 15.1524 21.3166 15.1524 21.7071 15.5429C22.0976 15.9334 22.0976 16.5666 21.7071 16.9571L18.2374 20.4268C17.554 21.1102 16.446 21.1102 15.7626 20.4268L12.2929 16.9571C11.9024 16.5666 11.9024 15.9334 12.2929 15.5429C12.6834 15.1524 13.3166 15.1524 13.7071 15.5429L16 17.8358V4C16 3.44772 16.4477 3 17 3ZM8 6.16421L10.2929 8.45711C10.6834 8.84763 11.3166 8.84763 11.7071 8.45711C12.0976 8.06658 12.0976 7.43342 11.7071 7.04289L8.23744 3.57322C7.55402 2.8898 6.44598 2.88981 5.76256 3.57322L2.29289 7.04289C1.90237 7.43342 1.90237 8.06658 2.29289 8.45711C2.68342 8.84763 3.31658 8.84763 3.70711 8.45711L6 6.16421V20C6 20.5523 6.44772 21 7 21C7.55228 21 8 20.5523 8 20V6.16421Z\" fill=\"currentColor\"/>",
@@ -17332,6 +17360,20 @@
17332
17360
  "packageName": "round-filled-radius-1-stroke-2",
17333
17361
  "componentName": "IconSatellite2"
17334
17362
  },
17363
+ {
17364
+ "category": "AI & Magic",
17365
+ "svg": "<path d=\"M4 15C4.55228 15 5 15.4477 5 16V19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H5C3.89543 21 3 20.1046 3 19V16C3 15.4477 3.44772 15 4 15Z\" fill=\"currentColor\"/><path d=\"M13 13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H9C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H13Z\" fill=\"currentColor\"/><path d=\"M15 9C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9 9 9H15Z\" fill=\"currentColor\"/><path d=\"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H5V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V5C3 3.89543 3.89543 3 5 3H8Z\" fill=\"currentColor\"/><path d=\"M19 3C20.1046 3 21 3.89543 21 5V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H19Z\" 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": "1",
17371
+ "stroke": "2"
17372
+ },
17373
+ "createdAt": "2025-12-02T09:01:54.409183+00:00",
17374
+ "packageName": "round-filled-radius-1-stroke-2",
17375
+ "componentName": "IconScanTextSparkle"
17376
+ },
17335
17377
  {
17336
17378
  "category": "Building",
17337
17379
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 6C6 4.89543 6.89543 4 8 4H16C17.1046 4 18 4.89543 18 6V18H19V8H20C21.1046 8 22 8.89543 22 10V18C22.5523 18 23 18.4477 23 19C23 19.5523 22.5523 20 22 20H2C1.44772 20 1 19.5523 1 19C1 18.4477 1.44772 18 2 18V10C2 8.89543 2.89543 8 4 8H5V18H6V6ZM14 18V15H10V18H14Z\" fill=\"currentColor\"/>",
@@ -21364,6 +21406,62 @@
21364
21406
  "packageName": "round-filled-radius-1-stroke-2",
21365
21407
  "componentName": "IconVault"
21366
21408
  },
21409
+ {
21410
+ "category": "Edit",
21411
+ "svg": "<path d=\"M12.9999 4C14.8637 4.00007 16.4299 5.27481 16.8739 7H18.7499L19.7929 5.95703C20.1834 5.56666 20.8165 5.56656 21.207 5.95703L22.5429 7.29297C22.9332 7.68345 22.9332 8.31655 22.5429 8.70703L21.207 10.043C20.8165 10.4334 20.1834 10.4333 19.7929 10.043L18.7499 9H16.9062C17.0086 9.1079 17.1474 9.25595 17.3134 9.44043C17.6783 9.84591 18.1792 10.4279 18.7284 11.1387C19.8188 12.5497 21.1364 14.5151 21.9364 16.6484C22.1303 17.1653 21.8682 17.7414 21.3515 17.9355C20.8344 18.1295 20.2574 17.8677 20.0634 17.3506C19.3635 15.4844 18.1809 13.7001 17.1464 12.3613C16.6449 11.7123 16.1858 11.1793 15.8495 10.8047C15.124 11.5418 14.1159 12 12.9999 12C11.2777 12 9.81045 10.9113 9.24699 9.38477C6.22499 10.8137 4.15591 13.6108 3.99895 17.0459C3.97361 17.5974 3.50559 18.0241 2.95403 17.999C2.40244 17.9737 1.97569 17.5057 2.0009 16.9541C2.1512 13.6665 3.72221 10.8858 6.09758 9H4.24992L3.20696 10.043C2.81648 10.4334 2.18343 10.4333 1.79289 10.043L0.456955 8.70703C0.0664317 8.31651 0.0664313 7.68349 0.456955 7.29297L1.79289 5.95703C2.18343 5.56666 2.81648 5.56656 3.20696 5.95703L4.24992 7H9.1259C9.56994 5.27477 11.1361 4 12.9999 4Z\" fill=\"currentColor\"/>",
21412
+ "iconName": "vector-anchor-point-asymmetric",
21413
+ "variant": {
21414
+ "join": "round",
21415
+ "filled": "on",
21416
+ "radius": "1",
21417
+ "stroke": "2"
21418
+ },
21419
+ "createdAt": "2025-12-03T08:02:15.694602+00:00",
21420
+ "packageName": "round-filled-radius-1-stroke-2",
21421
+ "componentName": "IconVectorAnchorPointAsymmetric"
21422
+ },
21423
+ {
21424
+ "category": "Edit",
21425
+ "svg": "<path d=\"M13.7929 9.79286C14.1834 9.40233 14.8164 9.40233 15.2069 9.79286L17.3339 11.9198C17.7265 11.5679 18.3295 11.5795 18.7069 11.9569L20.0429 13.2929C20.4331 13.6834 20.4332 14.3165 20.0429 14.7069L18.7069 16.0429C18.3165 16.4332 17.6834 16.4331 17.2929 16.0429L15.9569 14.7069C15.5795 14.3295 15.5679 13.7265 15.9198 13.3339L13.7929 11.2069C13.4023 10.8164 13.4023 10.1834 13.7929 9.79286Z\" fill=\"currentColor\"/><path d=\"M1.79286 5.95692C2.18339 5.56647 2.81642 5.56642 3.20692 5.95692L4.24989 6.99989H8.49989C9.0521 6.99997 9.49989 7.44765 9.49989 7.99989C9.4998 8.55205 9.05205 8.9998 8.49989 8.99989H4.24989L3.20692 10.0429C2.81646 10.4332 2.18337 10.4331 1.79286 10.0429L0.456918 8.70692C0.0664189 8.31642 0.0664692 7.68339 0.456918 7.29286L1.79286 5.95692Z\" fill=\"currentColor\"/><path d=\"M21.7069 16.293C22.0974 16.6835 22.0974 17.3165 21.7069 17.707C21.3164 18.0975 20.6834 18.0975 20.2929 17.707L18.6649 16.0791C18.6786 16.0669 18.6938 16.056 18.7069 16.0429L20.0429 14.7069C20.056 14.6938 20.0667 14.6787 20.079 14.665L21.7069 16.293Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9999 4C14.209 4.00006 15.9999 5.7909 15.9999 8C15.9999 10.2091 14.209 11.9999 11.9999 12C10.4364 12 9.08356 11.1024 8.42566 9.79492C5.90568 11.1191 4.13422 13.7239 3.9989 16.9854C3.97604 17.537 3.51045 17.9659 2.95887 17.9434C2.40719 17.9205 1.9782 17.455 2.00086 16.9033C2.1747 12.7093 4.58922 9.33366 8.00574 7.77441C8.12271 5.67021 9.86644 4 11.9999 4Z\" fill=\"currentColor\"/>",
21426
+ "iconName": "vector-anchor-point-disconnected",
21427
+ "variant": {
21428
+ "join": "round",
21429
+ "filled": "on",
21430
+ "radius": "1",
21431
+ "stroke": "2"
21432
+ },
21433
+ "createdAt": "2025-12-03T08:02:15.694602+00:00",
21434
+ "packageName": "round-filled-radius-1-stroke-2",
21435
+ "componentName": "IconVectorAnchorPointDisconnected"
21436
+ },
21437
+ {
21438
+ "category": "Edit",
21439
+ "svg": "<path d=\"M11.9999 4C14.209 4.00004 15.9999 5.79089 15.9999 8C15.9999 8.74174 15.7971 9.43577 15.4452 10.0312L21.707 16.293C22.0974 16.6835 22.0974 17.3165 21.707 17.707C21.3164 18.0975 20.6834 18.0975 20.2929 17.707L14.0312 11.4453C13.4357 11.7972 12.7417 12 11.9999 12C11.2579 12 10.5633 11.7974 9.9677 11.4453L3.70696 17.707C3.31644 18.0975 2.68342 18.0975 2.29289 17.707C1.90237 17.3165 1.90237 16.6835 2.29289 16.293L8.55364 10.0312C8.20196 9.43587 7.99992 8.74157 7.99992 8C7.99992 5.79086 9.79079 4 11.9999 4Z\" fill=\"currentColor\"/>",
21440
+ "iconName": "vector-anchor-point-straight, no-smoothing",
21441
+ "variant": {
21442
+ "join": "round",
21443
+ "filled": "on",
21444
+ "radius": "1",
21445
+ "stroke": "2"
21446
+ },
21447
+ "createdAt": "2025-12-03T08:02:15.694602+00:00",
21448
+ "packageName": "round-filled-radius-1-stroke-2",
21449
+ "componentName": "IconVectorAnchorPointStraight"
21450
+ },
21451
+ {
21452
+ "category": "Edit",
21453
+ "svg": "<path d=\"M1.79286 5.95692C2.18339 5.56647 2.81642 5.56642 3.20692 5.95692L4.24989 6.99989H9.99989V8.99989H4.24989L3.20692 10.0429C2.81646 10.4332 2.18337 10.4331 1.79286 10.0429L0.456918 8.70692C0.0664189 8.31642 0.0664692 7.68339 0.456918 7.29286L1.79286 5.95692Z\" fill=\"currentColor\"/><path d=\"M20.7929 5.95692C21.1834 5.56647 21.8164 5.56642 22.2069 5.95692L23.5429 7.29286C23.9331 7.68337 23.9332 8.31646 23.5429 8.70692L22.2069 10.0429C21.8165 10.4332 21.1834 10.4331 20.7929 10.0429L19.7499 8.99989H13.9999V6.99989H19.7499L20.7929 5.95692Z\" fill=\"currentColor\"/><path d=\"M11.9999 4C14.1332 4.00006 15.876 5.67028 15.993 7.77441C19.4099 9.33354 21.8251 12.709 21.9989 16.9033C22.0216 17.4549 21.5925 17.9204 21.0409 17.9434C20.4893 17.966 20.0237 17.537 20.0009 16.9854C19.8655 13.7236 18.0934 11.1191 15.5731 9.79492C14.9151 11.1022 13.5632 12 11.9999 12C10.4364 12 9.08355 11.1024 8.42566 9.79492C5.90568 11.1191 4.13422 13.7239 3.9989 16.9854C3.97604 17.537 3.51045 17.9659 2.95887 17.9434C2.40719 17.9205 1.9782 17.455 2.00086 16.9033C2.1747 12.7093 4.58922 9.33366 8.00574 7.77441C8.12271 5.67021 9.86644 4 11.9999 4Z\" fill=\"currentColor\"/>",
21454
+ "iconName": "vector-anchor-point-straight, mirror-angle",
21455
+ "variant": {
21456
+ "join": "round",
21457
+ "filled": "on",
21458
+ "radius": "1",
21459
+ "stroke": "2"
21460
+ },
21461
+ "createdAt": "2025-12-03T08:02:15.694602+00:00",
21462
+ "packageName": "round-filled-radius-1-stroke-2",
21463
+ "componentName": "IconVectorAnchorPointStraight1"
21464
+ },
21367
21465
  {
21368
21466
  "category": "Edit",
21369
21467
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.1005 9.20829C19.9054 5.32333 16.2833 2.5 12.0001 2.5C7.71683 2.5 4.09476 5.32331 2.8996 9.20824C1.78715 9.64708 1 10.7316 1 12C1 13.2684 1.78715 14.3529 2.8996 14.7918C4.09476 18.6767 7.71683 21.5 12.0001 21.5C16.2833 21.5 19.9054 18.6767 21.1005 14.7917C22.2129 14.3528 23 13.2683 23 12C23 10.7317 22.2129 9.64716 21.1005 9.20829ZM12.0001 4.5C8.84692 4.5 6.14682 6.43663 5.03028 9.1816C5.8684 9.48806 6.53159 10.1577 6.82929 11H17.1707C17.4684 10.1577 18.1316 9.48801 18.9698 9.18156C17.8533 6.43662 15.1532 4.5 12.0001 4.5ZM18.9698 14.8184C18.1316 14.512 17.4684 13.8423 17.1707 13H6.82929C6.53159 13.8423 5.8684 14.5119 5.03028 14.8184C6.14682 17.5634 8.84692 19.5 12.0001 19.5C15.1532 19.5 17.8533 17.5634 18.9698 14.8184Z\" 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"