persona-community-5/.pnpm-store/v3/files/ae/f1831e847796cb1acf33ef2eb63a8fc78c36fc848f8ad321b866c21e25ffcd8f132c704319da3c4b7a2f3068bd8b27b0e94b621e4379c233b065711f41659c
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

20 lines
691 B
Plaintext

/**
* @license lucide-react v0.395.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
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.js.map