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.43 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: 'DeviceMeetingRoomRemote24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M7.073 3c-1.415 0-2.646.97-2.978 2.346l-.767 3.186A2.77 2.77 0 0 1 3.75 8.5h4a2.75 2.75 0 0 1 2.75 2.75V18h7.948a3.55 3.55 0 0 0 3.452-4.38l-1.992-8.274A3.063 3.063 0 0 0 16.93 3H7.073zm3.416 17.5c.008-.082.011-.166.011-.25V19h6.75a.75.75 0 0 1 0 1.5h-6.76zm-4.739-6a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5zM2 11.25c0-.966.784-1.75 1.75-1.75h4c.967 0 1.75.784 1.75 1.75v9A1.75 1.75 0 0 1 7.75 22h-4A1.75 1.75 0 0 1 2 20.25v-9zM3.75 11a.25.25 0 0 0-.25.25v9c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25v-9a.25.25 0 0 0-.25-.25h-4z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })