iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 721 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 ArrowCounterClockwiseFill = (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-94.71 96H128a95.38 95.38 0 01-65.9-26.2 8 8 0 0111-11.63 80 80 0 10-1.67-114.78 3.07 3.07 0 01-.26.25l-10.54 9.65 17 17A8 8 0 0172 112H24a8 8 0 01-8-8V56a8 8 0 0113.66-5.7L49.31 70l10.94-10A96 96 0 01224 128z" }));
exports.default = ArrowCounterClockwiseFill;