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.86 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'PeopleCommunityAdd24Filled', 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: 'M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm0 2l-.09.007a.5.5 0 0 0-.402.402L17 14.5V17L14.498 17l-.09.008a.5.5 0 0 0-.402.402l-.008.09l.008.09a.5.5 0 0 0 .402.402l.09.008H17v2.503l.008.09a.5.5 0 0 0 .402.402l.09.008l.09-.008a.5.5 0 0 0 .402-.402l.008-.09V18l2.504.001l.09-.008a.5.5 0 0 0 .402-.402l.008-.09l-.008-.09a.5.5 0 0 0-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5 0 0 0-.402-.403L17.5 14zm-5.478 0A6.47 6.47 0 0 0 11 17.5c0 .884.176 1.726.496 2.495C8.942 19.857 7.5 18.773 7.5 16.75v-1c0-.966.784-1.75 1.75-1.75h2.772zM8.126 9a4.007 4.007 0 0 0 1.067 3.85l.162.151L9.25 13a2.75 2.75 0 0 0-2.649 2.008l-.034.001C3.657 15.009 2 13.919 2 11.75v-1a1.75 1.75 0 0 1 1.606-1.744L3.75 9h4.376zM12 7a3 3 0 1 1 0 6a3 3 0 0 1 0-6zm8.25 2c.966 0 1.75.784 1.75 1.75l-.001.962c.02.369-.01.707-.087 1.014A6.477 6.477 0 0 0 17.5 11a6.51 6.51 0 0 0-1.692.222A4.005 4.005 0 0 0 15.874 9h4.376zM6.5 2a3 3 0 1 1 0 6a3 3 0 0 1 0-6zm11 0a3 3 0 1 1 0 6a3 3 0 0 1 0-6z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })