UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 753 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 ClockClockwiseThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M132 80v45.74l38.06 22.83a4 4 0 01-4.12 6.86l-40-24A4 4 0 01124 128V80a4 4 0 018 0zm92-20a4 4 0 00-4 4v28.85C211.33 82.46 203 73 193.05 63a92 92 0 10-1.9 132 4 4 0 00-5.5-5.82 84 84 0 111.73-120.5C197.7 79 206.39 89 215.53 100H184a4 4 0 000 8h40a4 4 0 004-4V64a4 4 0 00-4-4z" })); exports.default = ClockClockwiseThin;