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.35 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: 'MailUnread48Regular', 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: 'M30.674 11a6.959 6.959 0 0 0-.657 2.5H11.25a2.75 2.75 0 0 0-2.75 2.75v.592l14.5 8.7l9.846-5.907a6.967 6.967 0 0 0 2.8 1.234l-12.003 7.203a1.25 1.25 0 0 1-1.15.07l-.136-.07L8.5 19.757V32.75c0 .967.783 1.75 1.75 1.75h25.5a1.75 1.75 0 0 0 1.75-1.75V20.983a6.96 6.96 0 0 0 2.5-.657V32.75A4.25 4.25 0 0 1 35.75 37h-25.5A4.25 4.25 0 0 1 6 32.75l-.001-15.114a1.25 1.25 0 0 1-.001-.167L6 16.25C6 13.35 8.35 11 11.25 11h19.424zM37 9a5 5 0 1 1 0 10a5 5 0 0 1 0-10z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })