UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 883 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 ClockUserThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M132 72v49.53l42.21-21.11a4 4 0 113.58 7.16l-48 24a4.05 4.05 0 01-1.79.42 4 4 0 01-4-4V72a4 4 0 018 0zm-4 148a92 92 0 1192-92 4 4 0 008 0 100 100 0 10-100 100 4 4 0 000-8zm99.86 3a4 4 0 11-7.73 2.05c-3.29-12.37-14.86-21-28.13-21s-24.84 8.65-28.14 21a4 4 0 01-3.86 3 3.7 3.7 0 01-1-.14 4 4 0 01-2.84-4.89 36.24 36.24 0 0120.34-23.72 28 28 0 1131 0 36.2 36.2 0 0120.36 23.7zM192 196a20 20 0 10-20-20 20 20 0 0020 20z" })); exports.default = ClockUserThin;