@central-icons-react-native/round-outlined-radius-1-stroke-1.5 1.1.138 → 1.1.140

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 IconBurst: FC<CentralIconBaseProps>;
4
+ export default IconBurst;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var M=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=i(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(M(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconBurst:()=>u,default:()=>d});module.exports=g(h);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 f=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(f.Path,{d:"M12 1.75V4.24M12 19.75V22.25M1.75 12H4.25M19.75 12H22.25M4.75 4.75L7.5 7.5M16.5 16.5L19.25 19.25M4.75 19.25L7.5 16.5M16.5 7.5L19.25 4.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),d=u;0&&(module.exports={IconBurst});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBurst/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 IconBurst: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 1.75V4.24M12 19.75V22.25M1.75 12H4.25M19.75 12H22.25M4.75 4.75L7.5 7.5M16.5 16.5L19.25 19.25M4.75 19.25L7.5 16.5M16.5 7.5L19.25 4.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBurst;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2IACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconBurst_exports","__export","IconBurst","IconBurst_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBurst","props","React","CentralIconBase","IconBurst_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 s}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(s,{d:"M12 1.75V4.24M12 19.75V22.25M1.75 12H4.25M19.75 12H22.25M4.75 4.75L7.5 7.5M16.5 16.5L19.25 19.25M4.75 19.25L7.5 16.5M16.5 7.5L19.25 4.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),x=m;export{m as IconBurst,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBurst/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 IconBurst: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 1.75V4.24M12 19.75V22.25M1.75 12H4.25M19.75 12H22.25M4.75 4.75L7.5 7.5M16.5 16.5L19.25 19.25M4.75 19.25L7.5 16.5M16.5 7.5L19.25 4.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBurst;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2IACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBurst","props","React","CentralIconBase","IconBurst_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var I=Object.create;var n=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of i(r))!x.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(p=g(r,e))||p.enumerable});return o};var l=(o,r,t)=>(t=o!=null?I(u(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),v=o=>a(n({},"__esModule",{value:!0}),o);var h={};P(h,{IconGoogle:()=>B,default:()=>L});module.exports=v(h);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),B=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{d:"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z",fill:"currentColor"})),L=B;0&&(module.exports={IconGoogle});
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of i(r))!x.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(p=g(r,e))||p.enumerable});return o};var l=(o,r,t)=>(t=o!=null?I(u(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),v=o=>a(n({},"__esModule",{value:!0}),o);var y={};P(y,{IconGoogle:()=>B,default:()=>h});module.exports=v(y);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),B=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{d:"M12.1369 2C14.8367 2.00011 17.0911 2.99128 18.8273 4.60938L15.9641 7.47266C14.9187 6.49094 13.6095 5.98155 12.1369 5.98145C9.5402 5.98145 7.33274 7.73178 6.53921 10.0908V10.0996C5.29869 13.8213 8.01593 18.0273 12.1369 18.0273C14.6114 18.0273 17.0288 16.6458 17.5207 14.0547H12.1389V10.1816H21.5568C21.675 10.8362 21.7385 11.5184 21.7385 12.2275C21.7384 15.2729 20.6479 17.8366 18.757 19.582H18.7551L18.4377 19.8604C16.8159 21.2168 14.6682 21.9999 12.1369 22C8.22787 22 4.85463 19.7547 3.20913 16.4912V16.4766C1.79482 13.6817 1.7946 10.3141 3.2101 7.51953L3.20913 7.51855C4.85458 4.24582 8.22777 2 12.1369 2Z",fill:"currentColor"})),h=B;0&&(module.exports={IconGoogle});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGoogle/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 IconGoogle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,ivBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGoogle_exports","__export","IconGoogle","IconGoogle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
1
+ {"version":3,"sources":["../src/IconGoogle/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 IconGoogle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.1369 2C14.8367 2.00011 17.0911 2.99128 18.8273 4.60938L15.9641 7.47266C14.9187 6.49094 13.6095 5.98155 12.1369 5.98145C9.5402 5.98145 7.33274 7.73178 6.53921 10.0908V10.0996C5.29869 13.8213 8.01593 18.0273 12.1369 18.0273C14.6114 18.0273 17.0288 16.6458 17.5207 14.0547H12.1389V10.1816H21.5568C21.675 10.8362 21.7385 11.5184 21.7385 12.2275C21.7384 15.2729 20.6479 17.8366 18.757 19.582H18.7551L18.4377 19.8604C16.8159 21.2168 14.6682 21.9999 12.1369 22C8.22787 22 4.85463 19.7547 3.20913 16.4912V16.4766C1.79482 13.6817 1.7946 10.3141 3.2101 7.51953L3.20913 7.51855C4.85458 4.24582 8.22777 2 12.1369 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kmBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGoogle_exports","__export","IconGoogle","IconGoogle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var l=r=>e.createElement(t,{...r},e.createElement(a,{d:"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z",fill:"currentColor"})),x=l;export{l as IconGoogle,x as default};
1
+ import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var l=r=>e.createElement(t,{...r},e.createElement(a,{d:"M12.1369 2C14.8367 2.00011 17.0911 2.99128 18.8273 4.60938L15.9641 7.47266C14.9187 6.49094 13.6095 5.98155 12.1369 5.98145C9.5402 5.98145 7.33274 7.73178 6.53921 10.0908V10.0996C5.29869 13.8213 8.01593 18.0273 12.1369 18.0273C14.6114 18.0273 17.0288 16.6458 17.5207 14.0547H12.1389V10.1816H21.5568C21.675 10.8362 21.7385 11.5184 21.7385 12.2275C21.7384 15.2729 20.6479 17.8366 18.757 19.582H18.7551L18.4377 19.8604C16.8159 21.2168 14.6682 21.9999 12.1369 22C8.22787 22 4.85463 19.7547 3.20913 16.4912V16.4766C1.79482 13.6817 1.7946 10.3141 3.2101 7.51953L3.20913 7.51855C4.85458 4.24582 8.22777 2 12.1369 2Z",fill:"currentColor"})),x=l;export{l as IconGoogle,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGoogle/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 IconGoogle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,ivBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
1
+ {"version":3,"sources":["../src/IconGoogle/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 IconGoogle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.1369 2C14.8367 2.00011 17.0911 2.99128 18.8273 4.60938L15.9641 7.47266C14.9187 6.49094 13.6095 5.98155 12.1369 5.98145C9.5402 5.98145 7.33274 7.73178 6.53921 10.0908V10.0996C5.29869 13.8213 8.01593 18.0273 12.1369 18.0273C14.6114 18.0273 17.0288 16.6458 17.5207 14.0547H12.1389V10.1816H21.5568C21.675 10.8362 21.7385 11.5184 21.7385 12.2275C21.7384 15.2729 20.6479 17.8366 18.757 19.582H18.7551L18.4377 19.8604C16.8159 21.2168 14.6682 21.9999 12.1369 22C8.22787 22 4.85463 19.7547 3.20913 16.4912V16.4766C1.79482 13.6817 1.7946 10.3141 3.2101 7.51953L3.20913 7.51855C4.85458 4.24582 8.22777 2 12.1369 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kmBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPark: FC<CentralIconBaseProps>;
4
+ export default IconPark;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!I.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(s=f(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(C({},"__esModule",{value:!0}),r);var g={};P(g,{IconPark:()=>u,default:()=>x});module.exports=h(g);var n=l(require("react"));var m=l(require("react")),i=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(i.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 p=require("react-native-svg"),u=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M11.9992 2.75C13.6455 2.75 15.0342 3.84413 15.4795 5.34333C15.5296 5.34129 15.5799 5.33929 15.6305 5.33929C17.636 5.33929 19.2617 6.96225 19.2617 8.96429C19.2617 9.59458 19.0993 10.1866 18.8159 10.703C19.7151 11.3628 20.2992 12.4255 20.2992 13.625C20.2992 15.627 18.6735 17.25 16.668 17.25H7.33047C5.32498 17.25 3.69922 15.627 3.69922 13.625C3.69922 12.4258 4.28268 11.3628 5.18151 10.703C4.89825 10.1867 4.73672 9.59441 4.73672 8.96429C4.73672 6.96225 6.36248 5.33929 8.36797 5.33929C8.41821 5.33929 8.46817 5.34131 8.51792 5.34333C8.9631 3.84398 10.3528 2.75 11.9992 2.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M12 17.25V21",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(p.Path,{d:"M9.75 21.25H14.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),x=u;0&&(module.exports={IconPark});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPark/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 IconPark: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9992 2.75C13.6455 2.75 15.0342 3.84413 15.4795 5.34333C15.5296 5.34129 15.5799 5.33929 15.6305 5.33929C17.636 5.33929 19.2617 6.96225 19.2617 8.96429C19.2617 9.59458 19.0993 10.1866 18.8159 10.703C19.7151 11.3628 20.2992 12.4255 20.2992 13.625C20.2992 15.627 18.6735 17.25 16.668 17.25H7.33047C5.32498 17.25 3.69922 15.627 3.69922 13.625C3.69922 12.4258 4.28268 11.3628 5.18151 10.703C4.89825 10.1867 4.73672 9.59441 4.73672 8.96429C4.73672 6.96225 6.36248 5.33929 8.36797 5.33929C8.41821 5.33929 8.46817 5.34131 8.51792 5.34333C8.9631 3.84398 10.3528 2.75 11.9992 2.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M12 17.25V21\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M9.75 21.25H14.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPark;\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,ikBACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,YAAY,MAAM,EAC/D,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconPark_exports","__export","IconPark","IconPark_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPark","props","React","CentralIconBase","IconPark_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M11.9992 2.75C13.6455 2.75 15.0342 3.84413 15.4795 5.34333C15.5296 5.34129 15.5799 5.33929 15.6305 5.33929C17.636 5.33929 19.2617 6.96225 19.2617 8.96429C19.2617 9.59458 19.0993 10.1866 18.8159 10.703C19.7151 11.3628 20.2992 12.4255 20.2992 13.625C20.2992 15.627 18.6735 17.25 16.668 17.25H7.33047C5.32498 17.25 3.69922 15.627 3.69922 13.625C3.69922 12.4258 4.28268 11.3628 5.18151 10.703C4.89825 10.1867 4.73672 9.59441 4.73672 8.96429C4.73672 6.96225 6.36248 5.33929 8.36797 5.33929C8.41821 5.33929 8.46817 5.34131 8.51792 5.34333C8.9631 3.84398 10.3528 2.75 11.9992 2.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 17.25V21",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(e,{d:"M9.75 21.25H14.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),I=a;export{a as IconPark,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPark/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 IconPark: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9992 2.75C13.6455 2.75 15.0342 3.84413 15.4795 5.34333C15.5296 5.34129 15.5799 5.33929 15.6305 5.33929C17.636 5.33929 19.2617 6.96225 19.2617 8.96429C19.2617 9.59458 19.0993 10.1866 18.8159 10.703C19.7151 11.3628 20.2992 12.4255 20.2992 13.625C20.2992 15.627 18.6735 17.25 16.668 17.25H7.33047C5.32498 17.25 3.69922 15.627 3.69922 13.625C3.69922 12.4258 4.28268 11.3628 5.18151 10.703C4.89825 10.1867 4.73672 9.59441 4.73672 8.96429C4.73672 6.96225 6.36248 5.33929 8.36797 5.33929C8.41821 5.33929 8.46817 5.34131 8.51792 5.34333C8.9631 3.84398 10.3528 2.75 11.9992 2.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M12 17.25V21\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M9.75 21.25H14.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPark;\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,ikBACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,eAAe,OAAO,eAAe,YAAY,MAAM,EAC/DG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPark","props","React","CentralIconBase","IconPark_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconShimmer: FC<CentralIconBaseProps>;
4
+ export default IconShimmer;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!B.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(s=f(o,e))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?d(h(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(C({},"__esModule",{value:!0}),r);var g={};I(g,{IconShimmer:()=>u,default:()=>P});module.exports=x(g);var n=m(require("react"));var c=m(require("react")),i=require("react-native-svg"),l=({children:r,size:o=24,...t})=>c.default.createElement(i.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 p=require("react-native-svg"),u=r=>n.default.createElement(l,{...r},n.default.createElement(p.Path,{d:"M12 2.75C12 3.26778 12 3.52666 11.9704 3.76851C11.8444 4.79878 11.3229 5.73974 10.516 6.39261C10.3266 6.54587 10.1071 6.68308 9.668 6.9575L6.332 9.0425C5.89292 9.31692 5.67339 9.45413 5.48397 9.60739C4.67708 10.2603 4.15556 11.2012 4.02957 12.2315C4 12.4733 4 12.7322 4 13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),n.default.createElement(p.Path,{d:"M16 6.75C16 7.26778 16 7.52666 15.9704 7.76851C15.8444 8.79878 15.3229 9.73974 14.516 10.3926C14.3266 10.5459 14.1071 10.6831 13.668 10.9575L10.332 13.0425C9.89292 13.3169 9.67339 13.4541 9.48397 13.6074C8.67708 14.2603 8.15556 15.2012 8.02957 16.2315C8 16.4733 8 16.7322 8 17.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),n.default.createElement(p.Path,{d:"M20 10.75C20 11.2678 20 11.5267 19.9704 11.7685C19.8444 12.7988 19.3229 13.7397 18.516 14.3926C18.3266 14.5459 18.1071 14.6831 17.668 14.9575L14.332 17.0425C13.8929 17.3169 13.6734 17.4541 13.484 17.6074C12.6771 18.2603 12.1556 19.2012 12.0296 20.2315C12 20.4733 12 20.7322 12 21.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),P=u;0&&(module.exports={IconShimmer});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconShimmer/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 IconShimmer: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2.75C12 3.26778 12 3.52666 11.9704 3.76851C11.8444 4.79878 11.3229 5.73974 10.516 6.39261C10.3266 6.54587 10.1071 6.68308 9.668 6.9575L6.332 9.0425C5.89292 9.31692 5.67339 9.45413 5.48397 9.60739C4.67708 10.2603 4.15556 11.2012 4.02957 12.2315C4 12.4733 4 12.7322 4 13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M16 6.75C16 7.26778 16 7.52666 15.9704 7.76851C15.8444 8.79878 15.3229 9.73974 14.516 10.3926C14.3266 10.5459 14.1071 10.6831 13.668 10.9575L10.332 13.0425C9.89292 13.3169 9.67339 13.4541 9.48397 13.6074C8.67708 14.2603 8.15556 15.2012 8.02957 16.2315C8 16.4733 8 16.7322 8 17.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M20 10.75C20 11.2678 20 11.5267 19.9704 11.7685C19.8444 12.7988 19.3229 13.7397 18.516 14.3926C18.3266 14.5459 18.1071 14.6831 17.668 14.9575L14.332 17.0425C13.8929 17.3169 13.6734 17.4541 13.484 17.6074C12.6771 18.2603 12.1556 19.2012 12.0296 20.2315C12 20.4733 12 20.7322 12 21.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShimmer;\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,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sRACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0RACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6RACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconShimmer_exports","__export","IconShimmer","IconShimmer_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShimmer","props","React","CentralIconBase","IconShimmer_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M12 2.75C12 3.26778 12 3.52666 11.9704 3.76851C11.8444 4.79878 11.3229 5.73974 10.516 6.39261C10.3266 6.54587 10.1071 6.68308 9.668 6.9575L6.332 9.0425C5.89292 9.31692 5.67339 9.45413 5.48397 9.60739C4.67708 10.2603 4.15556 11.2012 4.02957 12.2315C4 12.4733 4 12.7322 4 13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(e,{d:"M16 6.75C16 7.26778 16 7.52666 15.9704 7.76851C15.8444 8.79878 15.3229 9.73974 14.516 10.3926C14.3266 10.5459 14.1071 10.6831 13.668 10.9575L10.332 13.0425C9.89292 13.3169 9.67339 13.4541 9.48397 13.6074C8.67708 14.2603 8.15556 15.2012 8.02957 16.2315C8 16.4733 8 16.7322 8 17.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(e,{d:"M20 10.75C20 11.2678 20 11.5267 19.9704 11.7685C19.8444 12.7988 19.3229 13.7397 18.516 14.3926C18.3266 14.5459 18.1071 14.6831 17.668 14.9575L14.332 17.0425C13.8929 17.3169 13.6734 17.4541 13.484 17.6074C12.6771 18.2603 12.1556 19.2012 12.0296 20.2315C12 20.4733 12 20.7322 12 21.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),B=a;export{a as IconShimmer,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconShimmer/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 IconShimmer: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2.75C12 3.26778 12 3.52666 11.9704 3.76851C11.8444 4.79878 11.3229 5.73974 10.516 6.39261C10.3266 6.54587 10.1071 6.68308 9.668 6.9575L6.332 9.0425C5.89292 9.31692 5.67339 9.45413 5.48397 9.60739C4.67708 10.2603 4.15556 11.2012 4.02957 12.2315C4 12.4733 4 12.7322 4 13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M16 6.75C16 7.26778 16 7.52666 15.9704 7.76851C15.8444 8.79878 15.3229 9.73974 14.516 10.3926C14.3266 10.5459 14.1071 10.6831 13.668 10.9575L10.332 13.0425C9.89292 13.3169 9.67339 13.4541 9.48397 13.6074C8.67708 14.2603 8.15556 15.2012 8.02957 16.2315C8 16.4733 8 16.7322 8 17.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M20 10.75C20 11.2678 20 11.5267 19.9704 11.7685C19.8444 12.7988 19.3229 13.7397 18.516 14.3926C18.3266 14.5459 18.1071 14.6831 17.668 14.9575L14.332 17.0425C13.8929 17.3169 13.6734 17.4541 13.484 17.6074C12.6771 18.2603 12.1556 19.2012 12.0296 20.2315C12 20.4733 12 20.7322 12 21.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShimmer;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sRACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0RACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6RACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShimmer","props","React","CentralIconBase","IconShimmer_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSparkleHightlight: FC<CentralIconBaseProps>;
4
+ export default IconSparkleHightlight;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=d(o,e))||s.enumerable});return r};var i=(r,o,t)=>(t=r!=null?u(k(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>a(n({},"__esModule",{value:!0}),r);var x={};h(x,{IconSparkleHightlight:()=>c,default:()=>I});module.exports=B(x);var C=i(require("react"));var L=i(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...t})=>L.default.createElement(l.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 p=require("react-native-svg"),c=r=>C.default.createElement(m,{...r},C.default.createElement(p.Path,{d:"M3 3L5.5 5.5M21 3L18.5 5.5M3 21L5.5 18.5M21 21L18.5 18.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M14.7302 8.74875L12.7948 4.27224C12.6577 3.95524 12.3454 3.75 12 3.75C11.6546 3.75 11.3423 3.95524 11.2052 4.27224L9.26977 8.74875C9.16875 8.98241 8.98241 9.16875 8.74875 9.26977L4.27224 11.2052C3.95524 11.3423 3.75 11.6546 3.75 12C3.75 12.3454 3.95524 12.6577 4.27224 12.7948L8.74875 14.7302C8.98241 14.8313 9.16875 15.0176 9.26977 15.2513L11.2052 19.7278C11.3423 20.0448 11.6546 20.25 12 20.25C12.3454 20.25 12.6577 20.0448 12.7948 19.7278L14.7302 15.2513C14.8313 15.0176 15.0176 14.8313 15.2513 14.7302L19.7278 12.7948C20.0448 12.6577 20.25 12.3454 20.25 12C20.25 11.6546 20.0448 11.3423 19.7278 11.2052L15.2513 9.26977C15.0176 9.16875 14.8313 8.98241 14.7302 8.74875Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=c;0&&(module.exports={IconSparkleHightlight});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSparkleHightlight/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 IconSparkleHightlight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 3L5.5 5.5M21 3L18.5 5.5M3 21L5.5 18.5M21 21L18.5 18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.7302 8.74875L12.7948 4.27224C12.6577 3.95524 12.3454 3.75 12 3.75C11.6546 3.75 11.3423 3.95524 11.2052 4.27224L9.26977 8.74875C9.16875 8.98241 8.98241 9.16875 8.74875 9.26977L4.27224 11.2052C3.95524 11.3423 3.75 11.6546 3.75 12C3.75 12.3454 3.95524 12.6577 4.27224 12.7948L8.74875 14.7302C8.98241 14.8313 9.16875 15.0176 9.26977 15.2513L11.2052 19.7278C11.3423 20.0448 11.6546 20.25 12 20.25C12.3454 20.25 12.6577 20.0448 12.7948 19.7278L14.7302 15.2513C14.8313 15.0176 15.0176 14.8313 15.2513 14.7302L19.7278 12.7948C20.0448 12.6577 20.25 12.3454 20.25 12C20.25 11.6546 20.0448 11.3423 19.7278 11.2052L15.2513 9.26977C15.0176 9.16875 14.8313 8.98241 14.7302 8.74875Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSparkleHightlight;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kqBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconSparkleHightlight_exports","__export","IconSparkleHightlight","IconSparkleHightlight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSparkleHightlight","props","React","CentralIconBase","IconSparkleHightlight_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(s,{...C,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 n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M3 3L5.5 5.5M21 3L18.5 5.5M3 21L5.5 18.5M21 21L18.5 18.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M14.7302 8.74875L12.7948 4.27224C12.6577 3.95524 12.3454 3.75 12 3.75C11.6546 3.75 11.3423 3.95524 11.2052 4.27224L9.26977 8.74875C9.16875 8.98241 8.98241 9.16875 8.74875 9.26977L4.27224 11.2052C3.95524 11.3423 3.75 11.6546 3.75 12C3.75 12.3454 3.95524 12.6577 4.27224 12.7948L8.74875 14.7302C8.98241 14.8313 9.16875 15.0176 9.26977 15.2513L11.2052 19.7278C11.3423 20.0448 11.6546 20.25 12 20.25C12.3454 20.25 12.6577 20.0448 12.7948 19.7278L14.7302 15.2513C14.8313 15.0176 15.0176 14.8313 15.2513 14.7302L19.7278 12.7948C20.0448 12.6577 20.25 12.3454 20.25 12C20.25 11.6546 20.0448 11.3423 19.7278 11.2052L15.2513 9.26977C15.0176 9.16875 14.8313 8.98241 14.7302 8.74875Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),g=a;export{a as IconSparkleHightlight,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSparkleHightlight/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 IconSparkleHightlight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 3L5.5 5.5M21 3L18.5 5.5M3 21L5.5 18.5M21 21L18.5 18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.7302 8.74875L12.7948 4.27224C12.6577 3.95524 12.3454 3.75 12 3.75C11.6546 3.75 11.3423 3.95524 11.2052 4.27224L9.26977 8.74875C9.16875 8.98241 8.98241 9.16875 8.74875 9.26977L4.27224 11.2052C3.95524 11.3423 3.75 11.6546 3.75 12C3.75 12.3454 3.95524 12.6577 4.27224 12.7948L8.74875 14.7302C8.98241 14.8313 9.16875 15.0176 9.26977 15.2513L11.2052 19.7278C11.3423 20.0448 11.6546 20.25 12 20.25C12.3454 20.25 12.6577 20.0448 12.7948 19.7278L14.7302 15.2513C14.8313 15.0176 15.0176 14.8313 15.2513 14.7302L19.7278 12.7948C20.0448 12.6577 20.25 12.3454 20.25 12C20.25 11.6546 20.0448 11.3423 19.7278 11.2052L15.2513 9.26977C15.0176 9.16875 14.8313 8.98241 14.7302 8.74875Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSparkleHightlight;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kqBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSparkleHightlight","props","React","CentralIconBase","IconSparkleHightlight_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var d=Object.create;var C=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!B.call(r,e)&&e!==n&&C(r,e,{get:()=>o[e],enumerable:!(s=L(o,e))||s.enumerable});return r};var a=(r,o,n)=>(n=r!=null?d(k(r)):{},i(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>i(C({},"__esModule",{value:!0}),r);var g={};I(g,{IconUnicorn:()=>u,default:()=>P});module.exports=x(g);var t=a(require("react"));var l=a(require("react")),c=require("react-native-svg"),m=({children:r,size:o=24,...n})=>l.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 p=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(p.Path,{d:"M10.4861 10.9907L10.2654 11.8815C10.0762 12.6451 10.164 13.4518 10.5128 14.1558C10.8291 14.7939 11.3419 15.3114 11.9743 15.6304L16.64 17.9843C16.9863 18.159 17.3683 18.25 17.7555 18.25C19.1332 18.25 20.25 17.1231 20.25 15.7331V14.9723C20.25 14.4019 20.1025 13.8414 19.822 13.3461L16.1389 6.84259V4.25L13.0556 5.80556C5.86111 2.17593 1.75 12.0278 1.75 18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M13.25 20.2498C13.072 18.1505 12.4312 16.6435 12 15.8398",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M22.2237 4.07192C22.7052 3.79493 23.2271 4.36584 22.8919 4.80289L18.4982 9.74902C18.3002 10.0072 17.9077 10.017 17.6964 9.76912L16.3647 8.00008C16.1627 7.76306 16.2263 7.40546 16.4982 7.24902L22.2237 4.07192Z",fill:"currentColor"})),P=u;0&&(module.exports={IconUnicorn});
1
+ "use strict";var d=Object.create;var C=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!B.call(r,e)&&e!==n&&C(r,e,{get:()=>o[e],enumerable:!(s=L(o,e))||s.enumerable});return r};var a=(r,o,n)=>(n=r!=null?d(k(r)):{},i(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>i(C({},"__esModule",{value:!0}),r);var g={};I(g,{IconUnicorn:()=>u,default:()=>P});module.exports=x(g);var t=a(require("react"));var l=a(require("react")),c=require("react-native-svg"),m=({children:r,size:o=24,...n})=>l.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 p=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(p.Path,{d:"M13.25 20.2498C13.072 18.1505 12.4312 16.6435 12 15.8398",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M22.2276 4.07192C22.7091 3.79493 23.231 4.36584 22.8958 4.80289L18.5021 9.74902C18.3041 10.0072 17.9116 10.017 17.7003 9.76912L16.3686 8.00008C16.1666 7.76306 16.2302 7.40546 16.5021 7.24902L22.2276 4.07192Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M10.4861 10.9907L10.2654 11.8815C10.0762 12.6451 10.164 13.4518 10.5128 14.1558C10.8291 14.7939 11.3419 15.3114 11.9743 15.6304L16.64 17.9843C16.9863 18.159 17.3683 18.25 17.7555 18.25C19.1332 18.25 20.25 17.1231 20.25 15.7331V14.9723C20.25 14.4019 20.1025 13.8414 19.822 13.3461L16.1389 6.84259V4.25L13.0556 5.80556C5.5 5 1.75 12.0278 1.75 18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),P=u;0&&(module.exports={IconUnicorn});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconUnicorn/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 IconUnicorn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.4861 10.9907L10.2654 11.8815C10.0762 12.6451 10.164 13.4518 10.5128 14.1558C10.8291 14.7939 11.3419 15.3114 11.9743 15.6304L16.64 17.9843C16.9863 18.159 17.3683 18.25 17.7555 18.25C19.1332 18.25 20.25 17.1231 20.25 15.7331V14.9723C20.25 14.4019 20.1025 13.8414 19.822 13.3461L16.1389 6.84259V4.25L13.0556 5.80556C5.86111 2.17593 1.75 12.0278 1.75 18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.25 20.2498C13.072 18.1505 12.4312 16.6435 12 15.8398\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22.2237 4.07192C22.7052 3.79493 23.2271 4.36584 22.8919 4.80289L18.4982 9.74902C18.3002 10.0072 17.9077 10.017 17.6964 9.76912L16.3647 8.00008C16.1627 7.76306 16.2263 7.40546 16.4982 7.24902L22.2237 4.07192Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnicorn;\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,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uWACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconUnicorn_exports","__export","IconUnicorn","IconUnicorn_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUnicorn","props","React","CentralIconBase","IconUnicorn_default"]}
1
+ {"version":3,"sources":["../src/IconUnicorn/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 IconUnicorn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.25 20.2498C13.072 18.1505 12.4312 16.6435 12 15.8398\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22.2276 4.07192C22.7091 3.79493 23.231 4.36584 22.8958 4.80289L18.5021 9.74902C18.3041 10.0072 17.9116 10.017 17.7003 9.76912L16.3686 8.00008C16.1666 7.76306 16.2302 7.40546 16.5021 7.24902L22.2276 4.07192Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.4861 10.9907L10.2654 11.8815C10.0762 12.6451 10.164 13.4518 10.5128 14.1558C10.8291 14.7939 11.3419 15.3114 11.9743 15.6304L16.64 17.9843C16.9863 18.159 17.3683 18.25 17.7555 18.25C19.1332 18.25 20.25 17.1231 20.25 15.7331V14.9723C20.25 14.4019 20.1025 13.8414 19.822 13.3461L16.1389 6.84259V4.25L13.0556 5.80556C5.5 5 1.75 12.0278 1.75 18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnicorn;\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,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6VACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconUnicorn_exports","__export","IconUnicorn","IconUnicorn_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUnicorn","props","React","CentralIconBase","IconUnicorn_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:r=24,...C})=>p.createElement(s,{...C,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 e}from"react-native-svg";var i=n=>o.createElement(t,{...n},o.createElement(e,{d:"M10.4861 10.9907L10.2654 11.8815C10.0762 12.6451 10.164 13.4518 10.5128 14.1558C10.8291 14.7939 11.3419 15.3114 11.9743 15.6304L16.64 17.9843C16.9863 18.159 17.3683 18.25 17.7555 18.25C19.1332 18.25 20.25 17.1231 20.25 15.7331V14.9723C20.25 14.4019 20.1025 13.8414 19.822 13.3461L16.1389 6.84259V4.25L13.0556 5.80556C5.86111 2.17593 1.75 12.0278 1.75 18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M13.25 20.2498C13.072 18.1505 12.4312 16.6435 12 15.8398",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M22.2237 4.07192C22.7052 3.79493 23.2271 4.36584 22.8919 4.80289L18.4982 9.74902C18.3002 10.0072 17.9077 10.017 17.6964 9.76912L16.3647 8.00008C16.1627 7.76306 16.2263 7.40546 16.4982 7.24902L22.2237 4.07192Z",fill:"currentColor"})),B=i;export{i as IconUnicorn,B as default};
1
+ import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:r=24,...C})=>p.createElement(s,{...C,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 e}from"react-native-svg";var i=n=>o.createElement(t,{...n},o.createElement(e,{d:"M13.25 20.2498C13.072 18.1505 12.4312 16.6435 12 15.8398",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M22.2276 4.07192C22.7091 3.79493 23.231 4.36584 22.8958 4.80289L18.5021 9.74902C18.3041 10.0072 17.9116 10.017 17.7003 9.76912L16.3686 8.00008C16.1666 7.76306 16.2302 7.40546 16.5021 7.24902L22.2276 4.07192Z",fill:"currentColor"}),o.createElement(e,{d:"M10.4861 10.9907L10.2654 11.8815C10.0762 12.6451 10.164 13.4518 10.5128 14.1558C10.8291 14.7939 11.3419 15.3114 11.9743 15.6304L16.64 17.9843C16.9863 18.159 17.3683 18.25 17.7555 18.25C19.1332 18.25 20.25 17.1231 20.25 15.7331V14.9723C20.25 14.4019 20.1025 13.8414 19.822 13.3461L16.1389 6.84259V4.25L13.0556 5.80556C5.5 5 1.75 12.0278 1.75 18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconUnicorn,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconUnicorn/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 IconUnicorn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.4861 10.9907L10.2654 11.8815C10.0762 12.6451 10.164 13.4518 10.5128 14.1558C10.8291 14.7939 11.3419 15.3114 11.9743 15.6304L16.64 17.9843C16.9863 18.159 17.3683 18.25 17.7555 18.25C19.1332 18.25 20.25 17.1231 20.25 15.7331V14.9723C20.25 14.4019 20.1025 13.8414 19.822 13.3461L16.1389 6.84259V4.25L13.0556 5.80556C5.86111 2.17593 1.75 12.0278 1.75 18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.25 20.2498C13.072 18.1505 12.4312 16.6435 12 15.8398\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22.2237 4.07192C22.7052 3.79493 23.2271 4.36584 22.8919 4.80289L18.4982 9.74902C18.3002 10.0072 17.9077 10.017 17.6964 9.76912L16.3647 8.00008C16.1627 7.76306 16.2263 7.40546 16.4982 7.24902L22.2237 4.07192Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnicorn;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uWACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconUnicorn","props","React","CentralIconBase","IconUnicorn_default"]}
1
+ {"version":3,"sources":["../src/IconUnicorn/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 IconUnicorn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.25 20.2498C13.072 18.1505 12.4312 16.6435 12 15.8398\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22.2276 4.07192C22.7091 3.79493 23.231 4.36584 22.8958 4.80289L18.5021 9.74902C18.3041 10.0072 17.9116 10.017 17.7003 9.76912L16.3686 8.00008C16.1666 7.76306 16.2302 7.40546 16.5021 7.24902L22.2276 4.07192Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.4861 10.9907L10.2654 11.8815C10.0762 12.6451 10.164 13.4518 10.5128 14.1558C10.8291 14.7939 11.3419 15.3114 11.9743 15.6304L16.64 17.9843C16.9863 18.159 17.3683 18.25 17.7555 18.25C19.1332 18.25 20.25 17.1231 20.25 15.7331V14.9723C20.25 14.4019 20.1025 13.8414 19.822 13.3461L16.1389 6.84259V4.25L13.0556 5.80556C5.5 5 1.75 12.0278 1.75 18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnicorn;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6VACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconUnicorn","props","React","CentralIconBase","IconUnicorn_default"]}
package/README.md CHANGED
@@ -200,6 +200,7 @@ Below is a complete list of available icons:
200
200
  - IconSparkle2
201
201
  - IconSparkle3
202
202
  - IconSparkleCentral
203
+ - IconSparkleHightlight
203
204
  - IconSparklesSoft
204
205
  - IconSparklesThree
205
206
  - IconSparklesTwo
@@ -695,6 +696,7 @@ Below is a complete list of available icons:
695
696
  - IconSelectLassoDashed
696
697
  - IconShaderEffect
697
698
  - IconShaders
699
+ - IconShimmer
698
700
  - IconSignature
699
701
  - IconSlice
700
702
  - IconSummary
@@ -1271,6 +1273,7 @@ Below is a complete list of available icons:
1271
1273
  - IconHomeEnergy
1272
1274
  - IconHomeEnergy2
1273
1275
  - IconNuclearPowerPlant
1276
+ - IconPark
1274
1277
  - IconPowerPlant
1275
1278
  - IconPumpjack
1276
1279
  - IconRainbow
@@ -1777,6 +1780,7 @@ Below is a complete list of available icons:
1777
1780
  - IconBronceMedal
1778
1781
  - IconBroom
1779
1782
  - IconBuildingBlocks
1783
+ - IconBurst
1780
1784
  - IconCap
1781
1785
  - IconCelebrate
1782
1786
  - IconCirclesThree
@@ -4564,6 +4564,20 @@
4564
4564
  "packageName": "round-outlined-radius-1-stroke-1.5",
4565
4565
  "componentName": "IconBurger"
4566
4566
  },
4567
+ {
4568
+ "category": "Things",
4569
+ "svg": "<path d=\"M12 1.75V4.24M12 19.75V22.25M1.75 12H4.25M19.75 12H22.25M4.75 4.75L7.5 7.5M16.5 16.5L19.25 19.25M4.75 19.25L7.5 16.5M16.5 7.5L19.25 4.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
4570
+ "iconName": "burst, pop, boom",
4571
+ "variant": {
4572
+ "join": "round",
4573
+ "filled": "off",
4574
+ "radius": "1",
4575
+ "stroke": "1.5"
4576
+ },
4577
+ "createdAt": "2026-02-23T07:00:30.220608+00:00",
4578
+ "packageName": "round-outlined-radius-1-stroke-1.5",
4579
+ "componentName": "IconBurst"
4580
+ },
4567
4581
  {
4568
4582
  "category": "Vehicles & Aircrafts",
4569
4583
  "svg": "<path d=\"M6.75 20.25H4.75C4.19772 20.25 3.75 19.8023 3.75 19.25V4.75C3.75 4.19772 4.19772 3.75 4.75 3.75H19.25C19.8023 3.75 20.25 4.19772 20.25 4.75V19.25C20.25 19.8023 19.8023 20.25 19.25 20.25H17.25C16.6977 20.25 16.25 19.8023 16.25 19.25V18.25H7.75V19.25C7.75 19.8023 7.30228 20.25 6.75 20.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 12.25H20\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.75 15.25H8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.75 15.25H17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.75 7.75L3.70959 7.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 7.75H22.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.75 6.25H14.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -12154,7 +12168,7 @@
12154
12168
  },
12155
12169
  {
12156
12170
  "category": "Social Media & Brands",
12157
- "svg": "<path d=\"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z\" fill=\"currentColor\"/>",
12171
+ "svg": "<path d=\"M12.1369 2C14.8367 2.00011 17.0911 2.99128 18.8273 4.60938L15.9641 7.47266C14.9187 6.49094 13.6095 5.98155 12.1369 5.98145C9.5402 5.98145 7.33274 7.73178 6.53921 10.0908V10.0996C5.29869 13.8213 8.01593 18.0273 12.1369 18.0273C14.6114 18.0273 17.0288 16.6458 17.5207 14.0547H12.1389V10.1816H21.5568C21.675 10.8362 21.7385 11.5184 21.7385 12.2275C21.7384 15.2729 20.6479 17.8366 18.757 19.582H18.7551L18.4377 19.8604C16.8159 21.2168 14.6682 21.9999 12.1369 22C8.22787 22 4.85463 19.7547 3.20913 16.4912V16.4766C1.79482 13.6817 1.7946 10.3141 3.2101 7.51953L3.20913 7.51855C4.85458 4.24582 8.22777 2 12.1369 2Z\" fill=\"currentColor\"/>",
12158
12172
  "iconName": "google",
12159
12173
  "variant": {
12160
12174
  "join": "round",
@@ -17122,6 +17136,20 @@
17122
17136
  "packageName": "round-outlined-radius-1-stroke-1.5",
17123
17137
  "componentName": "IconParasol"
17124
17138
  },
17139
+ {
17140
+ "category": "Nature & Energy",
17141
+ "svg": "<path d=\"M11.9992 2.75C13.6455 2.75 15.0342 3.84413 15.4795 5.34333C15.5296 5.34129 15.5799 5.33929 15.6305 5.33929C17.636 5.33929 19.2617 6.96225 19.2617 8.96429C19.2617 9.59458 19.0993 10.1866 18.8159 10.703C19.7151 11.3628 20.2992 12.4255 20.2992 13.625C20.2992 15.627 18.6735 17.25 16.668 17.25H7.33047C5.32498 17.25 3.69922 15.627 3.69922 13.625C3.69922 12.4258 4.28268 11.3628 5.18151 10.703C4.89825 10.1867 4.73672 9.59441 4.73672 8.96429C4.73672 6.96225 6.36248 5.33929 8.36797 5.33929C8.41821 5.33929 8.46817 5.34131 8.51792 5.34333C8.9631 3.84398 10.3528 2.75 11.9992 2.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M12 17.25V21\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M9.75 21.25H14.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
17142
+ "iconName": "park, tree, nature",
17143
+ "variant": {
17144
+ "join": "round",
17145
+ "filled": "off",
17146
+ "radius": "1",
17147
+ "stroke": "1.5"
17148
+ },
17149
+ "createdAt": "2026-02-23T07:00:30.220608+00:00",
17150
+ "packageName": "round-outlined-radius-1-stroke-1.5",
17151
+ "componentName": "IconPark"
17152
+ },
17125
17153
  {
17126
17154
  "category": "Security",
17127
17155
  "svg": "<path d=\"M12.9996 12.8145C12.675 12.7719 12.3415 12.75 11.9996 12.75C8.17569 12.75 5.39226 15.4942 4.65442 19.1697C4.53893 19.745 5.00437 20.25 5.59116 20.25H13.9996M15.7496 6.5C15.7496 8.57107 14.0706 10.25 11.9996 10.25C9.9285 10.25 8.24957 8.57107 8.24957 6.5C8.24957 4.42893 9.9285 2.75 11.9996 2.75C14.0706 2.75 15.7496 4.42893 15.7496 6.5ZM15.7496 14C15.7496 12.7574 16.7569 11.75 17.9996 11.75C19.2422 11.75 20.2496 12.7574 20.2496 14C20.2496 14.7801 19.8526 15.4675 19.2496 15.8711V17L18.7496 17.9356L19.2496 18.9678V20L17.9996 21L16.7496 20V15.8711C16.1466 15.4675 15.7496 14.7801 15.7496 14Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -20300,6 +20328,20 @@
20300
20328
  "packageName": "round-outlined-radius-1-stroke-1.5",
20301
20329
  "componentName": "IconShift"
20302
20330
  },
20331
+ {
20332
+ "category": "Edit",
20333
+ "svg": "<path d=\"M12 2.75C12 3.26778 12 3.52666 11.9704 3.76851C11.8444 4.79878 11.3229 5.73974 10.516 6.39261C10.3266 6.54587 10.1071 6.68308 9.668 6.9575L6.332 9.0425C5.89292 9.31692 5.67339 9.45413 5.48397 9.60739C4.67708 10.2603 4.15556 11.2012 4.02957 12.2315C4 12.4733 4 12.7322 4 13.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M16 6.75C16 7.26778 16 7.52666 15.9704 7.76851C15.8444 8.79878 15.3229 9.73974 14.516 10.3926C14.3266 10.5459 14.1071 10.6831 13.668 10.9575L10.332 13.0425C9.89292 13.3169 9.67339 13.4541 9.48397 13.6074C8.67708 14.2603 8.15556 15.2012 8.02957 16.2315C8 16.4733 8 16.7322 8 17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M20 10.75C20 11.2678 20 11.5267 19.9704 11.7685C19.8444 12.7988 19.3229 13.7397 18.516 14.3926C18.3266 14.5459 18.1071 14.6831 17.668 14.9575L14.332 17.0425C13.8929 17.3169 13.6734 17.4541 13.484 17.6074C12.6771 18.2603 12.1556 19.2012 12.0296 20.2315C12 20.4733 12 20.7322 12 21.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
20334
+ "iconName": "shimmer, waves, shader, effect",
20335
+ "variant": {
20336
+ "join": "round",
20337
+ "filled": "off",
20338
+ "radius": "1",
20339
+ "stroke": "1.5"
20340
+ },
20341
+ "createdAt": "2026-02-23T07:00:30.220608+00:00",
20342
+ "packageName": "round-outlined-radius-1-stroke-1.5",
20343
+ "componentName": "IconShimmer"
20344
+ },
20303
20345
  {
20304
20346
  "category": "Code",
20305
20347
  "svg": "<path d=\"M5.75 12.75V7.75C5.75 7.19772 6.19772 6.75 6.75 6.75H17.25C17.8023 6.75 18.25 7.19772 18.25 7.75V12.75M2.75 20.25L6.26353 19.4903M6.26353 19.4903L7.16367 19.2957C7.30295 19.2656 7.44705 19.2656 7.58633 19.2957L11.7887 20.2043C11.9279 20.2344 12.0721 20.2344 12.2113 20.2043L16.4137 19.2957C16.5529 19.2656 16.6971 19.2656 16.8363 19.2957L17.7365 19.4903M6.26353 19.4903C4.87117 17.6314 4.24975 16.0806 3.91054 14.1351C3.82302 13.6331 4.15228 13.1589 4.64733 13.0385L11.7636 11.3075C11.919 11.2697 12.081 11.2697 12.2364 11.3075L19.3527 13.0385C19.8477 13.1589 20.177 13.6331 20.0895 14.1351C19.7502 16.0806 19.1288 17.6314 17.7365 19.4903M17.7365 19.4903L21.25 20.25M9.75 6.75V3.75C9.75 3.19772 10.1977 2.75 10.75 2.75H13.25C13.8023 2.75 14.25 3.19772 14.25 3.75V6.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -21196,6 +21238,20 @@
21196
21238
  "packageName": "round-outlined-radius-1-stroke-1.5",
21197
21239
  "componentName": "IconSparkleCentral"
21198
21240
  },
21241
+ {
21242
+ "category": "AI & Magic",
21243
+ "svg": "<path d=\"M3 3L5.5 5.5M21 3L18.5 5.5M3 21L5.5 18.5M21 21L18.5 18.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.7302 8.74875L12.7948 4.27224C12.6577 3.95524 12.3454 3.75 12 3.75C11.6546 3.75 11.3423 3.95524 11.2052 4.27224L9.26977 8.74875C9.16875 8.98241 8.98241 9.16875 8.74875 9.26977L4.27224 11.2052C3.95524 11.3423 3.75 11.6546 3.75 12C3.75 12.3454 3.95524 12.6577 4.27224 12.7948L8.74875 14.7302C8.98241 14.8313 9.16875 15.0176 9.26977 15.2513L11.2052 19.7278C11.3423 20.0448 11.6546 20.25 12 20.25C12.3454 20.25 12.6577 20.0448 12.7948 19.7278L14.7302 15.2513C14.8313 15.0176 15.0176 14.8313 15.2513 14.7302L19.7278 12.7948C20.0448 12.6577 20.25 12.3454 20.25 12C20.25 11.6546 20.0448 11.3423 19.7278 11.2052L15.2513 9.26977C15.0176 9.16875 14.8313 8.98241 14.7302 8.74875Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
21244
+ "iconName": "sparkle-hightlight, special, ai, magic",
21245
+ "variant": {
21246
+ "join": "round",
21247
+ "filled": "off",
21248
+ "radius": "1",
21249
+ "stroke": "1.5"
21250
+ },
21251
+ "createdAt": "2026-02-19T12:00:51.458916+00:00",
21252
+ "packageName": "round-outlined-radius-1-stroke-1.5",
21253
+ "componentName": "IconSparkleHightlight"
21254
+ },
21199
21255
  {
21200
21256
  "category": "AI & Magic",
21201
21257
  "svg": "<path d=\"M19.25 13C14.1955 13.4375 11.4375 16.1955 11 21.25C10.544 16.1169 7.80041 13.5721 2.75 13C7.88024 12.4083 10.4083 9.88024 11 4.75C11.5721 9.80041 14.1169 12.544 19.25 13Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.7898 1.25884C19.7731 1.11151 19.6486 1.00015 19.5003 1C19.352 0.999849 19.2272 1.11096 19.2103 1.25825C19.0998 2.21602 18.8134 2.8895 18.3515 3.35146C17.8895 3.81343 17.216 4.09979 16.2582 4.21025C16.111 4.22724 15.9998 4.35203 16 4.5003C16.0002 4.64857 16.1115 4.77313 16.2588 4.78981C17.2008 4.89651 17.8886 5.18275 18.3615 5.64713C18.8327 6.10977 19.125 6.7831 19.2095 7.73414C19.2229 7.88476 19.3491 8.00017 19.5003 8C19.6515 7.99983 19.7775 7.88413 19.7906 7.73349C19.8716 6.79809 20.1636 6.11059 20.6371 5.6371C21.1106 5.16361 21.7981 4.87155 22.7335 4.79058C22.8841 4.77754 22.9998 4.65154 23 4.50033C23.0002 4.34912 22.8848 4.22286 22.7341 4.20948C21.7831 4.125 21.1098 3.83266 20.6471 3.36151C20.1827 2.88857 19.8965 2.20078 19.7898 1.25884Z\" fill=\"currentColor\"/>",
@@ -23816,7 +23872,7 @@
23816
23872
  },
23817
23873
  {
23818
23874
  "category": "Things",
23819
- "svg": "<path d=\"M10.4861 10.9907L10.2654 11.8815C10.0762 12.6451 10.164 13.4518 10.5128 14.1558C10.8291 14.7939 11.3419 15.3114 11.9743 15.6304L16.64 17.9843C16.9863 18.159 17.3683 18.25 17.7555 18.25C19.1332 18.25 20.25 17.1231 20.25 15.7331V14.9723C20.25 14.4019 20.1025 13.8414 19.822 13.3461L16.1389 6.84259V4.25L13.0556 5.80556C5.86111 2.17593 1.75 12.0278 1.75 18.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.25 20.2498C13.072 18.1505 12.4312 16.6435 12 15.8398\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22.2237 4.07192C22.7052 3.79493 23.2271 4.36584 22.8919 4.80289L18.4982 9.74902C18.3002 10.0072 17.9077 10.017 17.6964 9.76912L16.3647 8.00008C16.1627 7.76306 16.2263 7.40546 16.4982 7.24902L22.2237 4.07192Z\" fill=\"currentColor\"/>",
23875
+ "svg": "<path d=\"M13.25 20.2498C13.072 18.1505 12.4312 16.6435 12 15.8398\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22.2276 4.07192C22.7091 3.79493 23.231 4.36584 22.8958 4.80289L18.5021 9.74902C18.3041 10.0072 17.9116 10.017 17.7003 9.76912L16.3686 8.00008C16.1666 7.76306 16.2302 7.40546 16.5021 7.24902L22.2276 4.07192Z\" fill=\"currentColor\"/><path d=\"M10.4861 10.9907L10.2654 11.8815C10.0762 12.6451 10.164 13.4518 10.5128 14.1558C10.8291 14.7939 11.3419 15.3114 11.9743 15.6304L16.64 17.9843C16.9863 18.159 17.3683 18.25 17.7555 18.25C19.1332 18.25 20.25 17.1231 20.25 15.7331V14.9723C20.25 14.4019 20.1025 13.8414 19.822 13.3461L16.1389 6.84259V4.25L13.0556 5.80556C5.5 5 1.75 12.0278 1.75 18.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
23820
23876
  "iconName": "unicorn, startup, success",
23821
23877
  "variant": {
23822
23878
  "join": "round",
package/icons/index.d.ts CHANGED
@@ -325,6 +325,7 @@ export type CentralIconName =
325
325
  | "IconBulletList"
326
326
  | "IconBun"
327
327
  | "IconBurger"
328
+ | "IconBurst"
328
329
  | "IconBus"
329
330
  | "IconCabinet"
330
331
  | "IconCalculator"
@@ -1222,6 +1223,7 @@ export type CentralIconName =
1222
1223
  | "IconParachute"
1223
1224
  | "IconParagraph"
1224
1225
  | "IconParasol"
1226
+ | "IconPark"
1225
1227
  | "IconPasskeys"
1226
1228
  | "IconPassport"
1227
1229
  | "IconPassword"
@@ -1449,6 +1451,7 @@ export type CentralIconName =
1449
1451
  | "IconShieldCrossed"
1450
1452
  | "IconShieldKeyhole"
1451
1453
  | "IconShift"
1454
+ | "IconShimmer"
1452
1455
  | "IconShip"
1453
1456
  | "IconShipping"
1454
1457
  | "IconShoppingBag1"
@@ -1513,6 +1516,7 @@ export type CentralIconName =
1513
1516
  | "IconSparkle2"
1514
1517
  | "IconSparkle3"
1515
1518
  | "IconSparkleCentral"
1519
+ | "IconSparkleHightlight"
1516
1520
  | "IconSparklesSoft"
1517
1521
  | "IconSparklesThree"
1518
1522
  | "IconSparklesTwo"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-1-stroke-1.5",
3
- "version": "1.1.138",
3
+ "version": "1.1.140",
4
4
  "style": "round-outlined-radius-1-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 1819,
14
+ "totalIcons": 1823,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 68,
17
+ "count": 69,
18
18
  "icons": [
19
19
  "IconAiTokens",
20
20
  "IconAiTranslate",
@@ -70,6 +70,7 @@
70
70
  "IconSparkle2",
71
71
  "IconSparkle3",
72
72
  "IconSparkleCentral",
73
+ "IconSparkleHightlight",
73
74
  "IconSparklesSoft",
74
75
  "IconSparklesThree",
75
76
  "IconSparklesTwo",
@@ -512,7 +513,7 @@
512
513
  ]
513
514
  },
514
515
  "Edit": {
515
- "count": 86,
516
+ "count": 87,
516
517
  "icons": [
517
518
  "Icon3d",
518
519
  "IconAddKeyframe",
@@ -585,6 +586,7 @@
585
586
  "IconSelectLassoDashed",
586
587
  "IconShaderEffect",
587
588
  "IconShaders",
589
+ "IconShimmer",
588
590
  "IconSignature",
589
591
  "IconSlice",
590
592
  "IconSummary",
@@ -1174,7 +1176,7 @@
1174
1176
  ]
1175
1177
  },
1176
1178
  "Nature & Energy": {
1177
- "count": 19,
1179
+ "count": 20,
1178
1180
  "icons": [
1179
1181
  "IconAtom",
1180
1182
  "IconBlossom",
@@ -1187,6 +1189,7 @@
1187
1189
  "IconHomeEnergy",
1188
1190
  "IconHomeEnergy2",
1189
1191
  "IconNuclearPowerPlant",
1192
+ "IconPark",
1190
1193
  "IconPowerPlant",
1191
1194
  "IconPumpjack",
1192
1195
  "IconRainbow",
@@ -1693,7 +1696,7 @@
1693
1696
  ]
1694
1697
  },
1695
1698
  "Things": {
1696
- "count": 125,
1699
+ "count": 126,
1697
1700
  "icons": [
1698
1701
  "IconAnvil",
1699
1702
  "IconBackpack",
@@ -1711,6 +1714,7 @@
1711
1714
  "IconBronceMedal",
1712
1715
  "IconBroom",
1713
1716
  "IconBuildingBlocks",
1717
+ "IconBurst",
1714
1718
  "IconCap",
1715
1719
  "IconCelebrate",
1716
1720
  "IconCirclesThree",
@@ -2347,6 +2351,7 @@
2347
2351
  "IconBulletList": "bullet-list",
2348
2352
  "IconBun": "bun",
2349
2353
  "IconBurger": "burger, hamburger, sandwich",
2354
+ "IconBurst": "burst, pop, boom",
2350
2355
  "IconBus": "bus, school-bus",
2351
2356
  "IconCabinet": "cabinet",
2352
2357
  "IconCalculator": "calculator",
@@ -3244,6 +3249,7 @@
3244
3249
  "IconParachute": "parachute, airdrop",
3245
3250
  "IconParagraph": "paragraph",
3246
3251
  "IconParasol": "parasol, umbrella, vacation",
3252
+ "IconPark": "park, tree, nature",
3247
3253
  "IconPasskeys": "passkeys, passkey, passwordless",
3248
3254
  "IconPassport": "passport, visa",
3249
3255
  "IconPassword": "password, lock, protection",
@@ -3471,6 +3477,7 @@
3471
3477
  "IconShieldCrossed": "shield-crossed, security, protection",
3472
3478
  "IconShieldKeyhole": "shield-keyhole",
3473
3479
  "IconShift": "shift",
3480
+ "IconShimmer": "shimmer, waves, shader, effect",
3474
3481
  "IconShip": "ship, changelog",
3475
3482
  "IconShipping": "shipping, truck, delivery",
3476
3483
  "IconShoppingBag1": "shopping-bag-1",
@@ -3535,6 +3542,7 @@
3535
3542
  "IconSparkle2": "sparkle-2, star, magic, ai",
3536
3543
  "IconSparkle3": "sparkle-3, ai, star, magic",
3537
3544
  "IconSparkleCentral": "sparkle-central, star, magic, ai",
3545
+ "IconSparkleHightlight": "sparkle-hightlight, special, ai, magic",
3538
3546
  "IconSparklesSoft": "sparkles-soft",
3539
3547
  "IconSparklesThree": "sparkles-three, ai 3 stars, sparkles, ✨",
3540
3548
  "IconSparklesTwo": "sparkles-two, ai 2 stars, sparkles, ✨",