@alfalab/icons 3.486.0 → 3.488.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 ActionAlfa32ColorIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ActionAlfa32ColorIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",width:"32",height:"32",viewBox:"0 0 32 32"},e,{fill:"none"}),t.createElement("path",{d:"M3 16C3 8.82 8.82 3 16 3s13 5.82 13 13-5.82 13-13 13S3 23.18 3 16z",fill:"#EF3124"}),t.createElement("path",{d:"M21.497 24.337H10.504v-2.276h10.993v2.276zM14.134 9.331c.33-.935.714-1.668 1.952-1.668s1.599.736 1.912 1.668l3.242 9.635h-2.4l-.728-2.29h-4.34l-.785 2.29h-2.256l3.402-9.635zm1.892.842h-.057l-1.541 4.567h3.055l-1.457-4.567z",fill:"#fff",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ActionAlfa32ColorIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ActionClock32Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ActionClock32Icon;
@@ -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,o=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"32",height:"32",viewBox:"0 0 32 32"},e),r.createElement("path",{d:"M16 3c7.18 0 13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3zm-1 14h7v-2h-5V8h-2v9z"}))};exports.ActionClock32Icon=o,exports.default=o;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ActionClockLine32Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ActionClockLine32Icon;
@@ -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:"32",height:"32",viewBox:"0 0 32 32"},e),r.createElement("path",{d:"M17 15h5v2h-7V8h2v7z"}),r.createElement("path",{d:"M16 3c7.18 0 13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3zm0 2C9.925 5 5 9.925 5 16s4.925 11 11 11 11-4.925 11-11S22.075 5 16 5z"}))};exports.ActionClockLine32Icon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ActionPaymentLine32Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ActionPaymentLine32Icon;
@@ -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,c=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"40",height:"32",viewBox:"0 0 40 32"},e),r.createElement("path",{d:"M27 3c7.18 0 13 5.82 13 13s-5.82 13-13 13c-6.844 0-12.453-5.288-12.963-12.001L8 17v-2l6.038-.001C14.55 8.287 20.158 3 27 3zm0 2c-5.738 0-10.447 4.393-10.953 9.999h12.12l-4.293-4.292 1.414-1.414L31.995 16l-6.707 6.707-1.414-1.415 4.293-4.293h-12.12C16.552 22.606 21.262 27 27 27c6.075 0 11-4.925 11-11S33.075 5 27 5z"}),r.createElement("path",{d:"M13 2.998c1.773 0 3.463.355 5.003.998a15.09 15.09 0 00-1.713 1.502 10.996 10.996 0 00-3.29-.5c-6.075 0-11 4.925-11 11s4.925 11 11 11c1.145 0 2.25-.175 3.287-.5A15.084 15.084 0 0018 28.001a12.96 12.96 0 01-5 .997c-7.18 0-13-5.82-13-13s5.82-13 13-13z"}))};exports.ActionPaymentLine32Icon=c,exports.default=c;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ActionQrScanLine32Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ActionQrScanLine32Icon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"32",height:"32",viewBox:"0 0 32 32"},e),a.createElement("path",{d:"M6 22a4 4 0 004 4h2v2h-2a6 6 0 01-6-6v-2h2v2zm22 0a6 6 0 01-6 6h-2v-2h2a4 4 0 004-4v-2h2v2zM16 9a7 7 0 110 14 7 7 0 010-14zm0 2a5 5 0 100 10 5 5 0 000-10zm-4-5h-2a4 4 0 00-4 4v2H4v-2a6 6 0 016-6h2v2zm10-2a6 6 0 016 6v2h-2v-2a4 4 0 00-4-4h-2V4h2z"}))};exports.ActionQrScanLine32Icon=r,exports.default=r;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph-26",
3
- "version": "1.18.0",
3
+ "version": "1.19.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const AeroexpressSignBoxMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default AeroexpressSignBoxMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M13.343 8.983l-.442-1.774v-.62l2.21.62.442-.887-2.652-1.951V1.887c0-.532-.353-.887-.884-.887-.53 0-.884.355-.884.887v2.484L8.482 6.322l.442.887 2.21-.62v.62l-.443 1.774h2.652zm6.718 1.774l2.299-.71c.53-.088.707-.62.618-1.064-.177-.443-.707-.71-1.149-.532l-2.298.71-2.74-1.952-.707.71 1.414 1.774-.619.177-1.856.089.795 2.572 1.503-.975.619-.178.088 2.307.973.177 1.06-3.105zM9.1 10.136l-1.856-.088-.619-.178 1.326-1.95-.707-.71-2.74 1.952-2.298-.71c-.53-.177-.973.089-1.15.532-.159.5 0 .95.708 1.242l2.298.71 1.06 3.104.973-.177.088-2.306.62.177 1.502.976.795-2.573zm-3.535 5.323l.972 3.193-1.414 1.951c-.266.355-.177.976.176 1.242.354.266.973.178 1.238-.177l1.414-1.952 3.27-.088.178-.976-2.122-.798.354-.533 1.414-1.153-2.121-1.596-.708 1.685-.353.532-1.415-1.774-.883.444zm7.425.709l1.414 1.153.354.533-2.122.798.177.976 3.27.088 1.415 1.952c.265.355.884.443 1.237.177.354-.266.442-.887.177-1.242l-1.414-1.951.972-3.193-.884-.444-1.414 1.774-.354-.532-.707-1.685-2.121 1.596z"}))};exports.AeroexpressSignBoxMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const HuaweiAppGallerySignSquareMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default HuaweiAppGallerySignSquareMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),h=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,t=function(e){return h.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),h.createElement("path",{d:"M11.574 13.44l-.362-.843-.36.843h.722z"}),h.createElement("path",{d:"M8.05 3C4.353 3 3 4.352 3 8.05v7.9C3 19.648 4.353 21 8.05 21h7.897C19.645 21 21 19.648 21 15.95v-7.9C21 4.352 19.647 3 15.95 3h-7.9zm2.624 10.864l-.215.491h-.488L11.01 12h.422l1.034 2.355h-.501l-.212-.49h-1.078zm2.642-.244l.535-1.62h.39l.535 1.62.522-1.619h.495l-.819 2.355h-.399l-.536-1.547-.535 1.547h-.396l-.822-2.355h.51l.52 1.62zm-5.14-.287c0 .393.192.604.54.604.345 0 .535-.205.535-.588V12h.478v1.33c0 .674-.372 1.062-1.02 1.062-.642 0-1.01-.38-1.01-1.043v-1.347h.478v1.33zM15 6c0 1.654-1.346 3-3 3S9 7.654 9 6h.424A2.58 2.58 0 0012 8.576 2.58 2.58 0 0014.576 6H15zm4 6v2.353h-.472V12H19zm-1.48.913v.43h-.87v.583h1.308v.429h-1.78v-2.353h1.735v.429H16.65v.482h.87zM6.558 12h.478v2.357h-.478V13.4h-1.08v.957H5V12h.478v.95h1.08V12z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.HuaweiAppGallerySignSquareMIcon=t,exports.default=t;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const OdnoklassnikiSignBoxMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default OdnoklassnikiSignBoxMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M12.01 12.421c1.431 0 2.72-.577 3.657-1.522a5.231 5.231 0 001.51-3.688 5.208 5.208 0 00-1.51-3.689A5.122 5.122 0 0012.01 2c-1.432 0-2.72.578-3.658 1.522a5.208 5.208 0 00-1.51 3.689 5.21 5.21 0 001.51 3.688 5.176 5.176 0 003.658 1.522zm-1.653-6.89a2.323 2.323 0 011.653-.696c.65 0 1.236.262 1.653.696A2.363 2.363 0 0112.01 9.56a2.278 2.278 0 01-1.653-.696 2.362 2.362 0 010-3.333z",fillRule:"evenodd",clipRule:"evenodd"}),a.createElement("path",{d:"M18.96 14.521l-1.523-2.087c-.09-.118-.247-.13-.364-.039-1.432 1.234-3.189 2.021-5.076 2.021-1.888 0-3.645-.8-5.076-2.021a.253.253 0 00-.365.04l-1.51 2.086a.245.245 0 00.04.328 10.606 10.606 0 004.308 2.113l-3.202 5.684a.248.248 0 00.22.354H9.55a.24.24 0 00.221-.144l2.239-5.04 2.239 5.04a.24.24 0 00.22.144h3.138a.237.237 0 00.208-.354l-3.202-5.684a10.556 10.556 0 004.295-2.113c.104-.078.117-.223.052-.328z"}))};exports.OdnoklassnikiSignBoxMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const RustoreSignSquareMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default RustoreSignSquareMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M4.265 19.735C5.531 21 7.567 21 11.64 21h.72c4.073 0 6.11 0 7.375-1.265C21 18.469 21 16.433 21 12.36v-.72c0-4.073 0-6.11-1.265-7.375C18.469 3 16.433 3 12.36 3h-.72C7.567 3 5.53 3 4.265 4.265 3 5.531 3 7.567 3 11.64v.72c0 4.073 0 6.11 1.265 7.375zm12.631-4.771l-1.216-.304a.352.352 0 01-.255-.327l-.152-4.476a1.394 1.394 0 00-.943-1.203.062.062 0 00-.069.025.053.053 0 00.013.07c.113.089.425.375.425.87v5.853c0 .565-.535.98-1.085.842l-1.235-.309a.355.355 0 01-.237-.322l-.152-4.477a1.393 1.393 0 00-.944-1.202.062.062 0 00-.068.024.052.052 0 00.012.071c.114.088.426.375.426.87v5.852a.87.87 0 01-1.085.842l-3.489-.871a1.086 1.086 0 01-.825-1.053V9.878a.87.87 0 011.085-.842l2.198.549V8.528c0-.565.534-.98 1.085-.842l2.198.549V7.178c0-.565.534-.98 1.085-.842l3.488.872c.485.12.825.555.825 1.052v5.862c0 .565-.534.98-1.085.842z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.RustoreSignSquareMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const TutuSignBoxMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default TutuSignBoxMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,c=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M1.838 11.07c.078-9.584 12.632-13.848 18.58-5.947a1.272 1.272 0 00-.426.342c.119-.134.264-.241.427-.316a1.232 1.232 0 011.118 0c.303.151.535.419.646.744.111.325.093.683-.052.994a3.638 3.638 0 00-.047.102l-.015.034c-.053.116-.12.265-.263.533.58.583.974 1.334 1.129 2.153.16.889.018 1.745-.333 2.552a11.07 11.07 0 01-1.628 5.274 10.716 10.716 0 01-3.97 3.783 10.142 10.142 0 01-8.263.555 10.337 10.337 0 01-3.606-2.268 10.648 10.648 0 01-2.424-3.554c.213.1.432.187.655.26.056.064.113.127.17.189a6.81 6.81 0 01-.162-.19 3.968 3.968 0 01-1.335-.698c-1.211-1-1.467-2.713-.213-4.41a2.77 2.77 0 01.012-.131zm16.675-3.372C14.403 6.66 6.07 8.7 3.588 12.275a6.92 6.92 0 00.467 1.749c2.215.397 8.47-1.348 12.468-4.45a12.187 12.187 0 001.99-1.876zm1.91 1.86c-2.106 2.467-5.268 4.318-8.146 5.436-1.486.583-3.503 1.249-5.442 1.494 4.892 1.684 12.14-1.69 13.933-4.611a8.819 8.819 0 00-.344-2.318zM3.85 9.309C5.807 2.718 13.998 1.17 18.4 5.947c-4.362-.879-10.69.702-14.55 3.36zm12.377 10.505a8.531 8.531 0 003.896-4.478 8.737 8.737 0 001.275-1.235c-1.173 1.332-2.818 2.44-4.341 3.205-3.576 1.823-7.654 2.321-10.73 1.108a8.52 8.52 0 004.715 2.322 8.42 8.42 0 005.185-.922z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.TutuSignBoxMIcon=c,exports.default=c;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-logo",
3
- "version": "1.59.0",
3
+ "version": "1.60.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
@@ -49,6 +49,56 @@
49
49
  "cdn": "glyph-26_a-scores-circle_24",
50
50
  "url": "https://alfabank.servicecdn.ru/icons/glyph-26_a-scores-circle_24.svg"
51
51
  },
52
+ "ActionAlfa32ColorIcon": {
53
+ "description": "",
54
+ "web": "ActionAlfa32ColorIcon",
55
+ "webComponent": "import { ActionAlfa32ColorIcon } from '@alfalab/icons-glyph-26/ActionAlfa32ColorIcon';",
56
+ "android": "glyph_26_action_alfa_32_color",
57
+ "ios": "glyph26_actionAlfa_32_color",
58
+ "middle": "glyph-26_action-alfa_32_color",
59
+ "cdn": "glyph-26_action-alfa_32_color",
60
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_action-alfa_32_color.svg"
61
+ },
62
+ "ActionClockLine32Icon": {
63
+ "description": "",
64
+ "web": "ActionClockLine32Icon",
65
+ "webComponent": "import { ActionClockLine32Icon } from '@alfalab/icons-glyph-26/ActionClockLine32Icon';",
66
+ "android": "glyph_26_action_clock_line_32",
67
+ "ios": "glyph26_actionClockLine_32",
68
+ "middle": "glyph-26_action-clock-line_32",
69
+ "cdn": "glyph-26_action-clock-line_32",
70
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_action-clock-line_32.svg"
71
+ },
72
+ "ActionClock32Icon": {
73
+ "description": "",
74
+ "web": "ActionClock32Icon",
75
+ "webComponent": "import { ActionClock32Icon } from '@alfalab/icons-glyph-26/ActionClock32Icon';",
76
+ "android": "glyph_26_action_clock_32",
77
+ "ios": "glyph26_actionClock_32",
78
+ "middle": "glyph-26_action-clock_32",
79
+ "cdn": "glyph-26_action-clock_32",
80
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_action-clock_32.svg"
81
+ },
82
+ "ActionPaymentLine32Icon": {
83
+ "description": "",
84
+ "web": "ActionPaymentLine32Icon",
85
+ "webComponent": "import { ActionPaymentLine32Icon } from '@alfalab/icons-glyph-26/ActionPaymentLine32Icon';",
86
+ "android": "glyph_26_action_payment_line_32",
87
+ "ios": "glyph26_actionPaymentLine_32",
88
+ "middle": "glyph-26_action-payment-line_32",
89
+ "cdn": "glyph-26_action-payment-line_32",
90
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_action-payment-line_32.svg"
91
+ },
92
+ "ActionQrScanLine32Icon": {
93
+ "description": "",
94
+ "web": "ActionQrScanLine32Icon",
95
+ "webComponent": "import { ActionQrScanLine32Icon } from '@alfalab/icons-glyph-26/ActionQrScanLine32Icon';",
96
+ "android": "glyph_26_action_qr_scan_line_32",
97
+ "ios": "glyph26_actionQrScanLine_32",
98
+ "middle": "glyph-26_action-qr-scan-line_32",
99
+ "cdn": "glyph-26_action-qr-scan-line_32",
100
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_action-qr-scan-line_32.svg"
101
+ },
52
102
  "AirplaneLine20Icon": {
53
103
  "description": "",
54
104
  "web": "AirplaneLine20Icon",
@@ -4960,7 +4960,7 @@
4960
4960
  "url": "https://alfabank.servicecdn.ru/icons/logo-corp_rejected-sign-box-thinline_20.svg"
4961
4961
  },
4962
4962
  "ReportSpecialSignBoxLine20Icon": {
4963
- "description": "",
4963
+ "description": "Продукт: Сформировать специальный отчёт",
4964
4964
  "web": "ReportSpecialSignBoxLine20Icon",
4965
4965
  "webComponent": "import { ReportSpecialSignBoxLine20Icon } from '@alfalab/icons-logo-corp/ReportSpecialSignBoxLine20Icon';",
4966
4966
  "android": "logo_corp_report_special_sign_box_line_20",
@@ -4970,7 +4970,7 @@
4970
4970
  "url": "https://alfabank.servicecdn.ru/icons/logo-corp_report-special-sign-box-line_20.svg"
4971
4971
  },
4972
4972
  "ReportSpecialSignBoxLine24Icon": {
4973
- "description": "",
4973
+ "description": "Продукт: Сформировать специальный отчёт",
4974
4974
  "web": "ReportSpecialSignBoxLine24Icon",
4975
4975
  "webComponent": "import { ReportSpecialSignBoxLine24Icon } from '@alfalab/icons-logo-corp/ReportSpecialSignBoxLine24Icon';",
4976
4976
  "android": "logo_corp_report_special_sign_box_line_24",
@@ -4980,7 +4980,7 @@
4980
4980
  "url": "https://alfabank.servicecdn.ru/icons/logo-corp_report-special-sign-box-line_24.svg"
4981
4981
  },
4982
4982
  "ReportSpecialSignBoxThinline20Icon": {
4983
- "description": "",
4983
+ "description": "Продукт: Сформировать специальный отчёт",
4984
4984
  "web": "ReportSpecialSignBoxThinline20Icon",
4985
4985
  "webComponent": "import { ReportSpecialSignBoxThinline20Icon } from '@alfalab/icons-logo-corp/ReportSpecialSignBoxThinline20Icon';",
4986
4986
  "android": "logo_corp_report_special_sign_box_thinline_20",
package/meta_logo.json CHANGED
@@ -79,6 +79,16 @@
79
79
  "cdn": "logo_aeroclub_m_white",
80
80
  "url": "https://alfabank.servicecdn.ru/icons/logo_aeroclub_m_white.svg"
81
81
  },
82
+ "AeroexpressSignBoxMIcon": {
83
+ "description": "алиасы: ru store, app\n[logo_aeroexpress-sign-box_m]",
84
+ "web": "AeroexpressSignBoxMIcon",
85
+ "webComponent": "import { AeroexpressSignBoxMIcon } from '@alfalab/icons-logo/AeroexpressSignBoxMIcon';",
86
+ "android": "logo_aeroexpress_sign_box_m",
87
+ "ios": "logo_aeroexpressSignBox_m",
88
+ "middle": "logo_aeroexpress-sign-box_m",
89
+ "cdn": "logo_aeroexpress-sign-box_m",
90
+ "url": "https://alfabank.servicecdn.ru/icons/logo_aeroexpress-sign-box_m.svg"
91
+ },
82
92
  "AgzrtSignBoxMWhiteIcon": {
83
93
  "description": "[logo_agzrt-sign-box_m_white]",
84
94
  "web": "AgzrtSignBoxMWhiteIcon",
@@ -2589,6 +2599,16 @@
2589
2599
  "cdn": "logo_headhunter-sign-circle_m_white",
2590
2600
  "url": "https://alfabank.servicecdn.ru/icons/logo_headhunter-sign-circle_m_white.svg"
2591
2601
  },
2602
+ "HuaweiAppGallerySignSquareMIcon": {
2603
+ "description": "алиасы: ru store, app\n[logo_huawei-app-gallery-sign-square_m]",
2604
+ "web": "HuaweiAppGallerySignSquareMIcon",
2605
+ "webComponent": "import { HuaweiAppGallerySignSquareMIcon } from '@alfalab/icons-logo/HuaweiAppGallerySignSquareMIcon';",
2606
+ "android": "logo_huawei_app_gallery_sign_square_m",
2607
+ "ios": "logo_huaweiAppGallerySignSquare_m",
2608
+ "middle": "logo_huawei-app-gallery-sign-square_m",
2609
+ "cdn": "logo_huawei-app-gallery-sign-square_m",
2610
+ "url": "https://alfabank.servicecdn.ru/icons/logo_huawei-app-gallery-sign-square_m.svg"
2611
+ },
2592
2612
  "IdamagSignBoxMColorIcon": {
2593
2613
  "description": "[logo_idamag-sign-box_m_color]",
2594
2614
  "web": "IdamagSignBoxMColorIcon",
@@ -4789,6 +4809,16 @@
4789
4809
  "cdn": "logo_neural-assistant-sign-circle_m_color",
4790
4810
  "url": "https://alfabank.servicecdn.ru/icons/logo_neural-assistant-sign-circle_m_color.svg"
4791
4811
  },
4812
+ "OdnoklassnikiSignBoxMIcon": {
4813
+ "description": "алиасы: ru store, app\n[logo_odnoklassniki-sign-box_m]",
4814
+ "web": "OdnoklassnikiSignBoxMIcon",
4815
+ "webComponent": "import { OdnoklassnikiSignBoxMIcon } from '@alfalab/icons-logo/OdnoklassnikiSignBoxMIcon';",
4816
+ "android": "logo_odnoklassniki_sign_box_m",
4817
+ "ios": "logo_odnoklassnikiSignBox_m",
4818
+ "middle": "logo_odnoklassniki-sign-box_m",
4819
+ "cdn": "logo_odnoklassniki-sign-box_m",
4820
+ "url": "https://alfabank.servicecdn.ru/icons/logo_odnoklassniki-sign-box_m.svg"
4821
+ },
4792
4822
  "OneBusinessSignBoxMColorIcon": {
4793
4823
  "description": "[logo_one-business-sign-box_m_color]",
4794
4824
  "web": "OneBusinessSignBoxMColorIcon",
@@ -5789,6 +5819,16 @@
5789
5819
  "cdn": "logo_rts-tender-sign-box_m_white",
5790
5820
  "url": "https://alfabank.servicecdn.ru/icons/logo_rts-tender-sign-box_m_white.svg"
5791
5821
  },
5822
+ "RustoreSignSquareMIcon": {
5823
+ "description": "алиасы: ru store, app\n[logo_rustore-sign-square_m]",
5824
+ "web": "RustoreSignSquareMIcon",
5825
+ "webComponent": "import { RustoreSignSquareMIcon } from '@alfalab/icons-logo/RustoreSignSquareMIcon';",
5826
+ "android": "logo_rustore_sign_square_m",
5827
+ "ios": "logo_rustoreSignSquare_m",
5828
+ "middle": "logo_rustore-sign-square_m",
5829
+ "cdn": "logo_rustore-sign-square_m",
5830
+ "url": "https://alfabank.servicecdn.ru/icons/logo_rustore-sign-square_m.svg"
5831
+ },
5792
5832
  "S7AirlinesEnMColorIcon": {
5793
5833
  "description": "[logo_s7-airlines-en_m_color]",
5794
5834
  "web": "S7AirlinesEnMColorIcon",
@@ -6489,6 +6529,16 @@
6489
6529
  "cdn": "logo_tutu-box_m_white",
6490
6530
  "url": "https://alfabank.servicecdn.ru/icons/logo_tutu-box_m_white.svg"
6491
6531
  },
6532
+ "TutuSignBoxMIcon": {
6533
+ "description": "алиасы: ru store, app\n[logo_tutu-sign-box_m]",
6534
+ "web": "TutuSignBoxMIcon",
6535
+ "webComponent": "import { TutuSignBoxMIcon } from '@alfalab/icons-logo/TutuSignBoxMIcon';",
6536
+ "android": "logo_tutu_sign_box_m",
6537
+ "ios": "logo_tutuSignBox_m",
6538
+ "middle": "logo_tutu-sign-box_m",
6539
+ "cdn": "logo_tutu-sign-box_m",
6540
+ "url": "https://alfabank.servicecdn.ru/icons/logo_tutu-sign-box_m.svg"
6541
+ },
6492
6542
  "TutuMColorIcon": {
6493
6543
  "description": "[logo_tutu_m_color]",
6494
6544
  "web": "TutuMColorIcon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.486.0",
3
+ "version": "3.488.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.61.0",
54
+ "ui-primitives": "^35.64.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {