persona-community-5/.pnpm-store/v3/files/71/663f6dced66a9bcf0d4d4302be98098882c714a67a58326c1715ce179f9c2eeb4b05a1431d82450cbf1b98e0f4e7aea6cd12e6894f6185c0442b522b03703a
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

24 lines
589 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 OctagonX = createLucideIcon("OctagonX", [
[
"polygon",
{
points: "7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2",
key: "h1p8hx"
}
],
["path", { d: "m15 9-6 6", key: "1uzhvr" }],
["path", { d: "m9 9 6 6", key: "z0biqf" }]
]);
export { OctagonX as default };
//# sourceMappingURL=octagon-x.js.map