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.5 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'MicOff48Regular', 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: 'M16 17.768L4.616 6.384a1.25 1.25 0 1 1 1.768-1.768l37 37a1.25 1.25 0 0 1-1.768 1.768l-8.777-8.777A13.935 13.935 0 0 1 25 37.715v5.035a1.25 1.25 0 1 1-2.5 0v-5.08C15.473 36.923 10 30.976 10 23.75a1.25 1.25 0 1 1 2.5 0c0 6.351 5.149 11.5 11.5 11.5a11.45 11.45 0 0 0 7.06-2.422l-2.356-2.356A8 8 0 0 1 16 24v-6.232zm10.904 10.904L18.5 20.268V24a5.5 5.5 0 0 0 8.404 4.672zM29.5 24c0 .065-.001.13-.003.193l2.153 2.154c.228-.742.35-1.53.35-2.347V12a8 8 0 0 0-15.909-1.212l2.409 2.409V12a5.5 5.5 0 1 1 11 0v12zm4.758 4.954l1.842 1.843A13.936 13.936 0 0 0 38 23.75a1.25 1.25 0 1 0-2.5 0a11.45 11.45 0 0 1-1.242 5.204z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })