@central-icons-react-native/square-filled-radius-0-stroke-1.5 1.1.36 → 1.1.38

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 IconAura: FC<CentralIconBaseProps>;
4
+ export default IconAura;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var L=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var Z=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)L(r,n,{get:o[n],enumerable:!0})},p=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of M(o))!a.call(r,e)&&e!==n&&L(r,e,{get:()=>o[e],enumerable:!(C=c(o,e))||C.enumerable});return r};var f=(r,o,n)=>(n=r!=null?d(Z(r)):{},p(o||!r||!r.__esModule?L(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>p(L({},"__esModule",{value:!0}),r);var P={};B(P,{IconAura:()=>s,default:()=>x});module.exports=I(P);var l=f(require("react"));var u=f(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...n})=>u.default.createElement(i.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),s=r=>l.default.createElement(m,{...r},l.default.createElement(t.Path,{d:"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M6.74707 14.3994L4.14844 15.8994L3.39844 14.6006L5.99707 13.1006L6.74707 14.3994Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M20.6035 14.6006L19.8535 15.8994L17.2549 14.3994L18.0049 13.1006L20.6035 14.6006Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M5.73047 8.63281L5.59961 9.37109L5.46973 10.1104L2.51562 9.58887L2.77539 8.11133L5.73047 8.63281Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21.3564 8.85059L21.4873 9.58887L18.5322 10.1104L18.2725 8.63281L21.2266 8.11133L21.3564 8.85059Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M8.39746 5.03809L7.24805 6.00293L5.32031 3.7041L6.46875 2.74023L8.39746 5.03809Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M18.1074 3.22266L18.6826 3.7041L16.7539 6.00293L15.6045 5.03809L17.5332 2.74023L18.1074 3.22266Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M12.751 4H11.251V1H12.751V4Z",fill:"currentColor"})),x=s;0&&(module.exports={IconAura});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAura/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 IconAura: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.74707 14.3994L4.14844 15.8994L3.39844 14.6006L5.99707 13.1006L6.74707 14.3994Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.6035 14.6006L19.8535 15.8994L17.2549 14.3994L18.0049 13.1006L20.6035 14.6006Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.73047 8.63281L5.59961 9.37109L5.46973 10.1104L2.51562 9.58887L2.77539 8.11133L5.73047 8.63281Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.3564 8.85059L21.4873 9.58887L18.5322 10.1104L18.2725 8.63281L21.2266 8.11133L21.3564 8.85059Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.39746 5.03809L7.24805 6.00293L5.32031 3.7041L6.46875 2.74023L8.39746 5.03809Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.1074 3.22266L18.6826 3.7041L16.7539 6.00293L15.6045 5.03809L17.5332 2.74023L18.1074 3.22266Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12.751 4H11.251V1H12.751V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconAura;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,+BAA+B,KAAK,eAAe,CAC7D,EAIGE,EAAQJ","names":["IconAura_exports","__export","IconAura","IconAura_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAura","props","React","CentralIconBase","IconAura_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import L from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:l=24,...e})=>L.createElement(C,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var p=n=>r.createElement(t,{...n},r.createElement(o,{d:"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z",fill:"currentColor"}),r.createElement(o,{d:"M6.74707 14.3994L4.14844 15.8994L3.39844 14.6006L5.99707 13.1006L6.74707 14.3994Z",fill:"currentColor"}),r.createElement(o,{d:"M20.6035 14.6006L19.8535 15.8994L17.2549 14.3994L18.0049 13.1006L20.6035 14.6006Z",fill:"currentColor"}),r.createElement(o,{d:"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z",fill:"currentColor"}),r.createElement(o,{d:"M5.73047 8.63281L5.59961 9.37109L5.46973 10.1104L2.51562 9.58887L2.77539 8.11133L5.73047 8.63281Z",fill:"currentColor"}),r.createElement(o,{d:"M21.3564 8.85059L21.4873 9.58887L18.5322 10.1104L18.2725 8.63281L21.2266 8.11133L21.3564 8.85059Z",fill:"currentColor"}),r.createElement(o,{d:"M8.39746 5.03809L7.24805 6.00293L5.32031 3.7041L6.46875 2.74023L8.39746 5.03809Z",fill:"currentColor"}),r.createElement(o,{d:"M18.1074 3.22266L18.6826 3.7041L16.7539 6.00293L15.6045 5.03809L17.5332 2.74023L18.1074 3.22266Z",fill:"currentColor"}),r.createElement(o,{d:"M12.751 4H11.251V1H12.751V4Z",fill:"currentColor"})),a=p;export{p as IconAura,a as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAura/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 IconAura: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.74707 14.3994L4.14844 15.8994L3.39844 14.6006L5.99707 13.1006L6.74707 14.3994Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.6035 14.6006L19.8535 15.8994L17.2549 14.3994L18.0049 13.1006L20.6035 14.6006Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.73047 8.63281L5.59961 9.37109L5.46973 10.1104L2.51562 9.58887L2.77539 8.11133L5.73047 8.63281Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.3564 8.85059L21.4873 9.58887L18.5322 10.1104L18.2725 8.63281L21.2266 8.11133L21.3564 8.85059Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.39746 5.03809L7.24805 6.00293L5.32031 3.7041L6.46875 2.74023L8.39746 5.03809Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.1074 3.22266L18.6826 3.7041L16.7539 6.00293L15.6045 5.03809L17.5332 2.74023L18.1074 3.22266Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12.751 4H11.251V1H12.751V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconAura;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,+BAA+B,KAAK,eAAe,CAC7D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAura","props","React","CentralIconBase","IconAura_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSparkleCentral: FC<CentralIconBaseProps>;
4
+ export default IconSparkleCentral;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=L(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?I(u(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(n({},"__esModule",{value:!0}),r);var S={};P(S,{IconSparkleCentral:()=>B,default:()=>v});module.exports=g(S);var p=m(require("react"));var C=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>C.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M13 2H11L8.5 8.5L2 11V13L8.5 15.5L11 22H13L15.5 15.5L22 13V11L15.5 8.5L13 2Z",fill:"currentColor"})),v=B;0&&(module.exports={IconSparkleCentral});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSparkleCentral/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 IconSparkleCentral: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 2H11L8.5 8.5L2 11V13L8.5 15.5L11 22H13L15.5 15.5L22 13V11L15.5 8.5L13 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSparkleCentral;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+EACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSparkleCentral_exports","__export","IconSparkleCentral","IconSparkleCentral_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSparkleCentral","props","React","CentralIconBase","IconSparkleCentral_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(l,{d:"M13 2H11L8.5 8.5L2 11V13L8.5 15.5L11 22H13L15.5 15.5L22 13V11L15.5 8.5L13 2Z",fill:"currentColor"})),x=m;export{m as IconSparkleCentral,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSparkleCentral/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 IconSparkleCentral: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 2H11L8.5 8.5L2 11V13L8.5 15.5L11 22H13L15.5 15.5L22 13V11L15.5 8.5L13 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSparkleCentral;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+EACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSparkleCentral","props","React","CentralIconBase","IconSparkleCentral_default"]}
package/README.md CHANGED
@@ -178,6 +178,7 @@ Below is a complete list of available icons:
178
178
  - IconSparkle
179
179
  - IconSparkle2
180
180
  - IconSparkle3
181
+ - IconSparkleCentral
181
182
  - IconSparklesSoft
182
183
  - IconSparklesThree
183
184
  - IconSparklesTwo
@@ -1116,6 +1117,7 @@ Below is a complete list of available icons:
1116
1117
 
1117
1118
  ### People
1118
1119
 
1120
+ - IconAura
1119
1121
  - IconBathMan1
1120
1122
  - IconBathWoman1
1121
1123
  - IconContacts
@@ -2114,6 +2114,20 @@
2114
2114
  "packageName": "square-filled-radius-0-stroke-1.5",
2115
2115
  "componentName": "IconAudio"
2116
2116
  },
2117
+ {
2118
+ "category": "People",
2119
+ "svg": "<path d=\"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z\" fill=\"currentColor\"/><path d=\"M6.74707 14.3994L4.14844 15.8994L3.39844 14.6006L5.99707 13.1006L6.74707 14.3994Z\" fill=\"currentColor\"/><path d=\"M20.6035 14.6006L19.8535 15.8994L17.2549 14.3994L18.0049 13.1006L20.6035 14.6006Z\" fill=\"currentColor\"/><path d=\"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z\" fill=\"currentColor\"/><path d=\"M5.73047 8.63281L5.59961 9.37109L5.46973 10.1104L2.51562 9.58887L2.77539 8.11133L5.73047 8.63281Z\" fill=\"currentColor\"/><path d=\"M21.3564 8.85059L21.4873 9.58887L18.5322 10.1104L18.2725 8.63281L21.2266 8.11133L21.3564 8.85059Z\" fill=\"currentColor\"/><path d=\"M8.39746 5.03809L7.24805 6.00293L5.32031 3.7041L6.46875 2.74023L8.39746 5.03809Z\" fill=\"currentColor\"/><path d=\"M18.1074 3.22266L18.6826 3.7041L16.7539 6.00293L15.6045 5.03809L17.5332 2.74023L18.1074 3.22266Z\" fill=\"currentColor\"/><path d=\"M12.751 4H11.251V1H12.751V4Z\" fill=\"currentColor\"/>",
2120
+ "iconName": "aura, enlighten",
2121
+ "variant": {
2122
+ "join": "square",
2123
+ "filled": "on",
2124
+ "radius": "0",
2125
+ "stroke": "1.5"
2126
+ },
2127
+ "createdAt": "2025-11-20T11:01:52.774352+00:00",
2128
+ "packageName": "square-filled-radius-0-stroke-1.5",
2129
+ "componentName": "IconAura"
2130
+ },
2117
2131
  {
2118
2132
  "category": "Typography",
2119
2133
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.0418 0.89502L16.2086 14.8436H5.51508L3.12972 20.239L1.75781 19.6325L10.0418 0.89502ZM6.17824 13.3436H13.9054L10.0418 4.60463L6.17824 13.3436ZM22.2871 13.5418L16.3636 22.4271L12.6864 18.7498L13.747 17.6892L16.1305 20.0726L21.039 12.7098L22.2871 13.5418Z\" fill=\"currentColor\"/>",
@@ -18354,6 +18368,20 @@
18354
18368
  "packageName": "square-filled-radius-0-stroke-1.5",
18355
18369
  "componentName": "IconSparkle3"
18356
18370
  },
18371
+ {
18372
+ "category": "AI & Magic",
18373
+ "svg": "<path d=\"M13 2H11L8.5 8.5L2 11V13L8.5 15.5L11 22H13L15.5 15.5L22 13V11L15.5 8.5L13 2Z\" fill=\"currentColor\"/>",
18374
+ "iconName": "sparkle-central, star, magic, ai",
18375
+ "variant": {
18376
+ "join": "square",
18377
+ "filled": "on",
18378
+ "radius": "0",
18379
+ "stroke": "1.5"
18380
+ },
18381
+ "createdAt": "2025-11-19T14:01:45.01288+00:00",
18382
+ "packageName": "square-filled-radius-0-stroke-1.5",
18383
+ "componentName": "IconSparkleCentral"
18384
+ },
18357
18385
  {
18358
18386
  "category": "AI & Magic",
18359
18387
  "svg": "<path d=\"M20.646 3.36267C20.0461 2.75178 19.7917 1.83922 19.7917 1H19.2083C19.2083 1.83575 18.9563 2.74893 18.3526 3.35264C17.7489 3.95635 16.8358 4.20833 16 4.20833V4.79167C16.8392 4.79167 17.7518 5.04611 18.3627 5.64596C18.9822 6.25433 19.2083 7.15499 19.2083 8H19.7917C19.7917 7.15156 20.0203 6.25159 20.6359 5.63594C21.2516 5.02029 22.1516 4.79167 23 4.79167V4.20833C22.155 4.20833 21.2543 3.98225 20.646 3.36267Z\" fill=\"currentColor\"/><path d=\"M2 13.75C5.03345 13.75 7.04641 14.4196 8.31342 15.6866C9.58043 16.9536 10.25 18.9666 10.25 22H11.75C11.75 18.9666 12.4196 16.9536 13.6866 15.6866C14.9536 14.4196 16.9666 13.75 20 13.75V12.25C16.9666 12.25 14.9536 11.5804 13.6866 10.3134C12.4196 9.04641 11.75 7.03345 11.75 4H10.25C10.25 7.03345 9.58043 9.04641 8.31342 10.3134C7.04641 11.5804 5.03345 12.25 2 12.25V13.75Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -150,6 +150,7 @@ export type CentralIconName =
150
150
  | "IconAt"
151
151
  | "IconAtom"
152
152
  | "IconAudio"
153
+ | "IconAura"
153
154
  | "IconAutoCorrect"
154
155
  | "IconAutoFlash"
155
156
  | "IconAutoSize"
@@ -1310,6 +1311,7 @@ export type CentralIconName =
1310
1311
  | "IconSparkle"
1311
1312
  | "IconSparkle2"
1312
1313
  | "IconSparkle3"
1314
+ | "IconSparkleCentral"
1313
1315
  | "IconSparklesSoft"
1314
1316
  | "IconSparklesThree"
1315
1317
  | "IconSparklesTwo"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-1.5",
3
- "version": "1.1.36",
3
+ "version": "1.1.38",
4
4
  "style": "square-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-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": 1580,
14
+ "totalIcons": 1582,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 44,
17
+ "count": 45,
18
18
  "icons": [
19
19
  "IconAppleIntelligenceIcon",
20
20
  "IconBoxSparkle",
@@ -48,6 +48,7 @@
48
48
  "IconSparkle",
49
49
  "IconSparkle2",
50
50
  "IconSparkle3",
51
+ "IconSparkleCentral",
51
52
  "IconSparklesSoft",
52
53
  "IconSparklesThree",
53
54
  "IconSparklesTwo",
@@ -1028,8 +1029,9 @@
1028
1029
  ]
1029
1030
  },
1030
1031
  "People": {
1031
- "count": 30,
1032
+ "count": 31,
1032
1033
  "icons": [
1034
+ "IconAura",
1033
1035
  "IconBathMan1",
1034
1036
  "IconBathWoman1",
1035
1037
  "IconContacts",
@@ -1924,6 +1926,7 @@
1924
1926
  "IconAt": "at, handle, @",
1925
1927
  "IconAtom": "atom",
1926
1928
  "IconAudio": "audio, music, playlist, musical-note",
1929
+ "IconAura": "aura, enlighten",
1927
1930
  "IconAutoCorrect": "auto-correct, autocheck, text-correction",
1928
1931
  "IconAutoFlash": "auto-flash",
1929
1932
  "IconAutoSize": "auto-size, automatic-size, page",
@@ -3084,6 +3087,7 @@
3084
3087
  "IconSparkle": "sparkle, star, ai",
3085
3088
  "IconSparkle2": "sparkle-2, star, magic, ai",
3086
3089
  "IconSparkle3": "sparkle-3, ai, star, magic",
3090
+ "IconSparkleCentral": "sparkle-central, star, magic, ai",
3087
3091
  "IconSparklesSoft": "sparkles-soft",
3088
3092
  "IconSparklesThree": "sparkles-three, ai 3 stars, sparkles, ✨",
3089
3093
  "IconSparklesTwo": "sparkles-two, ai 2 stars, sparkles, ✨",
package/index.d.ts CHANGED
@@ -149,6 +149,7 @@ export { IconAsterisk, default as IconAsteriskDefault } from "./IconAsterisk";
149
149
  export { IconAt, default as IconAtDefault } from "./IconAt";
150
150
  export { IconAtom, default as IconAtomDefault } from "./IconAtom";
151
151
  export { IconAudio, default as IconAudioDefault } from "./IconAudio";
152
+ export { IconAura, default as IconAuraDefault } from "./IconAura";
152
153
  export { IconAutoCorrect, default as IconAutoCorrectDefault, } from "./IconAutoCorrect";
153
154
  export { IconAutoFlash, default as IconAutoFlashDefault, } from "./IconAutoFlash";
154
155
  export { IconAutoSize, default as IconAutoSizeDefault } from "./IconAutoSize";
@@ -1309,6 +1310,7 @@ export { IconSpacer, default as IconSpacerDefault } from "./IconSpacer";
1309
1310
  export { IconSparkle, default as IconSparkleDefault } from "./IconSparkle";
1310
1311
  export { IconSparkle2, default as IconSparkle2Default } from "./IconSparkle2";
1311
1312
  export { IconSparkle3, default as IconSparkle3Default } from "./IconSparkle3";
1313
+ export { IconSparkleCentral, default as IconSparkleCentralDefault, } from "./IconSparkleCentral";
1312
1314
  export { IconSparklesSoft, default as IconSparklesSoftDefault, } from "./IconSparklesSoft";
1313
1315
  export { IconSparklesThree, default as IconSparklesThreeDefault, } from "./IconSparklesThree";
1314
1316
  export { IconSparklesTwo, default as IconSparklesTwoDefault, } from "./IconSparklesTwo";