@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.34 kB
JavaScript
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: 'MailUnread48Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})