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.48 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'DeviceMeetingRoomRemote48Filled', 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.972 10.403A5.938 5.938 0 0 1 14.708 6h18.586a5.938 5.938 0 0 1 5.736 4.403l4.755 17.769c1.057 3.95-1.92 7.828-6.009 7.828H21V22.75A5.75 5.75 0 0 0 15.25 17h-7.5c-.186 0-.37.009-.55.026l1.772-6.623zM21 40.25c0 .084-.002.167-.005.25H34.75a1.25 1.25 0 1 0 0-2.5H21v2.25zM11.5 29a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5zm-3.75-7.5c-.69 0-1.25.56-1.25 1.25v17.5c0 .69.56 1.25 1.25 1.25h7.5c.69 0 1.25-.56 1.25-1.25v-17.5c0-.69-.56-1.25-1.25-1.25h-7.5zM4 22.75A3.75 3.75 0 0 1 7.75 19h7.5A3.75 3.75 0 0 1 19 22.75v17.5A3.75 3.75 0 0 1 15.25 44h-7.5A3.75 3.75 0 0 1 4 40.25v-17.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })