UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 653 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 ArrowClockwise = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M240 56v48a8 8 0 01-8 8h-48a8 8 0 010-16h27.4l-26.59-24.36-.25-.24a80 80 0 10-1.67 114.78 8 8 0 0111 11.63A95.44 95.44 0 01128 224h-1.32a96 96 0 1169.07-164L224 85.8V56a8 8 0 1116 0z" })); exports.default = ArrowClockwise;