@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.47 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 21 20'
}
export default defineComponent({
name: 'PeopleQueue20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M9.166 5.25a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0zM4.416 8a1 1 0 0 0-1 1v4.5a3.5 3.5 0 1 0 7 0V9a1 1 0 0 0-1-1h-5zm5.75-2.75c0 .65-.19 1.255-.52 1.763c.413.048.787.22 1.084.48a2.25 2.25 0 1 0-1.127-4.07c.355.52.563 1.15.563 1.827zm-.25 11.605a4.489 4.489 0 0 0 1.5-3.355V9a1.99 1.99 0 0 0-.268-1h2.268a1 1 0 0 1 1 1v4.5a3.5 3.5 0 0 1-4.5 3.355zm4.25-11.605c0 .65-.19 1.255-.52 1.763c.413.048.787.22 1.084.48a2.25 2.25 0 1 0-1.127-4.07c.355.52.563 1.15.563 1.827zm-.25 11.605a4.489 4.489 0 0 0 1.5-3.355V9a1.99 1.99 0 0 0-.268-1h2.268a1 1 0 0 1 1 1v4.5a3.5 3.5 0 0 1-4.5 3.355z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})