iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 927 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 BridgeFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 160h-8v-39.5c1.63.81 3.29 1.57 5 2.26a8 8 0 006-14.83A55.78 55.78 0 01200 56a8 8 0 00-16 0 56 56 0 01-112 0 8 8 0 00-16 0 55.78 55.78 0 01-35 51.93 8 8 0 006 14.83c1.71-.69 3.37-1.45 5-2.26V160h-7.4c-6.31 0-8.6 4.78-8.6 8a8 8 0 008 8h32v24a8 8 0 0016 0v-24h112v24a8 8 0 0016 0v-24h32a8 8 0 000-16zm-160-8a8 8 0 01-16 0v-47.88a8 8 0 0116 0zm40 0a8 8 0 01-16 0v-19.68a8 8 0 0116 0zm48 0a8 8 0 01-16 0v-19.68a8 8 0 0116 0zm40 0a8 8 0 01-16 0v-47.88a8 8 0 0116 0z" }));
exports.default = BridgeFill;