iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 869 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 ClockUser = (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.05l36.42-18.21a8 8 0 017.16 14.31l-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-16zm103.73 5.94a8 8 0 11-15.46 4.11C213.44 215.42 203.46 208 192 208s-21.44 7.42-24.27 18.05A8 8 0 01160 232a8.15 8.15 0 01-2.06-.27 8 8 0 01-5.67-9.79 40 40 0 0117.11-23.32 32 32 0 1145.23 0 40 40 0 0117.12 23.32zM176 176a16 16 0 1016-16 16 16 0 00-16 16z" }));
exports.default = ClockUser;