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.4 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'VideoChat16Regular', 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 3.5a2 2 0 0 0-2 2v1.259a4.484 4.484 0 0 1 1-.502V5.5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-.11c-.08.35-.2.686-.356 1H9a2 2 0 0 0 2-2V10l1.8 1.35a.75.75 0 0 0 1.2-.6v-5.5a.75.75 0 0 0-1.2-.6L11 6v-.5a2 2 0 0 0-2-2H4zm7 3.75l2-1.5v4.5l-2-1.5v-1.5zM7.373 12.5h.001a3.5 3.5 0 0 0 .626-2a3.5 3.5 0 1 0-6.562 1.697l-.424 1.391a.318.318 0 0 0 .397.397l1.392-.423a3.496 3.496 0 0 0 4.57-1.062zM3.5 12a.5.5 0 0 1-.001-1h1a.5.5 0 0 1 0 1h-.999zM3 9.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })