@alfalab/icons 3.455.0 → 3.456.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 StopCompactAltMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default StopCompactAltMIcon;
@@ -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:"M5 9.2c0-1.47 0-2.205.286-2.767a2.625 2.625 0 011.147-1.147C6.995 5 7.73 5 9.2 5h5.6c1.47 0 2.205 0 2.767.286.494.252.895.653 1.147 1.147C19 6.995 19 7.73 19 9.2v5.6c0 1.47 0 2.205-.286 2.767a2.625 2.625 0 01-1.147 1.147C17.005 19 16.27 19 14.8 19H9.2c-1.47 0-2.205 0-2.767-.286a2.625 2.625 0 01-1.147-1.147C5 17.005 5 16.27 5 14.8V9.2z"}))};exports.StopCompactAltMIcon=a,exports.default=a;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.279.0",
3
+ "version": "2.280.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_glyph.json CHANGED
@@ -10779,6 +10779,16 @@
10779
10779
  "cdn": "glyph_stop-circle_m",
10780
10780
  "url": "https://alfabank.servicecdn.ru/icons/glyph_stop-circle_m.svg"
10781
10781
  },
10782
+ "StopCompactAltMIcon": {
10783
+ "description": "стоп, квадрат, загрузка, плеер, видео, video, stop, player",
10784
+ "web": "StopCompactAltMIcon",
10785
+ "webComponent": "import { StopCompactAltMIcon } from '@alfalab/icons-glyph/StopCompactAltMIcon';",
10786
+ "android": "glyph_stop_compact_alt_m",
10787
+ "ios": "glyph_stopCompactAlt_m",
10788
+ "middle": "glyph_stop-compact-alt_m",
10789
+ "cdn": "glyph_stop-compact-alt_m",
10790
+ "url": "https://alfabank.servicecdn.ru/icons/glyph_stop-compact-alt_m.svg"
10791
+ },
10782
10792
  "StopCompactMIcon": {
10783
10793
  "description": "стоп, квадрат, загрузка, плеер, видео, video, stop, player, компакт",
10784
10794
  "web": "StopCompactMIcon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.455.0",
3
+ "version": "3.456.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.27.0",
54
+ "ui-primitives": "^35.28.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {