UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 858 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 Bridge = (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-32v-58.66a71.89 71.89 0 0029 21.42 8 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.83 71.89 71.89 0 0029-21.42V160H24a8 8 0 000 16h32v24a8 8 0 0016 0v-24h112v24a8 8 0 0016 0v-24h32a8 8 0 000-16zm-88-33.8V160h-32v-33.8a72 72 0 0032 0zm-72-25a72.47 72.47 0 0024 19.27V160H72zm88 58.8v-39.52a72.47 72.47 0 0024-19.27V160z" })); exports.default = Bridge;