@alfalab/icons-glyph 2.107.0 → 2.109.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 ChartLineAscMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ChartLineAscMIcon;
@@ -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:"M23 4.289l-4.91 10.134a1.473 1.473 0 01-2.352.413l-2.377-2.321-2.54 5.163a1.473 1.473 0 01-2.306.444L6.06 15.91 3.664 21 1 19.741l3.24-6.887a1.473 1.473 0 012.318-.468l2.481 2.238 2.576-5.237a1.473 1.473 0 012.35-.404l2.367 2.311L20.35 3 23 4.289z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ChartLineAscMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ClockRepeatCwCircleMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ClockRepeatCwCircleMIcon;
@@ -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:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm5-10a5 5 0 00-10 0H5.667a6.333 6.333 0 111.149 3.64c-.003.084-.01.178-.023.282l-.126 1.411H5.333v-4h4v1.334l-1.48.128A5 5 0 0017 12zm-5.667 0V9h1.334v3c0 .21.098.407.266.533l1.734 1.134-.8 1.066-1.734-1.133a2 2 0 01-.8-1.6z"}))};exports.ClockRepeatCwCircleMIcon=l,exports.default=l;
package/ScanMIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ScanMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ScanMIcon;
package/ScanMIcon.js ADDED
@@ -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:"M3 5a2 2 0 012-2h3v2H5v3H3V5zm13 0V3h3a2 2 0 012 2v3h-2V5h-3zm5 11h-2v3h-3v2h3a2 2 0 002-2v-3zM8 19v2H5a2 2 0 01-2-2v-2.778h2V19h3zm-3-8h14v2H5v-2z"}))};exports.ScanMIcon=a,exports.default=a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.107.0",
3
+ "version": "2.109.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",