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.4 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 48 48' } export default defineComponent({ name: 'PersonMail48Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M22 4c-5.523 0-10 4.477-10 10s4.477 10 10 10s10-4.477 10-10S27.523 4 22 4zm-7.5 10a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0zm-4.25 14A4.25 4.25 0 0 0 6 32.249V33c0 3.755 1.942 6.567 4.92 8.38C13.85 43.163 17.786 44 22 44v-2.5c-3.932 0-7.37-.788-9.78-2.255C9.86 37.808 8.5 35.745 8.5 33v-.751a1.75 1.75 0 0 1 1.75-1.749H22V30c0-.729.195-1.412.535-2H10.25zM24 31a3 3 0 0 1 3-3h16a3 3 0 0 1 3 3v.79l-11 5.108l-11-5.108V31zm11.421 7.907L46 33.995V43a3 3 0 0 1-3 3H27a3 3 0 0 1-3-3v-9.005l10.579 4.912a1 1 0 0 0 .842 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })