@alfalab/icons 3.486.0 → 3.487.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",
@@ -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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.486.0",
3
+ "version": "3.487.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.62.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {