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.5 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'PeopleList28Filled', 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.5 2a5.5 5.5 0 1 1-.001 11.001A5.5 5.5 0 0 1 9.5 2zm7.494 14.852A2 2 0 0 0 15 15L4 15l-.15.005A2.001 2.001 0 0 0 2 17v2.5l.005.248C2.171 23.752 6.351 25 9.5 25c1.935 0 4.26-.472 5.803-1.765a1.749 1.749 0 0 1 .545-2.485a1.749 1.749 0 0 1 .902-3.25H17v-.499l-.006-.15zM18 17.5h7.25c.268 0 .523.06.75.168V17l-.006-.15A2.001 2.001 0 0 0 24 15l-6.78.001l.126.15c.405.51.654 1.148.654 1.85v.499zM16.75 23a.75.75 0 0 1 0-1.5h8.5a.75.75 0 0 1 0 1.5h-8.5zm8.5-3a.75.75 0 0 0 0-1.5h-8.5a.75.75 0 0 0 0 1.5h8.5zM25 8.5a4.5 4.5 0 1 0-9 0a4.5 4.5 0 0 0 9 0zM16.75 26a.75.75 0 0 1 0-1.5h8.5a.75.75 0 0 1 0 1.5h-8.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })