@alfalab/icons-glyph 2.102.0 → 2.103.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 ThumbDownCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ThumbDownCompactMIcon;
@@ -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:"M9.99 18c1.575 0 2.851-1.194 2.851-2.667V14h4.733c.88 0 1.551-.74 1.406-1.553l-.95-5.333C17.915 6.471 17.32 6 16.623 6H9.277l.713 12zM5 6v6.667h3.247L7.851 6H5z"}))};exports.ThumbDownCompactMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ThumbDownCompactSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ThumbDownCompactSIcon;
@@ -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:"M6.564 13c1.125 0 2.037-.895 2.037-2v-1h3.38c.63 0 1.108-.555 1.005-1.164l-.679-4A1.013 1.013 0 0011.302 4H6.056l.51 9zM3 4v5h2.32l-.283-5H3z"}))};exports.ThumbDownCompactSIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ThumbUpCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ThumbUpCompactMIcon;
@@ -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:"M9.99 5c1.575 0 2.851 1.194 2.851 2.667V9h4.733c.88 0 1.551.74 1.406 1.553l-.95 5.333c-.115.643-.71 1.114-1.407 1.114H9.277L9.99 5zM5 17v-6.667h3.247L7.851 17H5z"}))};exports.ThumbUpCompactMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ThumbUpCompactSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ThumbUpCompactSIcon;
@@ -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:"M6.564 3c1.125 0 2.037.895 2.037 2v1h3.38c.63 0 1.108.555 1.005 1.164l-.679 4a1.013 1.013 0 01-1.005.836H6.056l.51-9zM3 12V7h2.32l-.283 5H3z"}))};exports.ThumbUpCompactSIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.102.0",
3
+ "version": "2.103.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",