@alfalab/icons-glyph 2.160.1 → 2.162.0

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,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MoonLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MoonLineMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M3 12C3 6.477 7.477 2 13 2c.106 0 .21.002.316.005a1 1 0 01.817 1.53 7.5 7.5 0 006.874 11.45 1 1 0 01.964 1.439A10 10 0 0113 22C7.477 22 3 17.523 3 12zm8.62-7.881a8 8 0 107.685 12.807C14.622 16.337 11 12.341 11 7.5c0-1.19.22-2.33.62-3.381z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.MoonLineMIcon=l,exports.default=l;
package/MoonMIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MoonMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MoonMIcon;
package/MoonMIcon.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M3 12C3 6.477 7.477 2 13 2c.106 0 .21.002.316.005a1 1 0 01.817 1.53 7.5 7.5 0 006.874 11.45 1 1 0 01.964 1.439A10 10 0 0113 22C7.477 22 3 17.523 3 12z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.MoonMIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.160.1",
3
+ "version": "2.162.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",