@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.6 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: 'SlideMicrophone24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2 6.75A2.75 2.75 0 0 1 4.75 4h14.5A2.75 2.75 0 0 1 22 6.75v7.75c0-1.73-1.383-3.5-3.5-3.5c-2.115 0-3.5 1.759-3.5 3.5v1.585a1.5 1.5 0 0 0-2 1.415c0 .92.278 1.77.753 2.5H4.75A2.75 2.75 0 0 1 2 17.25V6.75zM6.75 8a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5zm0 3a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5zM6 14.75c0 .414.336.75.75.75h5.5a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0-.75.75zm9 2.75c0 1.085.603 1.978 1.521 2.5c.563.32 1.245.5 1.979.5c1.933 0 3.5-1.25 3.5-3a.5.5 0 0 1 1 0c0 2-1.75 3.724-4 3.973V22.5a.5.5 0 0 1-1 0v-1.027c-1.199-.133-2.256-.684-2.982-1.473c-.636-.692-1.018-1.566-1.018-2.5a.5.5 0 0 1 1 0zm1-3c0-1.254 1-2.5 2.5-2.5s2.5 1.254 2.5 2.5V17c0 1.246-1 2.5-2.5 2.5S16 18.252 16 17v-2.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})