persona-community-5/.pnpm-store/v3/files/7a/7b13fd1ab1181756d8527822a0b40ee7fab13dab07e9ba8da96a6606ca2ca10b04d434b6a05ad142a0808abc8d028e73794d0b4aa3805cea11aa1dbd6d4991
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

22 lines
491 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 Octagon = createLucideIcon("Octagon", [
[
"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"
}
]
]);
export { Octagon as default };
//# sourceMappingURL=octagon.js.map