@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.3 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DeviceMeetingRoom48Regular',
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: 'M14.707 6a5.938 5.938 0 0 0-5.736 4.403L4.215 28.172C3.158 32.122 6.135 36 10.224 36h27.552c4.09 0 7.066-3.878 6.01-7.828l-4.757-17.77A5.938 5.938 0 0 0 33.293 6H14.707zm-3.321 5.049a3.438 3.438 0 0 1 3.32-2.549h18.587a3.438 3.438 0 0 1 3.321 2.549l4.756 17.77a3.72 3.72 0 0 1-3.594 4.681H10.224a3.72 3.72 0 0 1-3.594-4.682l4.756-17.77zM13.249 38a1.25 1.25 0 1 0 0 2.5H34.75a1.25 1.25 0 1 0 0-2.5H13.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})