iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 714 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 ClockCountdownBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M236 137A108.13 108.13 0 11119 20a12 12 0 012 24 84.12 84.12 0 1091 91 12 12 0 1124 2zM116 76v52a12 12 0 0012 12h52a12 12 0 000-24h-40V76a12 12 0 00-24 0zm92 20a16 16 0 10-16-16 16 16 0 0016 16zm-32-32a16 16 0 10-16-16 16 16 0 0016 16z" }));
exports.default = ClockCountdownBold;