persona-community-5/.pnpm-store/v3/files/e0/705ba3be123e1b2e6aaff05d6883ef5688191e3589c0385a8773a000cde6e8a3006a8f90520cbee2a0fe75a9f2a413eba33eb6661f707d2bac456b17d43051
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
571 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 Delete = createLucideIcon("Delete", [
["path", { d: "M20 5H9l-7 7 7 7h11a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Z", key: "1oy587" }],
["line", { x1: "18", x2: "12", y1: "9", y2: "15", key: "1olkx5" }],
["line", { x1: "12", x2: "18", y1: "9", y2: "15", key: "1n50pc" }]
]);
export { Delete as default };
//# sourceMappingURL=delete.js.map