@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.57 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'PeopleTeam32Regular',
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 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8zm0-2a2 2 0 1 1 0-4a2 2 0 0 1 0 4zm-9 2a3 3 0 1 0 0-6a3 3 0 0 0 0 6zm0-2a1 1 0 1 1 0-2a1 1 0 0 1 0 2zm21-1a3 3 0 1 1-6 0a3 3 0 0 1 6 0zm-2 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm-15.028 5.252c.28-.16.605-.252.951-.252h8.154a1.914 1.914 0 0 1 1.075.328c.512.346.848.931.848 1.595V22a6 6 0 0 1-12 0v-6.077c0-.716.391-1.34.972-1.671zM12 22a4 4 0 0 0 8 0v-6h-8v6zm-3.5-6.077c0-.713.218-1.375.59-1.923H4a2 2 0 0 0-2 2v5a5 5 0 0 0 7.327 4.427a7.446 7.446 0 0 1-.676-1.922A3 3 0 0 1 4 21v-5h4.5v-.077zM25 26c-.84 0-1.632-.207-2.327-.573a7.447 7.447 0 0 0 .676-1.922A3 3 0 0 0 28 21v-5h-4.5v-.077c0-.713-.218-1.375-.59-1.923H28a2 2 0 0 1 2 2v5a5 5 0 0 1-5 5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})