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.2 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: 'MailRead48Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6.05 18.573l17.313 10.253a1.25 1.25 0 0 0 1.274 0L41.95 18.574c.033.239.05.481.05.726v15.45A4.25 4.25 0 0 1 37.75 39h-27.5A4.25 4.25 0 0 1 6 34.75V19.3c0-.245.017-.488.05-.727zM24.63 6.17l14.762 8.593a5.245 5.245 0 0 1 1.616 1.464L24 26.297L6.993 16.227a5.245 5.245 0 0 1 1.616-1.464L23.37 6.17a1.25 1.25 0 0 1 1.258 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })