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.37 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'SpeakerOff20Filled', 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: 'M2.854 2.146a.5.5 0 1 0-.708.708L5.293 6H3.5A1.5 1.5 0 0 0 2 7.5v5A1.5 1.5 0 0 0 3.5 14h2.607a.5.5 0 0 1 .34.133l3.873 3.594c.64.594 1.68.14 1.68-.733v-4.287l5.146 5.147a.5.5 0 0 0 .708-.708l-2.565-2.564L2.854 2.146zm13.106 2.52a8.004 8.004 0 0 1 .656 9.83l-.721-.723a7.004 7.004 0 0 0-.68-8.44a.5.5 0 1 1 .745-.667zm-1.2 2.584a5.498 5.498 0 0 1 .041 5.43l-.742-.742a4.495 4.495 0 0 0-.165-4.188a.5.5 0 1 1 .866-.5zM12 3.006V9.88L7.246 5.125l3.074-2.852c.64-.594 1.68-.14 1.68.733z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })