iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.08 kB
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 Bus1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7 14.438a1.25 1.25 0 112.5 0 1.25 1.25 0 01-2.5 0zM15.75 13.188a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z", fill: "#323544" }),
React.createElement("path", { d: "M7.625 2.625a3.751 3.751 0 00-3.662 2.938h-.088a1.5 1.5 0 00-1.5 1.5v.75c0 .414.336.75.75.75h.75v8.062c0 .725.343 1.37.875 1.781v1.469a1.5 1.5 0 003 0v-1h8.5v1a1.5 1.5 0 003 0v-1.469a2.246 2.246 0 00.875-1.781V8.562h.75a.75.75 0 00.75-.75v-.75a1.5 1.5 0 00-1.5-1.5h-.088a3.751 3.751 0 00-3.662-2.937h-8.75zm11 3.75V10H5.375V6.375a2.25 2.25 0 012.25-2.25h8.75a2.25 2.25 0 012.25 2.25zm-.75 11H6.125a.75.75 0 01-.75-.75V11.5h13.25v5.125a.75.75 0 01-.75.75z", fill: "#323544" }));
exports.default = Bus1;