persona-community-5/.pnpm-store/v3/files/93/94695eb6278604307661a9bc2a9eed873ca45a91faae3f42f13435329c61c4fdd6a07b4c5fa9ff3ff01ef76ecc09b343a48b27c30f23d3275a64ba8471af81
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
670 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 Stethoscope = createLucideIcon("Stethoscope", [
[
"path",
{
d: "M4.8 2.3A.3.3 0 1 0 5 2H4a2 2 0 0 0-2 2v5a6 6 0 0 0 6 6a6 6 0 0 0 6-6V4a2 2 0 0 0-2-2h-1a.2.2 0 1 0 .3.3",
key: "10lez9"
}
],
["path", { d: "M8 15v1a6 6 0 0 0 6 6a6 6 0 0 0 6-6v-4", key: "ce9bce" }],
["circle", { cx: "20", cy: "10", r: "2", key: "ts1r5v" }]
]);
export { Stethoscope as default };
//# sourceMappingURL=stethoscope.js.map