@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.41 kB
JavaScript
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: 'PersonSupport24Filled',
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: 'M20 16.246a2.249 2.249 0 0 0-2.25-2.249H6.25A2.249 2.249 0 0 0 4 16.247v.92c0 .571.178 1.129.51 1.595c1.543 2.164 4.065 3.236 7.486 3.236c3.42 0 5.945-1.071 7.49-3.235A2.75 2.75 0 0 0 20 17.166v-.919zm-3.003-9.244a5 5 0 0 0-9.025-2.967A.75.75 0 0 0 7.748 4H5.25a.75.75 0 0 0-.75.75v5.498A2.75 2.75 0 0 0 7.25 13h.25v-.004h.01a.998.998 0 1 0-.786-1.611A1.25 1.25 0 0 1 6 10.249V10h.748c.38 0 .733-.122 1.02-.328a5 5 0 0 0 9.229-2.67zm-10-.106a5.114 5.114 0 0 0 0 .212v1.141a.25.25 0 0 1-.25.25H6V5.501h.998v1.395z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})