UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.29 kB
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 12 12' } export default defineComponent({ name: 'MicOff12Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M1.146 1.146a.5.5 0 0 1 .708 0l9 9a.5.5 0 0 1-.708.708L8.16 8.867a3.976 3.976 0 0 1-1.66.602V10.5a.5.5 0 1 1-1 0V9.47A4 4 0 0 1 2 5.5a.5.5 0 1 1 1 0a3 3 0 0 0 4.43 2.638l-.754-.755A2 2 0 0 1 4 5.5v-.793L1.146 1.854a.5.5 0 0 1 0-.708zM7 3v1.879l.97.97c.02-.114.03-.23.03-.349V3a2 2 0 0 0-3.784-.905l.79.79A1 1 0 0 1 7 3zm1.772 3.65l.749.75A3.982 3.982 0 0 0 10 5.5a.5.5 0 1 0-1 0c0 .408-.081.796-.228 1.15z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })