@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.138 → 1.1.139

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 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
@@ -21196,6 +21196,20 @@
21196
21196
  "packageName": "square-outlined-radius-0-stroke-2",
21197
21197
  "componentName": "IconSparkleCentral"
21198
21198
  },
21199
+ {
21200
+ "category": "AI & Magic",
21201
+ "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\"/>",
21202
+ "iconName": "sparkle-hightlight, special, ai, magic",
21203
+ "variant": {
21204
+ "join": "square",
21205
+ "filled": "off",
21206
+ "radius": "0",
21207
+ "stroke": "2"
21208
+ },
21209
+ "createdAt": "2026-02-19T12:00:51.458916+00:00",
21210
+ "packageName": "square-outlined-radius-0-stroke-2",
21211
+ "componentName": "IconSparkleHightlight"
21212
+ },
21199
21213
  {
21200
21214
  "category": "AI & Magic",
21201
21215
  "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 +23830,7 @@
23816
23830
  },
23817
23831
  {
23818
23832
  "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\"/>",
23833
+ "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
23834
  "iconName": "unicorn, startup, success",
23821
23835
  "variant": {
23822
23836
  "join": "square",
package/icons/index.d.ts CHANGED
@@ -1513,6 +1513,7 @@ export type CentralIconName =
1513
1513
  | "IconSparkle2"
1514
1514
  | "IconSparkle3"
1515
1515
  | "IconSparkleCentral"
1516
+ | "IconSparkleHightlight"
1516
1517
  | "IconSparklesSoft"
1517
1518
  | "IconSparklesThree"
1518
1519
  | "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.139",
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": 1820,
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",
@@ -3535,6 +3536,7 @@
3535
3536
  "IconSparkle2": "sparkle-2, star, magic, ai",
3536
3537
  "IconSparkle3": "sparkle-3, ai, star, magic",
3537
3538
  "IconSparkleCentral": "sparkle-central, star, magic, ai",
3539
+ "IconSparkleHightlight": "sparkle-hightlight, special, ai, magic",
3538
3540
  "IconSparklesSoft": "sparkles-soft",
3539
3541
  "IconSparklesThree": "sparkles-three, ai 3 stars, sparkles, ✨",
3540
3542
  "IconSparklesTwo": "sparkles-two, ai 2 stars, sparkles, ✨",
package/index.d.ts CHANGED
@@ -1512,6 +1512,7 @@ export { IconSparkle, default as IconSparkleDefault } from "./IconSparkle";
1512
1512
  export { IconSparkle2, default as IconSparkle2Default } from "./IconSparkle2";
1513
1513
  export { IconSparkle3, default as IconSparkle3Default } from "./IconSparkle3";
1514
1514
  export { IconSparkleCentral, default as IconSparkleCentralDefault, } from "./IconSparkleCentral";
1515
+ export { IconSparkleHightlight, default as IconSparkleHightlightDefault, } from "./IconSparkleHightlight";
1515
1516
  export { IconSparklesSoft, default as IconSparklesSoftDefault, } from "./IconSparklesSoft";
1516
1517
  export { IconSparklesThree, default as IconSparklesThreeDefault, } from "./IconSparklesThree";
1517
1518
  export { IconSparklesTwo, default as IconSparklesTwoDefault, } from "./IconSparklesTwo";