UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.25 kB
"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 RouterFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-router-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M5.525 3.025a3.5 3.5 0 014.95 0 .5.5 0 10.707-.707 4.5 4.5 0 00-6.364 0 .5.5 0 00.707.707" }), React.createElement("path", { d: "M6.94 4.44a1.5 1.5 0 012.12 0 .5.5 0 00.708-.708 2.5 2.5 0 00-3.536 0 .5.5 0 00.707.707z" }), React.createElement("path", { d: "M2.974 2.342a.5.5 0 10-.948.316L3.806 8H1.5A1.5 1.5 0 000 9.5v2A1.5 1.5 0 001.5 13H2a.5.5 0 00.5.5h2A.5.5 0 005 13h6a.5.5 0 00.5.5h2a.5.5 0 00.5-.5h.5a1.5 1.5 0 001.5-1.5v-2A1.5 1.5 0 0014.5 8h-2.306l1.78-5.342a.5.5 0 10-.948-.316L11.14 8H4.86zM2.5 11a.5.5 0 110-1 .5.5 0 010 1m4.5-.5a.5.5 0 111 0 .5.5 0 01-1 0m2.5.5a.5.5 0 110-1 .5.5 0 010 1m1.5-.5a.5.5 0 111 0 .5.5 0 01-1 0m2 0a.5.5 0 111 0 .5.5 0 01-1 0" }), React.createElement("path", { d: "M8.5 5.5a.5.5 0 11-1 0 .5.5 0 011 0" })); exports.default = RouterFill;