UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 773 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 Watch = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M7.5 9h2V8H8V5.5H7v3l.5.5z", fill: "#C5C5C5" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5 3.669A4.998 4.998 0 003 8a4.998 4.998 0 002.5 4.331V14.5l.5.5h4l.5-.5v-2.169A4.998 4.998 0 0013 8a4.998 4.998 0 00-2.5-4.331V1.5L10 1H6l-.5.5v2.169zM12 8a4 4 0 11-8 0 4 4 0 018 0z", fill: "#C5C5C5" })); exports.default = Watch;