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.33 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: 'PeopleAdd28Filled', 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: 'M15 15.001c.124 0 .246.011.364.033A7.48 7.48 0 0 0 13 20.5c0 1.306.334 2.534.92 3.603c-1.375.644-3.002.897-4.42.897c-3.149 0-7.329-1.248-7.495-5.252L2 19.5V17c0-1.054.816-1.918 1.85-1.995L4 15l11 .001zM25 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zM9.5 2a5.5 5.5 0 1 1-.001 11.001A5.5 5.5 0 0 1 9.5 2zM27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0zm-6-4a.5.5 0 0 0-1 0V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21v-3.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })