@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.93 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'PeopleCommunity28Regular',
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.25 18a2.25 2.25 0 0 1 2.25 2.25v1.502l-.008.108c-.31 2.127-2.22 3.149-5.425 3.149c-3.193 0-5.134-1.01-5.553-3.112L8.5 21.75v-1.5A2.25 2.25 0 0 1 10.75 18h6.5zm0 1.5h-6.5a.75.75 0 0 0-.75.75v1.42c.28 1.2 1.55 1.839 4.067 1.839c2.516 0 3.73-.631 3.933-1.816V20.25a.75.75 0 0 0-.75-.75zm.994-7.501L23.75 12A2.25 2.25 0 0 1 26 14.25v1.502l-.008.108c-.31 2.127-2.22 3.149-5.425 3.149l-.315-.003a3.255 3.255 0 0 0-1.519-1.648c.515.1 1.125.151 1.834.151c2.516 0 3.73-.631 3.933-1.816V14.25a.75.75 0 0 0-.75-.75H18.5c0-.526-.09-1.032-.256-1.501zM4.25 12l5.506-.001a4.481 4.481 0 0 0-.249 1.24L9.5 13.5H4.25a.75.75 0 0 0-.75.75v1.42c.28 1.2 1.55 1.839 4.067 1.839c.622 0 1.164-.039 1.632-.115a3.257 3.257 0 0 0-1.453 1.613l-.18.002c-3.192 0-5.133-1.01-5.552-3.112L2 15.75v-1.5A2.25 2.25 0 0 1 4.25 12zM14 10a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7zm0 1.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4zM20.5 4a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7zm-13 0a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7zm13 1.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4zm-13 0a2 2 0 1 0 0 4a2 2 0 0 0 0-4z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})