persona-community-5/.pnpm-store/v3/files/cc/6b5c66ce630ef659e012490bd3ff375e01c484a49a7a21bbd09df6afa08a1fd9623cb22a80fdd1057fd1c6c0bfa4b07824aaa4be1a315f673a36fa235337e7
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
552 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 Pentagon = createLucideIcon("Pentagon", [
[
"path",
{
d: "M3.5 8.7c-.7.5-1 1.4-.7 2.2l2.8 8.7c.3.8 1 1.4 1.9 1.4h9.1c.9 0 1.6-.6 1.9-1.4l2.8-8.7c.3-.8 0-1.7-.7-2.2l-7.4-5.3a2.1 2.1 0 0 0-2.4 0Z",
key: "hsj90r"
}
]
]);
export { Pentagon as default };
//# sourceMappingURL=pentagon.js.map