@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.65 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 32 32'
}
export default defineComponent({
name: 'SlideMicrophone32Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6.5 4A4.5 4.5 0 0 0 2 8.5v15A4.5 4.5 0 0 0 6.5 28h12.255A7.972 7.972 0 0 1 17 23a2.75 2.75 0 0 1 3-2.739V19a5 5 0 0 1 10 0V8.5A4.5 4.5 0 0 0 25.5 4h-19zM8 10a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1zm1 9h6a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2zm-1-4a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1zm12.528 12A5.972 5.972 0 0 1 19 23a.75.75 0 0 1 1.5 0c0 1.152.433 2.204 1.146 3a4.475 4.475 0 0 0 2.96 1.483l.017.002a4.557 4.557 0 0 0 1.129-.047l.018-.004a4.474 4.474 0 0 0 1.755-.709c.472-.32.88-.728 1.2-1.2A4.474 4.474 0 0 0 29.5 23a.75.75 0 1 1 1.5 0a5.973 5.973 0 0 1-1.034 3.368a6.034 6.034 0 0 1-1.598 1.598a5.966 5.966 0 0 1-2.368.951v1.333a.75.75 0 0 1-1.5 0v-1.27a5.966 5.966 0 0 1-2.818-.98a6.033 6.033 0 0 1-1.154-1zM22 19a3 3 0 1 1 6 0v4a3 3 0 1 1-6 0v-4z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})