UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 683 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 ArrowClockwiseLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M238 56v48a6 6 0 01-6 6h-48a6 6 0 010-12h32.55l-30.38-27.8c-.06-.06-.12-.13-.19-.19a82 82 0 10-1.7 117.65 6 6 0 018.24 8.73A93.46 93.46 0 01128 222h-1.28a94 94 0 1167.65-160.6L226 90.35V56a6 6 0 1112 0z" })); exports.default = ArrowClockwiseLight;