iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 807 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 ClockCounterClockwiseFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 128a96 96 0 01-161.89 69.82 8 8 0 1111-11.64 80 80 0 10-1.68-114.75A439.19 439.19 0 0061.35 82l16.31 16.34A8 8 0 0172 112H32a8 8 0 01-8-8V64a8 8 0 0113.66-5.66L50 70.7c3.22-3.49 6.54-7 10.06-10.55A96 96 0 01224 128zm-96-56a8 8 0 00-8 8v48a8 8 0 003.88 6.86l40 24a8 8 0 108.24-13.72L136 123.47V80a8 8 0 00-8-8z" }));
exports.default = ClockCounterClockwiseFill;