@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.36 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 32 32'
}
export default defineComponent({
name: 'PeopleTeam32Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M20 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0zM7 12a3 3 0 1 0 0-6a3 3 0 0 0 0 6zm18 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6zm-14.778 3.025A1.923 1.923 0 0 1 11.923 14h8.154A1.923 1.923 0 0 1 22 15.923V22a6.003 6.003 0 0 1-11.846 1.355A6.019 6.019 0 0 1 10 22v-6.077c0-.324.08-.63.222-.898zm-1.722.898c0-.32.044-.63.126-.923H4a1 1 0 0 0-1 1v5a4 4 0 0 0 5.929 3.505A7.488 7.488 0 0 1 8.5 22v-6.077zM23.5 22a7.49 7.49 0 0 1-.429 2.505A4 4 0 0 0 29 21v-5a1 1 0 0 0-1-1h-4.626c.082.294.126.603.126.923V22z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})