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.36 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 20 20' } export default defineComponent({ name: 'MailOpenPerson20Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M10 3.083L3.486 6.992L3.472 7L10 10.917L16.528 7L10 3.083zM9.977 12a.5.5 0 0 1-.234-.07L3 7.883V13.5A1.5 1.5 0 0 0 4.5 15h7c-.219.29-.375.63-.45 1H4.5A2.5 2.5 0 0 1 2 13.5V7.85a2 2 0 0 1 .971-1.716l6.762-4.057a.5.5 0 0 1 .524-.006l6.928 4.157a.9.9 0 0 1 0 1.544l-2.092 1.255a2.998 2.998 0 0 0-2.024 1.215l-2.811 1.687a.497.497 0 0 1-.28.07zM17.5 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0zm1.5 4.5c0 1.245-1 2.5-3.5 2.5S12 17.75 12 16.5a1.5 1.5 0 0 1 1.5-1.5h4a1.5 1.5 0 0 1 1.5 1.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })