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.54 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: 'DeviceMeetingRoomRemote24Regular', 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: 'M4.094 5.346A3.063 3.063 0 0 1 7.072 3h9.858c1.415 0 2.646.97 2.978 2.346l1.992 8.273A3.55 3.55 0 0 1 18.448 18H10.5v-1.5h7.947a2.05 2.05 0 0 0 1.993-2.53L18.45 5.697A1.563 1.563 0 0 0 16.93 4.5H7.073c-.722 0-1.35.495-1.52 1.197L4.879 8.5H3.75c-.144 0-.285.011-.423.032l.767-3.186zM10.49 20.5h6.762a.75.75 0 1 0 0-1.5h-6.75v1.25c0 .084-.005.168-.012.25zm-4.74-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.968 0 1.751.784 1.751 1.75v9A1.75 1.75 0 0 1 7.751 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 */ ) ]) ) ) } })