UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.22 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'DeviceMeetingRoom20Regular', 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.096 3A2.5 2.5 0 0 0 3.66 4.946l-1.591 7A2.5 2.5 0 0 0 4.505 15h10.99a2.5 2.5 0 0 0 2.437-3.054l-1.59-7A2.5 2.5 0 0 0 13.902 3H6.096zM4.634 5.168A1.5 1.5 0 0 1 6.096 4h7.807a1.5 1.5 0 0 1 1.463 1.168l1.591 7A1.5 1.5 0 0 1 15.494 14H4.505a1.5 1.5 0 0 1-1.462-1.832l1.59-7zM5.5 16a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })