@alfalab/icons-glyph 2.149.0 → 2.150.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 ArrowRightTriangleMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowRightTriangleMIcon;
@@ -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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M11.896 9.089C10.972 8.367 10.51 8.006 10.12 8a1.134 1.134 0 00-.875.384C9 8.67 9 9.233 9 10.361v3.278c0 1.128 0 1.692.245 1.977.213.247.536.389.875.384.39-.006.852-.367 1.776-1.089l2.097-1.639c.559-.437.838-.655.94-.917a.974.974 0 000-.71c-.102-.262-.381-.48-.94-.917l-2.098-1.64z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ArrowRightTriangleMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ArrowRightTriangleSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowRightTriangleSIcon;
@@ -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:"M7.877 4.359c-1.083-.903-1.624-1.354-2.081-1.36a1.294 1.294 0 00-1.026.48c-.288.355-.288 1.06-.288 2.47v4.098c0 1.41 0 2.115.288 2.47.25.31.628.487 1.026.48.457-.006.998-.457 2.081-1.36l2.46-2.049c.655-.546.982-.819 1.102-1.146a1.293 1.293 0 000-.888c-.12-.327-.447-.6-1.103-1.146l-2.459-2.05z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ArrowRightTriangleSIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.149.0",
3
+ "version": "2.150.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",