@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.32 kB
JavaScript
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: 'MailRead48Regular',
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: 'M24.629 6.17l14.762 8.593A5.25 5.25 0 0 1 42 19.3v15.45A4.25 4.25 0 0 1 37.75 39h-27.5A4.25 4.25 0 0 1 6 34.75V19.3a5.25 5.25 0 0 1 2.609-4.537L23.37 6.17a1.25 1.25 0 0 1 1.258 0zM39.5 20.232l-14.874 8.6a1.25 1.25 0 0 1-1.12.066l-.132-.066L8.5 20.233V34.75c0 .967.784 1.75 1.75 1.75h27.5a1.75 1.75 0 0 0 1.75-1.75V20.232zM24 8.696L9.867 16.923c-.327.19-.605.442-.824.736L24 26.306l14.957-8.647a2.747 2.747 0 0 0-.824-.736L24 8.696z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})