persona-community-5/.pnpm-store/v3/files/b6/c2b8eb0780e40a78ba72342fd1cc382d61bb75c9ffbd27a6bee608a969705bf6f4be3b3d219b1089fb480334c2f2995c0d25be67765f1a1c6ea1cbb1c3cf08
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
665 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 KeySquare = createLucideIcon("KeySquare", [
[
"path",
{
d: "M12.4 2.7c.9-.9 2.5-.9 3.4 0l5.5 5.5c.9.9.9 2.5 0 3.4l-3.7 3.7c-.9.9-2.5.9-3.4 0L8.7 9.8c-.9-.9-.9-2.5 0-3.4Z",
key: "9li5bk"
}
],
["path", { d: "m14 7 3 3", key: "1r5n42" }],
["path", { d: "M9.4 10.6 2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4", key: "1ym3zm" }]
]);
export { KeySquare as default };
//# sourceMappingURL=key-square.js.map