persona-community-5/.pnpm-store/v3/files/30/2f148e2f13e76d9462ae54e9639a244693ea2047a14ff9874d7e47504b8c6003c39e355aad13aa55419ab7337ae2014ab8fc0e05b1848b30556546770f0cc5
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

37 lines
910 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 Pickaxe = createLucideIcon("Pickaxe", [
["path", { d: "M14.531 12.469 6.619 20.38a1 1 0 1 1-3-3l7.912-7.912", key: "we99rg" }],
[
"path",
{
d: "M15.686 4.314A12.5 12.5 0 0 0 5.461 2.958 1 1 0 0 0 5.58 4.71a22 22 0 0 1 6.318 3.393",
key: "1w6hck"
}
],
[
"path",
{
d: "M17.7 3.7a1 1 0 0 0-1.4 0l-4.6 4.6a1 1 0 0 0 0 1.4l2.6 2.6a1 1 0 0 0 1.4 0l4.6-4.6a1 1 0 0 0 0-1.4z",
key: "15hgfx"
}
],
[
"path",
{
d: "M19.686 8.314a12.501 12.501 0 0 1 1.356 10.225 1 1 0 0 1-1.751-.119 22 22 0 0 0-3.393-6.319",
key: "452b4h"
}
]
]);
export { Pickaxe as default };
//# sourceMappingURL=pickaxe.js.map