@alfalab/icons-glyph 2.194.0 → 2.195.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 CalendarSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CalendarSIcon;
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M6 7v2H4V7h2zm0 5v-2H4v2h2zm1-5h2v2H7V7zm2 3H7v2h2v-2zm3-3v2h-2V7h2z"}),r.createElement("path",{d:"M3 0h2v1h6V0h2v1h2v11.714C15 13.977 13.955 15 12.667 15H3.333C2.045 15 1 13.977 1 12.714V1h2V0zm10.444 5H2.556v7.714a.77.77 0 00.777.762h9.334a.77.77 0 00.777-.762V5z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.CalendarSIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.194.0",
3
+ "version": "2.195.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",