iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 778 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 ClockCounterClockwise = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M136 80v43.47l36.12 21.67a8 8 0 01-8.24 13.72l-40-24A8 8 0 01120 128V80a8 8 0 0116 0zm-8-48a95.44 95.44 0 00-67.92 28.15C52.81 67.51 46.35 74.59 40 82V64a8 8 0 00-16 0v40a8 8 0 008 8h40a8 8 0 000-16H49c7.15-8.42 14.27-16.35 22.39-24.57a80 80 0 111.66 114.75 8 8 0 10-11 11.64A96 96 0 10128 32z" }));
exports.default = ClockCounterClockwise;