iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 883 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 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.749 2.75a.75.75 0 01.75-.75h3a.75.75 0 010 1.5h-3a.75.75 0 01-.75-.75zM11.248 13.25a.75.75 0 001.5 0V8.496a.75.75 0 10-1.5 0v4.756z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.999 4.502a8.749 8.749 0 106.694 3.115l1.339-1.339a.75.75 0 00-1.061-1.06l-1.339 1.338A8.714 8.714 0 0012 4.502zM4.75 13.25a7.249 7.249 0 1114.498 0 7.249 7.249 0 01-14.498 0z", fill: "#323544" }));
exports.default = Stopwatch;