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

25 lines
683 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 HardHat = createLucideIcon("HardHat", [
[
"path",
{
d: "M2 18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2z",
key: "1dej2m"
}
],
["path", { d: "M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5", key: "1p9q5i" }],
["path", { d: "M4 15v-3a6 6 0 0 1 6-6", key: "9ciidu" }],
["path", { d: "M14 6a6 6 0 0 1 6 6v3", key: "1hnv84" }]
]);
export { HardHat as default };
//# sourceMappingURL=hard-hat.js.map