iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 941 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 ArrowsCounterClockwiseThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M88 100H40a4 4 0 01-4-4V48a4 4 0 018 0v38.34l21.46-21.45A91.39 91.39 0 01130 37.94h.51a91.43 91.43 0 0164.29 26.19 4 4 0 01-5.6 5.72 83.44 83.44 0 00-58.68-23.91h-.47a83.52 83.52 0 00-58.94 24.6L49.66 92H88a4 4 0 010 8zm128 56h-48a4 4 0 000 8h38.34l-21.45 21.46a83.52 83.52 0 01-58.89 24.6h-.47a83.44 83.44 0 01-58.73-23.91 4 4 0 00-5.6 5.72 91.43 91.43 0 0064.28 26.19h.52a91.39 91.39 0 0064.55-26.95L212 169.66V208a4 4 0 008 0v-48a4 4 0 00-4-4z" }));
exports.default = ArrowsCounterClockwiseThin;