@alfalab/icons-glyph 2.226.0 → 2.228.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 ClockCoinLineSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ClockCoinLineSIcon;
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),l.createElement("g",{clipPath:"url(#prefix__clip0_92232_22896)"},l.createElement("path",{d:"M13.714 8c0 .518-.066 1.02-.192 1.5h1.564c.1-.485.152-.986.152-1.5 0-4.142-3.411-7.5-7.619-7.5S0 3.858 0 8c0 4.142 3.411 7.5 7.619 7.5.257 0 .511-.012.762-.037v-1.51a6.26 6.26 0 01-.762.047c-3.366 0-6.095-2.686-6.095-6s2.729-6 6.095-6c3.366 0 6.095 2.686 6.095 6zM8.762 4.56V8c0 .398-.16.78-.446 1.06l-2.063 2.031-1.077-1.06L7.238 8V4.56h1.524zM16 11v1.5H9.905V11H16zm0 3v1.5H9.905V14H16z",fillRule:"evenodd",clipRule:"evenodd"})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_92232_22896"},l.createElement("path",{d:"M0 0h16v16H0z"}))))};exports.ClockCoinLineSIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const DocumentOffCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default DocumentOffCompactMIcon;
@@ -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:"M18.282 19.413l.59.587L20 18.878 5.128 4.079 4 5.201 5.595 6.79v12.29c0 .438.357.793.798.793h11.165a.798.798 0 00.724-.46zm.074-9.211v4.817L7.282 4h4.841a2.385 2.385 0 012.38 2.618l-.115 1.157a.16.16 0 00.174.174l1.163-.116a2.388 2.388 0 012.631 2.37z"}))};exports.DocumentOffCompactMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const DocumentOffCompactSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default DocumentOffCompactSIcon;
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M12.712 13.56l.442.44.846-.842L2.846 2.06 2 2.901l1.196 1.19v9.218c0 .329.268.595.599.595h8.374c.24 0 .447-.14.543-.344zm.055-6.908v3.612L4.462 2h3.63c1.062 0 1.892.912 1.786 1.963l-.087.868a.12.12 0 00.13.13l.873-.086a1.791 1.791 0 011.973 1.777z"}))};exports.DocumentOffCompactSIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.226.0",
3
+ "version": "2.228.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",