@alfalab/icons-glyph 2.226.0 → 2.227.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 DocumentOffCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default DocumentOffCompactMIcon;
@@ -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:"M18.282 19.413l.59.587L20 18.878 5.128 4.079 4 5.201 5.595 6.79v12.29c0 .438.357.793.798.793h11.165a.798.798 0 00.724-.46zm.074-9.211v4.817L7.282 4h4.841a2.385 2.385 0 012.38 2.618l-.115 1.157a.16.16 0 00.174.174l1.163-.116a2.388 2.388 0 012.631 2.37z"}))};exports.DocumentOffCompactMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const DocumentOffCompactSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default DocumentOffCompactSIcon;
@@ -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:"M12.712 13.56l.442.44.846-.842L2.846 2.06 2 2.901l1.196 1.19v9.218c0 .329.268.595.599.595h8.374c.24 0 .447-.14.543-.344zm.055-6.908v3.612L4.462 2h3.63c1.062 0 1.892.912 1.786 1.963l-.087.868a.12.12 0 00.13.13l.873-.086a1.791 1.791 0 011.973 1.777z"}))};exports.DocumentOffCompactSIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.226.0",
3
+ "version": "2.227.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",