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.19 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 24 24' } export default defineComponent({ name: 'MailRead24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2 10.127l9.653 5.038a.75.75 0 0 0 .694 0L22 10.128v7.622a3.25 3.25 0 0 1-3.066 3.245L18.75 21H5.25a3.25 3.25 0 0 1-3.245-3.066L2 17.75v-7.623zm1.1-1.958l8.517-5.064a.75.75 0 0 1 .662-.051l.104.051L20.9 8.17c.235.14.439.319.605.526L12 13.655l-9.505-4.96c.125-.155.27-.295.435-.414l.17-.112l8.517-5.064L3.1 8.17z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })