Initial commit

This commit is contained in:
maojindao55
2025-02-12 17:18:18 +08:00
commit 394e5640e9
8002 changed files with 1687177 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const MonitorSpeaker = createLucideIcon("MonitorSpeaker", [
["path", { d: "M5.5 20H8", key: "1k40s5" }],
["path", { d: "M17 9h.01", key: "1j24nn" }],
[
"rect",
{ width: "10", height: "16", x: "12", y: "4", rx: "2", key: "ixliua" }
],
["path", { d: "M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4", key: "1mp6e1" }],
["circle", { cx: "17", cy: "15", r: "1", key: "tqvash" }]
]);
export { MonitorSpeaker as default };
//# sourceMappingURL=monitor-speaker.mjs.map