@central-icons-react-native/square-outlined-radius-0-stroke-1 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 u=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},L=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of g(o))!I.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=f(o,t))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?u(B(r)):{},L(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>L(n({},"__esModule",{value:!0}),r);var d={};x(d,{IconSparkleHightlight:()=>i,default:()=>h});module.exports=P(d);var p=l(require("react"));var m=l(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(C.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 a=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(a.Path,{d:"M12.5667 3.5H11.4333L9.025 9.025L3.5 11.4333V12.5667L9.025 14.975L11.4333 20.5L12.5667 20.5L14.975 14.975L20.5 12.5667L20.5 11.4333L14.975 9.025L12.5667 3.5Z",stroke:"currentColor",strokeLinecap:"round"}),p.default.createElement(a.Path,{d:"M2.5 2.5L5.5 5.5M21.5 2.5L18.5 5.5M2.5 21.5L5.5 18.5M21.5 21.5L18.5 18.5",stroke:"currentColor",strokeLinecap:"square"})),h=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.5667 3.5H11.4333L9.025 9.025L3.5 11.4333V12.5667L9.025 14.975L11.4333 20.5L12.5667 20.5L14.975 14.975L20.5 12.5667L20.5 11.4333L14.975 9.025L12.5667 3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M2.5 2.5L5.5 5.5M21.5 2.5L18.5 5.5M2.5 21.5L5.5 18.5M21.5 21.5L18.5 18.5\"\n stroke=\"currentColor\"\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,gKACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2EACF,OAAO,eACP,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 e from"react";import a from"react";import{Svg as s}from"react-native-svg";var t=({children:o,size:r=24,...p})=>a.createElement(s,{...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=>e.createElement(t,{...o},e.createElement(n,{d:"M12.5667 3.5H11.4333L9.025 9.025L3.5 11.4333V12.5667L9.025 14.975L11.4333 20.5L12.5667 20.5L14.975 14.975L20.5 12.5667L20.5 11.4333L14.975 9.025L12.5667 3.5Z",stroke:"currentColor",strokeLinecap:"round"}),e.createElement(n,{d:"M2.5 2.5L5.5 5.5M21.5 2.5L18.5 5.5M2.5 21.5L5.5 18.5M21.5 21.5L18.5 18.5",stroke:"currentColor",strokeLinecap:"square"})),I=L;export{L as IconSparkleHightlight,I 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.5667 3.5H11.4333L9.025 9.025L3.5 11.4333V12.5667L9.025 14.975L11.4333 20.5L12.5667 20.5L14.975 14.975L20.5 12.5667L20.5 11.4333L14.975 9.025L12.5667 3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M2.5 2.5L5.5 5.5M21.5 2.5L18.5 5.5M2.5 21.5L5.5 18.5M21.5 21.5L18.5 18.5\"\n stroke=\"currentColor\"\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,gKACF,OAAO,eACP,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2EACF,OAAO,eACP,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 i=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(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))!x.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?i(I(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconUnicorn:()=>f,default:()=>d});module.exports=g(v);var n=l(require("react"));var c=l(require("react")),m=require("react-native-svg"),u=({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"),f=r=>n.default.createElement(u,{...r},n.default.createElement(C.Path,{d:"M10.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.72222 1.85185 1.5 12.0556 1.5 18.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(C.Path,{d:"M13.5 20.5C13.5 18.5 12.4312 16.8036 12 16",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(C.Path,{d:"M16.5 7L23.5 3.5L18 9.5L16.5 7Z",fill:"currentColor"})),d=f;0&&(module.exports={IconUnicorn});
1
+ "use strict";var i=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(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))!x.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?i(I(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconUnicorn:()=>f,default:()=>d});module.exports=g(v);var n=l(require("react"));var c=l(require("react")),m=require("react-native-svg"),u=({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"),f=r=>n.default.createElement(u,{...r},n.default.createElement(C.Path,{d:"M10.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.5 5 1.5 12.0556 1.5 18.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(C.Path,{d:"M13.5 20.5C13.5 18.5 12.4312 16.8036 12 16",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(C.Path,{d:"M16.5 7L23.5 3.5L18 9.5L16.5 7Z",fill:"currentColor"})),d=f;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.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.72222 1.85185 1.5 12.0556 1.5 18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M13.5 20.5C13.5 18.5 12.4312 16.8036 12 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M16.5 7L23.5 3.5L18 9.5L16.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,6VACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6CACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,CAChE,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.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.5 5 1.5 12.0556 1.5 18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M13.5 20.5C13.5 18.5 12.4312 16.8036 12 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M16.5 7L23.5 3.5L18 9.5L16.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,mVACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6CACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,CAChE,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.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.72222 1.85185 1.5 12.0556 1.5 18.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M13.5 20.5C13.5 18.5 12.4312 16.8036 12 16",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M16.5 7L23.5 3.5L18 9.5L16.5 7Z",fill:"currentColor"})),x=a;export{a as IconUnicorn,x 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.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.5 5 1.5 12.0556 1.5 18.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M13.5 20.5C13.5 18.5 12.4312 16.8036 12 16",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M16.5 7L23.5 3.5L18 9.5L16.5 7Z",fill:"currentColor"})),x=a;export{a as IconUnicorn,x 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.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.72222 1.85185 1.5 12.0556 1.5 18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M13.5 20.5C13.5 18.5 12.4312 16.8036 12 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M16.5 7L23.5 3.5L18 9.5L16.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,6VACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6CACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,kCAAkC,KAAK,eAAe,CAChE,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.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.5 5 1.5 12.0556 1.5 18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M13.5 20.5C13.5 18.5 12.4312 16.8036 12 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M16.5 7L23.5 3.5L18 9.5L16.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,mVACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6CACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,kCAAkC,KAAK,eAAe,CAChE,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-1",
21197
21197
  "componentName": "IconSparkleCentral"
21198
21198
  },
21199
+ {
21200
+ "category": "AI & Magic",
21201
+ "svg": "<path d=\"M12.5667 3.5H11.4333L9.025 9.025L3.5 11.4333V12.5667L9.025 14.975L11.4333 20.5L12.5667 20.5L14.975 14.975L20.5 12.5667L20.5 11.4333L14.975 9.025L12.5667 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M2.5 2.5L5.5 5.5M21.5 2.5L18.5 5.5M2.5 21.5L5.5 18.5M21.5 21.5L18.5 18.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
21202
+ "iconName": "sparkle-hightlight, special, ai, magic",
21203
+ "variant": {
21204
+ "join": "square",
21205
+ "filled": "off",
21206
+ "radius": "0",
21207
+ "stroke": "1"
21208
+ },
21209
+ "createdAt": "2026-02-19T12:00:51.458916+00:00",
21210
+ "packageName": "square-outlined-radius-0-stroke-1",
21211
+ "componentName": "IconSparkleHightlight"
21212
+ },
21199
21213
  {
21200
21214
  "category": "AI & Magic",
21201
21215
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 13C13.75 13 11 15.75 11 22C11 15.75 8.25 13 2 13C8.25 13 11 10.25 11 4C11 10.25 13.75 13 20 13Z\" stroke=\"currentColor\"/><path d=\"M20.605 3.40252C20.1071 2.89545 19.8069 2.16587 19.6944 1.18752V1H19.3056V1.18732C19.1893 2.18155 18.8889 2.89687 18.3929 3.39287C17.8969 3.88886 17.1816 4.18929 16.1873 4.30556H16V4.69445H16.1875C17.1659 4.80686 17.8955 5.10711 18.4025 5.60501C18.9088 6.10215 19.2161 6.81884 19.3056 7.81012V8H19.6944V7.8099C19.7803 6.83433 20.0872 6.10349 20.5954 5.59537C21.1035 5.08725 21.8343 4.78027 22.8099 4.69445H23V4.30556H22.8101C21.8188 4.21611 21.1021 3.90882 20.605 3.40252Z\" fill=\"currentColor\"/>",
@@ -23816,7 +23830,7 @@
23816
23830
  },
23817
23831
  {
23818
23832
  "category": "Things",
23819
- "svg": "<path d=\"M10.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.72222 1.85185 1.5 12.0556 1.5 18.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M13.5 20.5C13.5 18.5 12.4312 16.8036 12 16\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M16.5 7L23.5 3.5L18 9.5L16.5 7Z\" fill=\"currentColor\"/>",
23833
+ "svg": "<path d=\"M10.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.5 5 1.5 12.0556 1.5 18.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M13.5 20.5C13.5 18.5 12.4312 16.8036 12 16\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M16.5 7L23.5 3.5L18 9.5L16.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-1",
3
- "version": "1.1.138",
3
+ "version": "1.1.139",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1/IconHome';",
@@ -11,10 +11,10 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 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";