persona-community-5/.pnpm-store/v3/files/69/e09315a953c69ec7ac84a7f5dd2bbfeab34c625520b9dd2e9dba0cf9d3daef96d266cbaea54fc7184b7b68ebdd265e7c7538c9f34aa8d953410f5c5b1fc726
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

17 lines
487 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 Home = createLucideIcon("Home", [
["path", { d: "m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z", key: "y5dka4" }],
["polyline", { points: "9 22 9 12 15 12 15 22", key: "e2us08" }]
]);
export { Home as default };
//# sourceMappingURL=home.js.map