@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.86 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: 'PeopleList24Regular',
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: 'M13 13c.931 0 1.715.637 1.937 1.5H13.75c-.172 0-.337.025-.494.07a.495.495 0 0 0-.166-.062L13 14.5l-9-.001l-.1.01a.51.51 0 0 0-.254.136a.506.506 0 0 0-.136.253l-.01.101V16.5c0 1.009.45 1.722 1.417 2.242c.826.445 2.003.714 3.266.753l.317.005l.317-.005c1.222-.037 2.362-.29 3.183-.71c.01.476.209.905.525 1.215c-.095.094-.18.198-.252.312c-1.18.5-2.564.688-3.773.688c-2.722 0-6.335-.956-6.495-4.27L2 16.5v-1.501c0-1.054.816-1.918 1.85-1.995L4 13L13 13zm2.949 1.5a2.957 2.957 0 0 0-.595-1.34L15.22 13H20c.986 0 1.806.715 1.97 1.655c-.22-.1-.463-.155-.72-.155h-5.301zm5.301 1a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5h7.5zm0 2.5a.749.749 0 1 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5h7.5zM8.5 2a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9zm0 1.5c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3zm9 .5a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7zm0 1.5c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2zM13 21.25a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})