persona-community-5/.pnpm-store/v3/files/8b/d0d037f6f07e8c91261130304f612e1f2adc91e7386b328c555aab5b41082d091e62f086ed0afd2bcde414114f8a4998732eff0e4e1bac07e6ecac61e19acc
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
645 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 AlignHorizontalJustifyCenter = createLucideIcon("AlignHorizontalJustifyCenter", [
["rect", { width: "6", height: "14", x: "2", y: "5", rx: "2", key: "dy24zr" }],
["rect", { width: "6", height: "10", x: "16", y: "7", rx: "2", key: "13zkjt" }],
["path", { d: "M12 2v20", key: "t6zp3m" }]
]);
export { AlignHorizontalJustifyCenter as default };
//# sourceMappingURL=align-horizontal-justify-center.js.map