persona-community-5/.pnpm-store/v3/files/53/b3a57ad693bd80eda8020be258bede0768fc6a204e1bbe0f22848031209e2b594829801e6badcb3fe9d9c21bc965196cb71a7ef0159db350d6dfef90c983d9
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
548 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 DiscAlbum = createLucideIcon("DiscAlbum", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["circle", { cx: "12", cy: "12", r: "5", key: "nd82uf" }],
["path", { d: "M12 12h.01", key: "1mp3jc" }]
]);
export { DiscAlbum as default };
//# sourceMappingURL=disc-album.js.map