persona-community-5/.pnpm-store/v3/files/61/60bd115046fb4077effd196b6e4eb98136834323005c0a23534a3ecf755706c991ab7c123bb37f4bea6811fecbac6a553df0eec10d72f715c99afca10e975e
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
656 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 OctagonAlert = createLucideIcon("OctagonAlert", [
[
"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"
}
],
["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
]);
export { OctagonAlert as default };
//# sourceMappingURL=octagon-alert.js.map