UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.03 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'DesktopSpeaker24Filled', 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 21.25c0 .415.336.75.75.75h8.931a1.747 1.747 0 0 1-.708-.464L14 20.496v.004h-4l-.001-2.498H11V16a1 1 0 0 1 1-1h1.533l1.44-1.536c.862-.919 2.264-.624 2.804.331c.366-.244.81-.34 1.238-.275a1.75 1.75 0 0 1 2.855-1.114c.042.035.085.073.129.113V5.25l-.005-.154A2.25 2.25 0 0 0 19.749 3H4.25l-.154.005A2.25 2.25 0 0 0 2 5.25v10.502l.005.154a2.25 2.25 0 0 0 2.245 2.096h4.249V20.5H6.75l-.102.007A.75.75 0 0 0 6 21.25zm16.143-6.948c-.328-.547-.665-.92-.913-1.128a.75.75 0 0 0-.96 1.153c.127.105.353.356.587.747c.401.669.643 1.475.643 2.426c0 .952-.242 1.758-.643 2.427c-.234.39-.46.642-.587.747a.75.75 0 0 0 .96 1.153c.248-.207.585-.581.913-1.128c.536-.894.857-1.963.857-3.199c0-1.235-.32-2.304-.857-3.198zm-2.269 1.095a3.075 3.075 0 0 0-.674-.747a.75.75 0 0 0-.9 1.2c.062.047.19.175.326.379c.234.351.374.771.374 1.271c0 .5-.14.921-.374 1.272a1.68 1.68 0 0 1-.326.379l-.084.073a.75.75 0 0 0 .984 1.127c.189-.142.435-.388.674-.747A3.734 3.734 0 0 0 20.5 17.5c0-.812-.235-1.517-.626-2.103zM17 14.751a.75.75 0 0 0-1.314-.494L14.16 16h-1.41a.75.75 0 0 0-.75.75v1.5c0 .415.336.75.75.75h1.41l1.526 1.744A.75.75 0 0 0 17 20.25v-5.5zM16.8 22h.45z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })