@central-icons-react-native/round-outlined-radius-0-stroke-1 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.
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(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=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(g(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>s(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconArrowDownRight:()=>f,default:()=>h});module.exports=d(v);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...t})=>C.default.createElement(c.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 i=require("react-native-svg"),f=r=>p.default.createElement(l,{...r},p.default.createElement(i.Path,{d:"M18.5 8.5V18.5H8.5M6 6L18 18",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),h=f;0&&(module.exports={IconArrowDownRight});
1
+ "use strict";var f=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)t(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!g.call(r,e)&&e!==n&&t(r,e,{get:()=>o[e],enumerable:!(a=d(o,e))||a.enumerable});return r};var m=(r,o,n)=>(n=r!=null?f(I(r)):{},i(o||!r||!r.__esModule?t(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>i(t({},"__esModule",{value:!0}),r);var h={};x(h,{IconArrowDownRight:()=>u,default:()=>k});module.exports=P(h);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...n})=>C.default.createElement(c.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 s=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(s.Path,{d:"M18.5 8.5V18.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M18 18L6 6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=u;0&&(module.exports={IconArrowDownRight});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconArrowDownRight/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 IconArrowDownRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 8.5V18.5H8.5M6 6L18 18\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowDownRight;\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,+BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconArrowDownRight_exports","__export","IconArrowDownRight","IconArrowDownRight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowDownRight","props","React","CentralIconBase","IconArrowDownRight_default"]}
1
+ {"version":3,"sources":["../src/IconArrowDownRight/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 IconArrowDownRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 8.5V18.5H8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 18L6 6\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowDownRight;\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,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconArrowDownRight_exports","__export","IconArrowDownRight","IconArrowDownRight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowDownRight","props","React","CentralIconBase","IconArrowDownRight_default"]}
@@ -1,2 +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 s}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(s,{d:"M18.5 8.5V18.5H8.5M6 6L18 18",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=m;export{m as IconArrowDownRight,x as default};
1
+ import n from"react";import s from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var i=o=>n.createElement(e,{...o},n.createElement(t,{d:"M18.5 8.5V18.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.createElement(t,{d:"M18 18L6 6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=i;export{i as IconArrowDownRight,g as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconArrowDownRight/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 IconArrowDownRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 8.5V18.5H8.5M6 6L18 18\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowDownRight;\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,+BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowDownRight","props","React","CentralIconBase","IconArrowDownRight_default"]}
1
+ {"version":3,"sources":["../src/IconArrowDownRight/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 IconArrowDownRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 8.5V18.5H8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 18L6 6\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowDownRight;\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,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowDownRight","props","React","CentralIconBase","IconArrowDownRight_default"]}
@@ -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 L=Object.create;var s=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!x.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(a=d(o,n))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?L(k(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>C(s({},"__esModule",{value:!0}),r);var P={};B(P,{IconAura:()=>m,default:()=>M});module.exports=I(P);var t=c(require("react"));var i=c(require("react")),u=require("react-native-svg"),l=({children:r,size:o=24,...e})=>i.default.createElement(u.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),m=r=>t.default.createElement(l,{...r},t.default.createElement(p.Circle,{cx:"12",cy:"10.5",r:"3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M6.5 21V21.5H17.5V21C17.5 17.9624 15.0376 15.5 12 15.5C8.96243 15.5 6.5 17.9624 6.5 21Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M11.9996 1.5V3.5M6.18291 3.56748L7.49951 5.13655M3.125 8.93522L5.11091 9.28539M4.20588 15L5.93793 14M17.8162 3.56748L16.4996 5.13655M20.8741 8.93522L18.8882 9.28539M19.7932 15L18.0612 14",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),M=m;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconAura: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"10.5\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5 21V21.5H17.5V21C17.5 17.9624 15.0376 15.5 12 15.5C8.96243 15.5 6.5 17.9624 6.5 21Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9996 1.5V3.5M6.18291 3.56748L7.49951 5.13655M3.125 8.93522L5.11091 9.28539M4.20588 15L5.93793 14M17.8162 3.56748L16.4996 5.13655M20.8741 8.93522L18.8882 9.28539M19.7932 15L18.0612 14\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,EAA6B,4BAEhBC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6LACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,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 o from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as C,Path as t}from"react-native-svg";var c=e=>o.createElement(n,{...e},o.createElement(C,{cx:"12",cy:"10.5",r:"3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M6.5 21V21.5H17.5V21C17.5 17.9624 15.0376 15.5 12 15.5C8.96243 15.5 6.5 17.9624 6.5 21Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M11.9996 1.5V3.5M6.18291 3.56748L7.49951 5.13655M3.125 8.93522L5.11091 9.28539M4.20588 15L5.93793 14M17.8162 3.56748L16.4996 5.13655M20.8741 8.93522L18.8882 9.28539M19.7932 15L18.0612 14",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=c;export{c as IconAura,B 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconAura: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"10.5\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5 21V21.5H17.5V21C17.5 17.9624 15.0376 15.5 12 15.5C8.96243 15.5 6.5 17.9624 6.5 21Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9996 1.5V3.5M6.18291 3.56748L7.49951 5.13655M3.125 8.93522L5.11091 9.28539M4.20588 15L5.93793 14M17.8162 3.56748L16.4996 5.13655M20.8741 8.93522L18.8882 9.28539M19.7932 15L18.0612 14\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,0FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6LACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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 u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=L(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),i=r=>a(n({},"__esModule",{value:!0}),r);var S={};g(S,{IconSparkleCentral:()=>B,default:()=>v});module.exports=i(S);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.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=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M12 2.5C12.3956 2.5 12.7506 2.74407 12.8926 3.11328L14.6348 7.64258C14.9395 8.43468 15.5653 9.06051 16.3574 9.36523L20.8867 11.1074C21.2559 11.2494 21.5 11.6044 21.5 12C21.5 12.3956 21.2559 12.7506 20.8867 12.8926L16.3574 14.6348C15.5653 14.9395 14.9395 15.5653 14.6348 16.3574L12.8926 20.8867C12.7506 21.2559 12.3956 21.5 12 21.5C11.6044 21.5 11.2494 21.2559 11.1074 20.8867L9.36523 16.3574C9.06051 15.5653 8.43468 14.9395 7.64258 14.6348L3.11328 12.8926C2.74407 12.7506 2.5 12.3956 2.5 12C2.5 11.6044 2.74407 11.2494 3.11328 11.1074L7.64258 9.36523C8.43467 9.06051 9.06051 8.43468 9.36523 7.64258L11.1074 3.11328C11.2494 2.74407 11.6044 2.5 12 2.5Z",stroke:"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=\"M12 2.5C12.3956 2.5 12.7506 2.74407 12.8926 3.11328L14.6348 7.64258C14.9395 8.43468 15.5653 9.06051 16.3574 9.36523L20.8867 11.1074C21.2559 11.2494 21.5 11.6044 21.5 12C21.5 12.3956 21.2559 12.7506 20.8867 12.8926L16.3574 14.6348C15.5653 14.9395 14.9395 15.5653 14.6348 16.3574L12.8926 20.8867C12.7506 21.2559 12.3956 21.5 12 21.5C11.6044 21.5 11.2494 21.2559 11.1074 20.8867L9.36523 16.3574C9.06051 15.5653 8.43468 14.9395 7.64258 14.6348L3.11328 12.8926C2.74407 12.7506 2.5 12.3956 2.5 12C2.5 11.6044 2.74407 11.2494 3.11328 11.1074L7.64258 9.36523C8.43467 9.06051 9.06051 8.43468 9.36523 7.64258L11.1074 3.11328C11.2494 2.74407 11.6044 2.5 12 2.5Z\"\n stroke=\"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,6oBACF,OAAO,eACT,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 C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...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 a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 2.5C12.3956 2.5 12.7506 2.74407 12.8926 3.11328L14.6348 7.64258C14.9395 8.43468 15.5653 9.06051 16.3574 9.36523L20.8867 11.1074C21.2559 11.2494 21.5 11.6044 21.5 12C21.5 12.3956 21.2559 12.7506 20.8867 12.8926L16.3574 14.6348C15.5653 14.9395 14.9395 15.5653 14.6348 16.3574L12.8926 20.8867C12.7506 21.2559 12.3956 21.5 12 21.5C11.6044 21.5 11.2494 21.2559 11.1074 20.8867L9.36523 16.3574C9.06051 15.5653 8.43468 14.9395 7.64258 14.6348L3.11328 12.8926C2.74407 12.7506 2.5 12.3956 2.5 12C2.5 11.6044 2.74407 11.2494 3.11328 11.1074L7.64258 9.36523C8.43467 9.06051 9.06051 8.43468 9.36523 7.64258L11.1074 3.11328C11.2494 2.74407 11.6044 2.5 12 2.5Z",stroke:"currentColor"})),P=l;export{l as IconSparkleCentral,P 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=\"M12 2.5C12.3956 2.5 12.7506 2.74407 12.8926 3.11328L14.6348 7.64258C14.9395 8.43468 15.5653 9.06051 16.3574 9.36523L20.8867 11.1074C21.2559 11.2494 21.5 11.6044 21.5 12C21.5 12.3956 21.2559 12.7506 20.8867 12.8926L16.3574 14.6348C15.5653 14.9395 14.9395 15.5653 14.6348 16.3574L12.8926 20.8867C12.7506 21.2559 12.3956 21.5 12 21.5C11.6044 21.5 11.2494 21.2559 11.1074 20.8867L9.36523 16.3574C9.06051 15.5653 8.43468 14.9395 7.64258 14.6348L3.11328 12.8926C2.74407 12.7506 2.5 12.3956 2.5 12C2.5 11.6044 2.74407 11.2494 3.11328 11.1074L7.64258 9.36523C8.43467 9.06051 9.06051 8.43468 9.36523 7.64258L11.1074 3.11328C11.2494 2.74407 11.6044 2.5 12 2.5Z\"\n stroke=\"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,6oBACF,OAAO,eACT,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
@@ -1150,7 +1150,7 @@
1150
1150
  },
1151
1151
  {
1152
1152
  "category": "Arrows",
1153
- "svg": "<path d=\"M18.5 8.5V18.5H8.5M6 6L18 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
1153
+ "svg": "<path d=\"M18.5 8.5V18.5H8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 18L6 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
1154
1154
  "iconName": "arrow-down-right",
1155
1155
  "variant": {
1156
1156
  "join": "round",
@@ -2114,6 +2114,20 @@
2114
2114
  "packageName": "round-outlined-radius-0-stroke-1",
2115
2115
  "componentName": "IconAudio"
2116
2116
  },
2117
+ {
2118
+ "category": "People",
2119
+ "svg": "<circle cx=\"12\" cy=\"10.5\" r=\"3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 21V21.5H17.5V21C17.5 17.9624 15.0376 15.5 12 15.5C8.96243 15.5 6.5 17.9624 6.5 21Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.9996 1.5V3.5M6.18291 3.56748L7.49951 5.13655M3.125 8.93522L5.11091 9.28539M4.20588 15L5.93793 14M17.8162 3.56748L16.4996 5.13655M20.8741 8.93522L18.8882 9.28539M19.7932 15L18.0612 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
2120
+ "iconName": "aura, enlighten",
2121
+ "variant": {
2122
+ "join": "round",
2123
+ "filled": "off",
2124
+ "radius": "0",
2125
+ "stroke": "1"
2126
+ },
2127
+ "createdAt": "2025-11-20T11:01:52.774352+00:00",
2128
+ "packageName": "round-outlined-radius-0-stroke-1",
2129
+ "componentName": "IconAura"
2130
+ },
2117
2131
  {
2118
2132
  "category": "Typography",
2119
2133
  "svg": "<path d=\"M3 20L10.591 3L15.81 14.6875H5.71112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 19.3333L16.6667 22L22 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -18354,6 +18368,20 @@
18354
18368
  "packageName": "round-outlined-radius-0-stroke-1",
18355
18369
  "componentName": "IconSparkle3"
18356
18370
  },
18371
+ {
18372
+ "category": "AI & Magic",
18373
+ "svg": "<path d=\"M12 2.5C12.3956 2.5 12.7506 2.74407 12.8926 3.11328L14.6348 7.64258C14.9395 8.43468 15.5653 9.06051 16.3574 9.36523L20.8867 11.1074C21.2559 11.2494 21.5 11.6044 21.5 12C21.5 12.3956 21.2559 12.7506 20.8867 12.8926L16.3574 14.6348C15.5653 14.9395 14.9395 15.5653 14.6348 16.3574L12.8926 20.8867C12.7506 21.2559 12.3956 21.5 12 21.5C11.6044 21.5 11.2494 21.2559 11.1074 20.8867L9.36523 16.3574C9.06051 15.5653 8.43468 14.9395 7.64258 14.6348L3.11328 12.8926C2.74407 12.7506 2.5 12.3956 2.5 12C2.5 11.6044 2.74407 11.2494 3.11328 11.1074L7.64258 9.36523C8.43467 9.06051 9.06051 8.43468 9.36523 7.64258L11.1074 3.11328C11.2494 2.74407 11.6044 2.5 12 2.5Z\" stroke=\"currentColor\"/>",
18374
+ "iconName": "sparkle-central, star, magic, ai",
18375
+ "variant": {
18376
+ "join": "round",
18377
+ "filled": "off",
18378
+ "radius": "0",
18379
+ "stroke": "1"
18380
+ },
18381
+ "createdAt": "2025-11-19T14:01:45.01288+00:00",
18382
+ "packageName": "round-outlined-radius-0-stroke-1",
18383
+ "componentName": "IconSparkleCentral"
18384
+ },
18357
18385
  {
18358
18386
  "category": "AI & Magic",
18359
18387
  "svg": "<path d=\"M19.5 13C14.2924 13.4508 11.4508 16.2924 11 21.5C10.5302 16.2114 7.70346 13.5894 2.5 13C7.7857 12.3904 10.3904 9.7857 11 4.5C11.5894 9.70346 14.2114 12.5302 19.5 13Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.6932 1.17256C19.6821 1.07434 19.599 1.0001 19.5002 1C19.4014 0.999899 19.3182 1.07397 19.3068 1.17217C19.1914 2.17342 18.8902 2.89316 18.3917 3.39165C17.8932 3.89015 17.1734 4.19135 16.1722 4.30684C16.074 4.31816 15.9999 4.40135 16 4.5002C16.0001 4.59904 16.0743 4.68208 16.1726 4.69321C17.1576 4.80479 17.8917 5.10581 18.4013 5.60621C18.9098 6.10546 19.2178 6.82579 19.3063 7.82276C19.3152 7.92317 19.3994 8.00011 19.5002 8C19.601 7.99989 19.685 7.92275 19.6937 7.82232C19.7786 6.84134 20.0863 6.10681 20.5966 5.59656C21.1068 5.08632 21.8413 4.77864 22.8223 4.69372C22.9228 4.68503 22.9999 4.60102 23 4.50022C23.0001 4.39941 22.9232 4.31524 22.8228 4.30632C21.8258 4.21776 21.1055 3.90975 20.6062 3.40132C20.1058 2.8917 19.8048 2.15762 19.6932 1.17256Z\" 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/round-outlined-radius-0-stroke-1",
3
- "version": "1.1.36",
3
+ "version": "1.1.38",
4
4
  "style": "round-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-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": 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";