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.97 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: 'PeopleCommunityAdd28Regular', 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: 'M14.5 16a7.486 7.486 0 0 0-.876 1.5H10.75a.75.75 0 0 0-.75.75v1.42c.24 1.029 1.207 1.645 3.062 1.8c.068.527.191 1.038.363 1.525c-2.812-.13-4.52-1.141-4.91-3.098L8.5 19.75v-1.5A2.25 2.25 0 0 1 10.75 16h3.75zm11.112-.988a7.534 7.534 0 0 0-1.225-.927c.052-.123.09-.254.113-.392V12.25a.75.75 0 0 0-.75-.75H18.5c0-.526-.09-1.032-.256-1.501L23.75 10A2.25 2.25 0 0 1 26 12.25v1.502l-.008.108a3.32 3.32 0 0 1-.38 1.152zM9.756 9.999L4.25 10A2.25 2.25 0 0 0 2 12.25v1.5l.014.147c.42 2.101 2.36 3.112 5.553 3.112l.18-.002a3.257 3.257 0 0 1 1.452-1.613c-.468.076-1.01.115-1.632.115c-2.516 0-3.787-.638-4.067-1.839v-1.42a.75.75 0 0 1 .75-.75H9.5l.007-.261c.025-.433.111-.849.25-1.24zM17.5 11.5a3.5 3.5 0 1 0-7 0a3.5 3.5 0 0 0 7 0zm-5.5 0a2 2 0 1 1 4 0a2 2 0 0 1-4 0zm12-6a3.5 3.5 0 1 0-7 0a3.5 3.5 0 0 0 7 0zm-5.5 0a2 2 0 1 1 4 0a2 2 0 0 1-4 0zm-7.5 0a3.5 3.5 0 1 0-7 0a3.5 3.5 0 0 0 7 0zm-5.5 0a2 2 0 1 1 4 0a2 2 0 0 1-4 0zm15 21.5a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13zm0-11a.5.5 0 0 1 .5.5V20h3.5a.5.5 0 0 1 0 1H21v3.5a.5.5 0 0 1-1 0V21h-3.5a.5.5 0 0 1 0-1H20v-3.5a.5.5 0 0 1 .5-.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })