@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DeviceMeetingRoomRemote28Regular',
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: 'M4.974 5.58A3.5 3.5 0 0 1 8.35 3h11.3a3.5 3.5 0 0 1 3.378 2.58l2.828 10.367C26.55 18.492 24.635 21 21.997 21h-9.995v-1.5h9.995a2.5 2.5 0 0 0 2.412-3.158L21.581 5.974a2 2 0 0 0-1.93-1.474h-11.3a2 2 0 0 0-1.93 1.474L5.323 10H4.25c-.168 0-.333.013-.493.037L4.974 5.58zM11.992 24h8.26a.75.75 0 1 0 0-1.5h-8.25v1.25c0 .084-.004.168-.01.25zm-5.491-7a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3zM2 13.25A2.25 2.25 0 0 1 4.25 11h4.501a2.25 2.25 0 0 1 2.25 2.25v10.5A2.25 2.25 0 0 1 8.751 26h-4.5A2.25 2.25 0 0 1 2 23.75v-10.5zm2.25-.75a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h4.501a.75.75 0 0 0 .75-.75v-10.5a.75.75 0 0 0-.75-.75h-4.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})