Files
dewedev/node_modules/lucide-react/dist/esm/icons/bus.mjs
dwindown 7f2dd5260f Initial commit: Developer Tools MVP with visual editor
- Complete React app with 7 developer tools
- JSON Tool with visual structured editor
- Serialize Tool with visual structured editor
- URL, Base64, CSV/JSON, Beautifier, Diff tools
- Responsive navigation with dropdown menu
- Dark/light mode toggle
- Mobile-responsive design with sticky header
- All tools working with copy/paste functionality
2025-08-02 09:31:26 +07: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