@alfalab/icons-glyph 2.243.0 → 2.244.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;
package/package.json CHANGED
@@ -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",