iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 838 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 BridgeThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 164h-36V88.09a67.81 67.81 0 0034.5 31 4 4 0 103-7.42A59.77 59.77 0 01196 56a4 4 0 00-8 0 60 60 0 01-120 0 4 4 0 00-8 0 59.77 59.77 0 01-37.5 55.64 4 4 0 003 7.42 67.81 67.81 0 0034.5-31V164H24a4 4 0 000 8h36v28a4 4 0 008 0v-28h120v28a4 4 0 008 0v-28h36a4 4 0 000-8zm-84-43v43h-40v-43a68 68 0 0040 0zM68 88a68.43 68.43 0 0032 30v46H68zm88 76v-46a68.43 68.43 0 0032-30v76z" }));
exports.default = BridgeThin;