@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.78 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: 'TabletSpeaker20Regular',
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: 'M18.093 3.074c-.158-.42-.322-.712-.443-.874a.5.5 0 0 0-.8.6l.068.105c.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 1-.239.52l-.116.183a.5.5 0 0 0 .848.523c.121-.162.285-.453.443-.874c.255-.68.407-1.49.407-2.426c0-.936-.152-1.745-.407-2.426zM14 2.5a.5.5 0 0 0-.854-.354L11.293 4H10.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h.793l1.853 1.854A.5.5 0 0 0 14 8.5v-6zm1.947.776c.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-.447zM17 9.98V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5v-.5c0-.175.03-.344.085-.5H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9.8a1.506 1.506 0 0 1-1 .18zM8.5 13a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})