UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.29 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 12 12' } exports.default = (0, vue_1.defineComponent)({ name: 'MicOff12Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.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 */ ) ]) ) ) } })