UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 883 B
"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 BridgeLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 162h-34V95.28a69.81 69.81 0 0031.75 25.63 6 6 0 104.5-11.12A57.8 57.8 0 01198 56a6 6 0 00-12 0 58 58 0 01-116 0 6 6 0 00-12 0 57.8 57.8 0 01-36.25 53.79 6 6 0 104.5 11.12A69.81 69.81 0 0058 95.28V162H24a6 6 0 000 12h34v26a6 6 0 0012 0v-26h116v26a6 6 0 0012 0v-26h34a6 6 0 000-12zm-86-38.35V162h-36v-38.35a70.11 70.11 0 0036 0zm-76-28.5a70.49 70.49 0 0028 24.09V162H70zM158 162v-42.76a70.49 70.49 0 0028-24.09V162z" })); exports.default = BridgeLight;