@central-icons-react-native/round-outlined-radius-3-stroke-1 1.1.49 → 1.1.51
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/IconPersona/index.d.ts +4 -0
- package/IconPersona/index.js +2 -0
- package/IconPersona/index.js.map +1 -0
- package/IconPersona/index.mjs +2 -0
- package/IconPersona/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/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -5
- package/index.d.ts +3 -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 +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var k=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,u)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of L(o))!B.call(r,s)&&s!==n&&p(r,s,{get:()=>o[s],enumerable:!(u=m(o,s))||u.enumerable});return r};var C=(r,o,n)=>(n=r!=null?k(f(r)):{},i(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>i(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconArrowsAllSides21:()=>c,default:()=>P});module.exports=x(g);var e=C(require("react"));var d=C(require("react")),l=require("react-native-svg"),a=({children:r,size:o=24,...n})=>d.default.createElement(l.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),c=r=>e.default.createElement(a,{...r},e.default.createElement(t.Path,{d:"M8.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M15.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M20.5 15.5V17.5C20.5 19.1569 19.1569 20.5 17.5 20.5H15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M8.5 20.5H6.5C4.84315 20.5 3.5 19.1569 3.5 17.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M8.5 9.5H15.5",stroke:"currentColor",strokeLinecap:"round"}),e.default.createElement(t.Path,{d:"M8.5 14.5H13.5",stroke:"currentColor",strokeLinecap:"round"})),P=c;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.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 15.5V17.5C20.5 19.1569 19.1569 20.5 17.5 20.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 20.5H6.5C4.84315 20.5 3.5 19.1569 3.5 17.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M8.5 9.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M8.5 14.5H13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\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,mDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,CACvE,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 p from"react";import{Svg as u}from"react-native-svg";var t=({children:e,size:o=24,...s})=>p.createElement(u,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>r.createElement(t,{...e},r.createElement(n,{d:"M8.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M15.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M20.5 15.5V17.5C20.5 19.1569 19.1569 20.5 17.5 20.5H15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M8.5 20.5H6.5C4.84315 20.5 3.5 19.1569 3.5 17.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M8.5 9.5H15.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement(n,{d:"M8.5 14.5H13.5",stroke:"currentColor",strokeLinecap:"round"})),B=i;export{i as IconArrowsAllSides21,B 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.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 15.5V17.5C20.5 19.1569 19.1569 20.5 17.5 20.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 20.5H6.5C4.84315 20.5 3.5 19.1569 3.5 17.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M8.5 9.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M8.5 14.5H13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\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,mDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,EACpEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,CACvE,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 y=Object.create;var t=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var c in o)t(r,c,{get:o[c],enumerable:!0})},i=(r,o,c,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==c&&t(r,e,{get:()=>o[e],enumerable:!(C=m(o,e))||C.enumerable});return r};var u=(r,o,c)=>(c=r!=null?y(B(r)):{},i(o||!r||!r.__esModule?t(c,"default",{value:r,enumerable:!0}):c,r)),g=r=>i(t({},"__esModule",{value:!0}),r);var v={};P(v,{IconPersona:()=>s,default:()=>k});module.exports=g(v);var l=u(require("react"));var p=u(require("react")),f=require("react-native-svg"),x=({children:r,size:o=24,...c})=>p.default.createElement(f.Svg,{...c,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),s=r=>l.default.createElement(x,{...r},l.default.createElement(n.Path,{d:"M11.5 2.53125C9.52684 2.7773 8 4.46049 8 6.5003C8 8.54011 9.52684 10.2233 11.5 10.4694",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),l.default.createElement(n.Path,{d:"M11.5 20.4998H7.27475C5.51441 20.4998 4.08805 18.9493 4.7962 17.3377C5.9937 14.6124 8.397 12.7005 11.5 12.5146",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"20",r:"0.65",fill:"currentColor"})),k=s;0&&(module.exports={IconPersona});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPersona/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 IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5 2.53125C9.52684 2.7773 8 4.46049 8 6.5003C8 8.54011 9.52684 10.2233 11.5 10.4694\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 20.4998H7.27475C5.51441 20.4998 4.08805 18.9493 4.7962 17.3377C5.9937 14.6124 8.397 12.7005 11.5 12.5146\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"20\" r=\"0.65\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,CAC5D,EAIGE,EAAQJ","names":["IconPersona_exports","__export","IconPersona","IconPersona_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import C from"react";import{Svg as i}from"react-native-svg";var c=({children:n,size:l=24,...t})=>C.createElement(i,{...t,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as o,Path as e}from"react-native-svg";var u=n=>r.createElement(c,{...n},r.createElement(e,{d:"M11.5 2.53125C9.52684 2.7773 8 4.46049 8 6.5003C8 8.54011 9.52684 10.2233 11.5 10.4694",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M11.5 20.4998H7.27475C5.51441 20.4998 4.08805 18.9493 4.7962 17.3377C5.9937 14.6124 8.397 12.7005 11.5 12.5146",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"20",r:"0.65",fill:"currentColor"})),P=u;export{u as IconPersona,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPersona/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 IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5 2.53125C9.52684 2.7773 8 4.46049 8 6.5003C8 8.54011 9.52684 10.2233 11.5 10.4694\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 20.4998H7.27475C5.51441 20.4998 4.08805 18.9493 4.7962 17.3377C5.9937 14.6124 8.397 12.7005 11.5 12.5146\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"20\" r=\"0.65\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,CAC5D,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},u=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of m(o))!x.call(r,C)&&C!==n&&p(r,C,{get:()=>o[C],enumerable:!(s=k(o,C))||s.enumerable});return r};var l=(r,o,n)=>(n=r!=null?L(f(r)):{},u(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>u(p({},"__esModule",{value:!0}),r);var g={};B(g,{IconScanTextSparkle:()=>d,default:()=>P});module.exports=I(g);var e=l(require("react"));var i=l(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...n})=>i.default.createElement(a.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),d=r=>e.default.createElement(c,{...r},e.default.createElement(t.Path,{d:"M8.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M15.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M8.5 20.5H6.5C4.84315 20.5 3.5 19.1569 3.5 17.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M8.5 9.5H15.5",stroke:"currentColor",strokeLinecap:"round"}),e.default.createElement(t.Path,{d:"M8.5 14.5H13.5",stroke:"currentColor",strokeLinecap:"round"}),e.default.createElement(t.Path,{d:"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z",fill:"currentColor"})),P=d;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.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 20.5H6.5C4.84315 20.5 3.5 19.1569 3.5 17.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M8.5 9.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M8.5 14.5H13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\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,mDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrE,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 p from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:o=24,...C})=>p.createElement(s,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var u=e=>r.createElement(t,{...e},r.createElement(n,{d:"M8.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M15.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M8.5 20.5H6.5C4.84315 20.5 3.5 19.1569 3.5 17.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M8.5 9.5H15.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement(n,{d:"M8.5 14.5H13.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement(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",fill:"currentColor"})),x=u;export{u as IconScanTextSparkle,x 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.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 20.5H6.5C4.84315 20.5 3.5 19.1569 3.5 17.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M8.5 9.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M8.5 14.5H13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\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,mDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,EACpEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrEG,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"]}
|
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
|
|
@@ -882,6 +883,7 @@ Below is a complete list of available icons:
|
|
|
882
883
|
- IconArrowRounded
|
|
883
884
|
- IconArrowsAllSides
|
|
884
885
|
- IconArrowsAllSides2
|
|
886
|
+
- IconArrowsAllSides21
|
|
885
887
|
- IconBarcode
|
|
886
888
|
- IconBarsThree
|
|
887
889
|
- IconBarsThree2
|
|
@@ -1167,6 +1169,7 @@ Below is a complete list of available icons:
|
|
|
1167
1169
|
- IconPeopleRemove
|
|
1168
1170
|
- IconPeopleRemove2
|
|
1169
1171
|
- IconPeopleVersus
|
|
1172
|
+
- IconPersona
|
|
1170
1173
|
- IconSteveJobs
|
|
1171
1174
|
- IconStreaming
|
|
1172
1175
|
- IconSurfing
|
package/filtered-icons.json
CHANGED
|
@@ -1568,6 +1568,20 @@
|
|
|
1568
1568
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
1569
1569
|
"componentName": "IconArrowsAllSides2"
|
|
1570
1570
|
},
|
|
1571
|
+
{
|
|
1572
|
+
"category": "Interface General",
|
|
1573
|
+
"svg": "<path d=\"M8.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 15.5V17.5C20.5 19.1569 19.1569 20.5 17.5 20.5H15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 20.5H6.5C4.84315 20.5 3.5 19.1569 3.5 17.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 9.5H15.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M8.5 14.5H13.5\" stroke=\"currentColor\" 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"
|
|
1580
|
+
},
|
|
1581
|
+
"createdAt": "2025-12-02T09:01:54.409183+00:00",
|
|
1582
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
1583
|
+
"componentName": "IconArrowsAllSides21"
|
|
1584
|
+
},
|
|
1571
1585
|
{
|
|
1572
1586
|
"category": "Arrows",
|
|
1573
1587
|
"svg": "<path d=\"M1.78928 11.267L9.81966 3.8102C10.4595 3.21606 11.5001 3.66983 11.5001 4.54299V7.99978C11.5001 8.27592 11.728 8.4993 12.0041 8.50401C20.0993 8.64211 22.5001 12.1702 22.5001 20.4998C21.0303 17.5603 20.0406 15.5808 12.005 15.5022C11.7289 15.4995 11.5001 15.7236 11.5001 15.9998V19.4566C11.5001 20.3297 10.4595 20.7835 9.81966 20.1894L1.78928 12.7326C1.36321 12.3369 1.36321 11.6626 1.78928 11.267Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
@@ -15512,6 +15526,20 @@
|
|
|
15512
15526
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
15513
15527
|
"componentName": "IconPerplexity"
|
|
15514
15528
|
},
|
|
15529
|
+
{
|
|
15530
|
+
"category": "People",
|
|
15531
|
+
"svg": "<path d=\"M11.5 2.53125C9.52684 2.7773 8 4.46049 8 6.5003C8 8.54011 9.52684 10.2233 11.5 10.4694\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.5 20.4998H7.27475C5.51441 20.4998 4.08805 18.9493 4.7962 17.3377C5.9937 14.6124 8.397 12.7005 11.5 12.5146\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"20.0016\" cy=\"20\" r=\"0.65\" fill=\"currentColor\"/>",
|
|
15532
|
+
"iconName": "persona, thanos-effect, remove-user, remove-account, blip",
|
|
15533
|
+
"variant": {
|
|
15534
|
+
"join": "round",
|
|
15535
|
+
"filled": "off",
|
|
15536
|
+
"radius": "3",
|
|
15537
|
+
"stroke": "1"
|
|
15538
|
+
},
|
|
15539
|
+
"createdAt": "2025-12-01T13:01:49.190957+00:00",
|
|
15540
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
15541
|
+
"componentName": "IconPersona"
|
|
15542
|
+
},
|
|
15515
15543
|
{
|
|
15516
15544
|
"category": "Things",
|
|
15517
15545
|
"svg": "<path d=\"M14.1667 20.447C13.0833 19.4523 10.9167 19.4523 9.97522 20.447C8.9782 21.3145 7.78564 22.0293 6.56842 20.9702C3.09537 17.9481 8.93929 10.5 12 10.5C15.0607 10.5 20.9046 17.9481 17.4316 20.9702C16.2144 22.0293 15.1637 21.3145 14.1667 20.447Z\" stroke=\"currentColor\"/><path d=\"M10.996 5.57974C11.0649 7.23599 10.2271 8.54296 9.12473 8.49892C8.02235 8.45488 7.07285 7.07652 7.00396 5.42026C6.93508 3.76401 7.77289 2.45704 8.87527 2.50108C9.97765 2.54512 10.9272 3.92348 10.996 5.57974Z\" stroke=\"currentColor\"/><path d=\"M13.004 5.57974C12.9351 7.236 13.7729 8.54296 14.8753 8.49892C15.9777 8.45488 16.9272 7.07652 16.996 5.42026C17.0649 3.76401 16.2271 2.45704 15.1247 2.50108C14.0223 2.54512 13.0728 3.92348 13.004 5.57974Z\" stroke=\"currentColor\"/><path d=\"M6.41394 8.96865C6.73346 10.4793 6.13558 11.83 5.07854 11.9854C4.0215 12.1407 2.90557 11.042 2.58606 9.53135C2.26654 8.02066 2.86442 6.67003 3.92146 6.51465C4.97851 6.35926 6.09443 7.45795 6.41394 8.96865Z\" stroke=\"currentColor\"/><path d=\"M21.4139 9.53135C21.0944 11.042 19.9785 12.1407 18.9215 11.9854C17.8644 11.83 17.2665 10.4793 17.5861 8.96865C17.9056 7.45795 19.0215 6.35926 20.0785 6.51465C21.1356 6.67003 21.7335 8.02066 21.4139 9.53135Z\" stroke=\"currentColor\"/>",
|
|
@@ -17318,6 +17346,20 @@
|
|
|
17318
17346
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
17319
17347
|
"componentName": "IconSatellite2"
|
|
17320
17348
|
},
|
|
17349
|
+
{
|
|
17350
|
+
"category": "AI & Magic",
|
|
17351
|
+
"svg": "<path d=\"M8.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 20.5H6.5C4.84315 20.5 3.5 19.1569 3.5 17.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 9.5H15.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M8.5 14.5H13.5\" stroke=\"currentColor\" 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\"/>",
|
|
17352
|
+
"iconName": "scan-text-sparkle, scan, arrows-all-sides,focus, list",
|
|
17353
|
+
"variant": {
|
|
17354
|
+
"join": "round",
|
|
17355
|
+
"filled": "off",
|
|
17356
|
+
"radius": "3",
|
|
17357
|
+
"stroke": "1"
|
|
17358
|
+
},
|
|
17359
|
+
"createdAt": "2025-12-02T09:01:54.409183+00:00",
|
|
17360
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
17361
|
+
"componentName": "IconScanTextSparkle"
|
|
17362
|
+
},
|
|
17321
17363
|
{
|
|
17322
17364
|
"category": "Building",
|
|
17323
17365
|
"svg": "<path d=\"M21.5 19.5V11.5C21.5 9.84315 20.1569 8.5 18.5 8.5H17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 19.5V7.5C17.5 5.84315 16.1569 4.5 14.5 4.5H9.5C7.84315 4.5 6.5 5.84315 6.5 7.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 8.5H5.5C3.84315 8.5 2.5 9.84315 2.5 11.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22.5 19.5H1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 19.5V18C9.5 16.6193 10.6193 15.5 12 15.5C13.3807 15.5 14.5 16.6193 14.5 18V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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"
|
|
@@ -1107,6 +1108,7 @@ export type CentralIconName =
|
|
|
1107
1108
|
| "IconPeopleVersus"
|
|
1108
1109
|
| "IconPercent"
|
|
1109
1110
|
| "IconPerplexity"
|
|
1111
|
+
| "IconPersona"
|
|
1110
1112
|
| "IconPets"
|
|
1111
1113
|
| "IconPhone"
|
|
1112
1114
|
| "IconPhoneDynamicIsland"
|
|
@@ -1236,6 +1238,7 @@ export type CentralIconName =
|
|
|
1236
1238
|
| "IconSandbox"
|
|
1237
1239
|
| "IconSatellite1"
|
|
1238
1240
|
| "IconSatellite2"
|
|
1241
|
+
| "IconScanTextSparkle"
|
|
1239
1242
|
| "IconSchool"
|
|
1240
1243
|
| "IconScissors1"
|
|
1241
1244
|
| "IconScissors2"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.51",
|
|
4
4
|
"style": "round-outlined-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-1/IconHome';",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1613,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 62,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAppleIntelligenceIcon",
|
|
20
20
|
"IconBag2Sparkle",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"IconPromptTextToImage",
|
|
58
58
|
"IconPromptTextToVideo",
|
|
59
59
|
"IconRobot",
|
|
60
|
+
"IconScanTextSparkle",
|
|
60
61
|
"IconSearchIntelligence",
|
|
61
62
|
"IconSearchlinesSparkle",
|
|
62
63
|
"IconSparkle",
|
|
@@ -773,7 +774,7 @@
|
|
|
773
774
|
]
|
|
774
775
|
},
|
|
775
776
|
"Interface General": {
|
|
776
|
-
"count":
|
|
777
|
+
"count": 172,
|
|
777
778
|
"icons": [
|
|
778
779
|
"IconAnchor1",
|
|
779
780
|
"IconAnchor2",
|
|
@@ -786,6 +787,7 @@
|
|
|
786
787
|
"IconArrowRounded",
|
|
787
788
|
"IconArrowsAllSides",
|
|
788
789
|
"IconArrowsAllSides2",
|
|
790
|
+
"IconArrowsAllSides21",
|
|
789
791
|
"IconBarcode",
|
|
790
792
|
"IconBarsThree",
|
|
791
793
|
"IconBarsThree2",
|
|
@@ -1056,7 +1058,7 @@
|
|
|
1056
1058
|
]
|
|
1057
1059
|
},
|
|
1058
1060
|
"People": {
|
|
1059
|
-
"count":
|
|
1061
|
+
"count": 32,
|
|
1060
1062
|
"icons": [
|
|
1061
1063
|
"IconAura",
|
|
1062
1064
|
"IconBathMan1",
|
|
@@ -1081,6 +1083,7 @@
|
|
|
1081
1083
|
"IconPeopleRemove",
|
|
1082
1084
|
"IconPeopleRemove2",
|
|
1083
1085
|
"IconPeopleVersus",
|
|
1086
|
+
"IconPersona",
|
|
1084
1087
|
"IconSteveJobs",
|
|
1085
1088
|
"IconStreaming",
|
|
1086
1089
|
"IconSurfing",
|
|
@@ -1912,6 +1915,7 @@
|
|
|
1912
1915
|
"IconArrowRounded": "arrow-rounded, share, arrow, login",
|
|
1913
1916
|
"IconArrowsAllSides": "arrows-all-sides, move, focus",
|
|
1914
1917
|
"IconArrowsAllSides2": "arrows-all-sides-2, scan, move, focus",
|
|
1918
|
+
"IconArrowsAllSides21": "arrows-all-sides-2, scan-text, text, focus, list",
|
|
1915
1919
|
"IconArrowShareLeft": "arrow-share-left, back, last, reply",
|
|
1916
1920
|
"IconArrowShareRight": "arrow-share-right, next, forward",
|
|
1917
1921
|
"IconArrowSplit": "arrow-split, rules, direction, split",
|
|
@@ -2908,6 +2912,7 @@
|
|
|
2908
2912
|
"IconPeopleVersus": "people-versus, vs, match, 1v1",
|
|
2909
2913
|
"IconPercent": "percent, sales",
|
|
2910
2914
|
"IconPerplexity": "perplexity",
|
|
2915
|
+
"IconPersona": "persona, thanos-effect, remove-user, remove-account, blip",
|
|
2911
2916
|
"IconPets": "pets, paw, animal",
|
|
2912
2917
|
"IconPhone": "phone, iphone, mobile",
|
|
2913
2918
|
"IconPhoneDynamicIsland": "phone-dynamic-island",
|
|
@@ -3037,6 +3042,7 @@
|
|
|
3037
3042
|
"IconSandbox": "sandbox, playground",
|
|
3038
3043
|
"IconSatellite1": "satellite-1, radar, feed",
|
|
3039
3044
|
"IconSatellite2": "satellite-2, radar, feed",
|
|
3045
|
+
"IconScanTextSparkle": "scan-text-sparkle, scan, arrows-all-sides, focus, list",
|
|
3040
3046
|
"IconSchool": "school, building",
|
|
3041
3047
|
"IconScissors1": "scissors-1, cut",
|
|
3042
3048
|
"IconScissors2": "scissors-2, cut",
|
package/index.d.ts
CHANGED
|
@@ -135,6 +135,7 @@ export { IconArrowWallRight, default as IconArrowWallRightDefault, } from "./Ico
|
|
|
135
135
|
export { IconArrowWallUp, default as IconArrowWallUpDefault, } from "./IconArrowWallUp";
|
|
136
136
|
export { IconArrowsAllSides, default as IconArrowsAllSidesDefault, } from "./IconArrowsAllSides";
|
|
137
137
|
export { IconArrowsAllSides2, default as IconArrowsAllSides2Default, } from "./IconArrowsAllSides2";
|
|
138
|
+
export { IconArrowsAllSides21, default as IconArrowsAllSides21Default, } from "./IconArrowsAllSides21";
|
|
138
139
|
export { IconArrowsRepeat, default as IconArrowsRepeatDefault, } from "./IconArrowsRepeat";
|
|
139
140
|
export { IconArrowsRepeatCircle, default as IconArrowsRepeatCircleDefault, } from "./IconArrowsRepeatCircle";
|
|
140
141
|
export { IconArrowsRepeatLeftRight, default as IconArrowsRepeatLeftRightDefault, } from "./IconArrowsRepeatLeftRight";
|
|
@@ -1106,6 +1107,7 @@ export { IconPeopleRemove2, default as IconPeopleRemove2Default, } from "./IconP
|
|
|
1106
1107
|
export { IconPeopleVersus, default as IconPeopleVersusDefault, } from "./IconPeopleVersus";
|
|
1107
1108
|
export { IconPercent, default as IconPercentDefault } from "./IconPercent";
|
|
1108
1109
|
export { IconPerplexity, default as IconPerplexityDefault, } from "./IconPerplexity";
|
|
1110
|
+
export { IconPersona, default as IconPersonaDefault } from "./IconPersona";
|
|
1109
1111
|
export { IconPets, default as IconPetsDefault } from "./IconPets";
|
|
1110
1112
|
export { IconPhone, default as IconPhoneDefault } from "./IconPhone";
|
|
1111
1113
|
export { IconPhoneDynamicIsland, default as IconPhoneDynamicIslandDefault, } from "./IconPhoneDynamicIsland";
|
|
@@ -1235,6 +1237,7 @@ export { IconSafeSimple, default as IconSafeSimpleDefault, } from "./IconSafeSim
|
|
|
1235
1237
|
export { IconSandbox, default as IconSandboxDefault } from "./IconSandbox";
|
|
1236
1238
|
export { IconSatellite1, default as IconSatellite1Default, } from "./IconSatellite1";
|
|
1237
1239
|
export { IconSatellite2, default as IconSatellite2Default, } from "./IconSatellite2";
|
|
1240
|
+
export { IconScanTextSparkle, default as IconScanTextSparkleDefault, } from "./IconScanTextSparkle";
|
|
1238
1241
|
export { IconSchool, default as IconSchoolDefault } from "./IconSchool";
|
|
1239
1242
|
export { IconScissors1, default as IconScissors1Default, } from "./IconScissors1";
|
|
1240
1243
|
export { IconScissors2, default as IconScissors2Default, } from "./IconScissors2";
|