iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 929 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 BusLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M184 34H72a30 30 0 00-30 30v144a14 14 0 0014 14h24a14 14 0 0014-14v-18h68v18a14 14 0 0014 14h24a14 14 0 0014-14V64a30 30 0 00-30-30zM54 178v-60h148v60zm0-100h148v28H54zm18-32h112a18 18 0 0118 18v2H54v-2a18 18 0 0118-18zm10 162a2 2 0 01-2 2H56a2 2 0 01-2-2v-18h28zm118 2h-24a2 2 0 01-2-2v-18h28v18a2 2 0 01-2 2zm-98-62a10 10 0 11-10-10 10 10 0 0110 10zm72 0a10 10 0 11-10-10 10 10 0 0110 10zm72-68v24a6 6 0 01-12 0V80a6 6 0 0112 0zM22 80v24a6 6 0 01-12 0V80a6 6 0 0112 0z" }));
exports.default = BusLight;