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.27 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'DeviceMeetingRoom24Regular', 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: '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 */ ) ]) ) ) } })