UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 924 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 Reload = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.882 18.765c3.286 0 6.147-1.789 7.684-4.442h-1.318c-1.406 2.01-3.728 3.332-6.366 3.332a7.772 7.772 0 0 1 0-15.545c3.094 0 5.744 1.822 6.994 4.44H12.66a.556.556 0 0 0 0 1.112h5.809c-.005-.02-.006-.04-.011-.058a.545.545 0 0 0 .196-.176.529.529 0 0 0 .04-.058.549.549 0 0 0 .056-.191c.004-.026.022-.046.022-.073 0-.016-.007-.029-.009-.044V1.558a.556.556 0 0 0-1.111 0V5.62C16.142 2.873 13.238 1 9.882 1A8.882 8.882 0 0 0 1 9.882a8.882 8.882 0 0 0 8.882 8.883z", fill: "#000", fillRule: "evenodd" })); exports.default = Reload;