UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 659 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 ArrowClockwiseThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M236 56v48a4 4 0 01-4 4h-48a4 4 0 010-8h37.7l-34.17-31.31-.13-.12a84 84 0 10-1.75 120.51 4 4 0 015.5 5.82A91.43 91.43 0 01128 220h-1.26A92 92 0 11193 62.84l35 32.05V56a4 4 0 118 0z" })); exports.default = ArrowClockwiseThin;