@alfalab/icons-glyph 2.280.0 → 2.281.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 ThumbDownLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ThumbDownLineMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M1 3v10.556h4.871L5.277 3H1z"}),l.createElement("path",{d:"M18.629 3.009c.96.085 1.754.8 1.916 1.755l1.425 8.444c.204 1.207-.667 2.312-1.865 2.445l-.244.014v-2a.14.14 0 00.113-.049.111.111 0 00.023-.04.078.078 0 00.001-.037l-1.426-8.444c-.006-.038-.049-.097-.136-.097H9.53l.814 14.46c.16-.09.32-.189.468-.3.74-.552.949-1.082.949-1.383v-4.11h8.1l-.001 2h-6.099v2.11c0 2.333-2.915 4.223-5.277 4.223L7.415 3h11.02l.194.009zM5.87 13.556H1V3h4.277l.594 10.556zm-2.871-2h.755L3.387 5H3v6.556z"}))};exports.ThumbDownLineMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ThumbUpLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ThumbUpLineMIcon;
@@ -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:"M1 21V10.444h4.871L5.277 21H1z"}),r.createElement("path",{d:"M5.277 21H1V10.444h4.871L5.277 21zm6.485-14.777c0-.301-.208-.83-.949-1.383a4.277 4.277 0 00-.468-.3L9.53 19h8.905v2H7.415l1.07-19c2.362 0 5.277 1.89 5.277 4.222v2.111h6.099c1.321 0 2.327 1.172 2.11 2.458l-1.426 8.445-.041.188a2.131 2.131 0 01-1.875 1.567l-.194.009v-2c.088 0 .13-.06.137-.097l1.426-8.444a.078.078 0 000-.037.14.14 0 00-.068-.075.154.154 0 00-.069-.014h-8.1v-4.11zM3 19h.387l.368-6.556H3V19z"}))};exports.ThumbUpLineMIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.280.0",
3
+ "version": "2.281.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",