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.26 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'People32Filled', 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: '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 */ ) ]) ) ) } })