@alfalab/icons 3.378.1 → 3.379.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 CircleChartMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CircleChartMIcon;
@@ -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:"M23 21H1v-2h22v2zM12 2c5.523 0 10 4.477 10 10 0 1.822-.49 3.529-1.34 5H3.34A9.95 9.95 0 012 12C2 6.477 6.477 2 12 2zm.54 8.126l-1.333-1.333-.654-.655-.703.603-3.5 3 1.3 1.518 2.797-2.398 2.013 2.013.704-.627 4.5-4-1.328-1.494-3.796 3.373z"}))};exports.CircleChartMIcon=l,exports.default=l;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.243.0",
3
+ "version": "2.244.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",
package/meta_glyph.json CHANGED
@@ -3563,6 +3563,17 @@
3563
3563
  "cdn": "glyph_cinema-camera_m",
3564
3564
  "url": "https://alfabank.servicecdn.ru/icons/glyph_cinema-camera_m.svg"
3565
3565
  },
3566
+ "CircleChartMIcon": {
3567
+ "description": "",
3568
+ "basename": "glyph_circle-chart_m",
3569
+ "web": "CircleChartMIcon",
3570
+ "webComponent": "import { CircleChartMIcon } from '@alfalab/icons-glyph/CircleChartMIcon';",
3571
+ "android": "glyph_circle_chart_m",
3572
+ "ios": "glyph_circleChart_m",
3573
+ "middle": "glyph_circle-chart_m",
3574
+ "cdn": "glyph_circle-chart_m",
3575
+ "url": "https://alfabank.servicecdn.ru/icons/glyph_circle-chart_m.svg"
3576
+ },
3566
3577
  "CircleMIcon": {
3567
3578
  "description": "",
3568
3579
  "basename": "glyph_circle_m",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.378.1",
3
+ "version": "3.379.0",
4
4
  "description": "Design System UI Icons",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:core-ds/icons.git",
@@ -52,7 +52,7 @@
52
52
  "ts-node": "^8.6.2",
53
53
  "tslib": "^2.0.0",
54
54
  "typescript": "^3.8.3",
55
- "ui-primitives": "^30.13.0",
55
+ "ui-primitives": "^30.14.0",
56
56
  "util": "^0.12.2"
57
57
  },
58
58
  "lint-staged": {