@central-icons-react-native/round-filled-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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowsAllSides21: FC<CentralIconBaseProps>;
4
+ export default IconArrowsAllSides21;
@@ -0,0 +1,2 @@
1
+ "use strict";var a=Object.create;var e=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var V=(r,C)=>{for(var o in C)e(r,o,{get:C[o],enumerable:!0})},f=(r,C,o,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of d(C))!I.call(r,t)&&t!==o&&e(r,t,{get:()=>C[t],enumerable:!(p=c(C,t))||p.enumerable});return r};var s=(r,C,o)=>(o=r!=null?a(B(r)):{},f(C||!r||!r.__esModule?e(o,"default",{value:r,enumerable:!0}):o,r)),x=r=>f(e({},"__esModule",{value:!0}),r);var g={};V(g,{IconArrowsAllSides21:()=>H,default:()=>P});module.exports=x(g);var n=s(require("react"));var i=s(require("react")),m=require("react-native-svg"),u=({children:r,size:C=24,...o})=>i.default.createElement(m.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),H=r=>n.default.createElement(u,{...r},n.default.createElement(l.Path,{d:"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5C4 18.8807 5.11929 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H6.5C4.567 21 3 19.433 3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M20.5 15C20.7761 15 21 15.2239 21 15.5V17.5C21 19.433 19.433 21 17.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H17.5C18.8807 20 20 18.8807 20 17.5V15.5C20 15.2239 20.2239 15 20.5 15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z",fill:"currentColor"})),P=H;0&&(module.exports={IconArrowsAllSides21});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowsAllSides21/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconArrowsAllSides21: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5C4 18.8807 5.11929 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H6.5C4.567 21 3 19.433 3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 15C20.7761 15 21 15.2239 21 15.5V17.5C21 19.433 19.433 21 17.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H17.5C18.8807 20 20 18.8807 20 17.5V15.5C20 15.2239 20.2239 15 20.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsAllSides21;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,0BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kMACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowsAllSides21_exports","__export","IconArrowsAllSides21","IconArrowsAllSides21_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowsAllSides21","props","React","CentralIconBase","IconArrowsAllSides21_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import e from"react";import{Svg as p}from"react-native-svg";var l=({children:n,size:C=24,...t})=>e.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var f=n=>r.createElement(l,{...n},r.createElement(o,{d:"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5C4 18.8807 5.11929 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H6.5C4.567 21 3 19.433 3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z",fill:"currentColor"}),r.createElement(o,{d:"M20.5 15C20.7761 15 21 15.2239 21 15.5V17.5C21 19.433 19.433 21 17.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H17.5C18.8807 20 20 18.8807 20 17.5V15.5C20 15.2239 20.2239 15 20.5 15Z",fill:"currentColor"}),r.createElement(o,{d:"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z",fill:"currentColor"}),r.createElement(o,{d:"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z",fill:"currentColor"}),r.createElement(o,{d:"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z",fill:"currentColor"}),r.createElement(o,{d:"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z",fill:"currentColor"})),I=f;export{f as IconArrowsAllSides21,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowsAllSides21/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconArrowsAllSides21: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5C4 18.8807 5.11929 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H6.5C4.567 21 3 19.433 3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 15C20.7761 15 21 15.2239 21 15.5V17.5C21 19.433 19.433 21 17.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H17.5C18.8807 20 20 18.8807 20 17.5V15.5C20 15.2239 20.2239 15 20.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsAllSides21;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kMACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowsAllSides21","props","React","CentralIconBase","IconArrowsAllSides21_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPersona: FC<CentralIconBaseProps>;
4
+ export default IconPersona;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var e=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var c in o)e(r,c,{get:o[c],enumerable:!0})},f=(r,o,c,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!P.call(r,C)&&C!==c&&e(r,C,{get:()=>o[C],enumerable:!(t=s(o,C))||t.enumerable});return r};var i=(r,o,c)=>(c=r!=null?m(I(r)):{},f(o||!r||!r.__esModule?e(c,"default",{value:r,enumerable:!0}):c,r)),v=r=>f(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconPersona:()=>y,default:()=>d});module.exports=v(h);var l=i(require("react"));var p=i(require("react")),u=require("react-native-svg"),x=({children:r,size:o=24,...c})=>p.default.createElement(u.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"),y=r=>l.default.createElement(x,{...r},l.default.createElement(n.Path,{d:"M11.999 12V21H7.19893C5.26593 21 3.62711 19.3869 4.26511 17.5622C5.41058 14.2861 8.21903 12 11.999 12Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M11.999 11C9.51374 11 7.49903 8.98528 7.49903 6.5C7.49903 4.01472 9.51374 2 11.999 2V11Z",fill:"currentColor"}),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:"20.0016",cy:"20",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"})),d=y;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.999 12V21H7.19893C5.26593 21 3.62711 19.3869 4.26511 17.5622C5.41058 14.2861 8.21903 12 11.999 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.999 11C9.51374 11 7.49903 8.98528 7.49903 6.5C7.49903 4.01472 9.51374 2 11.999 2V11Z\"\n fill=\"currentColor\"\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=\"20.0016\" cy=\"20\" 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 </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,yGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2FACF,KAAK,eACP,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,KAAK,EAAE,OAAO,KAAK,eAAe,EAC1D,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,CAChE,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 t from"react";import{Svg as f}from"react-native-svg";var c=({children:n,size:l=24,...e})=>t.createElement(f,{...e,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 C}from"react-native-svg";var i=n=>r.createElement(c,{...n},r.createElement(C,{d:"M11.999 12V21H7.19893C5.26593 21 3.62711 19.3869 4.26511 17.5622C5.41058 14.2861 8.21903 12 11.999 12Z",fill:"currentColor"}),r.createElement(C,{d:"M11.999 11C9.51374 11 7.49903 8.98528 7.49903 6.5C7.49903 4.01472 9.51374 2 11.999 2V11Z",fill:"currentColor"}),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:"20.0016",cy:"20",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"})),g=i;export{i as IconPersona,g 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.999 12V21H7.19893C5.26593 21 3.62711 19.3869 4.26511 17.5622C5.41058 14.2861 8.21903 12 11.999 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.999 11C9.51374 11 7.49903 8.98528 7.49903 6.5C7.49903 4.01472 9.51374 2 11.999 2V11Z\"\n fill=\"currentColor\"\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=\"20.0016\" cy=\"20\" 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 </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,yGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2FACF,KAAK,eACP,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,KAAK,EAAE,OAAO,KAAK,eAAe,EAC1DI,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,CAChE,EAIGM,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 l=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(C,r)=>{for(var o in r)l(C,o,{get:r[o],enumerable:!0})},f=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of d(r))!B.call(C,e)&&e!==o&&l(C,e,{get:()=>r[e],enumerable:!(p=H(r,e))||p.enumerable});return C};var m=(C,r,o)=>(o=C!=null?c(x(C)):{},f(r||!C||!C.__esModule?l(o,"default",{value:C,enumerable:!0}):o,C)),L=C=>f(l({},"__esModule",{value:!0}),C);var g={};I(g,{IconScanTextSparkle:()=>u,default:()=>P});module.exports=L(g);var n=m(require("react"));var a=m(require("react")),i=require("react-native-svg"),s=({children:C,size:r=24,...o})=>a.default.createElement(i.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var t=require("react-native-svg"),u=C=>n.default.createElement(s,{...C},n.default.createElement(t.Path,{d:"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5C4 18.8807 5.11929 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H6.5C4.567 21 3 19.433 3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z",fill:"currentColor"})),P=u;0&&(module.exports={IconScanTextSparkle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconScanTextSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconScanTextSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5C4 18.8807 5.11929 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H6.5C4.567 21 3 19.433 3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanTextSparkle;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,yBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,onBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconScanTextSparkle_exports","__export","IconScanTextSparkle","IconScanTextSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconScanTextSparkle","props","React","CentralIconBase","IconScanTextSparkle_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...e})=>l.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var f=n=>C.createElement(t,{...n},C.createElement(o,{d:"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5C4 18.8807 5.11929 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H6.5C4.567 21 3 19.433 3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z",fill:"currentColor"}),C.createElement(o,{d:"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z",fill:"currentColor"}),C.createElement(o,{d:"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z",fill:"currentColor"}),C.createElement(o,{d:"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z",fill:"currentColor"}),C.createElement(o,{d:"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z",fill:"currentColor"}),C.createElement(o,{d:"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z",fill:"currentColor"})),B=f;export{f as IconScanTextSparkle,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconScanTextSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconScanTextSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5C4 18.8807 5.11929 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H6.5C4.567 21 3 19.433 3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanTextSparkle;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,onBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconScanTextSparkle","props","React","CentralIconBase","IconScanTextSparkle_default"]}
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-filled-radius-3-stroke-1",
1569
1569
  "componentName": "IconArrowsAllSides2"
1570
1570
  },
1571
+ {
1572
+ "category": "Interface General",
1573
+ "svg": "<path d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5C4 18.8807 5.11929 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H6.5C4.567 21 3 19.433 3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z\" fill=\"currentColor\"/><path d=\"M20.5 15C20.7761 15 21 15.2239 21 15.5V17.5C21 19.433 19.433 21 17.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H17.5C18.8807 20 20 18.8807 20 17.5V15.5C20 15.2239 20.2239 15 20.5 15Z\" fill=\"currentColor\"/><path d=\"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z\" fill=\"currentColor\"/><path d=\"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z\" fill=\"currentColor\"/><path d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z\" fill=\"currentColor\"/><path d=\"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z\" fill=\"currentColor\"/>",
1574
+ "iconName": "arrows-all-sides-2, scan-text, text, focus, list",
1575
+ "variant": {
1576
+ "join": "round",
1577
+ "filled": "on",
1578
+ "radius": "3",
1579
+ "stroke": "1"
1580
+ },
1581
+ "createdAt": "2025-12-02T09:01:54.409183+00:00",
1582
+ "packageName": "round-filled-radius-3-stroke-1",
1583
+ "componentName": "IconArrowsAllSides21"
1584
+ },
1571
1585
  {
1572
1586
  "category": "Arrows",
1573
1587
  "svg": "<path d=\"M11.9991 4.54301C11.9991 3.23326 10.4382 2.5526 9.47846 3.44382L1.44807 10.9006C0.808976 11.4941 0.808975 12.5055 1.44807 13.099L9.47846 20.5558C10.4382 21.447 11.9991 20.7663 11.9991 19.4566V16.0025C15.9951 16.0416 18.1381 16.556 19.4542 17.3555C20.7504 18.143 21.3107 19.241 22.0519 20.7234C22.1556 20.9308 22.3883 21.0397 22.614 20.9864C22.8397 20.9331 22.9991 20.7317 22.9991 20.4998C22.9991 16.3145 22.4024 13.1942 20.6714 11.1106C18.9215 9.00414 16.116 8.07412 12.0116 8.0041C12.0076 8.00403 12.0035 8.00251 12.0001 7.99913L11.9991 7.99806V4.54301Z\" fill=\"currentColor\"/>",
@@ -15512,6 +15526,20 @@
15512
15526
  "packageName": "round-filled-radius-3-stroke-1",
15513
15527
  "componentName": "IconPerplexity"
15514
15528
  },
15529
+ {
15530
+ "category": "People",
15531
+ "svg": "<path d=\"M11.999 12V21H7.19893C5.26593 21 3.62711 19.3869 4.26511 17.5622C5.41058 14.2861 8.21903 12 11.999 12Z\" fill=\"currentColor\"/><path d=\"M11.999 11C9.51374 11 7.49903 8.98528 7.49903 6.5C7.49903 4.01472 9.51374 2 11.999 2V11Z\" fill=\"currentColor\"/><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=\"20.0016\" cy=\"20\" 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\"/>",
15532
+ "iconName": "persona, thanos-effect, remove-user, remove-account, blip",
15533
+ "variant": {
15534
+ "join": "round",
15535
+ "filled": "on",
15536
+ "radius": "3",
15537
+ "stroke": "1"
15538
+ },
15539
+ "createdAt": "2025-12-01T13:01:49.190957+00:00",
15540
+ "packageName": "round-filled-radius-3-stroke-1",
15541
+ "componentName": "IconPersona"
15542
+ },
15515
15543
  {
15516
15544
  "category": "Things",
15517
15545
  "svg": "<path d=\"M11.9999 10C11.0599 10 10.0079 10.5552 9.05759 11.3218C8.08799 12.1041 7.14296 13.1719 6.41073 14.3355C5.68099 15.4952 5.14082 16.7848 5.02362 18.0117C4.90502 19.2534 5.22126 20.4609 6.24006 21.3474C6.9751 21.9869 7.74955 22.1116 8.48421 21.9139C9.17479 21.728 9.79403 21.2673 10.3033 20.8242L10.3216 20.8082L10.3382 20.7907C10.6836 20.4258 11.3076 20.2009 12.0176 20.2009C12.723 20.2009 13.4024 20.4241 13.8284 20.8153L13.8383 20.8242C14.3348 21.2562 14.921 21.7231 15.5785 21.9117C16.293 22.1166 17.0331 21.9796 17.7597 21.3473C18.7785 20.4608 19.0947 19.2534 18.9761 18.0117C18.8589 16.7848 18.3187 15.4952 17.589 14.3355C16.8568 13.1719 15.9117 12.1041 14.9421 11.3218C13.9918 10.5552 12.9398 10 11.9999 10Z\" fill=\"currentColor\"/><path d=\"M8.89522 2.00151C8.11725 1.97043 7.48375 2.42255 7.07945 3.05325C6.67589 3.68279 6.46646 4.52934 6.50438 5.44107C6.54236 6.35404 6.82273 7.20579 7.26502 7.84785C7.70247 8.48289 8.34259 8.9681 9.10476 8.99855C9.88273 9.02963 10.5162 8.57751 10.9205 7.94681C11.3241 7.31727 11.5335 6.47072 11.4956 5.55899C11.4576 4.64602 11.1773 3.79427 10.735 3.15221C10.2975 2.51717 9.65739 2.03196 8.89522 2.00151Z\" fill=\"currentColor\"/><path d=\"M17.4956 5.44107C17.5335 4.52934 17.3241 3.68279 16.9205 3.05325C16.5162 2.42255 15.8827 1.97043 15.1048 2.00151C14.3426 2.03196 13.7025 2.51717 13.265 3.15221C12.8227 3.79427 12.5424 4.64602 12.5044 5.55899C12.4665 6.47072 12.6759 7.31728 13.0794 7.94681C13.4838 8.57751 14.1173 9.02963 14.8952 8.99855C15.6574 8.9681 16.2975 8.48289 16.735 7.84785C17.1773 7.20579 17.4576 6.35404 17.4956 5.44107Z\" fill=\"currentColor\"/><path d=\"M6.90309 8.86539C6.72494 8.02308 6.32236 7.27996 5.79504 6.76078C5.27174 6.24557 4.57989 5.91269 3.84871 6.02017C3.10683 6.12923 2.57156 6.65464 2.28031 7.31258C1.98973 7.969 1.91887 8.79352 2.09685 9.63502C2.275 10.4773 2.67758 11.2205 3.2049 11.7396C3.7282 12.2549 4.42005 12.5877 5.15123 12.4802C5.89311 12.3712 6.42838 11.8458 6.71963 11.1878C7.01021 10.5314 7.08107 9.7069 6.90309 8.86539Z\" fill=\"currentColor\"/><path d=\"M20.1512 6.02017C19.42 5.91269 18.7282 6.24557 18.2049 6.76078C17.6776 7.27996 17.275 8.02308 17.0968 8.86539C16.9189 9.7069 16.9897 10.5314 17.2803 11.1878C17.5716 11.8458 18.1068 12.3712 18.8487 12.4802C19.5799 12.5877 20.2717 12.2549 20.795 11.7396C21.3224 11.2205 21.7249 10.4773 21.9031 9.63502C22.0811 8.79352 22.0102 7.969 21.7196 7.31258C21.4284 6.65464 20.8931 6.12923 20.1512 6.02017Z\" fill=\"currentColor\"/>",
@@ -17318,6 +17346,20 @@
17318
17346
  "packageName": "round-filled-radius-3-stroke-1",
17319
17347
  "componentName": "IconSatellite2"
17320
17348
  },
