persona-community-5/.pnpm-store/v3/files/b8/58ab6266e9f8c7b9874464ed0e0d530545ac8b569d7b779feb8776eaafbf1a3cba78bfc566411d468be2e08ac606e8b987d314dc514e8dd7e0c6ad9ea7edfb
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

17 lines
531 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 BookmarkMinus = createLucideIcon("BookmarkMinus", [
["path", { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z", key: "1fy3hk" }],
["line", { x1: "15", x2: "9", y1: "10", y2: "10", key: "1gty7f" }]
]);
export { BookmarkMinus as default };
//# sourceMappingURL=bookmark-minus.js.map