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.33 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 28 28' } export default defineComponent({ name: 'PersonMail28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M13 25c0 .35.06.687.17 1H13c-5.79 0-10-2.567-10-6.285V19a3 3 0 0 1 3-3h7.764a2.99 2.99 0 0 0-.723 1.5H6a1.5 1.5 0 0 0-1.493 1.355L4.5 19v.715c0 2.674 3.389 4.785 8.5 4.785v.5zm0-23a6 6 0 1 1 0 12a6 6 0 0 1 0-12zm0 1.5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9zm1 15a2.5 2.5 0 0 1 2.5-2.5h8a2.5 2.5 0 0 1 2.5 2.5v.191l-6.5 3.25l-6.5-3.25V18.5zm6.724 4.447L27 19.81V24.5a2.5 2.5 0 0 1-2.5 2.5h-8a2.5 2.5 0 0 1-2.5-2.5v-4.691l6.276 3.138a.5.5 0 0 0 .448 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })