@central-icons-react-native/round-outlined-radius-0-stroke-1.5 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowsAllSides21: FC<CentralIconBaseProps>;
4
+ export default IconArrowsAllSides21;
@@ -0,0 +1,2 @@
1
+ "use strict";var 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")),l=require("react-native-svg"),C=({children:r,size:o=24,...e})=>u.default.createElement(l.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(C,{...r},t.default.createElement(n.Path,{d:"M8.25 3.75H3.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M15.75 3.75H20.25V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M20.25 15.75V20.25H15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M8.25 20.25H3.75V15.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.75H3.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 3.75H20.25V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.25 15.75V20.25H15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 20.25H3.75V15.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,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,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.75H3.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M15.75 3.75H20.25V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M20.25 15.75V20.25H15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8.25 20.25H3.75V15.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.75H3.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 3.75H20.25V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.25 15.75V20.25H15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 20.25H3.75V15.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,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,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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPersona: FC<CentralIconBaseProps>;
4
+ export default IconPersona;
@@ -0,0 +1,2 @@
1
+ "use strict";var y=Object.create;var c=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)c(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of d(o))!B.call(r,t)&&t!==e&&c(r,t,{get:()=>o[t],enumerable:!(C=m(o,t))||C.enumerable});return r};var u=(r,o,e)=>(e=r!=null?y(k(r)):{},i(o||!r||!r.__esModule?c(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>i(c({},"__esModule",{value:!0}),r);var h={};I(h,{IconPersona:()=>x,default:()=>g});module.exports=P(h);var l=u(require("react"));var p=u(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...e})=>p.default.createElement(f.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"),x=r=>l.default.createElement(s,{...r},l.default.createElement(n.Path,{d:"M14.9016 3.24961C14.9016 3.74667 14.4986 4.14961 14.0016 4.14961C13.5045 4.14961 13.1016 3.74667 13.1016 3.24961C13.1016 2.75255 13.5045 2.34961 14.0016 2.34961C14.4986 2.34961 14.9016 2.75255 14.9016 3.24961Z",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14.0016",cy:"6.49961",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17",cy:"5",r:"0.75",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17",cy:"8",r:"0.75",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14.0016",cy:"9.74961",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14.0016",cy:"12.9996",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17",cy:"13",r:"0.75",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20",cy:"16.5",r:"0.75",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14.0016",cy:"16.4996",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"16.4996",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14.0016",cy:"19.9996",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"19.9996",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"19.9996",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M11.25 2.82495C9.53833 3.1724 8.25 4.68572 8.25 6.49994C8.25 8.31416 9.53833 9.82748 11.25 10.1749",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),l.default.createElement(n.Path,{d:"M11.2457 20.25H4.5C4.84639 16.5654 7.4598 13.6292 11.2457 13.2839",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),g=x;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=\"M14.9016 3.24961C14.9016 3.74667 14.4986 4.14961 14.0016 4.14961C13.5045 4.14961 13.1016 3.74667 13.1016 3.24961C13.1016 2.75255 13.5045 2.34961 14.0016 2.34961C14.4986 2.34961 14.9016 2.75255 14.9016 3.24961Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"14.0016\" cy=\"6.49961\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"5\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"8\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"9.74961\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"12.9996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"13\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"20\" cy=\"16.5\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n <Path\n d=\"M11.25 2.82495C9.53833 3.1724 8.25 4.68572 8.25 6.49994C8.25 8.31416 9.53833 9.82748 11.25 10.1749\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.2457 20.25H4.5C4.84639 16.5654 7.4598 13.6292 11.2457 13.2839\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpD,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,KAAK,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EACvD,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,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,QACC,EAAE,qGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,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 t=({children:n,size:l=24,...c})=>C.createElement(i,{...c,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(t,{...n},r.createElement(e,{d:"M14.9016 3.24961C14.9016 3.74667 14.4986 4.14961 14.0016 4.14961C13.5045 4.14961 13.1016 3.74667 13.1016 3.24961C13.1016 2.75255 13.5045 2.34961 14.0016 2.34961C14.4986 2.34961 14.9016 2.75255 14.9016 3.24961Z",fill:"currentColor"}),r.createElement(o,{cx:"14.0016",cy:"6.49961",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"17",cy:"5",r:"0.75",fill:"currentColor"}),r.createElement(o,{cx:"17",cy:"8",r:"0.75",fill:"currentColor"}),r.createElement(o,{cx:"14.0016",cy:"9.74961",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"14.0016",cy:"12.9996",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"17",cy:"13",r:"0.75",fill:"currentColor"}),r.createElement(o,{cx:"20",cy:"16.5",r:"0.75",fill:"currentColor"}),r.createElement(o,{cx:"14.0016",cy:"16.4996",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"16.4996",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"14.0016",cy:"19.9996",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"19.9996",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"19.9996",r:"0.9",fill:"currentColor"}),r.createElement(e,{d:"M11.25 2.82495C9.53833 3.1724 8.25 4.68572 8.25 6.49994C8.25 8.31416 9.53833 9.82748 11.25 10.1749",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M11.2457 20.25H4.5C4.84639 16.5654 7.4598 13.6292 11.2457 13.2839",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=u;export{u as IconPersona,I 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=\"M14.9016 3.24961C14.9016 3.74667 14.4986 4.14961 14.0016 4.14961C13.5045 4.14961 13.1016 3.74667 13.1016 3.24961C13.1016 2.75255 13.5045 2.34961 14.0016 2.34961C14.4986 2.34961 14.9016 2.75255 14.9016 3.24961Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"14.0016\" cy=\"6.49961\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"5\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"8\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"9.74961\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"12.9996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"13\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"20\" cy=\"16.5\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n <Path\n d=\"M11.25 2.82495C9.53833 3.1724 8.25 4.68572 8.25 6.49994C8.25 8.31416 9.53833 9.82748 11.25 10.1749\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.2457 20.25H4.5C4.84639 16.5654 7.4598 13.6292 11.2457 13.2839\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,oNACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpDI,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,KAAK,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EACrDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EACvDI,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,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACH,EAAA,CACC,EAAE,qGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconScanTextSparkle: FC<CentralIconBaseProps>;
4
+ export default IconScanTextSparkle;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var C=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)C(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,p)=>{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:!(p=L(o,s))||p.enumerable});return r};var d=(r,o,e)=>(e=r!=null?c(f(r)):{},i(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>i(C({},"__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.75H3.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M15.75 3.75H20.25V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M8.25 20.25H3.75V15.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.75H3.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 3.75H20.25V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 20.25H3.75V15.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,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,yBACF,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 C from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:o=24,...s})=>C.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 i=t=>r.createElement(n,{...t},r.createElement(e,{d:"M8.25 3.75H3.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M15.75 3.75H20.25V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8.25 20.25H3.75V15.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.75H3.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 3.75H20.25V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 20.25H3.75V15.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,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,yBACF,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"]}
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
@@ -1568,6 +1568,20 @@
1568
1568
  "packageName": "round-outlined-radius-0-stroke-1.5",
1569
1569
  "componentName": "IconArrowsAllSides2"
1570
1570
  },
1571
+ {
1572
+ "category": "Interface General",
1573
+ "svg": "<path d=\"M8.25 3.75H3.75V8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.75 3.75H20.25V8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.25 15.75V20.25H15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.25 20.25H3.75V15.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": "0",
1579
+ "stroke": "1.5"
1580
+ },
1581
+ "createdAt": "2025-12-02T09:01:54.409183+00:00",
1582
+ "packageName": "round-outlined-radius-0-stroke-1.5",
1583
+ "componentName": "IconArrowsAllSides21"
1584
+ },
1571
1585
  {
1572
1586
  "category": "Arrows",
1573
1587
  "svg": "<path d=\"M1.75 12L11.25 3.75V8.5C19.75 8.5 22 11.75 22 20.25C20.5 17.25 19.75 15.5 11.25 15.5V20.25L1.75 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
@@ -15512,6 +15526,20 @@
15512
15526
  "packageName": "round-outlined-radius-0-stroke-1.5",
15513
15527
  "componentName": "IconPerplexity"
15514
15528
  },
15529
+ {
15530
+ "category": "People",
15531
+ "svg": "<path d=\"M14.9016 3.24961C14.9016 3.74667 14.4986 4.14961 14.0016 4.14961C13.5045 4.14961 13.1016 3.74667 13.1016 3.24961C13.1016 2.75255 13.5045 2.34961 14.0016 2.34961C14.4986 2.34961 14.9016 2.75255 14.9016 3.24961Z\" fill=\"currentColor\"/><circle cx=\"14.0016\" cy=\"6.49961\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"17\" cy=\"5\" r=\"0.75\" fill=\"currentColor\"/><circle cx=\"17\" cy=\"8\" r=\"0.75\" fill=\"currentColor\"/><circle cx=\"14.0016\" cy=\"9.74961\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"14.0016\" cy=\"12.9996\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"17\" cy=\"13\" r=\"0.75\" fill=\"currentColor\"/><circle cx=\"20\" cy=\"16.5\" r=\"0.75\" fill=\"currentColor\"/><circle cx=\"14.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"14.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"20.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\"/><path d=\"M11.25 2.82495C9.53833 3.1724 8.25 4.68572 8.25 6.49994C8.25 8.31416 9.53833 9.82748 11.25 10.1749\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.2457 20.25H4.5C4.84639 16.5654 7.4598 13.6292 11.2457 13.2839\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
15532
+ "iconName": "persona, thanos-effect, remove-user, remove-account, blip",
15533
+ "variant": {
15534
+ "join": "round",
15535
+ "filled": "off",
15536
+ "radius": "0",
15537
+ "stroke": "1.5"
15538
+ },
15539
+ "createdAt": "2025-12-01T13:01:49.190957+00:00",
15540
+ "packageName": "round-outlined-radius-0-stroke-1.5",
15541
+ "componentName": "IconPersona"
15542
+ },
15515
15543
  {
15516
15544
  "category": "Things",
15517
15545
  "svg": "<path d=\"M14.0833 20.2448C13.0417 19.2953 10.9583 19.2953 10.0531 20.2448C9.09442 21.0729 7.94773 21.7552 6.77732 20.7442C3.43786 17.8596 9.05701 10.75 12 10.75C14.943 10.75 20.5621 17.8596 17.2227 20.7442C16.0523 21.7552 15.042 21.0729 14.0833 20.2448Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M10.7465 5.57309C10.8068 7.09133 10.0737 8.28938 9.10914 8.24901C8.14455 8.20864 7.31374 6.94514 7.25347 5.42691C7.19319 3.90867 7.92628 2.71062 8.89086 2.75099C9.85545 2.79136 10.6863 4.05486 10.7465 5.57309Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M13.2535 5.57309C13.1932 7.09133 13.9263 8.28938 14.8909 8.24901C15.8554 8.20864 16.6863 6.94514 16.7465 5.42691C16.8068 3.90867 16.0737 2.71062 15.1091 2.75099C14.1446 2.79136 13.3137 4.05486 13.2535 5.57309Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M6.1747 8.99423C6.45428 10.3676 5.93113 11.5954 5.00622 11.7367C4.08131 11.8779 3.10488 10.8791 2.8253 9.50577C2.54572 8.13242 3.06887 6.90458 3.99378 6.76332C4.91869 6.62205 5.89512 7.62087 6.1747 8.99423Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M21.1747 9.50577C20.8951 10.8791 19.9187 11.8779 18.9938 11.7367C18.0689 11.5954 17.5457 10.3676 17.8253 8.99423C18.1049 7.62087 19.0813 6.62205 20.0062 6.76332C20.9311 6.90458 21.4543 8.13242 21.1747 9.50577Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
@@ -17318,6 +17346,20 @@
17318
17346
  "packageName": "round-outlined-radius-0-stroke-1.5",
17319
17347
  "componentName": "IconSatellite2"
17320
17348
  },
17349
+ {
17350
+ "category": "AI & Magic",
17351
+ "svg": "<path d=\"M8.25 3.75H3.75V8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.75 3.75H20.25V8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.25 20.25H3.75V15.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\"/>",
17352
+ "iconName": "scan-text-sparkle, scan, arrows-all-sides,focus, list",
17353
+ "variant": {
17354
+ "join": "round",
17355
+ "filled": "off",
17356
+ "radius": "0",
17357
+ "stroke": "1.5"
17358
+ },
17359
+ "createdAt": "2025-12-02T09:01:54.409183+00:00",
17360
+ "packageName": "round-outlined-radius-0-stroke-1.5",
17361
+ "componentName": "IconScanTextSparkle"
17362
+ },
17321
17363
  {
17322
17364
  "category": "Building",
17323
17365
  "svg": "<path d=\"M21.25 19.25V8.75H17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.25 19.25V4.75H6.75V19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.75 8.75H2.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.25V14.75H14.25V19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" 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-0-stroke-1.5",
3
- "version": "1.1.49",
3
+ "version": "1.1.51",
4
4
  "style": "round-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-stroke-1.5/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": 1610,
14
+ "totalIcons": 1613,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 61,
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": 171,
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": 31,
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";