UNPKG

@vicons/fluent

Version:

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

45 lines (44 loc) 1.67 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'MicOff28Filled', 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: 'M19.31 18.25L3.28 2.22a.75.75 0 1 0-1.06 1.06l7.28 7.28v3.94a4.5 4.5 0 0 0 7.39 3.45l1.417 1.418A6.5 6.5 0 0 1 7.5 14.5v-.748a.75.75 0 1 0-1.5 0v.749a8 8 0 0 0 7.25 7.965v2.785a.75.75 0 0 0 1.5 0v-2.785a7.969 7.969 0 0 0 4.62-2.035l5.35 5.35a.75.75 0 0 0 1.06 0a.748.748 0 0 0 0-1.06l-5.397-5.397l-1.073-1.073z', fill: 'currentColor' }), (0, vue_1.createElementVNode)('path', { d: 'M21.191 18.01c.518-1.06.809-2.251.809-3.51v-.75a.75.75 0 1 0-1.5 0v.75c0 .837-.158 1.637-.446 2.372l1.137 1.137z', fill: 'currentColor' }), (0, vue_1.createElementVNode)('path', { d: 'M18.437 15.255c.041-.246.063-.498.063-.755v-8a4.5 4.5 0 0 0-8.997-.179l8.934 8.934z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })