@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.33 kB
JavaScript
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: 'VideoChat16Filled',
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: 'M10 5.5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v1.259a4.5 4.5 0 0 1 6.574 5.658A2 2 0 0 0 10 10.5v-5zm-2.627 7h.001A3.5 3.5 0 0 0 4.501 7H4.5a3.5 3.5 0 0 0-3.062 5.197l-.424 1.391a.318.318 0 0 0 .397.397l1.392-.423a3.496 3.496 0 0 0 4.57-1.062zM3 9.5a.5.5 0 0 1 .5-.5H5.5a.5.5 0 0 1 0 1H3.501a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 1 0-1H4.5a.5.5 0 0 1 0 1h-.999zM11 6.338v3.324l1.734 1.642A.75.75 0 0 0 14 10.759V5.241a.75.75 0 0 0-1.266-.545L11 6.338z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})