UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 861 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 BusBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M184 28H72a36 36 0 00-36 36v144a20 20 0 0020 20h28a20 20 0 0020-20v-16h48v16a20 20 0 0020 20h28a20 20 0 0020-20V64a36 36 0 00-36-36zM60 168v-56h136v56zM72 52h112a12 12 0 0112 12v24H60V64a12 12 0 0112-12zm8 152H60v-12h20zm96 0v-12h20v12zm-68-64a16 16 0 11-16-16 16 16 0 0116 16zm72 0a16 16 0 11-16-16 16 16 0 0116 16zm76-60v24a12 12 0 01-24 0V80a12 12 0 0124 0zM24 80v24a12 12 0 01-24 0V80a12 12 0 0124 0z" })); exports.default = BusBold;