iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 754 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 ClockCountdownLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M230 136.49A102.12 102.12 0 11119.51 26a6 6 0 011 12A90.13 90.13 0 10218 135.51a6 6 0 1112 1zM122 72v56a6 6 0 006 6h56a6 6 0 000-12h-50V72a6 6 0 00-12 0zm38-26a10 10 0 10-10-10 10 10 0 0010 10zm36 24a10 10 0 10-10-10 10 10 0 0010 10zm24 36a10 10 0 10-10-10 10 10 0 0010 10z" }));
exports.default = ClockCountdownLight;