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

17 lines
494 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 CircleStop = createLucideIcon("CircleStop", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["rect", { width: "6", height: "6", x: "9", y: "9", key: "1wrtvo" }]
]);
export { CircleStop as default };
//# sourceMappingURL=circle-stop.js.map