@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.04 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'PeopleCommunityAdd20Regular',
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: 'M6 1a2.75 2.75 0 1 1 0 5.5A2.75 2.75 0 0 1 6 1zm0 1a1.75 1.75 0 1 0 0 3.5A1.75 1.75 0 0 0 6 2zm.683 5.5H2.5A1.5 1.5 0 0 0 1 9v.5c0 1.587 1.206 3.212 3.315 3.784c.19-.341.459-.634.781-.853C3.1 12.114 2 10.759 2 9.5V9a.5.5 0 0 1 .5-.5h3.825c.072-.354.194-.69.358-1zM10 6.5a2.744 2.744 0 0 0-2.646 2a2.752 2.752 0 0 0 2.26 3.473c.184-.356.406-.69.661-.995a1.756 1.756 0 0 1-.984-.128a1.75 1.75 0 1 1 2.376-1.065a5.475 5.475 0 0 1 1.083-.5V9.25a2.753 2.753 0 0 0-.629-1.75c-.504-.61-1.267-1-2.121-1zm8.677 4.422a5.531 5.531 0 0 0-.78-.748c.068-.223.103-.45.103-.674V9a.5.5 0 0 0-.5-.5h-3.825a3.726 3.726 0 0 0-.357-1H17.5A1.5 1.5 0 0 1 19 9v.5c0 .48-.11.964-.323 1.422zM9.207 13H6.5A1.496 1.496 0 0 0 5 14.5v.5c0 1.971 1.86 4 5 4c.421 0 .82-.037 1.194-.105a5.535 5.535 0 0 1-.941-.9A6.18 6.18 0 0 1 10 18c-2.568 0-4-1.562-4-3v-.5a.5.5 0 0 1 .5-.5h2.522a5.48 5.48 0 0 1 .185-1zm7.543-9.25a2.75 2.75 0 1 0-5.5 0a2.75 2.75 0 0 0 5.5 0zm-4.5 0a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0zM14.5 19a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9zm0-7a.5.5 0 0 1 .5.5V14h1.5a.5.5 0 0 1 0 1H15v1.5a.5.5 0 0 1-1 0V15h-1.5a.5.5 0 0 1 0-1H14v-1.5a.5.5 0 0 1 .5-.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})