UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 554 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 Restart = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M13 9c0 2.8-2.2 5-5 5s-5-2.2-5-5 2.2-5 5-5h3.1L9.3 5.8l.7.7 3-3-3-3-.7.7L11.1 3H8C4.7 3 2 5.7 2 9s2.7 6 6 6 6-2.7 6-6h-1z" })); exports.default = Restart;