@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.71 kB
JavaScript
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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SlideMicrophone32Regular',
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: 'M6.5 4A4.5 4.5 0 0 0 2 8.5v15A4.5 4.5 0 0 0 6.5 28h12.255a8.005 8.005 0 0 1-1.173-2H6.5A2.5 2.5 0 0 1 4 23.5v-15A2.5 2.5 0 0 1 6.5 6h19A2.5 2.5 0 0 1 28 8.5V15c1.214.912 2 2.364 2 4V8.5A4.5 4.5 0 0 0 25.5 4h-19zm13.303 22a6.02 6.02 0 0 0 1.88 2c.82.545 1.78.894 2.817.98v1.27a.75.75 0 0 0 1.5 0v-1.333a5.966 5.966 0 0 0 2.368-.95a6.034 6.034 0 0 0 1.598-1.599A5.973 5.973 0 0 0 31 23a.75.75 0 0 0-1.5 0a4.474 4.474 0 0 1-.775 2.525c-.32.472-.728.88-1.2 1.2a4.474 4.474 0 0 1-1.755.71l-.018.003a4.532 4.532 0 0 1-1.129.047l-.017-.002A4.475 4.475 0 0 1 21.646 26a4.484 4.484 0 0 1-1.146-3a.75.75 0 0 0-1.5 0c0 1.093.292 2.117.803 3zM25 16a3 3 0 0 0-3 3v4a3 3 0 1 0 6 0v-4a3 3 0 0 0-3-3zM9 9a1 1 0 0 0 0 2h6a1 1 0 1 0 0-2H9zM8 20a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1zm1-6a1 1 0 1 0 0 2h9a1 1 0 1 0 0-2H9z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})