iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 942 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 ArrowsCounterClockwiseFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M88 104H40a8 8 0 01-8-8V48a8 8 0 0113.66-5.66L64 60.7a95.42 95.42 0 0166-26.76h.53a95.36 95.36 0 0167.07 27.33 8 8 0 01-11.18 11.44 79.52 79.52 0 00-55.89-22.77h-.45A79.48 79.48 0 0075.35 72l18.31 18.34A8 8 0 0188 104zm128 48h-48a8 8 0 00-5.66 13.66L180.65 184a79.48 79.48 0 01-54.72 22.09h-.45a79.52 79.52 0 01-55.89-22.77 8 8 0 10-11.18 11.44 95.36 95.36 0 0067.07 27.33h.52a95.42 95.42 0 0066-26.76l18.36 18.36A8 8 0 00224 208v-48a8 8 0 00-8-8z" }));
exports.default = ArrowsCounterClockwiseFill;