iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 856 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 ArrowsClockwiseFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 48v48a8 8 0 01-8 8h-48a8 8 0 01-5.66-13.66L180.65 72a79.48 79.48 0 00-54.72-22.09h-.45a79.52 79.52 0 00-55.89 22.8 8 8 0 01-11.18-11.44A96 96 0 01192 60.7l18.36-18.36A8 8 0 01224 48zm-37.59 135.29a80 80 0 01-111.06.71l18.31-18.31A8 8 0 0088 152H40a8 8 0 00-8 8v48a8 8 0 0013.66 5.66L64 195.3a95.42 95.42 0 0066 26.76h.53a95.36 95.36 0 0067.07-27.33 8 8 0 00-11.18-11.44z" }));
exports.default = ArrowsClockwiseFill;