UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

24 lines (20 loc) 674 B
/** * @license lucide-react v0.367.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 6v0a6 6 0 0 0 6-6V4a2 2 0 0 0-2-2h-1a.2.2 0 1 0 .3.3", key: "1jd90r" } ], ["path", { d: "M8 15v1a6 6 0 0 0 6 6v0a6 6 0 0 0 6-6v-4", key: "126ukv" }], ["circle", { cx: "20", cy: "10", r: "2", key: "ts1r5v" }] ]); export { Stethoscope as default }; //# sourceMappingURL=stethoscope.js.map