iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 698 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 Timer = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5.85a.5.5 0 00-.5.5v2.172a.5.5 0 101 0v-1.65a5.65 5.65 0 11-4.81 1.974.5.5 0 10-.762-.647A6.65 6.65 0 107.5.85zm-.76 7.23L4.224 4.573a.25.25 0 01.348-.348L8.081 6.74a.96.96 0 11-1.34 1.34z", fill: "currentColor" }));
exports.default = Timer;