iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 945 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 ArrowsCounterClockwise = (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 0116 0v28.69l14.63-14.63A95.43 95.43 0 01130 33.94h.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.56 79.56 0 00-56.14 23.43L59.31 88H88a8 8 0 010 16zm128 48h-48a8 8 0 000 16h28.69l-14.63 14.63a79.56 79.56 0 01-56.13 23.43h-.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.43 95.43 0 0067.36-28.12L208 179.31V208a8 8 0 0016 0v-48a8 8 0 00-8-8z" }));
exports.default = ArrowsCounterClockwise;