@central-icons-react-native/square-filled-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.
- package/IconSparkleHightlight/index.d.ts +4 -0
- package/IconSparkleHightlight/index.js +2 -0
- package/IconSparkleHightlight/index.js.map +1 -0
- package/IconSparkleHightlight/index.mjs +2 -0
- package/IconSparkleHightlight/index.mjs.map +1 -0
- package/IconUnicorn/index.js +1 -1
- package/IconUnicorn/index.js.map +1 -1
- package/IconUnicorn/index.mjs +1 -1
- package/IconUnicorn/index.mjs.map +1 -1
- package/README.md +1 -0
- package/filtered-icons.json +15 -1
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +8 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var L=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)L(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of g(o))!I.call(r,l)&&l!==t&&L(r,l,{get:()=>o[l],enumerable:!(p=c(o,l))||p.enumerable});return r};var f=(r,o,t)=>(t=r!=null?u(B(r)):{},C(o||!r||!r.__esModule?L(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>C(L({},"__esModule",{value:!0}),r);var h={};d(h,{IconSparkleHightlight:()=>s,default:()=>P});module.exports=x(h);var n=f(require("react"));var i=f(require("react")),m=require("react-native-svg"),a=({children:r,size:o=24,...t})=>i.default.createElement(m.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 e=require("react-native-svg"),s=r=>n.default.createElement(a,{...r},n.default.createElement(e.Path,{d:"M6.41406 19L3 22.4141L1.58594 21L5 17.5859L6.41406 19Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M22.4141 21L21 22.4141L17.5859 19L19 17.5859L22.4141 21Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M15.5605 8.43848L21 10.7695V13.2305L15.5605 15.5605L13.2305 21H10.7695L8.43848 15.5605L3 13.2305V10.7695L8.43848 8.43848L10.7695 3H13.2305L15.5605 8.43848Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M6.41406 5L5 6.41406L1.58594 3L3 1.58594L6.41406 5Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M22.4141 3L19 6.41406L17.5859 5L21 1.58594L22.4141 3Z",fill:"currentColor"})),P=s;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=\"M6.41406 19L3 22.4141L1.58594 21L5 17.5859L6.41406 19Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.4141 21L21 22.4141L17.5859 19L19 17.5859L22.4141 21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5605 8.43848L21 10.7695V13.2305L15.5605 15.5605L13.2305 21H10.7695L8.43848 15.5605L3 13.2305V10.7695L8.43848 8.43848L10.7695 3H13.2305L15.5605 8.43848Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.41406 5L5 6.41406L1.58594 3L3 1.58594L6.41406 5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.4141 3L19 6.41406L17.5859 5L21 1.58594L22.4141 3Z\"\n fill=\"currentColor\"\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,yDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wDACF,KAAK,eACP,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 o from"react";import L from"react";import{Svg as p}from"react-native-svg";var e=({children:n,size:r=24,...l})=>L.createElement(p,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as t}from"react-native-svg";var C=n=>o.createElement(e,{...n},o.createElement(t,{d:"M6.41406 19L3 22.4141L1.58594 21L5 17.5859L6.41406 19Z",fill:"currentColor"}),o.createElement(t,{d:"M22.4141 21L21 22.4141L17.5859 19L19 17.5859L22.4141 21Z",fill:"currentColor"}),o.createElement(t,{d:"M15.5605 8.43848L21 10.7695V13.2305L15.5605 15.5605L13.2305 21H10.7695L8.43848 15.5605L3 13.2305V10.7695L8.43848 8.43848L10.7695 3H13.2305L15.5605 8.43848Z",fill:"currentColor"}),o.createElement(t,{d:"M6.41406 5L5 6.41406L1.58594 3L3 1.58594L6.41406 5Z",fill:"currentColor"}),o.createElement(t,{d:"M22.4141 3L19 6.41406L17.5859 5L21 1.58594L22.4141 3Z",fill:"currentColor"})),I=C;export{C 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=\"M6.41406 19L3 22.4141L1.58594 21L5 17.5859L6.41406 19Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.4141 21L21 22.4141L17.5859 19L19 17.5859L22.4141 21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5605 8.43848L21 10.7695V13.2305L15.5605 15.5605L13.2305 21H10.7695L8.43848 15.5605L3 13.2305V10.7695L8.43848 8.43848L10.7695 3H13.2305L15.5605 8.43848Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.41406 5L5 6.41406L1.58594 3L3 1.58594L6.41406 5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.4141 3L19 6.41406L17.5859 5L21 1.58594L22.4141 3Z\"\n fill=\"currentColor\"\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,yDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wDACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSparkleHightlight","props","React","CentralIconBase","IconSparkleHightlight_default"]}
|
package/IconUnicorn/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var B=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of u(o))!P.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(C=I(o,n))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),L=r=>a(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconUnicorn:()=>i,default:()=>v});module.exports=L(h);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M17 2.88184V6.73431L17.0069 6.74642L23.5 3.49988L18.8003 9.88476C19.5022 11.1131 20.343 12.2016 20.8488 13.4208C21.3962 14.7404 20.7905 16.1697 19.8627 17.256L19.3991 17.7989C19.0635 18.1918 18.5882 18.4489 18.0851 18.4318C17.9508 18.4272 17.8202 18.3848 17.6956 18.3343C14.9551 17.2224 13.948 16.4766 11.6468 15.4413C12.0182 17.2178 11.9249 19.1285 12.0266 20.9423L1 18.9999C1 12.8591 4
|
|
1
|
+
"use strict";var B=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of u(o))!P.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(C=I(o,n))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),L=r=>a(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconUnicorn:()=>i,default:()=>v});module.exports=L(h);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M17 2.88184V6.73431L17.0069 6.74642L23.5 3.49988L18.8003 9.88476C19.5022 11.1131 20.343 12.2016 20.8488 13.4208C21.3962 14.7404 20.7905 16.1697 19.8627 17.256L19.3991 17.7989C19.0635 18.1918 18.5882 18.4489 18.0851 18.4318C17.9508 18.4272 17.8202 18.3848 17.6956 18.3343C14.9551 17.2224 13.948 16.4766 11.6468 15.4413C12.0182 17.2178 11.9249 19.1285 12.0266 20.9423L1 18.9999C1 12.8591 4 5.5 12.9849 4.88941L17 2.88184Z",fill:"currentColor"})),v=i;0&&(module.exports={IconUnicorn});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconUnicorn/index.js.map
CHANGED
|
@@ -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=\"M17 2.88184V6.73431L17.0069 6.74642L23.5 3.49988L18.8003 9.88476C19.5022 11.1131 20.343 12.2016 20.8488 13.4208C21.3962 14.7404 20.7905 16.1697 19.8627 17.256L19.3991 17.7989C19.0635 18.1918 18.5882 18.4489 18.0851 18.4318C17.9508 18.4272 17.8202 18.3848 17.6956 18.3343C14.9551 17.2224 13.948 16.4766 11.6468 15.4413C12.0182 17.2178 11.9249 19.1285 12.0266 20.9423L1 18.9999C1 12.8591 4
|
|
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=\"M17 2.88184V6.73431L17.0069 6.74642L23.5 3.49988L18.8003 9.88476C19.5022 11.1131 20.343 12.2016 20.8488 13.4208C21.3962 14.7404 20.7905 16.1697 19.8627 17.256L19.3991 17.7989C19.0635 18.1918 18.5882 18.4489 18.0851 18.4318C17.9508 18.4272 17.8202 18.3848 17.6956 18.3343C14.9551 17.2224 13.948 16.4766 11.6468 15.4413C12.0182 17.2178 11.9249 19.1285 12.0266 20.9423L1 18.9999C1 12.8591 4 5.5 12.9849 4.88941L17 2.88184Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnicorn;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,saACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconUnicorn_exports","__export","IconUnicorn","IconUnicorn_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUnicorn","props","React","CentralIconBase","IconUnicorn_default"]}
|
package/IconUnicorn/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import n from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...e})=>p.createElement(C,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>n.createElement(t,{...o},n.createElement(a,{d:"M17 2.88184V6.73431L17.0069 6.74642L23.5 3.49988L18.8003 9.88476C19.5022 11.1131 20.343 12.2016 20.8488 13.4208C21.3962 14.7404 20.7905 16.1697 19.8627 17.256L19.3991 17.7989C19.0635 18.1918 18.5882 18.4489 18.0851 18.4318C17.9508 18.4272 17.8202 18.3848 17.6956 18.3343C14.9551 17.2224 13.948 16.4766 11.6468 15.4413C12.0182 17.2178 11.9249 19.1285 12.0266 20.9423L1 18.9999C1 12.8591 4
|
|
1
|
+
import n from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...e})=>p.createElement(C,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>n.createElement(t,{...o},n.createElement(a,{d:"M17 2.88184V6.73431L17.0069 6.74642L23.5 3.49988L18.8003 9.88476C19.5022 11.1131 20.343 12.2016 20.8488 13.4208C21.3962 14.7404 20.7905 16.1697 19.8627 17.256L19.3991 17.7989C19.0635 18.1918 18.5882 18.4489 18.0851 18.4318C17.9508 18.4272 17.8202 18.3848 17.6956 18.3343C14.9551 17.2224 13.948 16.4766 11.6468 15.4413C12.0182 17.2178 11.9249 19.1285 12.0266 20.9423L1 18.9999C1 12.8591 4 5.5 12.9849 4.88941L17 2.88184Z",fill:"currentColor"})),P=l;export{l as IconUnicorn,P 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=\"M17 2.88184V6.73431L17.0069 6.74642L23.5 3.49988L18.8003 9.88476C19.5022 11.1131 20.343 12.2016 20.8488 13.4208C21.3962 14.7404 20.7905 16.1697 19.8627 17.256L19.3991 17.7989C19.0635 18.1918 18.5882 18.4489 18.0851 18.4318C17.9508 18.4272 17.8202 18.3848 17.6956 18.3343C14.9551 17.2224 13.948 16.4766 11.6468 15.4413C12.0182 17.2178 11.9249 19.1285 12.0266 20.9423L1 18.9999C1 12.8591 4
|
|
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=\"M17 2.88184V6.73431L17.0069 6.74642L23.5 3.49988L18.8003 9.88476C19.5022 11.1131 20.343 12.2016 20.8488 13.4208C21.3962 14.7404 20.7905 16.1697 19.8627 17.256L19.3991 17.7989C19.0635 18.1918 18.5882 18.4489 18.0851 18.4318C17.9508 18.4272 17.8202 18.3848 17.6956 18.3343C14.9551 17.2224 13.948 16.4766 11.6468 15.4413C12.0182 17.2178 11.9249 19.1285 12.0266 20.9423L1 18.9999C1 12.8591 4 5.5 12.9849 4.88941L17 2.88184Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnicorn;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,saACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconUnicorn","props","React","CentralIconBase","IconUnicorn_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -21196,6 +21196,20 @@
|
|
|
21196
21196
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
21197
21197
|
"componentName": "IconSparkleCentral"
|
|
21198
21198
|
},
|
|
21199
|
+
{
|
|
21200
|
+
"category": "AI & Magic",
|
|
21201
|
+
"svg": "<path d=\"M6.41406 19L3 22.4141L1.58594 21L5 17.5859L6.41406 19Z\" fill=\"currentColor\"/><path d=\"M22.4141 21L21 22.4141L17.5859 19L19 17.5859L22.4141 21Z\" fill=\"currentColor\"/><path d=\"M15.5605 8.43848L21 10.7695V13.2305L15.5605 15.5605L13.2305 21H10.7695L8.43848 15.5605L3 13.2305V10.7695L8.43848 8.43848L10.7695 3H13.2305L15.5605 8.43848Z\" fill=\"currentColor\"/><path d=\"M6.41406 5L5 6.41406L1.58594 3L3 1.58594L6.41406 5Z\" fill=\"currentColor\"/><path d=\"M22.4141 3L19 6.41406L17.5859 5L21 1.58594L22.4141 3Z\" fill=\"currentColor\"/>",
|
|
21202
|
+
"iconName": "sparkle-hightlight, special, ai, magic",
|
|
21203
|
+
"variant": {
|
|
21204
|
+
"join": "square",
|
|
21205
|
+
"filled": "on",
|
|
21206
|
+
"radius": "0",
|
|
21207
|
+
"stroke": "2"
|
|
21208
|
+
},
|
|
21209
|
+
"createdAt": "2026-02-19T12:00:51.458916+00:00",
|
|
21210
|
+
"packageName": "square-filled-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 d=\"M2 14C5.00293 14 6.93688 14.6636 8.13664 15.8634C9.33641 17.0631 10 18.9971 10 22H12C12 18.9971 12.6636 17.0631 13.8634 15.8634C15.0631 14.6636 16.9971 14 20 14V12C16.9971 12 15.0631 11.3364 13.8634 10.1366C12.6636 8.93688 12 7.00293 12 4H10C10 7.00293 9.33641 8.93688 8.13664 10.1366C6.93688 11.3364 5.00293 12 2 12V14Z\" fill=\"currentColor\"/>",
|
|
@@ -23816,7 +23830,7 @@
|
|
|
23816
23830
|
},
|
|
23817
23831
|
{
|
|
23818
23832
|
"category": "Things",
|
|
23819
|
-
"svg": "<path d=\"M17 2.88184V6.73431L17.0069 6.74642L23.5 3.49988L18.8003 9.88476C19.5022 11.1131 20.343 12.2016 20.8488 13.4208C21.3962 14.7404 20.7905 16.1697 19.8627 17.256L19.3991 17.7989C19.0635 18.1918 18.5882 18.4489 18.0851 18.4318C17.9508 18.4272 17.8202 18.3848 17.6956 18.3343C14.9551 17.2224 13.948 16.4766 11.6468 15.4413C12.0182 17.2178 11.9249 19.1285 12.0266 20.9423L1 18.9999C1 12.8591 4
|
|
23833
|
+
"svg": "<path d=\"M17 2.88184V6.73431L17.0069 6.74642L23.5 3.49988L18.8003 9.88476C19.5022 11.1131 20.343 12.2016 20.8488 13.4208C21.3962 14.7404 20.7905 16.1697 19.8627 17.256L19.3991 17.7989C19.0635 18.1918 18.5882 18.4489 18.0851 18.4318C17.9508 18.4272 17.8202 18.3848 17.6956 18.3343C14.9551 17.2224 13.948 16.4766 11.6468 15.4413C12.0182 17.2178 11.9249 19.1285 12.0266 20.9423L1 18.9999C1 12.8591 4 5.5 12.9849 4.88941L17 2.88184Z\" fill=\"currentColor\"/>",
|
|
23820
23834
|
"iconName": "unicorn, startup, success",
|
|
23821
23835
|
"variant": {
|
|
23822
23836
|
"join": "square",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.139",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-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":
|
|
14
|
+
"totalIcons": 1820,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
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";
|