iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 775 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 ClockCounterClockwiseThin = (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 0zm-4-44a91.42 91.42 0 00-65.07 27C53.05 73 44.66 82.47 36 92.86V64a4 4 0 00-8 0v40a4 4 0 004 4h40a4 4 0 000-8H40.47C49.61 89 58.3 79 68.6 68.6a84 84 0 111.75 120.49 4 4 0 10-5.5 5.82A92 92 0 10128 36z" }));
exports.default = ClockCounterClockwiseThin;