17349
+ {
17350
+ "category": "AI & Magic",
17351
+ "svg": "<path d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5C4 18.8807 5.11929 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H6.5C4.567 21 3 19.433 3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z\" fill=\"currentColor\"/><path d=\"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z\" fill=\"currentColor\"/><path d=\"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z\" fill=\"currentColor\"/><path d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z\" fill=\"currentColor\"/><path d=\"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z\" fill=\"currentColor\"/><path d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\" fill=\"currentColor\"/>",
17352
+ "iconName": "scan-text-sparkle, scan, arrows-all-sides,focus, list",
17353
+ "variant": {
17354
+ "join": "round",
17355
+ "filled": "on",
17356
+ "radius": "3",
17357
+ "stroke": "1"
17358
+ },
17359
+ "createdAt": "2025-12-02T09:01:54.409183+00:00",
17360
+ "packageName": "round-filled-radius-3-stroke-1",
17361
+ "componentName": "IconScanTextSparkle"
17362
+ },
17321
17363
  {
17322
17364
  "category": "Building",
17323
17365
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 4C7.567 4 6 5.567 6 7.5V19H5V8.03544C3.30385 8.27806 2 9.73676 2 11.5V19H1.5C1.22386 19 1 19.2239 1 19.5C1 19.7761 1.22386 20 1.5 20H22.5C22.7761 20 23 19.7761 23 19.5C23 19.2239 22.7761 19 22.5 19H22V11.5C22 9.73676 20.6961 8.27806 19 8.03544V19H18V7.5C18 5.567 16.433 4 14.5 4H9.5ZM14 17V19H10V17C10 15.8954 10.8954 15 12 15C13.1046 15 14 15.8954 14 17Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -111,6 +111,7 @@ export type CentralIconName =
111
111
  | "IconArrowRounded"
112
112
  | "IconArrowsAllSides"
113
113
  | "IconArrowsAllSides2"
114
+ | "IconArrowsAllSides21"
114
115
  | "IconArrowShareLeft"
115
116
  | "IconArrowShareRight"
116
117
  | "IconArrowSplit"
@@ -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-filled-radius-3-stroke-1",
3
- "version": "1.1.49",
3
+ "version": "1.1.51",
4
4
  "style": "round-filled-radius-3-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-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": 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";