persona-community-5/.pnpm-store/v3/files/b0/22ed34f0ef53109bd467798be158c40c0aa6381704ed9b2e79c69d429dd027bea3b47368aa6d5de1f9c8d844321700f7b8c935e35836b9162ae2ae610bcb71
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
526 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 Dice2 = createLucideIcon("Dice2", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }],
["path", { d: "M15 9h.01", key: "x1ddxp" }],
["path", { d: "M9 15h.01", key: "fzyn71" }]
]);
export { Dice2 as default };
//# sourceMappingURL=dice-2.js.map