persona-community-5/.pnpm-store/v3/files/2e/552b221dde2832fad31318e3d36b46a79894bdf38aa0cd87498d4b898e411c38b58baa0f9f8086574266d8a0118dc3168bea6b5f2d3b6f1b7373566a083657
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

19 lines
606 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 CircleParkingOff = createLucideIcon("CircleParkingOff", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "m5 5 14 14", key: "11anup" }],
["path", { d: "M13 13a3 3 0 1 0 0-6H9v2", key: "uoagbd" }],
["path", { d: "M9 17v-2.34", key: "a9qo08" }]
]);
export { CircleParkingOff as default };
//# sourceMappingURL=circle-parking-off.js.map