UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 807 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 Repeat = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-repeat", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M11 5.466V4H5a4 4 0 00-3.584 5.777.5.5 0 11-.896.446A5 5 0 015 3h6V1.534a.25.25 0 01.41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 01-.41-.192m3.81.086a.5.5 0 01.67.225A5 5 0 0111 13H5v1.466a.25.25 0 01-.41.192l-2.36-1.966a.25.25 0 010-.384l2.36-1.966a.25.25 0 01.41.192V12h6a4 4 0 003.585-5.777.5.5 0 01.225-.67z" })); exports.default = Repeat;