iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 781 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 BusFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M248 80v24a8 8 0 01-16 0V80a8 8 0 0116 0zM16 72a8 8 0 00-8 8v24a8 8 0 0016 0V80a8 8 0 00-8-8zm200-8v144a16 16 0 01-16 16h-16a16 16 0 01-16-16v-8H88v8a16 16 0 01-16 16H56a16 16 0 01-16-16V64a32 32 0 0132-32h112a32 32 0 0132 32zm-112 84a12 12 0 10-12 12 12 12 0 0012-12zm72 0a12 12 0 10-12 12 12 12 0 0012-12zm24-76H56v40h144z" }));
exports.default = BusFill;