@alfalab/icons-glyph 2.26.0 → 2.27.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 ArrowsForwardBackHeavyMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowsForwardBackHeavyMIcon;
@@ -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,a=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:"M16 20v2.65a.572.572 0 01-.935.442l-6.818-5.609A.67.67 0 018 17a.67.67 0 01.247-.483l6.818-5.61a.572.572 0 01.935.442V14h6v6h-6zM8 10v2.65c0 .484.562.749.935.442l6.818-5.609A.669.669 0 0016 7a.669.669 0 00-.247-.483L8.935.907A.572.572 0 008 1.35V4H2v6h6z"}))};exports.ArrowsForwardBackHeavyMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ThumbDownSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ThumbDownSIcon;
@@ -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:"18",height:"18",viewBox:"0 0 18 18"},e),r.createElement("path",{d:"M6.75 16.5a3 3 0 003-3V12h4.98a1.5 1.5 0 001.479-1.747l-1-6A1.5 1.5 0 0013.729 3H6l.75 13.5zM1.5 3v7.5h3.417L4.5 3h-3z"}))};exports.ThumbDownSIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ThumbUpSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ThumbUpSIcon;
@@ -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:"18",height:"18",viewBox:"0 0 18 18"},e),r.createElement("path",{d:"M6.75 1.5a3 3 0 013 3V6h4.98a1.5 1.5 0 011.479 1.747l-1 6A1.5 1.5 0 0113.729 15H6l.75-13.5zM1.5 15V7.5h3.417L4.5 15h-3z"}))};exports.ThumbUpSIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.26.0",
3
+ "version": "2.27.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",