@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.17 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'PeopleCommunityAdd24Regular',
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: 'M17.498 11.995a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm0 2l-.09.007a.5.5 0 0 0-.402.402l-.008.09v2.5l-2.503.001l-.09.008a.5.5 0 0 0-.402.402l-.008.09l.008.09a.5.5 0 0 0 .402.402l.09.008h2.503v2.504l.009.09a.5.5 0 0 0 .402.402l.09.008l.09-.008a.5.5 0 0 0 .402-.402l.008-.09v-2.505l2.503.001l.09-.008a.5.5 0 0 0 .402-.402l.008-.09l-.008-.09a.5.5 0 0 0-.402-.402l-.09-.008h-2.505v-2.5l-.008-.09a.5.5 0 0 0-.402-.403l-.09-.008zm-5.479 0a6.468 6.468 0 0 0-.708 1.5H9.248a.25.25 0 0 0-.25.25v1c0 .977.612 1.545 2.069 1.709c.08.536.225 1.05.426 1.536c-2.553-.137-3.995-1.222-3.995-3.245v-1c0-.966.783-1.75 1.75-1.75h2.772zm-3.895-5a4.007 4.007 0 0 0-.096 1.5h-4.28a.25.25 0 0 0-.25.25v1c0 1.176.886 1.76 3.066 1.76c.462 0 .863-.026 1.208-.078a2.743 2.743 0 0 0-1.173 1.576l-.035.001c-2.909 0-4.566-1.09-4.566-3.259v-1a1.75 1.75 0 0 1 1.606-1.744l.144-.006h4.376zm3.874-2a3 3 0 1 1 0 6a3 3 0 0 1 0-6zm8.25 2c.966 0 1.75.784 1.75 1.75l-.002.962c.02.369-.01.707-.087 1.014a6.514 6.514 0 0 0-1.41-.993l-.001-.983a.25.25 0 0 0-.25-.25h-4.281a4.03 4.03 0 0 0-.095-1.5h4.376zm-8.25-.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3zm-5.5-6.5a3 3 0 1 1 0 6a3 3 0 0 1 0-6zm11 0a3 3 0 1 1 0 6a3 3 0 0 1 0-6zm-11 1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3zm11 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})