iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 677 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 ArrowClockwiseFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 56v48a8 8 0 01-8 8h-48a8 8 0 01-5.66-13.66l17-17-10.55-9.65-.25-.24a80 80 0 10-1.67 114.78 8 8 0 1111 11.63A95.44 95.44 0 01128 224h-1.32a96 96 0 1169.07-164l10.93 10 19.66-19.7A8 8 0 01240 56z" }));
exports.default = ArrowClockwiseFill;