@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.25 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 48 48'
}
export default defineComponent({
name: 'PersonMail48Filled',
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 4zM10.25 28A4.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 44V30c0-.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 */
)
])
)
)
}
})