@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.215 → 1.1.217
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/IconMoonStar/index.js +1 -1
- package/IconMoonStar/index.js.map +1 -1
- package/IconMoonStar/index.mjs +1 -1
- package/IconMoonStar/index.mjs.map +1 -1
- package/filtered-icons.json +1 -1
- package/icons-index.json +1 -1
- 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/skills/central-icons-react-native/SKILL.md +1 -1
- package/tsx-icons.json +1 -1
package/IconMoonStar/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var S={};P(S,{IconMoonStar:()=>i,default:()=>v});module.exports=g(S);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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 C=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M21.9903 11.5555C20.7715 12.758 19.0974 13.5001 17.25 13.5001C13.5221 13.5001 10.5 10.478 10.5 6.7501C10.5 4.90272 11.2421 3.22867 12.4446 2.00983C12.2972 2.00338 12.149 2.00012 12 2.00012C6.47715 2.00012 2 6.47727 2 12.0001C2 17.523 6.47715 22.0001 12 22.0001C17.5228 22.0001 22 17.523 22 12.0001C22 11.8511 21.9967 11.7029 21.9903 11.5555Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var S={};P(S,{IconMoonStar:()=>i,default:()=>v});module.exports=g(S);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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 C=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M21.9903 11.5555C20.7715 12.758 19.0974 13.5001 17.25 13.5001C13.5221 13.5001 10.5 10.478 10.5 6.7501C10.5 4.90272 11.2421 3.22867 12.4446 2.00983C12.2972 2.00338 12.149 2.00012 12 2.00012C6.47715 2.00012 2 6.47727 2 12.0001C2 17.523 6.47715 22.0001 12 22.0001C17.5228 22.0001 22 17.523 22 12.0001C22 11.8511 21.9967 11.7029 21.9903 11.5555Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M18.9365 5.0625L21 5.85645V7.14355L18.9365 7.93652L18.1436 10H16.8564L16.0625 7.93652L14 7.14355V5.85645L16.0625 5.0625L16.8564 3H18.1436L18.9365 5.0625Z",fill:"currentColor"})),v=i;0&&(module.exports={IconMoonStar});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconMoonStar/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 IconMoonStar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.9903 11.5555C20.7715 12.758 19.0974 13.5001 17.25 13.5001C13.5221 13.5001 10.5 10.478 10.5 6.7501C10.5 4.90272 11.2421 3.22867 12.4446 2.00983C12.2972 2.00338 12.149 2.00012 12 2.00012C6.47715 2.00012 2 6.47727 2 12.0001C2 17.523 6.47715 22.0001 12 22.0001C17.5228 22.0001 22 17.523 22 12.0001C22 11.8511 21.9967 11.7029 21.9903 11.5555Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconMoonStar/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 IconMoonStar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.9903 11.5555C20.7715 12.758 19.0974 13.5001 17.25 13.5001C13.5221 13.5001 10.5 10.478 10.5 6.7501C10.5 4.90272 11.2421 3.22867 12.4446 2.00983C12.2972 2.00338 12.149 2.00012 12 2.00012C6.47715 2.00012 2 6.47727 2 12.0001C2 17.523 6.47715 22.0001 12 22.0001C17.5228 22.0001 22 17.523 22 12.0001C22 11.8511 21.9967 11.7029 21.9903 11.5555Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.9365 5.0625L21 5.85645V7.14355L18.9365 7.93652L18.1436 10H16.8564L16.0625 7.93652L14 7.14355V5.85645L16.0625 5.0625L16.8564 3H18.1436L18.9365 5.0625Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoonStar;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wVACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4JACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMoonStar_exports","__export","IconMoonStar","IconMoonStar_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMoonStar","props","React","CentralIconBase","IconMoonStar_default"]}
|
package/IconMoonStar/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(l,{...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 e}from"react-native-svg";var a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M21.9903 11.5555C20.7715 12.758 19.0974 13.5001 17.25 13.5001C13.5221 13.5001 10.5 10.478 10.5 6.7501C10.5 4.90272 11.2421 3.22867 12.4446 2.00983C12.2972 2.00338 12.149 2.00012 12 2.00012C6.47715 2.00012 2 6.47727 2 12.0001C2 17.523 6.47715 22.0001 12 22.0001C17.5228 22.0001 22 17.523 22 12.0001C22 11.8511 21.9967 11.7029 21.9903 11.5555Z",fill:"currentColor"}),t.createElement(e,{d:"
|
|
1
|
+
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(l,{...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 e}from"react-native-svg";var a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M21.9903 11.5555C20.7715 12.758 19.0974 13.5001 17.25 13.5001C13.5221 13.5001 10.5 10.478 10.5 6.7501C10.5 4.90272 11.2421 3.22867 12.4446 2.00983C12.2972 2.00338 12.149 2.00012 12 2.00012C6.47715 2.00012 2 6.47727 2 12.0001C2 17.523 6.47715 22.0001 12 22.0001C17.5228 22.0001 22 17.523 22 12.0001C22 11.8511 21.9967 11.7029 21.9903 11.5555Z",fill:"currentColor"}),t.createElement(e,{d:"M18.9365 5.0625L21 5.85645V7.14355L18.9365 7.93652L18.1436 10H16.8564L16.0625 7.93652L14 7.14355V5.85645L16.0625 5.0625L16.8564 3H18.1436L18.9365 5.0625Z",fill:"currentColor"})),x=a;export{a as IconMoonStar,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconMoonStar/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 IconMoonStar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.9903 11.5555C20.7715 12.758 19.0974 13.5001 17.25 13.5001C13.5221 13.5001 10.5 10.478 10.5 6.7501C10.5 4.90272 11.2421 3.22867 12.4446 2.00983C12.2972 2.00338 12.149 2.00012 12 2.00012C6.47715 2.00012 2 6.47727 2 12.0001C2 17.523 6.47715 22.0001 12 22.0001C17.5228 22.0001 22 17.523 22 12.0001C22 11.8511 21.9967 11.7029 21.9903 11.5555Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconMoonStar/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 IconMoonStar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.9903 11.5555C20.7715 12.758 19.0974 13.5001 17.25 13.5001C13.5221 13.5001 10.5 10.478 10.5 6.7501C10.5 4.90272 11.2421 3.22867 12.4446 2.00983C12.2972 2.00338 12.149 2.00012 12 2.00012C6.47715 2.00012 2 6.47727 2 12.0001C2 17.523 6.47715 22.0001 12 22.0001C17.5228 22.0001 22 17.523 22 12.0001C22 11.8511 21.9967 11.7029 21.9903 11.5555Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.9365 5.0625L21 5.85645V7.14355L18.9365 7.93652L18.1436 10H16.8564L16.0625 7.93652L14 7.14355V5.85645L16.0625 5.0625L16.8564 3H18.1436L18.9365 5.0625Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoonStar;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wVACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4JACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMoonStar","props","React","CentralIconBase","IconMoonStar_default"]}
|
package/filtered-icons.json
CHANGED
|
@@ -16620,7 +16620,7 @@
|
|
|
16620
16620
|
},
|
|
16621
16621
|
{
|
|
16622
16622
|
"category": "Weather",
|
|
16623
|
-
"svg": "<path d=\"M21.9903 11.5555C20.7715 12.758 19.0974 13.5001 17.25 13.5001C13.5221 13.5001 10.5 10.478 10.5 6.7501C10.5 4.90272 11.2421 3.22867 12.4446 2.00983C12.2972 2.00338 12.149 2.00012 12 2.00012C6.47715 2.00012 2 6.47727 2 12.0001C2 17.523 6.47715 22.0001 12 22.0001C17.5228 22.0001 22 17.523 22 12.0001C22 11.8511 21.9967 11.7029 21.9903 11.5555Z\" fill=\"currentColor\"/><path d=\"
|
|
16623
|
+
"svg": "<path d=\"M21.9903 11.5555C20.7715 12.758 19.0974 13.5001 17.25 13.5001C13.5221 13.5001 10.5 10.478 10.5 6.7501C10.5 4.90272 11.2421 3.22867 12.4446 2.00983C12.2972 2.00338 12.149 2.00012 12 2.00012C6.47715 2.00012 2 6.47727 2 12.0001C2 17.523 6.47715 22.0001 12 22.0001C17.5228 22.0001 22 17.523 22 12.0001C22 11.8511 21.9967 11.7029 21.9903 11.5555Z\" fill=\"currentColor\"/><path d=\"M18.9365 5.0625L21 5.85645V7.14355L18.9365 7.93652L18.1436 10H16.8564L16.0625 7.93652L14 7.14355V5.85645L16.0625 5.0625L16.8564 3H18.1436L18.9365 5.0625Z\" fill=\"currentColor\"/>",
|
|
16624
16624
|
"iconName": "moon-star, night",
|
|
16625
16625
|
"variant": {
|
|
16626
16626
|
"join": "square",
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.217",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
|