@alfalab/icons 3.468.0 → 3.469.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.
package/meta_rocky.json CHANGED
@@ -19,6 +19,16 @@
19
19
  "cdn": "rocky_airdrop_m",
20
20
  "url": "https://alfabank.servicecdn.ru/icons/rocky_airdrop_m.svg"
21
21
  },
22
+ "AirplaneCompactMIcon": {
23
+ "description": "самолёт",
24
+ "web": "AirplaneCompactMIcon",
25
+ "webComponent": "import { AirplaneCompactMIcon } from '@alfalab/icons-rocky/AirplaneCompactMIcon';",
26
+ "android": "rocky_airplane_compact_m",
27
+ "ios": "rocky_airplaneCompact_m",
28
+ "middle": "rocky_airplane-compact_m",
29
+ "cdn": "rocky_airplane-compact_m",
30
+ "url": "https://alfabank.servicecdn.ru/icons/rocky_airplane-compact_m.svg"
31
+ },
22
32
  "AirplaneMIcon": {
23
33
  "description": "самолёт",
24
34
  "web": "AirplaneMIcon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.468.0",
3
+ "version": "3.469.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.41.0",
54
+ "ui-primitives": "^35.42.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const AirplaneCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default AirplaneCompactMIcon;
@@ -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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M19.117 7.934c.659-.658.884-1.356.883-1.963-.001-.66-.27-1.21-.543-1.482-.272-.272-.829-.547-1.494-.554-.611-.007-1.315.214-1.973.872l-2.85 2.87-7.877-2.264L3.37 8.008l6.09 3.352-2.659 2.66-1.585-.846L3 15.39l4.581 4.13.138-.147 4.868-4.88 3.349 6.071 2.603-1.86-2.27-7.891 2.85-2.88z"}))};exports.AirplaneCompactMIcon=l,exports.default=l;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-rocky",
3
- "version": "1.21.0",
3
+ "version": "1.22.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",