@alfalab/icons 3.382.0 → 3.383.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.
@@ -1 +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,s=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 11h18v2H3z"}))};exports.MinusMIcon=s,exports.default=s;
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,s=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 11h18v2H3v-2z"}))};exports.MinusMIcon=s,exports.default=s;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SoundWaveMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SoundWaveMIcon;
@@ -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:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M3 9.5a1.5 1.5 0 113 0v5a1.5 1.5 0 01-3 0v-5zm5-4a1.5 1.5 0 113 0v13a1.5 1.5 0 01-3 0v-13zm5 3a1.5 1.5 0 013 0v7a1.5 1.5 0 01-3 0v-7zm5 2a1.5 1.5 0 013 0v3a1.5 1.5 0 01-3 0v-3z"}))};exports.SoundWaveMIcon=r,exports.default=r;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.247.0",
3
+ "version": "2.248.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0",
package/meta_glyph.json CHANGED
@@ -10823,6 +10823,17 @@
10823
10823
  "cdn": "glyph_sound-off_xxl",
10824
10824
  "url": "https://alfabank.servicecdn.ru/icons/glyph_sound-off_xxl.svg"
10825
10825
  },
10826
+ "SoundWaveMIcon": {
10827
+ "description": "голосовой режим, чат, голос, звук",
10828
+ "basename": "glyph_sound-wave_m",
10829
+ "web": "SoundWaveMIcon",
10830
+ "webComponent": "import { SoundWaveMIcon } from '@alfalab/icons-glyph/SoundWaveMIcon';",
10831
+ "android": "glyph_sound_wave_m",
10832
+ "ios": "glyph_soundWave_m",
10833
+ "middle": "glyph_sound-wave_m",
10834
+ "cdn": "glyph_sound-wave_m",
10835
+ "url": "https://alfabank.servicecdn.ru/icons/glyph_sound-wave_m.svg"
10836
+ },
10826
10837
  "SoundMIcon": {
10827
10838
  "description": "динамик, звук",
10828
10839
  "basename": "glyph_sound_m",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.382.0",
3
+ "version": "3.383.0",
4
4
  "description": "Design System UI Icons",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:core-ds/icons.git",
@@ -52,7 +52,7 @@
52
52
  "ts-node": "^8.6.2",
53
53
  "tslib": "^2.0.0",
54
54
  "typescript": "^3.8.3",
55
- "ui-primitives": "^30.16.0",
55
+ "ui-primitives": "^30.17.0",
56
56
  "util": "^0.12.2"
57
57
  },
58
58
  "lint-staged": {