UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.25 kB
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: 'People32Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M16.992 16a3 3 0 0 1 3 3l-.002 1.497c.206 3.673-2.623 5.505-7.87 5.505c-5.229 0-8.12-1.808-8.12-5.453V19a3 3 0 0 1 3-3h9.992zm8 0a3 3 0 0 1 3 3v1.053c.18 3.295-2.32 4.947-6.889 4.947c-.62 0-1.203-.03-1.748-.09c1.074-.992 1.648-2.337 1.646-4.037l-.013-.432l.004-1.441a3.99 3.99 0 0 0-1.355-3h5.356zM12 4a5 5 0 1 1 0 10.002A5 5 0 0 1 12 4zm10 2a4 4 0 1 1 0 8a4 4 0 0 1 0-8z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })