@alfalab/icons-glyph 2.272.0 → 2.273.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 ShoppingCartMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ShoppingCartMIcon;
@@ -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:"M17.454 9h3.241l.147.009c.335.04.646.219.862.5.248.323.347.749.27 1.158l-1.458 7.72c-.285 1.518-1.534 2.612-2.985 2.613H6.47c-1.45 0-2.7-1.095-2.985-2.613l-1.459-7.72a1.466 1.466 0 01.27-1.157c.248-.323.618-.51 1.009-.51h3.24l1.51-6 2.52.718L9.271 9h5.456l-1.301-5.282L15.947 3l1.507 6zM7 17h2v-5H7v5zm4-5v5h2v-5h-2zm4 5h2v-5h-2v5z"}))};exports.ShoppingCartMIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.272.0",
3
+ "version": "2.273.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",