@alfalab/icons-glyph 2.29.0 → 2.30.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 DocumentArrowRightMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default DocumentArrowRightMIcon;
@@ -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:"M5 2a1 1 0 00-1 1v18a1 1 0 001 1h1.977c.284-3.601 3-7.017 7.215-7.017h.822c.028-2.012 2.38-3.105 3.937-1.814l1.049.87V9.815a3 3 0 00-3.299-2.985l-1.458.146a.2.2 0 01-.219-.22L15.17 5.3A3 3 0 0012.185 2H5z"}),r.createElement("path",{d:"M22.479 19.337a.385.385 0 000-.645l-4.805-3.983a.403.403 0 00-.66.31v1.964h-2.822c-3.127 0-5.24 2.686-5.24 5.643h.403c1.784-1.704 4.287-1.663 6.634-1.624.346.006.688.012 1.025.012v1.967c0 .341.396.528.659.312l4.806-3.956z"}))};exports.DocumentArrowRightMIcon=a,exports.default=a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.29.0",
3
+ "version": "2.30.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",