@alfalab/icons 3.491.0 → 3.492.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 FlareDouble20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default FlareDouble20Icon;
@@ -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:"M15.5 11a.75.75 0 01.75.75V12A2.75 2.75 0 0019 14.75h.25a.75.75 0 010 1.5H19A2.75 2.75 0 0016.25 19v.25a.75.75 0 01-1.5 0V19A2.75 2.75 0 0012 16.25h-.25a.75.75 0 010-1.5H12A2.75 2.75 0 0014.75 12v-.25a.75.75 0 01.75-.75zM8 1a1 1 0 011 1 5 5 0 004.743 4.993L14 7l.102.005A1 1 0 0114 9a5 5 0 00-5 5 1 1 0 11-2 0 5 5 0 00-5-5l-.103-.005A1 1 0 012 7a5 5 0 005-5 1 1 0 011-1z"}))};exports.FlareDouble20Icon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const FlareDouble24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default FlareDouble24Icon;
@@ -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:"M19 13a.75.75 0 01.75.75V14A3.25 3.25 0 0023 17.25h.25a.75.75 0 010 1.5H23A3.25 3.25 0 0019.75 22v.25a.75.75 0 01-1.5 0V22A3.25 3.25 0 0015 18.75h-.25a.75.75 0 010-1.5H15A3.25 3.25 0 0018.25 14v-.25A.75.75 0 0119 13zM10 2a1 1 0 011 1 6 6 0 006 6l.102.005A1 1 0 0117 11a6 6 0 00-6 6 1 1 0 11-2 0 6 6 0 00-6-6l-.103-.005A1 1 0 013 9a6 6 0 006-6 1 1 0 011-1z"}))};exports.FlareDouble24Icon=a,exports.default=a;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph-26",
3
- "version": "1.20.0",
3
+ "version": "1.21.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
@@ -10749,6 +10749,26 @@
10749
10749
  "cdn": "glyph-26_flare-double-thinline_20",
10750
10750
  "url": "https://alfabank.servicecdn.ru/icons/glyph-26_flare-double-thinline_20.svg"
10751
10751
  },
10752
+ "FlareDouble20Icon": {
10753
+ "description": "",
10754
+ "web": "FlareDouble20Icon",
10755
+ "webComponent": "import { FlareDouble20Icon } from '@alfalab/icons-glyph-26/FlareDouble20Icon';",
10756
+ "android": "glyph_26_flare_double_20",
10757
+ "ios": "glyph26_flareDouble_20",
10758
+ "middle": "glyph-26_flare-double_20",
10759
+ "cdn": "glyph-26_flare-double_20",
10760
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_flare-double_20.svg"
10761
+ },
10762
+ "FlareDouble24Icon": {
10763
+ "description": "",
10764
+ "web": "FlareDouble24Icon",
10765
+ "webComponent": "import { FlareDouble24Icon } from '@alfalab/icons-glyph-26/FlareDouble24Icon';",
10766
+ "android": "glyph_26_flare_double_24",
10767
+ "ios": "glyph26_flareDouble_24",
10768
+ "middle": "glyph-26_flare-double_24",
10769
+ "cdn": "glyph-26_flare-double_24",
10770
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_flare-double_24.svg"
10771
+ },
10752
10772
  "FlareLine20Icon": {
10753
10773
  "description": "",
10754
10774
  "web": "FlareLine20Icon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.491.0",
3
+ "version": "3.492.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.67.0",
54
+ "ui-primitives": "^35.68.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {