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.63 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 28 28' } export default defineComponent({ name: 'PeopleAdd28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M15 15.001c.124 0 .246.011.364.033c-.462.435-.87.928-1.21 1.467L4 16.5l-.1.01a.51.51 0 0 0-.254.136a.506.506 0 0 0-.136.253L3.5 17v2.5c0 1.339.587 2.329 1.795 3.025c.996.576 2.39.923 3.864.97l.341.005l.435-.01c.786-.035 2.197-.183 3.402-.76c.15.48.346.94.583 1.373c-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 0zm-4.5-3c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3zM9.5 2a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm0 1.5c-2.206 0-4 1.794-4 4s1.794 4 4 4s4-1.794 4-4s-1.794-4-4-4zm17.5 17a6.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 */ ) ]) ) ) } })