@alfalab/icons-glyph 2.243.0 → 2.245.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;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const IcebergLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default IcebergLineMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M13.602 1a1 1 0 01.81.416L19.872 9h-2.464l-3.812-5.294L11.5 6.588a1 1 0 01-1.572.058L9.06 5.62 6.607 9H4.135l4.056-5.587a1 1 0 011.573-.059l.868 1.027 2.16-2.97a1 1 0 01.81-.411z"}),l.createElement("path",{d:"M23 11v2h-3.288l-6.9 9.584a1 1 0 01-1.623 0L4.287 13H1v-2h22zM6.752 13L12 20.289 17.248 13H6.752z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.IcebergLineMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.243.0",
3
+ "version": "2.245.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",