@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.94 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: 'PeopleList28Regular',
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: 'M15 15.001a2 2 0 0 1 1.994 1.85l.006.15v.499h-.25c-.49 0-.932.201-1.25.525v-1.024a.502.502 0 0 0-.41-.492l-.09-.008L4 16.5l-.1.01a.51.51 0 0 0-.254.136a.506.506 0 0 0-.136.253L3.5 17v2.5c0 1.339.587 2.329 1.795 3.025c.996.576 2.39.923 3.864.97l.341.005l.435-.01c1.22-.055 3.941-.38 5.065-2.156V22h.018a1.762 1.762 0 0 0 .285 1.235C13.76 24.528 11.435 25 9.5 25c-3.149 0-7.329-1.248-7.495-5.252L2 19.5V17c0-1.054.816-1.918 1.85-1.995L4 15l11 .001zm1 4.249a.75.75 0 0 1 .75-.75h8.5a.75.75 0 1 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75zm.75 2.25a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-8.5zm8.5-4c.268 0 .523.06.75.168V17l-.006-.157a2.001 2.001 0 0 0-1.845-1.838L24 15l-6.78.001l.135.16c.3.382.51.839.594 1.34L24 16.5l.09.008c.232.042.41.247.41.492v.5h.75zM9.5 2a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm0 1.5c-2.206 0-4 1.794-4 4s1.794 4 4 4s4-1.794 4-4s-1.794-4-4-4zm11 .5a4.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-3zM16 25.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})