iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 880 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 ClockUserLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M134 72v46.29l39.32-19.66a6 6 0 015.36 10.74l-48 24A6 6 0 01122 128V72a6 6 0 0112 0zm-6 146a90 90 0 1190-90 6 6 0 0012 0 102 102 0 10-102 102 6 6 0 000-12zm101.8 4.46a6 6 0 01-11.6 3.08C215.14 214 204.37 206 192 206s-23.14 8-26.2 19.54A6 6 0 01160 230a6.26 6.26 0 01-1.54-.2 6 6 0 01-4.26-7.34A38.09 38.09 0 01172.72 199a30 30 0 1138.56 0 38.09 38.09 0 0118.52 23.46zM174 176a18 18 0 1018-18 18 18 0 00-18 18z" }));
exports.default = ClockUserLight;