@alfalab/icons 3.443.0 → 3.444.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;
@@ -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",
package/meta_glyph.json CHANGED
@@ -10079,6 +10079,16 @@
10079
10079
  "cdn": "glyph_shopping-bag_m",
10080
10080
  "url": "https://alfabank.servicecdn.ru/icons/glyph_shopping-bag_m.svg"
10081
10081
  },
10082
+ "ShoppingCartMIcon": {
10083
+ "description": "корзина, супермаркет",
10084
+ "web": "ShoppingCartMIcon",
10085
+ "webComponent": "import { ShoppingCartMIcon } from '@alfalab/icons-glyph/ShoppingCartMIcon';",
10086
+ "android": "glyph_shopping_cart_m",
10087
+ "ios": "glyph_shoppingCart_m",
10088
+ "middle": "glyph_shopping-cart_m",
10089
+ "cdn": "glyph_shopping-cart_m",
10090
+ "url": "https://alfabank.servicecdn.ru/icons/glyph_shopping-cart_m.svg"
10091
+ },
10082
10092
  "ShoppingListLineMIcon": {
10083
10093
  "description": "список покупок, покупки",
10084
10094
  "web": "ShoppingListLineMIcon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.443.0",
3
+ "version": "3.444.0",
4
4
  "description": "Design System UI Icons",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:core-ds/icons.git",
@@ -51,7 +51,7 @@
51
51
  "ts-node": "^8.6.2",
52
52
  "tslib": "^2.0.0",
53
53
  "typescript": "^3.8.3",
54
- "ui-primitives": "^35.14.0",
54
+ "ui-primitives": "^35.15.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {