UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 774 B
"use strict"; 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 StopwatchFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-stopwatch-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M6.5 0a.5.5 0 000 1H7v1.07A7.001 7.001 0 008 16a7 7 0 005.29-11.584l.013-.012.354-.354.353.354a.5.5 0 10.707-.707l-1.414-1.415a.5.5 0 10-.707.707l.354.354-.354.354-.012.012A6.97 6.97 0 009 2.071V1h.5a.5.5 0 000-1zm2 5.6V9a.5.5 0 01-.5.5H4.5a.5.5 0 010-1h3V5.6a.5.5 0 111 0" })); exports.default = StopwatchFill;