iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 719 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 ArrowClockwiseBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M244 56v48a12 12 0 01-12 12h-48a12 12 0 110-24h17.1l-19-17.38c-.13-.12-.26-.24-.38-.37A76 76 0 10127 204h1a75.53 75.53 0 0052.15-20.72 12 12 0 0116.49 17.45A99.45 99.45 0 01128 228h-1.37a100 100 0 1171.88-170.94L220 76.72V56a12 12 0 0124 0z" }));
exports.default = ArrowClockwiseBold;