UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.03 kB
"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 BusDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M48 184h40v24a8 8 0 01-8 8H56a8 8 0 01-8-8zm120 24a8 8 0 008 8h24a8 8 0 008-8v-24h-40zM48 72v40h160V72z", opacity: ".2" }), React.createElement("path", { d: "M184 32H72a32 32 0 00-32 32v144a16 16 0 0016 16h24a16 16 0 0016-16v-16h64v16a16 16 0 0016 16h24a16 16 0 0016-16V64a32 32 0 00-32-32zM56 176v-56h144v56zm0-96h144v24H56zm16-32h112a16 16 0 0116 16H56a16 16 0 0116-16zm8 160H56v-16h24zm96 0v-16h24v16zm-72-60a12 12 0 11-12-12 12 12 0 0112 12zm72 0a12 12 0 11-12-12 12 12 0 0112 12zm72-68v24a8 8 0 01-16 0V80a8 8 0 0116 0zM24 80v24a8 8 0 01-16 0V80a8 8 0 0116 0z" })); exports.default = BusDuotone;