UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.21 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'MailRead48Filled', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.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 */ ) ]) ) ) } })