iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 962 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 ClockUserBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M181.36 114.73l-48 24A12 12 0 01116 128V72a12 12 0 0124 0v36.58l30.63-15.31a12 12 0 1110.73 21.46zm45.72 120.86a12 12 0 01-14.68-8.51C210 218.2 201.65 212 192 212s-18 6.2-20.4 15.08A12 12 0 01160 236a11.77 11.77 0 01-3.09-.41 12 12 0 01-8.52-14.68 43.76 43.76 0 0115.08-23 36 36 0 1157 0 43.7 43.7 0 0115.08 23 12 12 0 01-8.47 14.68zM180 176a12 12 0 1012-12 12 12 0 00-12 12zm-62.52 35.35a84 84 0 1193.87-93.87 12 12 0 1023.81-3 108 108 0 10-120.65 120.68 11 11 0 001.5.1 12 12 0 001.47-23.91z" }));
exports.default = ClockUserBold;