iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 750 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 ClockCountdown = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 136.66A104.12 104.12 0 11119.34 24a8 8 0 011.32 16A88.12 88.12 0 10216 135.34a8 8 0 0116 1.32zM120 72v56a8 8 0 008 8h56a8 8 0 000-16h-48V72a8 8 0 00-16 0zm40-24a12 12 0 10-12-12 12 12 0 0012 12zm36 24a12 12 0 10-12-12 12 12 0 0012 12zm24 36a12 12 0 10-12-12 12 12 0 0012 12z" }));
exports.default = ClockCountdown;