iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 781 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 ClockCounterClockwiseLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M134 80v44.6l37.09 22.25a6 6 0 01-6.18 10.3l-40-24A6 6 0 01122 128V80a6 6 0 0112 0zm-6-46a93.4 93.4 0 00-66.49 27.56c-8.58 8.68-16 17-23.51 25.8V64a6 6 0 00-12 0v40a6 6 0 006 6h40a6 6 0 000-12H44.73C52.86 88.29 60.79 79.35 70 70a82 82 0 111.7 117.62 6 6 0 10-8.24 8.72A94 94 0 10128 34z" }));
exports.default = ClockCounterClockwiseLight;