UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.48 kB
'use strict' 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 21 20' } exports.default = (0, vue_1.defineComponent)({ name: 'PeopleQueue20Filled', 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: '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 */ ) ]) ) ) } })