@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.71 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'PeopleQueue24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M7.5 9a3 3 0 1 0 0-6a3 3 0 0 0 0 6zm0-1.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zM3 11.75c0-.966.784-1.75 1.75-1.75h5.5c.966 0 1.75.784 1.75 1.75v4.75a4.5 4.5 0 1 1-9 0v-4.75zm1.75-.25a.25.25 0 0 0-.25.25v4.75a3 3 0 1 0 6 0v-4.75a.25.25 0 0 0-.25-.25h-5.5zm5.777-2.886a3 3 0 1 0 0-5.229c.327.378.584.818.752 1.3a1.5 1.5 0 1 1 0 2.631a3.995 3.995 0 0 1-.752 1.298zm.333 12.24A4.5 4.5 0 0 0 16.5 16.5v-4.75A1.75 1.75 0 0 0 14.75 10H12.37c.343.415.566.933.618 1.5h1.76a.25.25 0 0 1 .25.25v4.75a3 3 0 0 1-2.887 2.998c-.339.52-.762.978-1.252 1.356zm4.167-12.24a3 3 0 1 0 0-5.229c.327.378.584.818.752 1.3a1.5 1.5 0 1 1 0 2.631a3.995 3.995 0 0 1-.752 1.298zm.333 12.24A4.5 4.5 0 0 0 21 16.5v-4.75A1.75 1.75 0 0 0 19.25 10H16.87c.343.415.567.933.618 1.5h1.76a.25.25 0 0 1 .25.25v4.75a3 3 0 0 1-2.887 2.998c-.339.52-.762.978-1.252 1.356z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})