iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 771 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 Stopwatch = (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: "M5.5.5A.5.5 0 016 0h3a.5.5 0 010 1H8v1.12a6.363 6.363 0 012.992 1.016.638.638 0 01.066-.078l.8-.8a.625.625 0 01.884.884l-.775.775A6.4 6.4 0 117 2.119V1H6a.5.5 0 01-.5-.5zm-3.4 8a5.4 5.4 0 1110.8 0 5.4 5.4 0 01-10.8 0zm5.9-4a.5.5 0 00-1 0v5a.5.5 0 101 0v-5z", fill: "currentColor" }));
exports.default = Stopwatch;