@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.38 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'Stethoscope24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3 2.5a1 1 0 0 0-1 1V9c0 1.741.614 3.256 1.71 4.337c.873.86 2.01 1.406 3.29 1.592v.821a6.25 6.25 0 1 0 12.5 0v-.657a3.252 3.252 0 0 0-1-6.343a3.25 3.25 0 0 0-1 6.343v.657a4.25 4.25 0 1 1-8.5 0v-.821c1.28-.186 2.417-.732 3.29-1.592C13.385 12.257 14 10.741 14 9V3.5a1 1 0 0 0-1-1h-1.998a1 1 0 1 0 0 2H12V9c0 1.259-.436 2.244-1.115 2.913C10.205 12.584 9.215 13 8 13c-1.216 0-2.204-.416-2.885-1.087C4.435 11.243 4 10.259 4 9V4.5h1a1 1 0 0 0 0-2H3zm15.5 8.25a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})