UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.46 kB
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 25 24' } export default defineComponent({ name: 'PeopleQueue24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M10.916 6a3 3 0 1 1-6 0a3 3 0 0 1 6 0zm-5.75 4a1.75 1.75 0 0 0-1.75 1.75v4.75a4.5 4.5 0 1 0 9 0v-4.75a1.75 1.75 0 0 0-1.75-1.75h-5.5zm6.11 10.854a5.49 5.49 0 0 0 2.14-4.354v-4.75c0-.665-.236-1.274-.629-1.75h2.379c.966 0 1.75.784 1.75 1.75v4.75a4.5 4.5 0 0 1-5.64 4.354zM11.916 6c0 1-.367 1.913-.973 2.614a3 3 0 1 0 0-5.229c.606.702.973 1.616.973 2.615zm3.86 14.854a5.49 5.49 0 0 0 2.14-4.354v-4.75c0-.665-.236-1.274-.629-1.75h2.379c.966 0 1.75.784 1.75 1.75v4.75a4.5 4.5 0 0 1-5.64 4.354zM16.416 6c0 1-.367 1.913-.973 2.614a3 3 0 1 0 0-5.229c.606.702.973 1.616.973 2.615z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })