iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 895 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 BridgeBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 156h-28v-44.51a76.39 76.39 0 0023.49 15 12 12 0 009-22.25A51.81 51.81 0 01204 56a12 12 0 00-24 0 52 52 0 01-104 0 12 12 0 00-24 0 51.81 51.81 0 01-32.5 48.22 12 12 0 109 22.25 76.39 76.39 0 0023.49-15V156H24a12 12 0 000 24h28v20a12 12 0 0024 0v-20h104v20a12 12 0 0024 0v-20h28a12 12 0 000-24zm-92-24.95V156h-24v-24.95a76.26 76.26 0 0024 0zm-64-19.67a76.44 76.44 0 0016 11.53V156H76zM164 156v-33.09a76.44 76.44 0 0016-11.53V156z" }));
exports.default = BridgeBold;