iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 910 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 ArrowsCounterClockwiseBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M88 108H40a12 12 0 01-12-12V48a12 12 0 0124 0v19l7.8-7.8A99.42 99.42 0 01130 29.94h.56a99.38 99.38 0 0169.87 28.47 12 12 0 01-16.78 17.16 76 76 0 00-106.84.63L69 84h19a12 12 0 010 24zm128 40h-48a12 12 0 000 24h19l-7.8 7.8a75.55 75.55 0 01-53.32 22.26h-.43a75.49 75.49 0 01-53.09-21.63 12 12 0 00-16.78 17.16 99.38 99.38 0 0069.87 28.47h.55a99.42 99.42 0 0070.16-29.29L204 189v19a12 12 0 0024 0v-48a12 12 0 00-12-12z" }));
exports.default = ArrowsCounterClockwiseBold;