@alfalab/icons-glyph 2.166.0 → 2.167.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 CalendarMoonMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CalendarMoonMIcon;
@@ -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,a=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:"M6 2h2v2h8V2h2v2h3v9.803a5.958 5.958 0 00-2-.72V9H5v11a1 1 0 001 1h6.341c.264.745.67 1.423 1.187 2H6a3 3 0 01-3-3V4h3V2z"}),r.createElement("path",{d:"M9 12v2H7v-2h2zm0 6v-2H7v2h2zm4-6h-2v2h2v-2zm1 7a4 4 0 014.126-3.998.4.4 0 01.327.612 3 3 0 002.75 4.58.4.4 0 01.385.576A4 4 0 0114 19z"}))};exports.CalendarMoonMIcon=a,exports.default=a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.166.0",
3
+ "version": "2.167.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",