@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.88 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TabletSpeaker20Filled',
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: 'M13.691 2.038A.5.5 0 0 1 14 2.5v6a.5.5 0 0 1-.854.354L11.293 7H10.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.874c.255.68.407 1.49.407 2.426c0 .936-.152 1.745-.407 2.426c-.158.421-.322.712-.443.874a.5.5 0 0 1-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075c0-.814-.13-1.505-.343-2.074a3.475 3.475 0 0 0-.239-.52L16.85 2.8a.5.5 0 1 1 .8-.6zm-1.703 1.076c.073.145.175.385.277.69c.172.516.276 1.035.276 1.534c0 .499-.104 1.018-.276 1.533a5.51 5.51 0 0 1-.277.69a.5.5 0 1 1-.894-.447l.076-.168c.044-.104.095-.237.147-.391c.14-.422.224-.84.224-1.217c0-.376-.084-.795-.224-1.217a4.59 4.59 0 0 0-.223-.56a.5.5 0 1 1 .894-.447zM16.35 9.7a1.493 1.493 0 0 1-.526-.735c-.285.063-.59.044-.877-.07a1.5 1.5 0 0 1-2.508.666L10.88 8H10.5A1.5 1.5 0 0 1 9 6.5v-2c0-.176.03-.345.085-.501H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9.8a1.5 1.5 0 0 1-1.65-.1zM8.5 13h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})