persona-community-5/.pnpm-store/v3/files/31/5b19d6b1c932f5f092374df8232041c4d5b626af8d8836c5c8cabd91be5606b8ea74d532c412d81d5c68292a2ffea1136daf4dc121d1daa78b57e6135e8279
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
541 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 GitCommitVertical = createLucideIcon("GitCommitVertical", [
["path", { d: "M12 3v6", key: "1holv5" }],
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }],
["path", { d: "M12 15v6", key: "a9ows0" }]
]);
export { GitCommitVertical as default };
//# sourceMappingURL=git-commit-vertical.js.map