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.42 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 20 20' } export default defineComponent({ name: 'PeopleAdd20Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M11 10c.104 0 .205.008.305.023c-.39.279-.743.608-1.048.977H4a1 1 0 0 0-1 1v1.5C3 14.907 4.579 16 7.5 16a9.35 9.35 0 0 0 1.67-.139c.083.329.197.645.336.947A9.917 9.917 0 0 1 7.5 17C4.088 17 2 15.554 2 13.5V12a2 2 0 0 1 2-2h7zm6-3.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0zM14.5 5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3zm-7-3a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7zm0 1a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5zM19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zm-4-2a.5.5 0 0 0-1 0V14h-1.5a.5.5 0 0 0 0 1H14v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H15v-1.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })