@alfalab/icons-glyph 2.276.0 → 2.277.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.
- package/ClockCompactMIcon.d.ts +3 -0
- package/ClockCompactMIcon.js +1 -0
- package/ClockCompactSIcon.d.ts +3 -0
- package/ClockCompactSIcon.js +1 -0
- package/package.json +1 -1
|
@@ -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:"M12 20a8 8 0 100-16 8 8 0 000 16zm-.8-12v4a2.4 2.4 0 00.96 1.92l2.08 1.36.96-1.28-2.08-1.36a.8.8 0 01-.32-.64V8h-1.6z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ClockCompactMIcon=r,exports.default=r;
|
|
@@ -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("path",{d:"M8 14A6 6 0 108 2a6 6 0 000 12zm.6-9.429v3.18l1.967 1.968-.848.848-2.143-2.143A.6.6 0 017.4 8V4.571h1.2z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ClockCompactSIcon=r,exports.default=r;
|