@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 543 B
JavaScript
//#region virtual:stethoscope/20.js
const Stethoscope20 = require("../utils-BpydAK29.cjs").createSVGComponent("Stethoscope20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M24,2V4h2v6a4,4,0,0,1-8,0V4h2V2H16v8a6.0051,6.0051,0,0,0,5,5.91V22A6,6,0,0,1,9,22V15.8579a4,4,0,1,0-2,0V22a8,8,0,0,0,16,0V15.91A6.0051,6.0051,0,0,0,28,10V2ZM6,12a2,2,0,1,1,2,2A2.0023,2.0023,0,0,1,6,12Z" }
}]);
//#endregion
module.exports = Stethoscope20;