persona-community-5/.pnpm-store/v3/files/c6/333d1c46c1a3aa25763afe9f44251acfb72b33b005f9e7a1ff8e9ccd25ad343cb0a29bf01024c42a9f80ff53e0291bdf089bcdcc79af8130752accbd4f1676
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
514 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 Anchor = createLucideIcon("Anchor", [
["path", { d: "M12 22V8", key: "qkxhtm" }],
["path", { d: "M5 12H2a10 10 0 0 0 20 0h-3", key: "1hv3nh" }],
["circle", { cx: "12", cy: "5", r: "3", key: "rqqgnr" }]
]);
export { Anchor as default };
//# sourceMappingURL=anchor.js.map