iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 920 B
JavaScript
;
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 Repeat1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-repeat-1", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M11 4v1.466a.25.25 0 00.41.192l2.36-1.966a.25.25 0 000-.384l-2.36-1.966a.25.25 0 00-.41.192V3H5a5 5 0 00-4.48 7.223.5.5 0 00.896-.446A4 4 0 015 4zm4.48 1.777a.5.5 0 00-.896.446A4 4 0 0111 12H5.001v-1.466a.25.25 0 00-.41-.192l-2.36 1.966a.25.25 0 000 .384l2.36 1.966a.25.25 0 00.41-.192V13h6a5 5 0 004.48-7.223z" }),
React.createElement("path", { d: "M9 5.5a.5.5 0 00-.854-.354l-1.75 1.75a.5.5 0 10.708.708L8 6.707V10.5a.5.5 0 001 0z" }));
exports.default = Repeat1;