iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 729 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const ClockCountdownThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M228 136.33A100.13 100.13 0 11119.67 28a4 4 0 11.66 8A92.13 92.13 0 10220 135.67a4 4 0 118 .66zM128 132h56a4 4 0 000-8h-52V72a4 4 0 00-8 0v56a4 4 0 004 4zm32-88a8 8 0 10-8-8 8 8 0 008 8zm36 24a8 8 0 10-8-8 8 8 0 008 8zm24 36a8 8 0 10-8-8 8 8 0 008 8z" }));
exports.default = ClockCountdownThin;