@alfalab/icons 3.449.0 → 3.450.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 ClockCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ClockCompactMIcon;
@@ -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:"M12 20a8 8 0 100-16 8 8 0 000 16zm-.8-12v4a2.4 2.4 0 00.96 1.92l2.08 1.36.96-1.28-2.08-1.36a.8.8 0 01-.32-.64V8h-1.6z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ClockCompactMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ClockCompactSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ClockCompactSIcon;
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),l.createElement("path",{d:"M8 14A6 6 0 108 2a6 6 0 000 12zm.6-9.429v3.18l1.967 1.968-.848.848-2.143-2.143A.6.6 0 017.4 8V4.571h1.2z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ClockCompactSIcon=r,exports.default=r;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.276.0",
3
+ "version": "2.277.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
@@ -3579,6 +3579,26 @@
3579
3579
  "cdn": "glyph_clock-compact-line_m",
3580
3580
  "url": "https://alfabank.servicecdn.ru/icons/glyph_clock-compact-line_m.svg"
3581
3581
  },
3582
+ "ClockCompactMIcon": {
3583
+ "description": "часы, время, time",
3584
+ "web": "ClockCompactMIcon",
3585
+ "webComponent": "import { ClockCompactMIcon } from '@alfalab/icons-glyph/ClockCompactMIcon';",
3586
+ "android": "glyph_clock_compact_m",
3587
+ "ios": "glyph_clockCompact_m",
3588
+ "middle": "glyph_clock-compact_m",
3589
+ "cdn": "glyph_clock-compact_m",
3590
+ "url": "https://alfabank.servicecdn.ru/icons/glyph_clock-compact_m.svg"
3591
+ },
3592
+ "ClockCompactSIcon": {
3593
+ "description": "часы, время, time",
3594
+ "web": "ClockCompactSIcon",
3595
+ "webComponent": "import { ClockCompactSIcon } from '@alfalab/icons-glyph/ClockCompactSIcon';",
3596
+ "android": "glyph_clock_compact_s",
3597
+ "ios": "glyph_clockCompact_s",
3598
+ "middle": "glyph_clock-compact_s",
3599
+ "cdn": "glyph_clock-compact_s",
3600
+ "url": "https://alfabank.servicecdn.ru/icons/glyph_clock-compact_s.svg"
3601
+ },
3582
3602
  "ClockCrossLineMIcon": {
3583
3603
  "description": "рассрочка, часы, время, отмена",
3584
3604
  "web": "ClockCrossLineMIcon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.449.0",
3
+ "version": "3.450.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.21.0",
54
+ "ui-primitives": "^35.22.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {