persona-community-5/.pnpm-store/v3/files/20/d85fe7f91b951cf7dc17be65e5bab7f354dfb82878984d7f48f03e37e6a178d6cb59ccbff67d8b4c4aa2b26ab7724e187d61aac1aaf6b32a8e9c23444a4b2d
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
613 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 Grid3x3 = createLucideIcon("Grid3x3", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M3 9h18", key: "1pudct" }],
["path", { d: "M3 15h18", key: "5xshup" }],
["path", { d: "M9 3v18", key: "fh3hqa" }],
["path", { d: "M15 3v18", key: "14nvp0" }]
]);
export { Grid3x3 as default };
//# sourceMappingURL=grid-3x3.js.map