iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 853 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 ArrowsClockwiseThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M220 48v48a4 4 0 01-4 4h-48a4 4 0 010-8h38.34l-21.45-21.46a84 84 0 00-118.09-.69 4 4 0 11-5.6-5.72 92 92 0 01129.34.76L212 86.34V48a4 4 0 018 0zm-30.8 138.15a83.44 83.44 0 01-58.68 23.91h-.47a83.52 83.52 0 01-58.94-24.6L49.66 164H88a4 4 0 000-8H40a4 4 0 00-4 4v48a4 4 0 008 0v-38.34l21.46 21.45A91.43 91.43 0 00130 218.06h.51a91.45 91.45 0 0064.28-26.19 4 4 0 10-5.6-5.72z" }));
exports.default = ArrowsClockwiseThin;