@alfalab/icons 3.416.0 → 3.417.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 CoinsStackCheckMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CoinsStackCheckMIcon;
@@ -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,a=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:"M15.249 7.497a7.251 7.251 0 110 14.502 7.251 7.251 0 010-14.502zm-.984 8.035L12.632 13.9 11.5 15.031l2.765 2.764 5.164-5.163-1.132-1.132-4.032 4.032zM6.586 18a9.25 9.25 0 001.845 3H3v-3h3.586zm-.423-5a9.3 9.3 0 00-.081 3H3v-3h3.163zM8.92 8a9.273 9.273 0 00-2.13 3H3V8h5.92zM19 6H3V3h16v3z"}))};exports.CoinsStackCheckMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const CoinsStackMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CoinsStackMIcon;
@@ -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,a=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:"M3 3h16v3H3V3zm12.249 18.999a7.25 7.25 0 100-14.502 7.25 7.25 0 000 14.502zM8.92 8H3v3h3.789A9.273 9.273 0 018.92 8zm-2.757 5H3v3h3.082a9.335 9.335 0 01.08-3zm.423 5H3v3h5.43a9.25 9.25 0 01-1.844-3z"}))};exports.CoinsStackMIcon=a,exports.default=a;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-corp",
3
- "version": "1.37.0",
3
+ "version": "1.38.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_corp.json CHANGED
@@ -299,6 +299,26 @@
299
299
  "cdn": "corp_coffee-cup_m",
300
300
  "url": "https://alfabank.servicecdn.ru/icons/corp_coffee-cup_m.svg"
301
301
  },
302
+ "CoinsStackCheckMIcon": {
303
+ "description": "монеты",
304
+ "web": "CoinsStackCheckMIcon",
305
+ "webComponent": "import { CoinsStackCheckMIcon } from '@alfalab/icons-corp/CoinsStackCheckMIcon';",
306
+ "android": "corp_coins_stack_check_m",
307
+ "ios": "corp_coinsStackCheck_m",
308
+ "middle": "corp_coins-stack-check_m",
309
+ "cdn": "corp_coins-stack-check_m",
310
+ "url": "https://alfabank.servicecdn.ru/icons/corp_coins-stack-check_m.svg"
311
+ },
312
+ "CoinsStackMIcon": {
313
+ "description": "личный кабинет МФО",
314
+ "web": "CoinsStackMIcon",
315
+ "webComponent": "import { CoinsStackMIcon } from '@alfalab/icons-corp/CoinsStackMIcon';",
316
+ "android": "corp_coins_stack_m",
317
+ "ios": "corp_coinsStack_m",
318
+ "middle": "corp_coins-stack_m",
319
+ "cdn": "corp_coins-stack_m",
320
+ "url": "https://alfabank.servicecdn.ru/icons/corp_coins-stack_m.svg"
321
+ },
302
322
  "CorpArrowsRightLeftCurvedBoldMIcon": {
303
323
  "description": "",
304
324
  "web": "CorpArrowsRightLeftCurvedBoldMIcon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.416.0",
3
+ "version": "3.417.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": "^33.1.0",
54
+ "ui-primitives": "^33.2.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {