@alfalab/icons 3.479.0 → 3.481.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 SoundWaveLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SoundWaveLineMIcon;
@@ -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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M17 21h-2V3h2v18zm-8-2H7V5h2v14zm4-3h-2V8h2v8zm-8-1H3V9h2v6zm16-1h-2v-4h2v4z"}))};exports.SoundWaveLineMIcon=o,exports.default=o;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.287.0",
3
+ "version": "2.288.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 DocumentGearLine20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default DocumentGearLine20Icon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,a=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,t=function(e){return l.createElement("svg",a.__assign({role:"img",focusable:"false",fill:"currentColor",width:"20",height:"20",viewBox:"0 0 20 20"},e),l.createElement("path",{d:"M15.462 10.5c.21 0 .395.146.447.354l.171.68c.43.15.82.388 1.15.693l.736-.208c.2-.057.414.03.52.212l.449.771a.48.48 0 01-.081.586l-.581.557a3.5 3.5 0 010 1.21l.58.557a.48.48 0 01.082.586l-.449.77a.458.458 0 01-.52.213l-.736-.208c-.33.305-.72.543-1.15.694l-.17.678a.464.464 0 01-.448.355h-.924a.464.464 0 01-.447-.355l-.171-.68a3.307 3.307 0 01-1.147-.692l-.739.208a.458.458 0 01-.52-.212l-.449-.771a.48.48 0 01.082-.586l.582-.559a3.497 3.497 0 010-1.207l-.582-.558a.48.48 0 01-.082-.586l.449-.77a.458.458 0 01.52-.213l.739.208a3.311 3.311 0 011.147-.693l.17-.68a.464.464 0 01.448-.354h.924zM15 13.474c-.69 0-1.248.571-1.248 1.276 0 .705.559 1.276 1.248 1.276.69 0 1.248-.571 1.248-1.276 0-.705-.559-1.276-1.248-1.276z"}),l.createElement("path",{d:"M9 2a3 3 0 013 3v1h1c1.306 0 2.414.835 2.826 2H10V5a1 1 0 00-1-1H6v12h2v2H4V2h5z"}))};exports.DocumentGearLine20Icon=t,exports.default=t;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const DocumentGearLine24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default DocumentGearLine24Icon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,a=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,t=function(e){return l.createElement("svg",a.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M18.555 13c.253 0 .474.172.538.417l.206.799c.517.177.986.457 1.383.815l.886-.245a.555.555 0 01.625.251l.54.906a.555.555 0 01-.097.69l-.7.655a4.023 4.023 0 010 1.424l.7.655c.19.179.23.465.097.69l-.54.906a.555.555 0 01-.625.25l-.886-.244a3.998 3.998 0 01-1.383.815l-.206.799a.556.556 0 01-.538.417h-1.112a.556.556 0 01-.538-.417l-.207-.8a3.996 3.996 0 01-1.38-.815l-.888.246a.556.556 0 01-.626-.251l-.54-.906a.555.555 0 01.097-.69l.701-.657a4.022 4.022 0 010-1.42l-.7-.657a.555.555 0 01-.098-.69l.54-.906a.556.556 0 01.626-.25l.888.245a3.996 3.996 0 011.38-.815l.207-.8a.556.556 0 01.538-.417h1.112zM18 16.499a1.502 1.502 0 100 3.003 1.502 1.502 0 000-3.003z"}),l.createElement("path",{d:"M12 2a3 3 0 013 3v2h2a3 3 0 013 3v1h-2v-1a1 1 0 00-1-1h-4V5a1 1 0 00-1-1H6v16h5v2H4V2h8z"}))};exports.DocumentGearLine24Icon=t,exports.default=t;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const DocumentGearThinline20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default DocumentGearThinline20Icon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,t=function(e){return a.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"20",height:"20",viewBox:"0 0 20 20"},e),a.createElement("path",{d:"M15.462 10.5c.21 0 .395.146.447.354l.171.68c.43.15.82.388 1.15.693l.736-.208c.2-.057.414.03.52.212l.449.771a.48.48 0 01-.081.586l-.581.557a3.5 3.5 0 010 1.21l.58.557a.48.48 0 01.082.586l-.449.77a.458.458 0 01-.52.213l-.736-.208c-.33.305-.72.543-1.15.694l-.17.678a.464.464 0 01-.448.355h-.924a.464.464 0 01-.447-.355l-.171-.68a3.307 3.307 0 01-1.147-.692l-.739.208a.458.458 0 01-.52-.212l-.449-.771a.48.48 0 01.082-.586l.582-.559a3.497 3.497 0 010-1.207l-.582-.558a.48.48 0 01-.082-.586l.449-.77a.458.458 0 01.52-.213l.739.208a3.311 3.311 0 011.147-.693l.17-.68a.464.464 0 01.448-.354h.924zM15 13.474c-.69 0-1.248.571-1.248 1.276 0 .705.559 1.276 1.248 1.276.69 0 1.248-.571 1.248-1.276 0-.705-.559-1.276-1.248-1.276z"}),a.createElement("path",{d:"M8.7 1.95a2.75 2.75 0 012.75 2.75v1.25h1.849c1.276 0 2.346.87 2.656 2.05h-1.621a1.248 1.248 0 00-1.035-.55h-3.35V4.7c0-.69-.56-1.25-1.25-1.25H5.45v13.1H8v1.5H3.95V1.95H8.7z"}))};exports.DocumentGearThinline20Icon=t,exports.default=t;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const FlagCheckered20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default FlagCheckered20Icon;
@@ -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:"20",height:"20",viewBox:"0 0 20 20"},e),a.createElement("path",{d:"M5.542 3.133a7.493 7.493 0 014.877.717c1.38.712 2.66.626 3.62.357a5.799 5.799 0 001.158-.464 4.587 4.587 0 00.38-.226l.014-.01a.915.915 0 01.918-.087c.3.139.491.427.491.743v9.984l-.413.243-.002.002-.005.003-.012.006-.037.021a6.107 6.107 0 01-.554.261c-.365.151-.885.33-1.52.449a7.491 7.491 0 01-4.876-.718 5.653 5.653 0 00-3.698-.546c-.472.088-.86.22-1.133.33V17H3V4.117l.413-.243.462.703c-.434-.66-.46-.7-.461-.704l.002-.001.004-.003a.037.037 0 00.012-.007l.037-.02a6.209 6.209 0 01.554-.261c.365-.15.885-.33 1.52-.448zM10 9.368a7.481 7.481 0 00-4.458-.517c-.29.054-.554.122-.792.193v3.392a8.01 8.01 0 01.792-.193A7.482 7.482 0 0110 12.76V9.368zm0-.031c1.728.746 3.36.619 4.546.287.255-.071.49-.156.704-.24v-3.83a7.72 7.72 0 01-.714.242c-1.19.333-2.805.46-4.536-.295v3.836z"}))};exports.FlagCheckered20Icon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const FlagCheckered24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default FlagCheckered24Icon;
@@ -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:"M6.905 4.152a8.563 8.563 0 015.574.82c1.576.813 3.04.715 4.137.408a6.628 6.628 0 001.323-.53 5.255 5.255 0 00.435-.26l.016-.01c.3-.22.708-.259 1.05-.1.342.159.56.488.56.85v11.41l-.472.277-.003.003-.005.003-.014.007-.042.024a7.015 7.015 0 01-.633.298 8.871 8.871 0 01-1.736.513 8.562 8.562 0 01-5.573-.82 6.462 6.462 0 00-4.227-.625c-.54.101-.984.252-1.295.378V20H4V5.276L4.472 5 5 5.802a82.56 82.56 0 01-.527-.804l.003-.002.004-.002.014-.009.042-.023a7.099 7.099 0 01.633-.299 8.872 8.872 0 011.736-.511zM12 11.278a8.55 8.55 0 00-5.095-.591 9 9 0 00-.905.22v3.877a8.98 8.98 0 01.905-.22 8.55 8.55 0 015.095.59v-3.876zm0-.036c1.974.853 3.84.707 5.195.328.291-.081.56-.178.805-.273V6.918c-.248.097-.52.195-.816.277-1.36.38-3.206.526-5.184-.337v4.384z"}))};exports.FlagCheckered24Icon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const FlagCheckeredLine20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default FlagCheckeredLine20Icon;
@@ -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:"20",height:"20",viewBox:"0 0 20 20"},e),r.createElement("path",{d:"M5.361 3.266c1.276-.314 3.032-.28 5.118.856 1.603.874 2.803.736 3.577.452.404-.148.717-.346.926-.506a2.83 2.83 0 00.274-.236l.005-.006-.001.002-.005.005.11-.105A1 1 0 0117 4.5v9.945l-.332.3-.004.002-.006.005-.013.012a3.461 3.461 0 01-.551.385c-.34.199-.83.43-1.455.585-1.276.313-3.032.281-5.118-.856-1.647-.898-2.891-.865-3.682-.67a3.5 3.5 0 00-.839.323v3.47H3V4.553l.332-.298L4 5a80.06 80.06 0 01-.667-.745l.003-.003.006-.005.012-.01.037-.032a4.373 4.373 0 01.516-.354 5.464 5.464 0 011.454-.585zm4.16 2.612c-1.647-.898-2.89-.865-3.682-.67A3.498 3.498 0 005 5.531v6.836a6.02 6.02 0 01.361-.101c1.276-.314 3.032-.28 5.118.856 1.647.898 2.89.865 3.682.67.357-.088.639-.216.839-.325V6.35a5.017 5.017 0 01-.255.101c-1.293.475-3.094.587-5.224-.574z"}))};exports.FlagCheckeredLine20Icon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const FlagCheckeredLine24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default FlagCheckeredLine24Icon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M6.905 4.256a8.156 8.156 0 015.574.866c1.576.86 3.04.756 4.137.432a6.43 6.43 0 001.323-.56 5.2 5.2 0 00.435-.274l.016-.012A1 1 0 0120 5.5v12.056l-.472.293L19 17l.528.849-.003.003s-.004.001-.005.003l-.014.007-.042.026c-.034.02-.081.045-.14.077a6.838 6.838 0 01-.493.238 8.522 8.522 0 01-1.736.541 8.154 8.154 0 01-5.573-.866c-1.617-.881-3.119-.88-4.227-.66-.54.107-.984.266-1.295.4V21H4V5.444l.472-.293L5 6a85.452 85.452 0 01-.527-.85l.003-.002.004-.003.014-.008.042-.025.14-.078c.118-.063.284-.146.493-.237a8.52 8.52 0 011.736-.541zm4.616 2.622a6.157 6.157 0 00-4.227-.66c-.54.107-.983.266-1.294.4v8.871c.272-.085.575-.168.905-.233a8.154 8.154 0 015.574.866 6.156 6.156 0 004.227.66 6.54 6.54 0 001.294-.4V7.179c-.248.102-.52.205-.816.293-1.469.434-3.506.581-5.663-.594z"}))};exports.FlagCheckeredLine24Icon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const FlagCheckeredThinline20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default FlagCheckeredThinline20Icon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,a=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"20",height:"20",viewBox:"0 0 20 20"},e),l.createElement("path",{d:"M5.42 3.509c1.216-.3 2.908-.274 4.94.833 1.668.91 2.943.774 3.782.466a3.84 3.84 0 00.992-.54 3.076 3.076 0 00.301-.262l.01-.01-.002.002-.002.002a.75.75 0 011.309.5v9.834l-.249.223L16 14l.5.558-.002.002-.005.004-.01.01-.033.027a4.173 4.173 0 01-.483.331 5.21 5.21 0 01-1.388.56c-1.215.298-2.907.273-4.938-.834-1.702-.928-3.01-.903-3.862-.693a3.712 3.712 0 00-.987.395l-.042.026V18h-1.5V4.665l.249-.223L4 5a71.143 71.143 0 01-.5-.559h.001l.001-.003.005-.003.01-.01.033-.027a4.15 4.15 0 01.483-.331c.323-.189.79-.411 1.388-.558zm4.22 2.15c-1.701-.928-3.009-.904-3.86-.694a3.711 3.711 0 00-.988.395l-.042.026v7.335c.2-.079.425-.153.67-.213 1.216-.3 2.908-.274 4.94.833 1.701.927 3.009.903 3.86.693a3.71 3.71 0 00.988-.396c.015-.008.028-.018.042-.026V5.957a5.56 5.56 0 01-.592.26c-1.228.45-2.954.566-5.017-.559z"}))};exports.FlagCheckeredThinline20Icon=a,exports.default=a;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph-26",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
@@ -8809,6 +8809,36 @@
8809
8809
  "cdn": "glyph-26_document-flash-thinline_20",
8810
8810
  "url": "https://alfabank.servicecdn.ru/icons/glyph-26_document-flash-thinline_20.svg"
8811
8811
  },
8812
+ "DocumentGearLine20Icon": {
8813
+ "description": "",
8814
+ "web": "DocumentGearLine20Icon",
8815
+ "webComponent": "import { DocumentGearLine20Icon } from '@alfalab/icons-glyph-26/DocumentGearLine20Icon';",
8816
+ "android": "glyph_26_document_gear_line_20",
8817
+ "ios": "glyph26_documentGearLine_20",
8818
+ "middle": "glyph-26_document-gear-line_20",
8819
+ "cdn": "glyph-26_document-gear-line_20",
8820
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_document-gear-line_20.svg"
8821
+ },
8822
+ "DocumentGearLine24Icon": {
8823
+ "description": "",
8824
+ "web": "DocumentGearLine24Icon",
8825
+ "webComponent": "import { DocumentGearLine24Icon } from '@alfalab/icons-glyph-26/DocumentGearLine24Icon';",
8826
+ "android": "glyph_26_document_gear_line_24",
8827
+ "ios": "glyph26_documentGearLine_24",
8828
+ "middle": "glyph-26_document-gear-line_24",
8829
+ "cdn": "glyph-26_document-gear-line_24",
8830
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_document-gear-line_24.svg"
8831
+ },
8832
+ "DocumentGearThinline20Icon": {
8833
+ "description": "",
8834
+ "web": "DocumentGearThinline20Icon",
8835
+ "webComponent": "import { DocumentGearThinline20Icon } from '@alfalab/icons-glyph-26/DocumentGearThinline20Icon';",
8836
+ "android": "glyph_26_document_gear_thinline_20",
8837
+ "ios": "glyph26_documentGearThinline_20",
8838
+ "middle": "glyph-26_document-gear-thinline_20",
8839
+ "cdn": "glyph-26_document-gear-thinline_20",
8840
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_document-gear-thinline_20.svg"
8841
+ },
8812
8842
  "DocumentHeartLine20Icon": {
8813
8843
  "description": "",
8814
8844
  "web": "DocumentHeartLine20Icon",
@@ -10409,6 +10439,56 @@
10409
10439
  "cdn": "glyph-26_factory-pipes-thinline_20",
10410
10440
  "url": "https://alfabank.servicecdn.ru/icons/glyph-26_factory-pipes-thinline_20.svg"
10411
10441
  },
10442
+ "FlagCheckeredLine20Icon": {
10443
+ "description": "",
10444
+ "web": "FlagCheckeredLine20Icon",
10445
+ "webComponent": "import { FlagCheckeredLine20Icon } from '@alfalab/icons-glyph-26/FlagCheckeredLine20Icon';",
10446
+ "android": "glyph_26_flag_checkered_line_20",
10447
+ "ios": "glyph26_flagCheckeredLine_20",
10448
+ "middle": "glyph-26_flag-checkered-line_20",
10449
+ "cdn": "glyph-26_flag-checkered-line_20",
10450
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_flag-checkered-line_20.svg"
10451
+ },
10452
+ "FlagCheckeredLine24Icon": {
10453
+ "description": "",
10454
+ "web": "FlagCheckeredLine24Icon",
10455
+ "webComponent": "import { FlagCheckeredLine24Icon } from '@alfalab/icons-glyph-26/FlagCheckeredLine24Icon';",
10456
+ "android": "glyph_26_flag_checkered_line_24",
10457
+ "ios": "glyph26_flagCheckeredLine_24",
10458
+ "middle": "glyph-26_flag-checkered-line_24",
10459
+ "cdn": "glyph-26_flag-checkered-line_24",
10460
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_flag-checkered-line_24.svg"
10461
+ },
10462
+ "FlagCheckeredThinline20Icon": {
10463
+ "description": "",
10464
+ "web": "FlagCheckeredThinline20Icon",
10465
+ "webComponent": "import { FlagCheckeredThinline20Icon } from '@alfalab/icons-glyph-26/FlagCheckeredThinline20Icon';",
10466
+ "android": "glyph_26_flag_checkered_thinline_20",
10467
+ "ios": "glyph26_flagCheckeredThinline_20",
10468
+ "middle": "glyph-26_flag-checkered-thinline_20",
10469
+ "cdn": "glyph-26_flag-checkered-thinline_20",
10470
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_flag-checkered-thinline_20.svg"
10471
+ },
10472
+ "FlagCheckered20Icon": {
10473
+ "description": "",
10474
+ "web": "FlagCheckered20Icon",
10475
+ "webComponent": "import { FlagCheckered20Icon } from '@alfalab/icons-glyph-26/FlagCheckered20Icon';",
10476
+ "android": "glyph_26_flag_checkered_20",
10477
+ "ios": "glyph26_flagCheckered_20",
10478
+ "middle": "glyph-26_flag-checkered_20",
10479
+ "cdn": "glyph-26_flag-checkered_20",
10480
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_flag-checkered_20.svg"
10481
+ },
10482
+ "FlagCheckered24Icon": {
10483
+ "description": "",
10484
+ "web": "FlagCheckered24Icon",
10485
+ "webComponent": "import { FlagCheckered24Icon } from '@alfalab/icons-glyph-26/FlagCheckered24Icon';",
10486
+ "android": "glyph_26_flag_checkered_24",
10487
+ "ios": "glyph26_flagCheckered_24",
10488
+ "middle": "glyph-26_flag-checkered_24",
10489
+ "cdn": "glyph-26_flag-checkered_24",
10490
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_flag-checkered_24.svg"
10491
+ },
10412
10492
  "FlagLine20Icon": {
10413
10493
  "description": "",
10414
10494
  "web": "FlagLine20Icon",
package/meta_glyph.json CHANGED
@@ -10559,6 +10559,16 @@
10559
10559
  "cdn": "glyph_sound-off_xxl",
10560
10560
  "url": "https://alfabank.servicecdn.ru/icons/glyph_sound-off_xxl.svg"
10561
10561
  },
10562
+ "SoundWaveLineMIcon": {
10563
+ "description": "голосовой режим, чат, голос, звук",
10564
+ "web": "SoundWaveLineMIcon",
10565
+ "webComponent": "import { SoundWaveLineMIcon } from '@alfalab/icons-glyph/SoundWaveLineMIcon';",
10566
+ "android": "glyph_sound_wave_line_m",
10567
+ "ios": "glyph_soundWaveLine_m",
10568
+ "middle": "glyph_sound-wave-line_m",
10569
+ "cdn": "glyph_sound-wave-line_m",
10570
+ "url": "https://alfabank.servicecdn.ru/icons/glyph_sound-wave-line_m.svg"
10571
+ },
10562
10572
  "SoundWaveMIcon": {
10563
10573
  "description": "голосовой режим, чат, голос, звук",
10564
10574
  "web": "SoundWaveMIcon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.479.0",
3
+ "version": "3.481.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.54.0",
54
+ "ui-primitives": "^35.56.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {