persona-community-5/.pnpm-store/v3/files/d7/b8933b41948a16f9c8824ab2c54c64251e047c304c1fc4c2d9f5a70f2d4602b430c89545cb4d8fbbf195a7efaf38db8d5dd83e9cd3ca47c6d318734ff785ce
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
590 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 LockKeyholeOpen = createLucideIcon("LockKeyholeOpen", [
["circle", { cx: "12", cy: "16", r: "1", key: "1au0dj" }],
["rect", { width: "18", height: "12", x: "3", y: "10", rx: "2", key: "l0tzu3" }],
["path", { d: "M7 10V7a5 5 0 0 1 9.33-2.5", key: "car5b7" }]
]);
export { LockKeyholeOpen as default };
//# sourceMappingURL=lock-keyhole-open.js.map