UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 738 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 ClockUserFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M136 72v43.06l36.42-18.22a8 8 0 117.16 14.32l-48 24A8 8 0 01120 128V72a8 8 0 0116 0zm-8 144a88 88 0 1188-88 8 8 0 0016 0 104 104 0 10-104 104 8 8 0 000-16zm86.62-17.38a32 32 0 10-45.24 0A40 40 0 00152.27 222a8 8 0 007.73 10h64a8 8 0 007.73-10.06 40 40 0 00-17.11-23.32z" })); exports.default = ClockUserFill;