@alfalab/icons-glyph 2.4.0 → 2.5.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 ArrowForwardBigMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowForwardBigMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,r=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,o=function(e){return t.createElement("svg",r.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M12 4.838v2.774c-5.281.285-9.814 4.53-9.945 9.807L2 19.64h1.072a9.212 9.212 0 016.994-3.2H12v2.72c0 .713.845 1.1 1.396.64l8.33-7.2A.806.806 0 0022 12a.81.81 0 00-.274-.603L13.396 4.2C12.845 3.74 12 4.126 12 4.84z"}))};exports.ArrowForwardBigMIcon=o,exports.default=o;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",