iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 696 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 ArrowCounterClockwise = (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.25L44.59 96H72a8 8 0 010 16H24a8 8 0 01-8-8V56a8 8 0 0116 0v29.8L60.25 60A96 96 0 01224 128z" }));
exports.default = ArrowCounterClockwise;