@central-icons-react-native/round-outlined-radius-3-stroke-1.5 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.
- package/IconArrowsAllSides21/index.d.ts +4 -0
- package/IconArrowsAllSides21/index.js +2 -0
- package/IconArrowsAllSides21/index.js.map +1 -0
- package/IconArrowsAllSides21/index.mjs +2 -0
- package/IconArrowsAllSides21/index.mjs.map +1 -0
- package/IconArrowsZoom/index.d.ts +4 -0
- package/IconArrowsZoom/index.js +2 -0
- package/IconArrowsZoom/index.js.map +1 -0
- package/IconArrowsZoom/index.mjs +2 -0
- package/IconArrowsZoom/index.mjs.map +1 -0
- package/IconScanTextSparkle/index.d.ts +4 -0
- package/IconScanTextSparkle/index.js +2 -0
- package/IconScanTextSparkle/index.js.map +1 -0
- package/IconScanTextSparkle/index.mjs +2 -0
- package/IconScanTextSparkle/index.mjs.map +1 -0
- package/IconVectorAnchorPointAsymmetric/index.d.ts +4 -0
- package/IconVectorAnchorPointAsymmetric/index.js +2 -0
- package/IconVectorAnchorPointAsymmetric/index.js.map +1 -0
- package/IconVectorAnchorPointAsymmetric/index.mjs +2 -0
- package/IconVectorAnchorPointAsymmetric/index.mjs.map +1 -0
- package/IconVectorAnchorPointDisconnected/index.d.ts +4 -0
- package/IconVectorAnchorPointDisconnected/index.js +2 -0
- package/IconVectorAnchorPointDisconnected/index.js.map +1 -0
- package/IconVectorAnchorPointDisconnected/index.mjs +2 -0
- package/IconVectorAnchorPointDisconnected/index.mjs.map +1 -0
- package/IconVectorAnchorPointStraight/index.d.ts +4 -0
- package/IconVectorAnchorPointStraight/index.js +2 -0
- package/IconVectorAnchorPointStraight/index.js.map +1 -0
- package/IconVectorAnchorPointStraight/index.mjs +2 -0
- package/IconVectorAnchorPointStraight/index.mjs.map +1 -0
- package/IconVectorAnchorPointStraight1/index.d.ts +4 -0
- package/IconVectorAnchorPointStraight1/index.js +2 -0
- package/IconVectorAnchorPointStraight1/index.js.map +1 -0
- package/IconVectorAnchorPointStraight1/index.mjs +2 -0
- package/IconVectorAnchorPointStraight1/index.mjs.map +1 -0
- package/README.md +7 -0
- package/filtered-icons.json +98 -0
- package/icons/index.d.ts +7 -0
- package/icons-index.json +20 -6
- package/index.d.ts +7 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +49 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var i=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},d=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of h(o))!f.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(p=m(o,s))||p.enumerable});return r};var k=(r,o,e)=>(e=r!=null?c(L(r)):{},d(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>d(i({},"__esModule",{value:!0}),r);var P={};B(P,{IconArrowsAllSides21:()=>a,default:()=>x});module.exports=I(P);var t=k(require("react"));var u=k(require("react")),C=require("react-native-svg"),l=({children:r,size:o=24,...e})=>u.default.createElement(C.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),a=r=>t.default.createElement(l,{...r},t.default.createElement(n.Path,{d:"M8.25 3.75H6.75C5.09315 3.75 3.75 5.09315 3.75 6.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M15.75 3.75H17.25C18.9069 3.75 20.25 5.09315 20.25 6.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M20.25 15.75V17.25C20.25 18.9069 18.9069 20.25 17.25 20.25H15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M8.25 20.25H6.75C5.09315 20.25 3.75 18.9069 3.75 17.25V15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M8.75 9.75H15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M8.75 14.25H13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),x=a;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=\"M8.25 3.75H6.75C5.09315 3.75 3.75 5.09315 3.75 6.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 3.75H17.25C18.9069 3.75 20.25 5.09315 20.25 6.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.25 15.75V17.25C20.25 18.9069 18.9069 20.25 17.25 20.25H15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 20.25H6.75C5.09315 20.25 3.75 18.9069 3.75 17.25V15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.75 9.75H15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M8.75 14.25H13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\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,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mEACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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 i from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:o=24,...s})=>i.createElement(p,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var d=t=>r.createElement(n,{...t},r.createElement(e,{d:"M8.25 3.75H6.75C5.09315 3.75 3.75 5.09315 3.75 6.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M15.75 3.75H17.25C18.9069 3.75 20.25 5.09315 20.25 6.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M20.25 15.75V17.25C20.25 18.9069 18.9069 20.25 17.25 20.25H15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8.25 20.25H6.75C5.09315 20.25 3.75 18.9069 3.75 17.25V15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8.75 9.75H15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),r.createElement(e,{d:"M8.75 14.25H13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),f=d;export{d as IconArrowsAllSides21,f 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=\"M8.25 3.75H6.75C5.09315 3.75 3.75 5.09315 3.75 6.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 3.75H17.25C18.9069 3.75 20.25 5.09315 20.25 6.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.25 15.75V17.25C20.25 18.9069 18.9069 20.25 17.25 20.25H15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 20.25H6.75C5.09315 20.25 3.75 18.9069 3.75 17.25V15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.75 9.75H15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M8.75 14.25H13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\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,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mEACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowsAllSides21","props","React","CentralIconBase","IconArrowsAllSides21_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var i=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var j=(o,r)=>{for(var e in r)i(o,e,{get:r[e],enumerable:!0})},k=(o,r,e,d)=>{if(r&&typeof r=="object"||typeof r=="function")for(let s of m(r))!f.call(o,s)&&s!==e&&i(o,s,{get:()=>r[s],enumerable:!(d=a(r,s))||d.enumerable});return o};var u=(o,r,e)=>(e=o!=null?l(h(o)):{},k(r||!o||!o.__esModule?i(e,"default",{value:o,enumerable:!0}):e,o)),B=o=>k(i({},"__esModule",{value:!0}),o);var M={};j(M,{IconArrowsZoom:()=>c,default:()=>I});module.exports=B(M);var n=u(require("react"));var p=u(require("react")),L=require("react-native-svg"),C=({children:o,size:r=24,...e})=>p.default.createElement(L.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var t=require("react-native-svg"),c=o=>n.default.createElement(C,{...o},n.default.createElement(t.Path,{d:"M4.75 9.25V4.75H9.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19.25 9.25V4.75H14.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19.25 14.75V19.25H14.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M4.75 14.75V19.25H9.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M5 5L9.5 9.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19 5L14.5 9.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19 19L14.5 14.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M5 19L9.5 14.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=c;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=\"M4.75 9.25V4.75H9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.25 9.25V4.75H14.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.25 14.75V19.25H14.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.75 14.75V19.25H9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5 5L9.5 9.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 5L14.5 9.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 19L14.5 14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5 19L9.5 14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,uBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 i from"react";import{Svg as d}from"react-native-svg";var t=({children:n,size:e=24,...s})=>i.createElement(d,{...s,width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},n);import{Path as r}from"react-native-svg";var k=n=>o.createElement(t,{...n},o.createElement(r,{d:"M4.75 9.25V4.75H9.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(r,{d:"M19.25 9.25V4.75H14.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(r,{d:"M19.25 14.75V19.25H14.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(r,{d:"M4.75 14.75V19.25H9.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(r,{d:"M5 5L9.5 9.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(r,{d:"M19 5L14.5 9.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(r,{d:"M19 19L14.5 14.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(r,{d:"M5 19L9.5 14.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),f=k;export{k as IconArrowsZoom,f 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=\"M4.75 9.25V4.75H9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.25 9.25V4.75H14.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.25 14.75V19.25H14.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.75 14.75V19.25H9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5 5L9.5 9.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 5L14.5 9.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 19L14.5 14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5 19L9.5 14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,uBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowsZoom","props","React","CentralIconBase","IconArrowsZoom_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var s=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of m(o))!h.call(r,C)&&C!==e&&s(r,C,{get:()=>o[C],enumerable:!(p=L(o,C))||p.enumerable});return r};var d=(r,o,e)=>(e=r!=null?c(f(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>i(s({},"__esModule",{value:!0}),r);var P={};x(P,{IconScanTextSparkle:()=>a,default:()=>I});module.exports=B(P);var t=d(require("react"));var u=d(require("react")),k=require("react-native-svg"),l=({children:r,size:o=24,...e})=>u.default.createElement(k.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),a=r=>t.default.createElement(l,{...r},t.default.createElement(n.Path,{d:"M8.25 3.75H6.75C5.09315 3.75 3.75 5.09315 3.75 6.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M15.75 3.75H17.25C18.9069 3.75 20.25 5.09315 20.25 6.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M8.25 20.25H6.75C5.09315 20.25 3.75 18.9069 3.75 17.25V15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M8.75 9.75H15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M8.75 14.25H13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),t.default.createElement(n.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"})),I=a;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=\"M8.25 3.75H6.75C5.09315 3.75 3.75 5.09315 3.75 6.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 3.75H17.25C18.9069 3.75 20.25 5.09315 20.25 6.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 20.25H6.75C5.09315 20.25 3.75 18.9069 3.75 17.25V15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.75 9.75H15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M8.75 14.25H13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\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,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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 s from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:o=24,...C})=>s.createElement(p,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var i=t=>r.createElement(n,{...t},r.createElement(e,{d:"M8.25 3.75H6.75C5.09315 3.75 3.75 5.09315 3.75 6.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M15.75 3.75H17.25C18.9069 3.75 20.25 5.09315 20.25 6.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8.25 20.25H6.75C5.09315 20.25 3.75 18.9069 3.75 17.25V15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8.75 9.75H15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),r.createElement(e,{d:"M8.75 14.25H13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),r.createElement(e,{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"})),h=i;export{i as IconScanTextSparkle,h 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=\"M8.25 3.75H6.75C5.09315 3.75 3.75 5.09315 3.75 6.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 3.75H17.25C18.9069 3.75 20.25 5.09315 20.25 6.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 20.25H6.75C5.09315 20.25 3.75 18.9069 3.75 17.25V15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.75 9.75H15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M8.75 14.25H13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\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,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var i=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!h.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(C=a(o,s))||C.enumerable});return r};var u=(r,o,e)=>(e=r!=null?L(f(r)):{},p(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>p(i({},"__esModule",{value:!0}),r);var P={};x(P,{IconVectorAnchorPointAsymmetric:()=>k,default:()=>I});module.exports=B(P);var t=u(require("react"));var l=u(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...e})=>l.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),k=r=>t.default.createElement(d,{...r},t.default.createElement(n.Path,{d:"M10.001 8.5C10.001 8.5 3.41704 10.7679 2.79102 17.2479",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M16 8.75C16 8.75 20 12 21.25 17.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M16 7.75H19.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z",fill:"currentColor"}),t.default.createElement(n.Path,{d:"M20.3536 5.60355C20.1583 5.40829 19.8417 5.40829 19.6464 5.60355L17.8536 7.39645C17.6583 7.59171 17.6583 7.90829 17.8536 8.10355L19.6464 9.89645C19.8417 10.0917 20.1583 10.0917 20.3536 9.89645L22.1464 8.10355C22.3417 7.90829 22.3417 7.59171 22.1464 7.39645L20.3536 5.60355Z",fill:"currentColor"}),t.default.createElement(n.Circle,{cx:"13",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"})),I=k;0&&(module.exports={IconVectorAnchorPointAsymmetric});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointAsymmetric/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointAsymmetric: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.001 8.5C10.001 8.5 3.41704 10.7679 2.79102 17.2479\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 8.75C16 8.75 20 12 21.25 17.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 7.75H19.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.3536 5.60355C20.1583 5.40829 19.8417 5.40829 19.6464 5.60355L17.8536 7.39645C17.6583 7.59171 17.6583 7.90829 17.8536 8.10355L19.6464 9.89645C19.8417 10.0917 20.1583 10.0917 20.3536 9.89645L22.1464 8.10355C22.3417 7.90829 22.3417 7.59171 22.1464 7.39645L20.3536 5.60355Z\"\n fill=\"currentColor\"\n />\n <Circle\n cx=\"13\"\n cy=\"7.75\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointAsymmetric;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointAsymmetric_exports","__export","IconVectorAnchorPointAsymmetric","IconVectorAnchorPointAsymmetric_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointAsymmetric","props","React","CentralIconBase","IconVectorAnchorPointAsymmetric_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import i from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:o=24,...s})=>i.createElement(C,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as p,Path as e}from"react-native-svg";var u=t=>r.createElement(n,{...t},r.createElement(e,{d:"M10.001 8.5C10.001 8.5 3.41704 10.7679 2.79102 17.2479",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M16 8.75C16 8.75 20 12 21.25 17.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),r.createElement(e,{d:"M16 7.75H19.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),r.createElement(e,{d:"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z",fill:"currentColor"}),r.createElement(e,{d:"M20.3536 5.60355C20.1583 5.40829 19.8417 5.40829 19.6464 5.60355L17.8536 7.39645C17.6583 7.59171 17.6583 7.90829 17.8536 8.10355L19.6464 9.89645C19.8417 10.0917 20.1583 10.0917 20.3536 9.89645L22.1464 8.10355C22.3417 7.90829 22.3417 7.59171 22.1464 7.39645L20.3536 5.60355Z",fill:"currentColor"}),r.createElement(p,{cx:"13",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"})),x=u;export{u as IconVectorAnchorPointAsymmetric,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointAsymmetric/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointAsymmetric: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.001 8.5C10.001 8.5 3.41704 10.7679 2.79102 17.2479\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 8.75C16 8.75 20 12 21.25 17.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 7.75H19.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.3536 5.60355C20.1583 5.40829 19.8417 5.40829 19.6464 5.60355L17.8536 7.39645C17.6583 7.59171 17.6583 7.90829 17.8536 8.10355L19.6464 9.89645C19.8417 10.0917 20.1583 10.0917 20.3536 9.89645L22.1464 8.10355C22.3417 7.90829 22.3417 7.59171 22.1464 7.39645L20.3536 5.60355Z\"\n fill=\"currentColor\"\n />\n <Circle\n cx=\"13\"\n cy=\"7.75\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointAsymmetric;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oRACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconVectorAnchorPointAsymmetric","props","React","CentralIconBase","IconVectorAnchorPointAsymmetric_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var C=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!h.call(r,s)&&s!==e&&C(r,s,{get:()=>o[s],enumerable:!(i=k(o,s))||i.enumerable});return r};var c=(r,o,e)=>(e=r!=null?L(f(r)):{},p(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>p(C({},"__esModule",{value:!0}),r);var P={};x(P,{IconVectorAnchorPointDisconnected:()=>a,default:()=>I});module.exports=B(P);var t=c(require("react"));var l=c(require("react")),u=require("react-native-svg"),d=({children:r,size:o=24,...e})=>l.default.createElement(u.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),a=r=>t.default.createElement(d,{...r},t.default.createElement(n.Path,{d:"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z",fill:"currentColor"}),t.default.createElement(n.Path,{d:"M18.1036 11.6036C17.9083 11.4083 17.5917 11.4083 17.3964 11.6036L15.6036 13.3964C15.4083 13.5917 15.4083 13.9083 15.6036 14.1036L17.3964 15.8964C17.5917 16.0917 17.9083 16.0917 18.1036 15.8964L19.8964 14.1036C20.0917 13.9083 20.0917 13.5917 19.8964 13.3964L18.1036 11.6036Z",fill:"currentColor"}),t.default.createElement(n.Circle,{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M21.25 17.5L14 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),I=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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointDisconnected: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.1036 11.6036C17.9083 11.4083 17.5917 11.4083 17.3964 11.6036L15.6036 13.3964C15.4083 13.5917 15.4083 13.9083 15.6036 14.1036L17.3964 15.8964C17.5917 16.0917 17.9083 16.0917 18.1036 15.8964L19.8964 14.1036C20.0917 13.9083 20.0917 13.5917 19.8964 13.3964L18.1036 11.6036Z\"\n fill=\"currentColor\"\n />\n <Circle\n cx=\"12\"\n cy=\"7.75\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.25 17.5L14 10\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointDisconnected;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointDisconnected_exports","__export","IconVectorAnchorPointDisconnected","IconVectorAnchorPointDisconnected_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointDisconnected","props","React","CentralIconBase","IconVectorAnchorPointDisconnected_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import C from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:o=24,...s})=>C.createElement(i,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as p,Path as e}from"react-native-svg";var c=t=>r.createElement(n,{...t},r.createElement(e,{d:"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),r.createElement(e,{d:"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z",fill:"currentColor"}),r.createElement(e,{d:"M18.1036 11.6036C17.9083 11.4083 17.5917 11.4083 17.3964 11.6036L15.6036 13.3964C15.4083 13.5917 15.4083 13.9083 15.6036 14.1036L17.3964 15.8964C17.5917 16.0917 17.9083 16.0917 18.1036 15.8964L19.8964 14.1036C20.0917 13.9083 20.0917 13.5917 19.8964 13.3964L18.1036 11.6036Z",fill:"currentColor"}),r.createElement(p,{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),r.createElement(e,{d:"M21.25 17.5L14 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),x=c;export{c as IconVectorAnchorPointDisconnected,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointDisconnected/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointDisconnected: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.1036 11.6036C17.9083 11.4083 17.5917 11.4083 17.3964 11.6036L15.6036 13.3964C15.4083 13.5917 15.4083 13.9083 15.6036 14.1036L17.3964 15.8964C17.5917 16.0917 17.9083 16.0917 18.1036 15.8964L19.8964 14.1036C20.0917 13.9083 20.0917 13.5917 19.8964 13.3964L18.1036 11.6036Z\"\n fill=\"currentColor\"\n />\n <Circle\n cx=\"12\"\n cy=\"7.75\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.25 17.5L14 10\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointDisconnected;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oRACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconVectorAnchorPointDisconnected","props","React","CentralIconBase","IconVectorAnchorPointDisconnected_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var s=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!B.call(r,e)&&e!==t&&s(r,e,{get:()=>o[e],enumerable:!(a=h(o,e))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?f(x(r)):{},c(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>c(s({},"__esModule",{value:!0}),r);var g={};I(g,{IconVectorAnchorPointStraight:()=>u,default:()=>d});module.exports=P(g);var n=C(require("react"));var i=C(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...t})=>i.default.createElement(l.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>n.default.createElement(m,{...r},n.default.createElement(p.Circle,{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(p.Path,{d:"M2.75 17.5L10.0526 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),n.default.createElement(p.Path,{d:"M21.25 17.5L14 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),d=u;0&&(module.exports={IconVectorAnchorPointStraight});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointStraight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M2.75 17.5L10.0526 10\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M21.25 17.5L14 10\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACxE,EAAAA,QAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointStraight_exports","__export","IconVectorAnchorPointStraight","IconVectorAnchorPointStraight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointStraight","props","React","CentralIconBase","IconVectorAnchorPointStraight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as a}from"react-native-svg";var e=({children:t,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as c,Path as n}from"react-native-svg";var C=t=>o.createElement(e,{...t},o.createElement(c,{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(n,{d:"M2.75 17.5L10.0526 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),o.createElement(n,{d:"M21.25 17.5L14 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),I=C;export{C as IconVectorAnchorPointStraight,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointStraight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M2.75 17.5L10.0526 10\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M21.25 17.5L14 10\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACxEI,EAAA,cAACH,EAAA,CACC,EAAE,wBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconVectorAnchorPointStraight","props","React","CentralIconBase","IconVectorAnchorPointStraight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var a=Object.create;var i=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!h.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(C=L(o,s))||C.enumerable});return r};var u=(r,o,e)=>(e=r!=null?a(f(r)):{},p(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>p(i({},"__esModule",{value:!0}),r);var P={};x(P,{IconVectorAnchorPointStraight1:()=>k,default:()=>I});module.exports=B(P);var t=u(require("react"));var l=u(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...e})=>l.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),k=r=>t.default.createElement(d,{...r},t.default.createElement(n.Path,{d:"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M15 8.5C15 8.5 20.669 10.7676 21.2088 17.2465",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M15 7.75H21.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z",fill:"currentColor"}),t.default.createElement(n.Path,{d:"M21.8536 5.60355C21.6583 5.40829 21.3417 5.40829 21.1464 5.60355L19.3536 7.39645C19.1583 7.59171 19.1583 7.90829 19.3536 8.10355L21.1464 9.89645C21.3417 10.0917 21.6583 10.0917 21.8536 9.89645L23.6464 8.10355C23.8417 7.90829 23.8417 7.59171 23.6464 7.39645L21.8536 5.60355Z",fill:"currentColor"}),t.default.createElement(n.Circle,{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"})),I=k;0&&(module.exports={IconVectorAnchorPointStraight1});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointStraight1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 8.5C15 8.5 20.669 10.7676 21.2088 17.2465\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 7.75H21.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.8536 5.60355C21.6583 5.40829 21.3417 5.40829 21.1464 5.60355L19.3536 7.39645C19.1583 7.59171 19.1583 7.90829 19.3536 8.10355L21.1464 9.89645C21.3417 10.0917 21.6583 10.0917 21.8536 9.89645L23.6464 8.10355C23.8417 7.90829 23.8417 7.59171 23.6464 7.39645L21.8536 5.60355Z\"\n fill=\"currentColor\"\n />\n <Circle\n cx=\"12\"\n cy=\"7.75\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\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,EAA6B,4BAEhBC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,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 r from"react";import i from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:o=24,...s})=>i.createElement(C,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as p,Path as e}from"react-native-svg";var u=t=>r.createElement(n,{...t},r.createElement(e,{d:"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M15 8.5C15 8.5 20.669 10.7676 21.2088 17.2465",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),r.createElement(e,{d:"M15 7.75H21.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),r.createElement(e,{d:"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z",fill:"currentColor"}),r.createElement(e,{d:"M21.8536 5.60355C21.6583 5.40829 21.3417 5.40829 21.1464 5.60355L19.3536 7.39645C19.1583 7.59171 19.1583 7.90829 19.3536 8.10355L21.1464 9.89645C21.3417 10.0917 21.6583 10.0917 21.8536 9.89645L23.6464 8.10355C23.8417 7.90829 23.8417 7.59171 23.6464 7.39645L21.8536 5.60355Z",fill:"currentColor"}),r.createElement(p,{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"})),x=u;export{u as IconVectorAnchorPointStraight1,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointStraight1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 8.5C15 8.5 20.669 10.7676 21.2088 17.2465\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 7.75H21.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.8536 5.60355C21.6583 5.40829 21.3417 5.40829 21.1464 5.60355L19.3536 7.39645C19.1583 7.59171 19.1583 7.90829 19.3536 8.10355L21.1464 9.89645C21.3417 10.0917 21.6583 10.0917 21.8536 9.89645L23.6464 8.10355C23.8417 7.90829 23.8417 7.59171 23.6464 7.39645L21.8536 5.60355Z\"\n fill=\"currentColor\"\n />\n <Circle\n cx=\"12\"\n cy=\"7.75\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oRACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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
|
package/filtered-icons.json
CHANGED
|
@@ -1568,6 +1568,20 @@
|
|
|
1568
1568
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
1569
1569
|
"componentName": "IconArrowsAllSides2"
|
|
1570
1570
|
},
|
|
1571
|
+
{
|
|
1572
|
+
"category": "Interface General",
|
|
1573
|
+
"svg": "<path d=\"M8.25 3.75H6.75C5.09315 3.75 3.75 5.09315 3.75 6.75V8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.75 3.75H17.25C18.9069 3.75 20.25 5.09315 20.25 6.75V8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.25 15.75V17.25C20.25 18.9069 18.9069 20.25 17.25 20.25H15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.25 20.25H6.75C5.09315 20.25 3.75 18.9069 3.75 17.25V15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.75 9.75H15.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M8.75 14.25H13.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
1574
|
+
"iconName": "arrows-all-sides-2, scan-text, text, focus, list",
|
|
1575
|
+
"variant": {
|
|
1576
|
+
"join": "round",
|
|
1577
|
+
"filled": "off",
|
|
1578
|
+
"radius": "3",
|
|
1579
|
+
"stroke": "1.5"
|
|
1580
|
+
},
|
|
1581
|
+
"createdAt": "2025-12-02T09:01:54.409183+00:00",
|
|
1582
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
1583
|
+
"componentName": "IconArrowsAllSides21"
|
|
1584
|
+
},
|
|
1571
1585
|
{
|
|
1572
1586
|
"category": "Arrows",
|
|
1573
1587
|
"svg": "<path d=\"M2.0134 11.2748L9.56149 4.10414C10.1985 3.499 11.2502 3.95054 11.2502 4.82914V7.99983C11.2502 8.27597 11.4783 8.49938 11.7544 8.50377C19.8396 8.63236 22.0002 11.9204 22.0002 20.2498C20.5305 17.3104 19.7808 15.5709 11.7553 15.502C11.4792 15.4996 11.2502 15.7237 11.2502 15.9998V19.1705C11.2502 20.0491 10.1985 20.5006 9.56149 19.8955L2.0134 12.7248C1.5984 12.3306 1.5984 11.6691 2.0134 11.2748Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
|
|
@@ -1680,6 +1694,20 @@
|
|
|
1680
1694
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
1681
1695
|
"componentName": "IconArrowsRepeatRightLeftOff"
|
|
1682
1696
|
},
|
|
1697
|
+
{
|
|
1698
|
+
"category": "Arrows",
|
|
1699
|
+
"svg": "<path d=\"M4.75 9.25V4.75H9.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.25 9.25V4.75H14.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.25 14.75V19.25H14.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.75 14.75V19.25H9.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5 5L9.5 9.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 5L14.5 9.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 19L14.5 14.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5 19L9.5 14.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
1700
|
+
"iconName": "arrows-zoom, scale, motion, move, directions",
|
|
1701
|
+
"variant": {
|
|
1702
|
+
"join": "round",
|
|
1703
|
+
"filled": "off",
|
|
1704
|
+
"radius": "3",
|
|
1705
|
+
"stroke": "1.5"
|
|
1706
|
+
},
|
|
1707
|
+
"createdAt": "2025-12-03T08:02:15.694602+00:00",
|
|
1708
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
1709
|
+
"componentName": "IconArrowsZoom"
|
|
1710
|
+
},
|
|
1683
1711
|
{
|
|
1684
1712
|
"category": "Arrows",
|
|
1685
1713
|
"svg": "<path d=\"M3.25 7.25L6.18934 4.31066C6.77513 3.72487 7.72487 3.72487 8.31066 4.31066L11.25 7.25M12.75 16.75L15.6893 19.6893C16.2751 20.2751 17.2249 20.2751 17.8107 19.6893L20.75 16.75M7.25 5V20.25M16.75 3.75V19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -17332,6 +17360,20 @@
|
|
|
17332
17360
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
17333
17361
|
"componentName": "IconSatellite2"
|
|
17334
17362
|
},
|
|
17363
|
+
{
|
|
17364
|
+
"category": "AI & Magic",
|
|
17365
|
+
"svg": "<path d=\"M8.25 3.75H6.75C5.09315 3.75 3.75 5.09315 3.75 6.75V8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.75 3.75H17.25C18.9069 3.75 20.25 5.09315 20.25 6.75V8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.25 20.25H6.75C5.09315 20.25 3.75 18.9069 3.75 17.25V15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.75 9.75H15.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M8.75 14.25H13.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><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": "off",
|
|
17370
|
+
"radius": "3",
|
|
17371
|
+
"stroke": "1.5"
|
|
17372
|
+
},
|
|
17373
|
+
"createdAt": "2025-12-02T09:01:54.409183+00:00",
|
|
17374
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
17375
|
+
"componentName": "IconScanTextSparkle"
|
|
17376
|
+
},
|
|
17335
17377
|
{
|
|
17336
17378
|
"category": "Building",
|
|
17337
17379
|
"svg": "<path d=\"M21.25 19.25V11.75C21.25 10.0931 19.9069 8.75 18.25 8.75H17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.25 19.25V7.75C17.25 6.09315 15.9069 4.75 14.25 4.75H9.75C8.09315 4.75 6.75 6.09315 6.75 7.75V19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.75 8.75H5.75C4.09315 8.75 2.75 10.0931 2.75 11.75V19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22.25 19.25H1.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.75 19.25V17C9.75 15.7574 10.7574 14.75 12 14.75C13.2426 14.75 14.25 15.7574 14.25 17V19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -21364,6 +21406,62 @@
|
|
|
21364
21406
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
21365
21407
|
"componentName": "IconVault"
|
|
21366
21408
|
},
|
|
21409
|
+
{
|
|
21410
|
+
"category": "Edit",
|
|
21411
|
+
"svg": "<path d=\"M10.001 8.5C10.001 8.5 3.41704 10.7679 2.79102 17.2479\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 8.75C16 8.75 20 12 21.25 17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.88907 7.75H2.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M16 7.75H19.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z\" fill=\"currentColor\"/><path d=\"M20.3536 5.60355C20.1583 5.40829 19.8417 5.40829 19.6464 5.60355L17.8536 7.39645C17.6583 7.59171 17.6583 7.90829 17.8536 8.10355L19.6464 9.89645C19.8417 10.0917 20.1583 10.0917 20.3536 9.89645L22.1464 8.10355C22.3417 7.90829 22.3417 7.59171 22.1464 7.39645L20.3536 5.60355Z\" fill=\"currentColor\"/><circle cx=\"13\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
|
21412
|
+
"iconName": "vector-anchor-point-asymmetric",
|
|
21413
|
+
"variant": {
|
|
21414
|
+
"join": "round",
|
|
21415
|
+
"filled": "off",
|
|
21416
|
+
"radius": "3",
|
|
21417
|
+
"stroke": "1.5"
|
|
21418
|
+
},
|
|
21419
|
+
"createdAt": "2025-12-03T08:02:15.694602+00:00",
|
|
21420
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
21421
|
+
"componentName": "IconVectorAnchorPointAsymmetric"
|
|
21422
|
+
},
|
|
21423
|
+
{
|
|
21424
|
+
"category": "Edit",
|
|
21425
|
+
"svg": "<path d=\"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.88907 7.75H2.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z\" fill=\"currentColor\"/><path d=\"M18.1036 11.6036C17.9083 11.4083 17.5917 11.4083 17.3964 11.6036L15.6036 13.3964C15.4083 13.5917 15.4083 13.9083 15.6036 14.1036L17.3964 15.8964C17.5917 16.0917 17.9083 16.0917 18.1036 15.8964L19.8964 14.1036C20.0917 13.9083 20.0917 13.5917 19.8964 13.3964L18.1036 11.6036Z\" fill=\"currentColor\"/><circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M21.25 17.5L14 10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
21426
|
+
"iconName": "vector-anchor-point-disconnected",
|
|
21427
|
+
"variant": {
|
|
21428
|
+
"join": "round",
|
|
21429
|
+
"filled": "off",
|
|
21430
|
+
"radius": "3",
|
|
21431
|
+
"stroke": "1.5"
|
|
21432
|
+
},
|
|
21433
|
+
"createdAt": "2025-12-03T08:02:15.694602+00:00",
|
|
21434
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
21435
|
+
"componentName": "IconVectorAnchorPointDisconnected"
|
|
21436
|
+
},
|
|
21437
|
+
{
|
|
21438
|
+
"category": "Edit",
|
|
21439
|
+
"svg": "<circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M2.75 17.5L10.0526 10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M21.25 17.5L14 10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
|
|
21440
|
+
"iconName": "vector-anchor-point-straight, no-smoothing",
|
|
21441
|
+
"variant": {
|
|
21442
|
+
"join": "round",
|
|
21443
|
+
"filled": "off",
|
|
21444
|
+
"radius": "3",
|
|
21445
|
+
"stroke": "1.5"
|
|
21446
|
+
},
|
|
21447
|
+
"createdAt": "2025-12-03T08:02:15.694602+00:00",
|
|
21448
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
21449
|
+
"componentName": "IconVectorAnchorPointStraight"
|
|
21450
|
+
},
|
|
21451
|
+
{
|
|
21452
|
+
"category": "Edit",
|
|
21453
|
+
"svg": "<path d=\"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15 8.5C15 8.5 20.669 10.7676 21.2088 17.2465\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.88907 7.75H2.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M15 7.75H21.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z\" fill=\"currentColor\"/><path d=\"M21.8536 5.60355C21.6583 5.40829 21.3417 5.40829 21.1464 5.60355L19.3536 7.39645C19.1583 7.59171 19.1583 7.90829 19.3536 8.10355L21.1464 9.89645C21.3417 10.0917 21.6583 10.0917 21.8536 9.89645L23.6464 8.10355C23.8417 7.90829 23.8417 7.59171 23.6464 7.39645L21.8536 5.60355Z\" fill=\"currentColor\"/><circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
|
21454
|
+
"iconName": "vector-anchor-point-straight, mirror-angle",
|
|
21455
|
+
"variant": {
|
|
21456
|
+
"join": "round",
|
|
21457
|
+
"filled": "off",
|
|
21458
|
+
"radius": "3",
|
|
21459
|
+
"stroke": "1.5"
|
|
21460
|
+
},
|
|
21461
|
+
"createdAt": "2025-12-03T08:02:15.694602+00:00",
|
|
21462
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
21463
|
+
"componentName": "IconVectorAnchorPointStraight1"
|
|
21464
|
+
},
|
|
21367
21465
|
{
|
|
21368
21466
|
"category": "Edit",
|
|
21369
21467
|
"svg": "<path d=\"M6.25 12C6.25 13.2426 5.24264 14.25 4 14.25C2.75736 14.25 1.75 13.2426 1.75 12C1.75 10.7574 2.75736 9.75 4 9.75C5.24264 9.75 6.25 10.7574 6.25 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M22.25 12C22.25 13.2426 21.2426 14.25 20 14.25C18.7574 14.25 17.75 13.2426 17.75 12C17.75 10.7574 18.7574 9.75 20 9.75C21.2426 9.75 22.25 10.7574 22.25 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M6.5 12H17.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M3.58789 9.5C4.66683 5.88564 8.02516 3.25 12.0009 3.25C15.9767 3.25 19.335 5.88564 20.414 9.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M20.414 14.5C19.335 18.1144 15.9767 20.75 12.0009 20.75C8.02517 20.75 4.66684 18.1144 3.58789 14.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -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"
|