persona-community-5/.pnpm-store/v3/files/55/cc4bfea276dbbfc31eed6697c22f9aaab1eec2c27c4820cf453fe667e9cfe72dd711192e08a7c7eae9fb8c1713937c3ecd613dc43b71a3d2a1f1b11272ecf7
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
449 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 Ban = createLucideIcon("Ban", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "m4.9 4.9 14.2 14.2", key: "1m5liu" }]
]);
export { Ban as default };
//# sourceMappingURL=ban.js.map