@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.32 kB
JavaScript
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 16 16'
}
export default defineComponent({
name: 'VideoChat16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})