@alfalab/icons 3.489.0 → 3.490.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,o=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M4 4.177V13l3.433-2.02a1.115 1.115 0 011.134 0L12 13V4.177C12 3.527 11.488 3 10.857 3H5.143C4.512 3 4 3.527 4 4.177z"}))};exports.BookmarkSIcon=o,exports.default=o;
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,o=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M3 2.75V15l4.291-2.827c.44-.29.979-.29 1.418 0L13 15V2.75C13 1.84 12.122 1 11.333 1H4.667C3.877 1 3 1.84 3 2.75z"}))};exports.BookmarkSIcon=o,exports.default=o;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const FlareDoubleMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default FlareDoubleMIcon;
@@ -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,l=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("g",{clipPath:"url(#prefix__clip0_161637_36112)"},a.createElement("path",{d:"M19.004 13a.75.75 0 01.75.75V14a3.25 3.25 0 003.25 3.25h.25a.75.75 0 010 1.5h-.25a3.25 3.25 0 00-3.25 3.25v.25a.75.75 0 01-1.5 0V22a3.25 3.25 0 00-3.25-3.25h-.25a.75.75 0 010-1.5h.25a3.25 3.25 0 003.25-3.25v-.25a.75.75 0 01.75-.75zm-9-11a1 1 0 011 1 6 6 0 006 6l.102.005A1 1 0 0117.004 11a6 6 0 00-6 6 1 1 0 11-2 0 6 6 0 00-6-6l-.103-.005A1 1 0 013.004 9a6 6 0 006-6 1 1 0 011-1z"})),a.createElement("defs",null,a.createElement("clipPath",{id:"prefix__clip0_161637_36112"},a.createElement("path",{d:"M0 0h24v24H0z"}))))};exports.FlareDoubleMIcon=l,exports.default=l;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.288.0",
3
+ "version": "2.289.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
@@ -5459,6 +5459,16 @@
5459
5459
  "cdn": "glyph_flame_s",
5460
5460
  "url": "https://alfabank.servicecdn.ru/icons/glyph_flame_s.svg"
5461
5461
  },
5462
+ "FlareDoubleMIcon": {
5463
+ "description": "ai, ии, звездочка, нейро, artificial",
5464
+ "web": "FlareDoubleMIcon",
5465
+ "webComponent": "import { FlareDoubleMIcon } from '@alfalab/icons-glyph/FlareDoubleMIcon';",
5466
+ "android": "glyph_flare_double_m",
5467
+ "ios": "glyph_flareDouble_m",
5468
+ "middle": "glyph_flare-double_m",
5469
+ "cdn": "glyph_flare-double_m",
5470
+ "url": "https://alfabank.servicecdn.ru/icons/glyph_flare-double_m.svg"
5471
+ },
5462
5472
  "FlashCircleMIcon": {
5463
5473
  "description": "молния, lightning",
5464
5474
  "web": "FlashCircleMIcon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.489.0",
3
+ "version": "3.490.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.65.0",
54
+ "ui-primitives": "^35.66.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {