@central-icons-react-native/square-outlined-radius-0-stroke-2 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 v={};P(v,{IconBurst:()=>u,default:()=>h});module.exports=g(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 f=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(f.Path,{d:"M12 2V4M12 20V22M2 12H4M20 12H22M4.99995 5L7.49995 7.5M16.5 16.5L19 19M4.99995 19L7.49995 16.5M16.5 7.5L19 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),h=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 2V4M12 20V22M2 12H4M20 12H22M4.99995 5L7.49995 7.5M16.5 16.5L19 19M4.99995 19L7.49995 16.5M16.5 7.5L19 5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,+GACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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 2V4M12 20V22M2 12H4M20 12H22M4.99995 5L7.49995 7.5M16.5 16.5L19 19M4.99995 19L7.49995 16.5M16.5 7.5L19 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),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 2V4M12 20V22M2 12H4M20 12H22M4.99995 5L7.49995 7.5M16.5 16.5L19 19M4.99995 19L7.49995 16.5M16.5 7.5L19 5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,+GACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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 u=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var h=(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 B(o))!P.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(s=d(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),k=r=>a(C({},"__esModule",{value:!0}),r);var g={};h(g,{IconPark:()=>i,default:()=>x});module.exports=k(g);var n=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.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 p=require("react-native-svg"),i=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M12 16V21",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(p.Path,{d:"M9 21H15",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(p.Path,{d:"M12 3C13.5868 3 14.9253 4.0564 15.3545 5.50391C15.4028 5.50193 15.4512 5.5 15.5 5.5C17.433 5.5 19 7.067 19 9C19 9.60856 18.8435 10.1802 18.5703 10.6787C19.437 11.3158 20 12.3419 20 13.5C20 15.433 18.433 17 16.5 17H7.5C5.567 17 4 15.433 4 13.5C4 12.3422 4.56237 11.3158 5.42871 10.6787C5.1557 10.1803 5 9.60839 5 9C5 7.067 6.567 5.5 8.5 5.5C8.54843 5.5 8.59658 5.50196 8.64453 5.50391C9.07362 4.05626 10.4131 3 12 3Z",stroke:"currentColor",strokeWidth:"2"})),x=i;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 d=\"M12 16V21\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M9 21H15\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M12 3C13.5868 3 14.9253 4.0564 15.3545 5.50391C15.4028 5.50193 15.4512 5.5 15.5 5.5C17.433 5.5 19 7.067 19 9C19 9.60856 18.8435 10.1802 18.5703 10.6787C19.437 11.3158 20 12.3419 20 13.5C20 15.433 18.433 17 16.5 17H7.5C5.567 17 4 15.433 4 13.5C4 12.3422 4.56237 11.3158 5.42871 10.6787C5.1557 10.1803 5 9.60839 5 9C5 7.067 6.567 5.5 8.5 5.5C8.54843 5.5 8.59658 5.50196 8.64453 5.50391C9.07362 4.05626 10.4131 3 12 3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,QAAK,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,EAC1D,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzD,EAAAA,QAAA,cAAC,QACC,EAAE,kaACF,OAAO,eACP,YAAY,IACd,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:"M12 16V21",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M9 21H15",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M12 3C13.5868 3 14.9253 4.0564 15.3545 5.50391C15.4028 5.50193 15.4512 5.5 15.5 5.5C17.433 5.5 19 7.067 19 9C19 9.60856 18.8435 10.1802 18.5703 10.6787C19.437 11.3158 20 12.3419 20 13.5C20 15.433 18.433 17 16.5 17H7.5C5.567 17 4 15.433 4 13.5C4 12.3422 4.56237 11.3158 5.42871 10.6787C5.1557 10.1803 5 9.60839 5 9C5 7.067 6.567 5.5 8.5 5.5C8.54843 5.5 8.59658 5.50196 8.64453 5.50391C9.07362 4.05626 10.4131 3 12 3Z",stroke:"currentColor",strokeWidth:"2"})),P=a;export{a as IconPark,P 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 d=\"M12 16V21\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M9 21H15\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M12 3C13.5868 3 14.9253 4.0564 15.3545 5.50391C15.4028 5.50193 15.4512 5.5 15.5 5.5C17.433 5.5 19 7.067 19 9C19 9.60856 18.8435 10.1802 18.5703 10.6787C19.437 11.3158 20 12.3419 20 13.5C20 15.433 18.433 17 16.5 17H7.5C5.567 17 4 15.433 4 13.5C4 12.3422 4.56237 11.3158 5.42871 10.6787C5.1557 10.1803 5 9.60839 5 9C5 7.067 6.567 5.5 8.5 5.5C8.54843 5.5 8.59658 5.50196 8.64453 5.50391C9.07362 4.05626 10.4131 3 12 3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,CAAK,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,EAC1DG,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzDG,EAAA,cAACH,EAAA,CACC,EAAE,kaACF,OAAO,eACP,YAAY,IACd,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 f=Object.create;var n=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of d(o))!B.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=k(o,t))||s.enumerable});return r};var m=(r,o,e)=>(e=r!=null?f(h(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var g={};I(g,{IconShimmer:()=>u,default:()=>P});module.exports=x(g);var C=m(require("react"));var c=m(require("react")),i=require("react-native-svg"),l=({children:r,size:o=24,...e})=>c.default.createElement(i.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"),u=r=>C.default.createElement(l,{...r},C.default.createElement(p.Path,{d:"M12 3C12 3.42934 12 3.644 11.98 3.84335C11.862 5.01786 11.2313 6.08029 10.2567 6.74626C10.0913 6.85929 9.90284 6.96209 9.52593 7.16767L6.47407 8.83233C6.09716 9.03791 5.9087 9.14071 5.74328 9.25374C4.76867 9.91971 4.13797 10.9821 4.02002 12.1566C4 12.356 4 12.5707 4 13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),C.default.createElement(p.Path,{d:"M20 11C20 11.4293 20 11.644 19.98 11.8434C19.862 13.0179 19.2313 14.0803 18.2567 14.7463C18.0913 14.8593 17.9028 14.9621 17.5259 15.1677L14.4741 16.8323C14.0972 17.0379 13.9087 17.1407 13.7433 17.2537C12.7687 17.9197 12.138 18.9821 12.02 20.1566C12 20.356 12 20.5707 12 21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),C.default.createElement(p.Path,{d:"M16 7C16 7.42934 16 7.644 15.98 7.84335C15.862 9.01786 15.2313 10.0803 14.2567 10.7463C14.0913 10.8593 13.9028 10.9621 13.5259 11.1677L10.4741 12.8323C10.0972 13.0379 9.9087 13.1407 9.74328 13.2537C8.76867 13.9197 8.13797 14.9821 8.02002 16.1566C8 16.356 8 16.5707 8 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),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 3C12 3.42934 12 3.644 11.98 3.84335C11.862 5.01786 11.2313 6.08029 10.2567 6.74626C10.0913 6.85929 9.90284 6.96209 9.52593 7.16767L6.47407 8.83233C6.09716 9.03791 5.9087 9.14071 5.74328 9.25374C4.76867 9.91971 4.13797 10.9821 4.02002 12.1566C4 12.356 4 12.5707 4 13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20 11C20 11.4293 20 11.644 19.98 11.8434C19.862 13.0179 19.2313 14.0803 18.2567 14.7463C18.0913 14.8593 17.9028 14.9621 17.5259 15.1677L14.4741 16.8323C14.0972 17.0379 13.9087 17.1407 13.7433 17.2537C12.7687 17.9197 12.138 18.9821 12.02 20.1566C12 20.356 12 20.5707 12 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M16 7C16 7.42934 16 7.644 15.98 7.84335C15.862 9.01786 15.2313 10.0803 14.2567 10.7463C14.0913 10.8593 13.9028 10.9621 13.5259 11.1677L10.4741 12.8323C10.0972 13.0379 9.9087 13.1407 9.74328 13.2537C8.76867 13.9197 8.13797 14.9821 8.02002 16.1566C8 16.356 8 16.5707 8 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,gRACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mRACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gRACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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 C=({children:e,size:r=24,...n})=>p.createElement(s,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(C,{...e},o.createElement(t,{d:"M12 3C12 3.42934 12 3.644 11.98 3.84335C11.862 5.01786 11.2313 6.08029 10.2567 6.74626C10.0913 6.85929 9.90284 6.96209 9.52593 7.16767L6.47407 8.83233C6.09716 9.03791 5.9087 9.14071 5.74328 9.25374C4.76867 9.91971 4.13797 10.9821 4.02002 12.1566C4 12.356 4 12.5707 4 13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(t,{d:"M20 11C20 11.4293 20 11.644 19.98 11.8434C19.862 13.0179 19.2313 14.0803 18.2567 14.7463C18.0913 14.8593 17.9028 14.9621 17.5259 15.1677L14.4741 16.8323C14.0972 17.0379 13.9087 17.1407 13.7433 17.2537C12.7687 17.9197 12.138 18.9821 12.02 20.1566C12 20.356 12 20.5707 12 21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(t,{d:"M16 7C16 7.42934 16 7.644 15.98 7.84335C15.862 9.01786 15.2313 10.0803 14.2567 10.7463C14.0913 10.8593 13.9028 10.9621 13.5259 11.1677L10.4741 12.8323C10.0972 13.0379 9.9087 13.1407 9.74328 13.2537C8.76867 13.9197 8.13797 14.9821 8.02002 16.1566C8 16.356 8 16.5707 8 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),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 3C12 3.42934 12 3.644 11.98 3.84335C11.862 5.01786 11.2313 6.08029 10.2567 6.74626C10.0913 6.85929 9.90284 6.96209 9.52593 7.16767L6.47407 8.83233C6.09716 9.03791 5.9087 9.14071 5.74328 9.25374C4.76867 9.91971 4.13797 10.9821 4.02002 12.1566C4 12.356 4 12.5707 4 13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20 11C20 11.4293 20 11.644 19.98 11.8434C19.862 13.0179 19.2313 14.0803 18.2567 14.7463C18.0913 14.8593 17.9028 14.9621 17.5259 15.1677L14.4741 16.8323C14.0972 17.0379 13.9087 17.1407 13.7433 17.2537C12.7687 17.9197 12.138 18.9821 12.02 20.1566C12 20.356 12 20.5707 12 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M16 7C16 7.42934 16 7.644 15.98 7.84335C15.862 9.01786 15.2313 10.0803 14.2567 10.7463C14.0913 10.8593 13.9028 10.9621 13.5259 11.1677L10.4741 12.8323C10.0972 13.0379 9.9087 13.1407 9.74328 13.2537C8.76867 13.9197 8.13797 14.9821 8.02002 16.1566C8 16.356 8 16.5707 8 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,gRACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mRACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gRACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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 f=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!B.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=u(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?f(h(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>l(n({},"__esModule",{value:!0}),r);var d={};I(d,{IconSparkleHightlight:()=>i,default:()=>P});module.exports=x(d);var p=m(require("react"));var C=m(require("react")),L=require("react-native-svg"),c=({children:r,size:o=24,...t})=>C.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 s=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(s.Path,{d:"M12.5714 4H11.4286L9.2 9.2L4 11.4286V12.5714L9.2 14.8L11.4286 20H12.5714L14.8 14.8L20 12.5714V11.4286L14.8 9.2L12.5714 4Z",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(s.Path,{d:"M3 3L5 5M21 3L19 5M3 21L5 19M21 21L19 19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),P=i;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=\"M12.5714 4H11.4286L9.2 9.2L4 11.4286V12.5714L9.2 14.8L11.4286 20H12.5714L14.8 14.8L20 12.5714V11.4286L14.8 9.2L12.5714 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M3 3L5 5M21 3L19 5M3 21L5 19M21 21L19 19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,4HACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2CACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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 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 n}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M12.5714 4H11.4286L9.2 9.2L4 11.4286V12.5714L9.2 14.8L11.4286 20H12.5714L14.8 14.8L20 12.5714V11.4286L14.8 9.2L12.5714 4Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M3 3L5 5M21 3L19 5M3 21L5 19M21 21L19 19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),B=l;export{l as IconSparkleHightlight,B 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=\"M12.5714 4H11.4286L9.2 9.2L4 11.4286V12.5714L9.2 14.8L11.4286 20H12.5714L14.8 14.8L20 12.5714V11.4286L14.8 9.2L12.5714 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M3 3L5 5M21 3L19 5M3 21L5 19M21 21L19 19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,4HACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2CACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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 f=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!d.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=L(o,t))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var h={};x(h,{IconUnicorn:()=>u,default:()=>g});module.exports=P(h);var n=l(require("react"));var c=l(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...e})=>c.default.createElement(m.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 C=require("react-native-svg"),u=r=>n.default.createElement(i,{...r},n.default.createElement(C.Path,{d:"M10.5 11L10.2853 11.8589C10.1012 12.5953 10.1866 13.3732 10.526 14.052C10.8337 14.6674 11.3326 15.1663 11.948 15.474L16.4875 17.7438C16.8245 17.9123 17.1962 18 17.5729 18C18.9134 18 20 16.9134 20 15.5729V14.8394C20 14.2893 19.8565 13.7488 19.5836 13.2712L16 7V4.5L13 6C6 2.5 2 12 2 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),n.default.createElement(C.Path,{d:"M12.9707 19.9999C12.8664 18.14 12.4909 16.8048 12.2383 16.0928",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),n.default.createElement(C.Path,{d:"M16.5 7L23.5 3.5L18.6772 10.0521L16.5 7Z",fill:"currentColor"})),g=u;0&&(module.exports={IconUnicorn});
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!d.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=L(o,t))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var h={};x(h,{IconUnicorn:()=>u,default:()=>g});module.exports=P(h);var n=l(require("react"));var c=l(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...e})=>c.default.createElement(m.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 C=require("react-native-svg"),u=r=>n.default.createElement(i,{...r},n.default.createElement(C.Path,{d:"M10.5 11L10.2853 11.8589C10.1012 12.5953 10.1866 13.3732 10.526 14.052C10.8337 14.6674 11.3326 15.1663 11.948 15.474L16.4875 17.7438C16.8245 17.9123 17.1962 18 17.5729 18C18.9134 18 20 16.9134 20 15.5729V14.8394C20 14.2893 19.8565 13.7488 19.5836 13.2712L16 7V4.5L13 6C6 5 2 12 2 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),n.default.createElement(C.Path,{d:"M12.9746 19.9999C12.8703 18.14 12.4948 16.8048 12.2422 16.0928",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),n.default.createElement(C.Path,{d:"M16.5 7L23.5 3.5L18.6772 10.0521L16.5 7Z",fill:"currentColor"})),g=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.5 11L10.2853 11.8589C10.1012 12.5953 10.1866 13.3732 10.526 14.052C10.8337 14.6674 11.3326 15.1663 11.948 15.474L16.4875 17.7438C16.8245 17.9123 17.1962 18 17.5729 18C18.9134 18 20 16.9134 20 15.5729V14.8394C20 14.2893 19.8565 13.7488 19.5836 13.2712L16 7V4.5L13 6C6 2.5 2 12 2 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12.9707 19.9999C12.8664 18.14 12.4909 16.8048 12.2383 16.0928\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M16.5 7L23.5 3.5L18.6772 10.0521L16.5 7Z\" fill=\"currentColor\" />\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,+RACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iEACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,2CAA2C,KAAK,eAAe,CACzE,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=\"M10.5 11L10.2853 11.8589C10.1012 12.5953 10.1866 13.3732 10.526 14.052C10.8337 14.6674 11.3326 15.1663 11.948 15.474L16.4875 17.7438C16.8245 17.9123 17.1962 18 17.5729 18C18.9134 18 20 16.9134 20 15.5729V14.8394C20 14.2893 19.8565 13.7488 19.5836 13.2712L16 7V4.5L13 6C6 5 2 12 2 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12.9746 19.9999C12.8703 18.14 12.4948 16.8048 12.2422 16.0928\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M16.5 7L23.5 3.5L18.6772 10.0521L16.5 7Z\" fill=\"currentColor\" />\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,6RACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iEACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,2CAA2C,KAAK,eAAe,CACzE,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 C from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M10.5 11L10.2853 11.8589C10.1012 12.5953 10.1866 13.3732 10.526 14.052C10.8337 14.6674 11.3326 15.1663 11.948 15.474L16.4875 17.7438C16.8245 17.9123 17.1962 18 17.5729 18C18.9134 18 20 16.9134 20 15.5729V14.8394C20 14.2893 19.8565 13.7488 19.5836 13.2712L16 7V4.5L13 6C6 2.5 2 12 2 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(t,{d:"M12.9707 19.9999C12.8664 18.14 12.4909 16.8048 12.2383 16.0928",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(t,{d:"M16.5 7L23.5 3.5L18.6772 10.0521L16.5 7Z",fill:"currentColor"})),d=a;export{a as IconUnicorn,d as default};
1
+ import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M10.5 11L10.2853 11.8589C10.1012 12.5953 10.1866 13.3732 10.526 14.052C10.8337 14.6674 11.3326 15.1663 11.948 15.474L16.4875 17.7438C16.8245 17.9123 17.1962 18 17.5729 18C18.9134 18 20 16.9134 20 15.5729V14.8394C20 14.2893 19.8565 13.7488 19.5836 13.2712L16 7V4.5L13 6C6 5 2 12 2 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(t,{d:"M12.9746 19.9999C12.8703 18.14 12.4948 16.8048 12.2422 16.0928",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(t,{d:"M16.5 7L23.5 3.5L18.6772 10.0521L16.5 7Z",fill:"currentColor"})),d=a;export{a as IconUnicorn,d 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.5 11L10.2853 11.8589C10.1012 12.5953 10.1866 13.3732 10.526 14.052C10.8337 14.6674 11.3326 15.1663 11.948 15.474L16.4875 17.7438C16.8245 17.9123 17.1962 18 17.5729 18C18.9134 18 20 16.9134 20 15.5729V14.8394C20 14.2893 19.8565 13.7488 19.5836 13.2712L16 7V4.5L13 6C6 2.5 2 12 2 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12.9707 19.9999C12.8664 18.14 12.4909 16.8048 12.2383 16.0928\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M16.5 7L23.5 3.5L18.6772 10.0521L16.5 7Z\" fill=\"currentColor\" />\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,+RACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iEACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,2CAA2C,KAAK,eAAe,CACzE,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=\"M10.5 11L10.2853 11.8589C10.1012 12.5953 10.1866 13.3732 10.526 14.052C10.8337 14.6674 11.3326 15.1663 11.948 15.474L16.4875 17.7438C16.8245 17.9123 17.1962 18 17.5729 18C18.9134 18 20 16.9134 20 15.5729V14.8394C20 14.2893 19.8565 13.7488 19.5836 13.2712L16 7V4.5L13 6C6 5 2 12 2 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12.9746 19.9999C12.8703 18.14 12.4948 16.8048 12.2422 16.0928\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M16.5 7L23.5 3.5L18.6772 10.0521L16.5 7Z\" fill=\"currentColor\" />\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,6RACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iEACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,2CAA2C,KAAK,eAAe,CACzE,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": "square-outlined-radius-0-stroke-2",
4565
4565
  "componentName": "IconBurger"
4566
4566
  },
4567
+ {
4568
+ "category": "Things",
4569
+ "svg": "<path d=\"M12 2V4M12 20V22M2 12H4M20 12H22M4.99995 5L7.49995 7.5M16.5 16.5L19 19M4.99995 19L7.49995 16.5M16.5 7.5L19 5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
4570
+ "iconName": "burst, pop, boom",
4571
+ "variant": {
4572
+ "join": "square",
4573
+ "filled": "off",
4574
+ "radius": "0",
4575
+ "stroke": "2"
4576
+ },
4577
+ "createdAt": "2026-02-23T07:00:30.220608+00:00",
4578
+ "packageName": "square-outlined-radius-0-stroke-2",
4579
+ "componentName": "IconBurst"
4580
+ },
4567
4581
  {
4568
4582
  "category": "Vehicles & Aircrafts",
4569
4583
  "svg": "<path d=\"M8 20H4V4H20V20H16V18H8V20Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M4 12H20\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M6 15H9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M15 15H18\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M1 8L4 8\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M20 8L23 8\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9 6.5H15\" stroke=\"currentColor\" stroke-width=\"2\"/>",
@@ -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": "square",
@@ -17122,6 +17136,20 @@
17122
17136
  "packageName": "square-outlined-radius-0-stroke-2",
17123
17137
  "componentName": "IconParasol"
17124
17138
  },
17139
+ {
17140
+ "category": "Nature & Energy",
17141
+ "svg": "<path d=\"M12 16V21\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9 21H15\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 3C13.5868 3 14.9253 4.0564 15.3545 5.50391C15.4028 5.50193 15.4512 5.5 15.5 5.5C17.433 5.5 19 7.067 19 9C19 9.60856 18.8435 10.1802 18.5703 10.6787C19.437 11.3158 20 12.3419 20 13.5C20 15.433 18.433 17 16.5 17H7.5C5.567 17 4 15.433 4 13.5C4 12.3422 4.56237 11.3158 5.42871 10.6787C5.1557 10.1803 5 9.60839 5 9C5 7.067 6.567 5.5 8.5 5.5C8.54843 5.5 8.59658 5.50196 8.64453 5.50391C9.07362 4.05626 10.4131 3 12 3Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
17142
+ "iconName": "park, tree, nature",
17143
+ "variant": {
17144
+ "join": "square",
17145
+ "filled": "off",
17146
+ "radius": "0",
17147
+ "stroke": "2"
17148
+ },
17149
+ "createdAt": "2026-02-23T07:00:30.220608+00:00",
17150
+ "packageName": "square-outlined-radius-0-stroke-2",
17151
+ "componentName": "IconPark"
17152
+ },
17125
17153
  {
17126
17154
  "category": "Security",
17127
17155
  "svg": "<path d=\"M4.5 20L3.50439 19.9064L3.40158 21H4.5V20ZM14.5 6.5C14.5 7.88071 13.3807 9 12 9V11C14.4853 11 16.5 8.98528 16.5 6.5H14.5ZM12 9C10.6193 9 9.5 7.88071 9.5 6.5H7.5C7.5 8.98528 9.51472 11 12 11V9ZM9.5 6.5C9.5 5.11929 10.6193 4 12 4V2C9.51472 2 7.5 4.01472 7.5 6.5H9.5ZM12 4C13.3807 4 14.5 5.11929 14.5 6.5H16.5C16.5 4.01472 14.4853 2 12 2V4ZM5.49561 20.0936C5.82124 16.6298 8.37737 14 12 14V12C7.24222 12 3.91665 15.5211 3.50439 19.9064L5.49561 20.0936ZM4.5 21H15V19H4.5V21ZM12 14C12.3019 14 12.5949 14.0181 12.8785 14.0528L13.1215 12.0676C12.756 12.0229 12.3819 12 12 12V14Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 11C16.3431 11 15 12.3431 15 14C15 15.2107 15.7172 16.254 16.75 16.728V20.5L18 21.5L19.25 20.5V19.427L18.5 18.75L19.25 18V16.728C20.2828 16.254 21 15.2107 21 14C21 12.3431 19.6569 11 18 11ZM17 14C17 13.4477 17.4477 13 18 13C18.5523 13 19 13.4477 19 14C19 14.5523 18.5523 15 18 15C17.4477 15 17 14.5523 17 14Z\" fill=\"currentColor\"/>",
@@ -20300,6 +20328,20 @@
20300
20328
  "packageName": "square-outlined-radius-0-stroke-2",
20301
20329
  "componentName": "IconShift"
20302
20330
  },
20331
+ {
20332
+ "category": "Edit",
20333
+ "svg": "<path d=\"M12 3C12 3.42934 12 3.644 11.98 3.84335C11.862 5.01786 11.2313 6.08029 10.2567 6.74626C10.0913 6.85929 9.90284 6.96209 9.52593 7.16767L6.47407 8.83233C6.09716 9.03791 5.9087 9.14071 5.74328 9.25374C4.76867 9.91971 4.13797 10.9821 4.02002 12.1566C4 12.356 4 12.5707 4 13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M20 11C20 11.4293 20 11.644 19.98 11.8434C19.862 13.0179 19.2313 14.0803 18.2567 14.7463C18.0913 14.8593 17.9028 14.9621 17.5259 15.1677L14.4741 16.8323C14.0972 17.0379 13.9087 17.1407 13.7433 17.2537C12.7687 17.9197 12.138 18.9821 12.02 20.1566C12 20.356 12 20.5707 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M16 7C16 7.42934 16 7.644 15.98 7.84335C15.862 9.01786 15.2313 10.0803 14.2567 10.7463C14.0913 10.8593 13.9028 10.9621 13.5259 11.1677L10.4741 12.8323C10.0972 13.0379 9.9087 13.1407 9.74328 13.2537C8.76867 13.9197 8.13797 14.9821 8.02002 16.1566C8 16.356 8 16.5707 8 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
20334
+ "iconName": "shimmer, waves, shader, effect",
20335
+ "variant": {
20336
+ "join": "square",
20337
+ "filled": "off",
20338
+ "radius": "0",
20339
+ "stroke": "2"
20340
+ },
20341
+ "createdAt": "2026-02-23T07:00:30.220608+00:00",
20342
+ "packageName": "square-outlined-radius-0-stroke-2",
20343
+ "componentName": "IconShimmer"
20344
+ },
20303
20345
  {
20304
20346
  "category": "Code",
20305
20347
  "svg": "<path d=\"M6 12V7H18V12M3 20L7.5 19L12 20L16.5 19L21 20M10 7V3H14V7M6 18.64C4.75906 16.7727 4.26936 15.1543 4 13L12 11L20 13C19.7306 15.1543 19.2409 16.7727 18 18.64\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
@@ -21196,6 +21238,20 @@
21196
21238
  "packageName": "square-outlined-radius-0-stroke-2",
21197
21239
  "componentName": "IconSparkleCentral"
21198
21240
  },
21241
+ {
21242
+ "category": "AI & Magic",
21243
+ "svg": "<path d=\"M12.5714 4H11.4286L9.2 9.2L4 11.4286V12.5714L9.2 14.8L11.4286 20H12.5714L14.8 14.8L20 12.5714V11.4286L14.8 9.2L12.5714 4Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M3 3L5 5M21 3L19 5M3 21L5 19M21 21L19 19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
21244
+ "iconName": "sparkle-hightlight, special, ai, magic",
21245
+ "variant": {
21246
+ "join": "square",
21247
+ "filled": "off",
21248
+ "radius": "0",
21249
+ "stroke": "2"
21250
+ },
21251
+ "createdAt": "2026-02-19T12:00:51.458916+00:00",
21252
+ "packageName": "square-outlined-radius-0-stroke-2",
21253
+ "componentName": "IconSparkleHightlight"
21254
+ },
21199
21255
  {
21200
21256
  "category": "AI & Magic",
21201
21257
  "svg": "<path d=\"M20.6867 3.32301C20.2623 2.89072 19.992 2.25667 19.8885 1.37008V1H19.1115V1.36968C19.0044 2.27111 18.7342 2.89103 18.3126 3.31259C17.891 3.73415 17.2711 4.00442 16.3697 4.11154H16V4.88846H16.3701C17.2567 4.99203 17.8907 5.26226 18.323 5.68673C18.7537 6.10963 19.0293 6.73014 19.1115 7.62517V8H19.8885V7.62473C19.9674 6.74444 20.2428 6.10989 20.6763 5.67634C21.1099 5.24278 21.7444 4.96737 22.6247 4.88846H23V4.11154H22.6252C21.7301 4.02931 21.1096 3.7537 20.6867 3.32301Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 13C8.25 13 11 10.25 11 4C11 10.25 13.75 13 20 13C13.75 13 11 15.75 11 22C11 15.75 8.25 13 2 13Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
@@ -23816,7 +23872,7 @@
23816
23872
  },
23817
23873
  {
23818
23874
  "category": "Things",
23819
- "svg": "<path d=\"M10.5 11L10.2853 11.8589C10.1012 12.5953 10.1866 13.3732 10.526 14.052C10.8337 14.6674 11.3326 15.1663 11.948 15.474L16.4875 17.7438C16.8245 17.9123 17.1962 18 17.5729 18C18.9134 18 20 16.9134 20 15.5729V14.8394C20 14.2893 19.8565 13.7488 19.5836 13.2712L16 7V4.5L13 6C6 2.5 2 12 2 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12.9707 19.9999C12.8664 18.14 12.4909 16.8048 12.2383 16.0928\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M16.5 7L23.5 3.5L18.6772 10.0521L16.5 7Z\" fill=\"currentColor\"/>",
23875
+ "svg": "<path d=\"M10.5 11L10.2853 11.8589C10.1012 12.5953 10.1866 13.3732 10.526 14.052C10.8337 14.6674 11.3326 15.1663 11.948 15.474L16.4875 17.7438C16.8245 17.9123 17.1962 18 17.5729 18C18.9134 18 20 16.9134 20 15.5729V14.8394C20 14.2893 19.8565 13.7488 19.5836 13.2712L16 7V4.5L13 6C6 5 2 12 2 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12.9746 19.9999C12.8703 18.14 12.4948 16.8048 12.2422 16.0928\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M16.5 7L23.5 3.5L18.6772 10.0521L16.5 7Z\" fill=\"currentColor\"/>",
23820
23876
  "iconName": "unicorn, startup, success",
23821
23877
  "variant": {
23822
23878
  "join": "square",
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/square-outlined-radius-0-stroke-2",
3
- "version": "1.1.138",
3
+ "version": "1.1.140",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/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, ✨",
package/index.d.ts CHANGED
@@ -324,6 +324,7 @@ export { IconBuildings, default as IconBuildingsDefault, } from "./IconBuildings
324
324
  export { IconBulletList, default as IconBulletListDefault, } from "./IconBulletList";
325
325
  export { IconBun, default as IconBunDefault } from "./IconBun";
326
326
  export { IconBurger, default as IconBurgerDefault } from "./IconBurger";
327
+ export { IconBurst, default as IconBurstDefault } from "./IconBurst";
327
328
  export { IconBus, default as IconBusDefault } from "./IconBus";
328
329
  export { IconCabinet, default as IconCabinetDefault } from "./IconCabinet";
329
330
  export { IconCalculator, default as IconCalculatorDefault, } from "./IconCalculator";
@@ -1221,6 +1222,7 @@ export { IconPaperclip3, default as IconPaperclip3Default, } from "./IconPapercl
1221
1222
  export { IconParachute, default as IconParachuteDefault, } from "./IconParachute";
1222
1223
  export { IconParagraph, default as IconParagraphDefault, } from "./IconParagraph";
1223
1224
  export { IconParasol, default as IconParasolDefault } from "./IconParasol";
1225
+ export { IconPark, default as IconParkDefault } from "./IconPark";
1224
1226
  export { IconPasskeys, default as IconPasskeysDefault } from "./IconPasskeys";
1225
1227
  export { IconPassport, default as IconPassportDefault } from "./IconPassport";
1226
1228
  export { IconPassword, default as IconPasswordDefault } from "./IconPassword";
@@ -1448,6 +1450,7 @@ export { IconShieldCode, default as IconShieldCodeDefault, } from "./IconShieldC
1448
1450
  export { IconShieldCrossed, default as IconShieldCrossedDefault, } from "./IconShieldCrossed";
1449
1451
  export { IconShieldKeyhole, default as IconShieldKeyholeDefault, } from "./IconShieldKeyhole";
1450
1452
  export { IconShift, default as IconShiftDefault } from "./IconShift";
1453
+ export { IconShimmer, default as IconShimmerDefault } from "./IconShimmer";
1451
1454
  export { IconShip, default as IconShipDefault } from "./IconShip";
1452
1455
  export { IconShipping, default as IconShippingDefault } from "./IconShipping";
1453
1456
  export { IconShoppingBag1, default as IconShoppingBag1Default, } from "./IconShoppingBag1";
@@ -1512,6 +1515,7 @@ export { IconSparkle, default as IconSparkleDefault } from "./IconSparkle";
1512
1515
  export { IconSparkle2, default as IconSparkle2Default } from "./IconSparkle2";
1513
1516
  export { IconSparkle3, default as IconSparkle3Default } from "./IconSparkle3";
1514
1517
  export { IconSparkleCentral, default as IconSparkleCentralDefault, } from "./IconSparkleCentral";
1518
+ export { IconSparkleHightlight, default as IconSparkleHightlightDefault, } from "./IconSparkleHightlight";
1515
1519
  export { IconSparklesSoft, default as IconSparklesSoftDefault, } from "./IconSparklesSoft";
1516
1520
  export { IconSparklesThree, default as IconSparklesThreeDefault, } from "./IconSparklesThree";
1517
1521
  export { IconSparklesTwo, default as IconSparklesTwoDefault, } from "./IconSparklesTwo";