@alfalab/icons-glyph 2.103.0 → 2.104.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 DocumentPlusLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default DocumentPlusLineMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M13.813 2.669C13.21 2.216 12.447 2 11.568 2H4v20h16V10.815c0-.981-.208-1.818-.645-2.486-.442-.678-1.064-1.1-1.737-1.337-.792-.279-1.675-.31-2.514-.225.09-.8.076-1.633-.145-2.383-.189-.642-.542-1.262-1.146-1.715zM6 20V4h5.568c.551 0 .862.132 1.045.269.183.137.33.35.427.68.209.71.12 1.744-.151 2.802a1 1 0 001.204 1.22c1.1-.267 2.146-.344 2.86-.092.327.114.563.29.727.542.171.262.32.69.32 1.394V20H6z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M11.125 17.996h1.75V15.88H15v-1.75h-2.125v-2.122h-1.75v2.122H9v1.75h2.125v2.116z"}))};exports.DocumentPlusLineMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.103.0",
3
+ "version": "2.104.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",