@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.64 kB
JavaScript
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 24 24'
}
export default defineComponent({
name: 'PersonSupport24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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.577c0 .893.319 1.756.898 2.435c1.567 1.834 3.953 2.74 7.098 2.74c3.146 0 5.533-.905 7.102-2.739A3.75 3.75 0 0 0 20 16.821v-.575zm-13.751-.749H17.75c.413 0 .748.335.748.75v.575a2.25 2.25 0 0 1-.54 1.463c-1.257 1.468-3.224 2.213-5.963 2.213c-2.738 0-4.704-.745-5.957-2.213a2.25 2.25 0 0 1-.539-1.461v-.578c0-.413.335-.749.749-.749zm10.748-8.495a5 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.395zm1.5.195v-.178a3.5 3.5 0 1 1 0 .178z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})