Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/bus.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

22 lines
534 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Bus = createLucideIcon("Bus", [
[
"path",
{
d: "M19 17h2l.64-2.54c.24-.959.24-1.962 0-2.92l-1.07-4.27A3 3 0 0 0 17.66 5H4a2 2 0 0 0-2 2v10h2",
key: "wfsdqh"
}
],
["path", { d: "M14 17H9", key: "o2noo5" }],
["circle", { cx: "6.5", cy: "17.5", r: "2.5", key: "gc8oob" }],
["circle", { cx: "16.5", cy: "17.5", r: "2.5", key: "4btu0q" }]
]);
export { Bus as default };
//# sourceMappingURL=bus.mjs.map