iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 824 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 ClockCountdownFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 96a12 12 0 1112 12 12 12 0 01-12-12zm-12-24a12 12 0 10-12-12 12 12 0 0012 12zm28.66 56a8 8 0 00-8.63 7.31A88.12 88.12 0 11120.66 40a8 8 0 00-1.32-16A104.12 104.12 0 10232 136.66a8 8 0 00-7.34-8.66zM128 56a72 72 0 11-72 72 72.08 72.08 0 0172-72zm-8 72a8 8 0 008 8h48a8 8 0 000-16h-40V80a8 8 0 00-16 0zm40-80a12 12 0 10-12-12 12 12 0 0012 12z" }));
exports.default = ClockCountdownFill;