UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 945 B
"use strict"; 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 ArrowsClockwiseBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M228 48v48a12 12 0 01-12 12h-48a12 12 0 010-24h19l-7.8-7.8a75.55 75.55 0 00-53.32-22.26h-.43a75.49 75.49 0 00-53.06 21.63 12 12 0 11-16.78-17.16 99.38 99.38 0 0169.87-28.47h.52a99.42 99.42 0 0170.2 29.29L204 67V48a12 12 0 0124 0zm-44.39 132.43a75.49 75.49 0 01-53.09 21.63h-.43a75.55 75.55 0 01-53.32-22.26L69 172h19a12 12 0 000-24H40a12 12 0 00-12 12v48a12 12 0 0024 0v-19l7.8 7.8a99.42 99.42 0 0070.2 29.26h.56a99.38 99.38 0 0069.87-28.47 12 12 0 00-16.78-17.16z" })); exports.default = ArrowsClockwiseBold;