persona-community-5/.pnpm-store/v3/files/bb/90df38af46dd9a8bd16ec35bea2d9d7d76e71fc669b782f74912e15f6882d41de7fbd1083a4550c4dbea42c63744ea3495f65465c2b72eaa5b1f5bfdf4c738
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

18 lines
513 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 Music = createLucideIcon("Music", [
["path", { d: "M9 18V5l12-2v13", key: "1jmyc2" }],
["circle", { cx: "6", cy: "18", r: "3", key: "fqmcym" }],
["circle", { cx: "18", cy: "16", r: "3", key: "1hluhg" }]
]);
export { Music as default };
//# sourceMappingURL=music.js.map