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.84 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: 'DesktopSpeaker20Filled', 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: 'M3.5 2A1.5 1.5 0 0 0 2 3.5v10A1.5 1.5 0 0 0 3.5 15H7v2H5.5a.5.5 0 0 0 0 1h6.379l-1-1H8v-2h1v-1.5a1.5 1.5 0 0 1 1.5-1.5h.379l1.56-1.56a1.5 1.5 0 0 1 2.508.665c.287-.114.592-.133.877-.07A1.5 1.5 0 0 1 18 10.2V3.5A1.5 1.5 0 0 0 16.5 2h-13zm10.191 9.038A.5.5 0 0 1 14 11.5v6a.5.5 0 0 1-.854.354L11.293 16H10.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h.793l1.853-1.854a.5.5 0 0 1 .545-.108zm3.959.162c.121.162.285.453.443.875c.255.68.407 1.489.407 2.425c0 .936-.152 1.745-.407 2.426c-.158.421-.322.712-.443.874a.5.5 0 0 1-.848-.523l.116-.182a3.47 3.47 0 0 0 .239-.52c.213-.57.343-1.261.343-2.075c0-.814-.13-1.505-.343-2.074a3.476 3.476 0 0 0-.239-.52l-.068-.106a.5.5 0 0 1 .8-.6zm-1.426 1.767a5.509 5.509 0 0 0-.277-.69a.5.5 0 1 0-.894.447c.052.105.137.303.223.56c.14.421.224.84.224 1.216c0 .377-.084.795-.224 1.217a5.45 5.45 0 0 1-.147.39l-.076.17a.5.5 0 1 0 .894.447c.073-.145.175-.385.277-.69c.172-.516.276-1.035.276-1.534c0-.498-.104-1.018-.276-1.533z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })