@central-icons-react-native/round-outlined-radius-1-stroke-1.5 1.1.180 → 1.1.181
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/IconMoon1/index.d.ts +4 -0
- package/IconMoon1/index.js +2 -0
- package/IconMoon1/index.js.map +1 -0
- package/IconMoon1/index.mjs +2 -0
- package/IconMoon1/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- 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 +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of h(o))!y.call(r,l)&&l!==t&&p(r,l,{get:()=>o[l],enumerable:!(c=x(o,l))||c.enumerable});return r};var C=(r,o,t)=>(t=r!=null?f(k(r)):{},s(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>s(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconMoon1:()=>a,default:()=>d});module.exports=I(P);var e=C(require("react"));var i=C(require("react")),m=require("react-native-svg"),u=({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 n=require("react-native-svg"),a=r=>e.default.createElement(u,{...r},e.default.createElement(n.Circle,{cx:"12.5",cy:"7.5",r:"0.75",fill:"currentColor",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Circle,{cx:"8.1",cy:"9.6",r:"1.1",fill:"currentColor"}),e.default.createElement(n.Circle,{cx:"10",cy:"15",r:"2",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Circle,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"})),d=a;0&&(module.exports={IconMoon1});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMoon1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconMoon1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12.5\"\n cy=\"7.5\"\n r=\"0.75\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle cx=\"8.1\" cy=\"9.6\" r=\"1.1\" fill=\"currentColor\" />\n <Circle cx=\"10\" cy=\"15\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoon1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,eAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,OACH,GAAG,MACH,EAAE,OACF,KAAK,eACL,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,MAAM,EAAE,MAAM,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACtE,EAAAA,QAAA,cAAC,QACC,EAAE,+FACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,CACF,EAIGE,EAAQJ","names":["IconMoon1_exports","__export","IconMoon1","IconMoon1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMoon1","props","React","CentralIconBase","IconMoon1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...l})=>p.createElement(c,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as t,Path as s}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(t,{cx:"12.5",cy:"7.5",r:"0.75",fill:"currentColor",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{cx:"8.1",cy:"9.6",r:"1.1",fill:"currentColor"}),o.createElement(t,{cx:"10",cy:"15",r:"2",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(s,{d:"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"})),B=C;export{C as IconMoon1,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMoon1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconMoon1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12.5\"\n cy=\"7.5\"\n r=\"0.75\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle cx=\"8.1\" cy=\"9.6\" r=\"1.1\" fill=\"currentColor\" />\n <Circle cx=\"10\" cy=\"15\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoon1;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,OACH,GAAG,MACH,EAAE,OACF,KAAK,eACL,OAAO,eACP,YAAY,MACd,EACAI,EAAA,cAACJ,EAAA,CAAO,GAAG,MAAM,GAAG,MAAM,EAAE,MAAM,KAAK,eAAe,EACtDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACtEI,EAAA,cAACH,EAAA,CACC,EAAE,+FACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconMoon1","props","React","CentralIconBase","IconMoon1_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -16128,6 +16128,20 @@
|
|
|
16128
16128
|
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
16129
16129
|
"componentName": "IconMoon"
|
|
16130
16130
|
},
|
|
16131
|
+
{
|
|
16132
|
+
"category": "Weather",
|
|
16133
|
+
"svg": "<circle cx=\"12.5\" cy=\"7.5\" r=\"0.75\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"1.5\"/><circle cx=\"8.1\" cy=\"9.6\" r=\"1.1\" fill=\"currentColor\"/><circle cx=\"10\" cy=\"15\" r=\"2\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\" stroke=\"currentColor\" stroke-width=\"1.5\"/><circle cx=\"12\" cy=\"12\" r=\"9.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
16134
|
+
"iconName": "moon, dark-mode, nasa",
|
|
16135
|
+
"variant": {
|
|
16136
|
+
"join": "round",
|
|
16137
|
+
"filled": "off",
|
|
16138
|
+
"radius": "1",
|
|
16139
|
+
"stroke": "1.5"
|
|
16140
|
+
},
|
|
16141
|
+
"createdAt": "2026-04-07T21:02:21.927931+00:00",
|
|
16142
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
16143
|
+
"componentName": "IconMoon1"
|
|
16144
|
+
},
|
|
16131
16145
|
{
|
|
16132
16146
|
"category": "Weather",
|
|
16133
16147
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.8644 3.5752C6.70688 4.13028 3.5 7.69064 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.3094 20.5 19.8697 17.2931 20.4248 13.1356C19.5298 13.5306 18.54 13.75 17.5 13.75C13.4959 13.75 10.25 10.5041 10.25 6.5C10.25 5.45996 10.4694 4.47015 10.8644 3.5752ZM2 12C2 6.47715 6.47715 2 12 2C12.0681 2 12.136 2.00068 12.2038 2.00204C12.4814 2.0076 12.7331 2.16599 12.8583 2.41377C12.9834 2.66155 12.9615 2.95819 12.8012 3.18485C12.139 4.12157 11.75 5.26425 11.75 6.5C11.75 9.67564 14.3244 12.25 17.5 12.25C18.7358 12.25 19.8784 11.861 20.8151 11.1988C21.0418 11.0385 21.3384 11.0166 21.5862 11.1417C21.834 11.2669 21.9924 11.5186 21.998 11.7962C21.9993 11.8639 22 11.9319 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z\" fill=\"currentColor\"/><path d=\"M16.2404 5.01756L17.052 3.39439C17.2363 3.02587 17.7622 3.02587 17.9464 3.39439L18.758 5.01756C18.8064 5.11432 18.8849 5.19278 18.9816 5.24117L20.6048 6.05275C20.9733 6.23701 20.9733 6.76292 20.6048 6.94718L18.9816 7.75876C18.8849 7.80714 18.8064 7.8856 18.758 7.98237L17.9464 9.60554C17.7622 9.97406 17.2363 9.97406 17.052 9.60554L16.2404 7.98237C16.1921 7.8856 16.1136 7.80714 16.0168 7.75876L14.3937 6.94718C14.0251 6.76292 14.0251 6.23701 14.3937 6.05275L16.0168 5.24117C16.1136 5.19278 16.1921 5.11432 16.2404 5.01756Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.181",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-1.5/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1923,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 76,
|
|
@@ -2099,7 +2099,7 @@
|
|
|
2099
2099
|
]
|
|
2100
2100
|
},
|
|
2101
2101
|
"Weather": {
|
|
2102
|
-
"count":
|
|
2102
|
+
"count": 20,
|
|
2103
2103
|
"icons": [
|
|
2104
2104
|
"IconCloudSnow",
|
|
2105
2105
|
"IconCloudWeather",
|
|
@@ -2108,6 +2108,7 @@
|
|
|
2108
2108
|
"IconDrop",
|
|
2109
2109
|
"IconLightning",
|
|
2110
2110
|
"IconMoon",
|
|
2111
|
+
"IconMoon1",
|
|
2111
2112
|
"IconMoonStar",
|
|
2112
2113
|
"IconRainy",
|
|
2113
2114
|
"IconRainyLight",
|
|
@@ -3276,6 +3277,7 @@
|
|
|
3276
3277
|
"IconMoneybag": "moneybag, purse, savings",
|
|
3277
3278
|
"IconMoneyHand": "money-hand, coins, pay",
|
|
3278
3279
|
"IconMoon": "moon, dark-mode, night",
|
|
3280
|
+
"IconMoon1": "moon, dark-mode, nasa",
|
|
3279
3281
|
"IconMoonStar": "moon-star, night",
|
|
3280
3282
|
"IconMorningBrief": "morning-brief, daily-todo",
|
|
3281
3283
|
"IconMountainBike": "mountain-bike",
|
package/index.d.ts
CHANGED
|
@@ -1150,6 +1150,7 @@ export { IconModelcontextprotocol, default as IconModelcontextprotocolDefault, }
|
|
|
1150
1150
|
export { IconMoneyHand, default as IconMoneyHandDefault, } from "./IconMoneyHand";
|
|
1151
1151
|
export { IconMoneybag, default as IconMoneybagDefault } from "./IconMoneybag";
|
|
1152
1152
|
export { IconMoon, default as IconMoonDefault } from "./IconMoon";
|
|
1153
|
+
export { IconMoon1, default as IconMoon1Default } from "./IconMoon1";
|
|
1153
1154
|
export { IconMoonStar, default as IconMoonStarDefault } from "./IconMoonStar";
|
|
1154
1155
|
export { IconMorningBrief, default as IconMorningBriefDefault, } from "./IconMorningBrief";
|
|
1155
1156
|
export { IconMountainBike, default as IconMountainBikeDefault, } from "./IconMountainBike";
|