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.47 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 25 24' } exports.default = (0, vue_1.defineComponent)({ name: 'PeopleQueue24Filled', 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: '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 */ ) ]) ) ) } })