@central-icons-react-native/round-outlined-radius-1-stroke-1 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMoon1: FC<CentralIconBaseProps>;
4
+ export default IconMoon1;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var c=Object.defineProperty;var y=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)c(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of B(o))!i.call(r,p)&&p!==t&&c(r,p,{get:()=>o[p],enumerable:!(C=y(o,p))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?f(I(r)):{},s(o||!r||!r.__esModule?c(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(c({},"__esModule",{value:!0}),r);var v={};P(v,{IconMoon1:()=>x,default:()=>k});module.exports=g(v);var e=l(require("react"));var m=l(require("react")),a=require("react-native-svg"),u=({children:r,size:o=24,...t})=>m.default.createElement(a.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"),x=r=>e.default.createElement(u,{...r},e.default.createElement(n.Circle,{cx:"13.5",cy:"7.5",r:"1.5",stroke:"currentColor"}),e.default.createElement(n.Circle,{cx:"7.75",cy:"9.75",r:"1.25",stroke:"currentColor"}),e.default.createElement(n.Circle,{cx:"10.5",cy:"15.75",r:"2",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M21 9C19 9 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972",stroke:"currentColor"}),e.default.createElement(n.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"})),k=x;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 cx=\"13.5\" cy=\"7.5\" r=\"1.5\" stroke=\"currentColor\" />\n <Circle cx=\"7.75\" cy=\"9.75\" r=\"1.25\" stroke=\"currentColor\" />\n <Circle cx=\"10.5\" cy=\"15.75\" r=\"2\" stroke=\"currentColor\" />\n <Path\n d=\"M21 9C19 9 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\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,UAAO,GAAG,OAAO,GAAG,MAAM,EAAE,MAAM,OAAO,eAAe,EACzD,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,OAAO,EAAE,OAAO,OAAO,eAAe,EAC3D,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,QAAQ,EAAE,IAAI,OAAO,eAAe,EACzD,EAAAA,QAAA,cAAC,QACC,EAAE,4EACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,CACxD,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 c from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>c.createElement(C,{...p,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 l=e=>o.createElement(n,{...e},o.createElement(t,{cx:"13.5",cy:"7.5",r:"1.5",stroke:"currentColor"}),o.createElement(t,{cx:"7.75",cy:"9.75",r:"1.25",stroke:"currentColor"}),o.createElement(t,{cx:"10.5",cy:"15.75",r:"2",stroke:"currentColor"}),o.createElement(s,{d:"M21 9C19 9 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972",stroke:"currentColor"}),o.createElement(t,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"})),P=l;export{l as IconMoon1,P 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 cx=\"13.5\" cy=\"7.5\" r=\"1.5\" stroke=\"currentColor\" />\n <Circle cx=\"7.75\" cy=\"9.75\" r=\"1.25\" stroke=\"currentColor\" />\n <Circle cx=\"10.5\" cy=\"15.75\" r=\"2\" stroke=\"currentColor\" />\n <Path\n d=\"M21 9C19 9 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\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,CAAO,GAAG,OAAO,GAAG,MAAM,EAAE,MAAM,OAAO,eAAe,EACzDI,EAAA,cAACJ,EAAA,CAAO,GAAG,OAAO,GAAG,OAAO,EAAE,OAAO,OAAO,eAAe,EAC3DI,EAAA,cAACJ,EAAA,CAAO,GAAG,OAAO,GAAG,QAAQ,EAAE,IAAI,OAAO,eAAe,EACzDI,EAAA,cAACH,EAAA,CACC,EAAE,4EACF,OAAO,eACT,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,CACxD,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconMoon1","props","React","CentralIconBase","IconMoon1_default"]}
package/README.md CHANGED
@@ -2167,6 +2167,7 @@ Below is a complete list of available icons:
2167
2167
  - IconDrop
2168
2168
  - IconLightning
2169
2169
  - IconMoon
2170
+ - IconMoon1
2170
2171
  - IconMoonStar
2171
2172
  - IconRainy
2172
2173
  - IconRainyLight
@@ -16128,6 +16128,20 @@
16128
16128
  "packageName": "round-outlined-radius-1-stroke-1",
16129
16129
  "componentName": "IconMoon"
16130
16130
  },
16131
+ {
16132
+ "category": "Weather",
16133
+ "svg": "<circle cx=\"13.5\" cy=\"7.5\" r=\"1.5\" stroke=\"currentColor\"/><circle cx=\"7.75\" cy=\"9.75\" r=\"1.25\" stroke=\"currentColor\"/><circle cx=\"10.5\" cy=\"15.75\" r=\"2\" stroke=\"currentColor\"/><path d=\"M21 9C19 9 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\" stroke=\"currentColor\"/><circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/>",
16134
+ "iconName": "moon, dark-mode, nasa",
16135
+ "variant": {
16136
+ "join": "round",
16137
+ "filled": "off",
16138
+ "radius": "1",
16139
+ "stroke": "1"
16140
+ },
16141
+ "createdAt": "2026-04-07T21:02:21.927931+00:00",
16142
+ "packageName": "round-outlined-radius-1-stroke-1",
16143
+ "componentName": "IconMoon1"
16144
+ },
16131
16145
  {
16132
16146
  "category": "Weather",
16133
16147
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0119 3.05363C6.5062 3.54567 3 7.36338 3 12C3 16.9706 7.02944 21 12 21C16.6366 21 20.4543 17.4938 20.9464 12.9881C19.8639 13.6308 18.5997 14 17.25 14C13.2459 14 10 10.7541 10 6.75C10 5.40034 10.3692 4.13607 11.0119 3.05363ZM2 12C2 6.47715 6.47715 2 12 2L12.006 2C12.1987 2.00012 12.3743 2.11104 12.4571 2.2851C12.54 2.45916 12.5154 2.66535 12.3939 2.81504C11.5221 3.88956 11 5.25814 11 6.75C11 10.2018 13.7982 13 17.25 13C18.7419 13 20.1104 12.4779 21.185 11.6061C21.3347 11.4846 21.5409 11.46 21.715 11.5429C21.8891 11.6259 22 11.8015 22 11.9943L22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5 3.25C17.6894 3.25 17.8625 3.357 17.9472 3.52639L18.7893 5.21066L20.4736 6.05279C20.643 6.13748 20.75 6.31061 20.75 6.5C20.75 6.68939 20.643 6.86252 20.4736 6.94721L18.7893 7.78934L17.9472 9.47361C17.8625 9.643 17.6894 9.75 17.5 9.75C17.3106 9.75 17.1375 9.643 17.0528 9.47361L16.2107 7.78934L14.5264 6.94721C14.357 6.86252 14.25 6.68939 14.25 6.5C14.25 6.31061 14.357 6.13748 14.5264 6.05279L16.2107 5.21066L17.0528 3.52639C17.1375 3.357 17.3106 3.25 17.5 3.25ZM17.5 4.86803L17.0305 5.80694C16.9822 5.9037 16.9037 5.98217 16.8069 6.03055L15.868 6.5L16.8069 6.96945C16.9037 7.01783 16.9822 7.0963 17.0305 7.19306L17.5 8.13197L17.9695 7.19306C18.0178 7.0963 18.0963 7.01783 18.1931 6.96945L19.132 6.5L18.1931 6.03055C18.0963 5.98217 18.0178 5.9037 17.9695 5.80694L17.5 4.86803Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1151,6 +1151,7 @@ export type CentralIconName =
1151
1151
  | "IconMoneybag"
1152
1152
  | "IconMoneyHand"
1153
1153
  | "IconMoon"
1154
+ | "IconMoon1"
1154
1155
  | "IconMoonStar"
1155
1156
  | "IconMorningBrief"
1156
1157
  | "IconMountainBike"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
3
- "version": "1.1.180",
3
+ "version": "1.1.181",
4
4
  "style": "round-outlined-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-1/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": 1922,
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": 19,
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";