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.44 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'DeviceMeetingRoomRemote28Filled', 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: 'M8.351 3a3.5 3.5 0 0 0-3.377 2.58l-1.216 4.457c.16-.024.325-.037.492-.037h4.5a3.25 3.25 0 0 1 3.251 3.25V21h9.996c2.638 0 4.554-2.508 3.86-5.053L23.029 5.58A3.5 3.5 0 0 0 19.652 3h-11.3zm3.64 21c.007-.082.01-.166.01-.25V22.5h8.25a.75.75 0 1 1 0 1.5h-8.26zm-5.49-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.5A2.25 2.25 0 0 1 11 13.25v10.5A2.25 2.25 0 0 1 8.75 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.5a.75.75 0 0 0 .75-.75v-10.5a.75.75 0 0 0-.75-.75h-4.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })