Theme Assets
This commit is contained in:
26
assets/vendor/lucide/esm/icons/stethoscope.js
vendored
Normal file
26
assets/vendor/lucide/esm/icons/stethoscope.js
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Stethoscope = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
[
|
||||
"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"
|
||||
}
|
||||
],
|
||||
["path", { d: "M8 15v1a6 6 0 0 0 6 6a6 6 0 0 0 6-6v-4" }],
|
||||
["circle", { cx: "20", cy: "10", r: "2" }]
|
||||
]
|
||||
];
|
||||
|
||||
export { Stethoscope as default };
|
||||
//# sourceMappingURL=stethoscope.js.map
|
||||
Reference in New Issue
Block a user