UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 804 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 Clock = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.882 18.766A8.882 8.882 0 0 1 1 9.883a8.883 8.883 0 1 1 8.882 8.883zm0-16.655a7.773 7.773 0 1 0 .002 15.545 7.773 7.773 0 0 0-.002-15.545zm4.44 8.878H9.347c-.007 0-.013.004-.02.004a.545.545 0 0 1-.443-.236.533.533 0 0 1-.115-.318c0-.005.002-.008.003-.012V5.442a.555.555 0 0 1 1.11 0V9.89h4.44c.308 0 .558.245.558.55 0 .303-.25.55-.558.55z", fill: "#000", fillRule: "evenodd" })); exports.default = Clock;