persona-community-5/.pnpm-store/v3/files/d0/ce4ebf3b137ae99e324a0d94b2d8b84ca0568c6e6ce889010b0e4233cedc6fd393a70baf22ac108af4d3dbde76ef5c125f1f84b58b08d4e30d83ce4c0f9a8c
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
632 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 AlignVerticalJustifyStart = createLucideIcon("AlignVerticalJustifyStart", [
["rect", { width: "14", height: "6", x: "5", y: "16", rx: "2", key: "1i8z2d" }],
["rect", { width: "10", height: "6", x: "7", y: "6", rx: "2", key: "13squh" }],
["path", { d: "M2 2h20", key: "1ennik" }]
]);
export { AlignVerticalJustifyStart as default };
//# sourceMappingURL=align-vertical-justify-start.js.map