UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.26 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'DeviceMeetingRoom24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M7.07 3c-1.416 0-2.647.97-2.978 2.346L2.1 13.619A3.55 3.55 0 0 0 5.552 18h12.892a3.55 3.55 0 0 0 3.45-4.38l-1.99-8.274A3.063 3.063 0 0 0 16.925 3H7.069zM5.55 5.697A1.563 1.563 0 0 1 7.07 4.5h9.856c.722 0 1.35.495 1.519 1.197l1.992 8.273a2.05 2.05 0 0 1-1.994 2.53H5.553a2.05 2.05 0 0 1-1.993-2.53L5.55 5.697zM6.748 19a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5h-10.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })