persona-community-5/.pnpm-store/v3/files/73/04961025b0e7772e939fbf37e0a01aecc5e21314eba91520d2253af9f8dc926051c28a65be3bb498f13e618d8f5e05c770a402775fe9e6a33da398d34ef3a9
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
559 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 OctagonPause = createLucideIcon("OctagonPause", [
["path", { d: "M10 15V9", key: "1lckn7" }],
["path", { d: "M14 15V9", key: "1muqhk" }],
["path", { d: "M7.714 2h8.572L22 7.714v8.572L16.286 22H7.714L2 16.286V7.714z", key: "p5imkh" }]
]);
export { OctagonPause as default };
//# sourceMappingURL=octagon-pause.js.map