@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.47 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 16 16'
}
export default defineComponent({
name: 'MailUnread16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3 3l7.171-.002c-.088.25-.145.517-.164.793L10 4H3a1 1 0 0 0-1 1v.191l5.5 2.75l3.468-1.734c.29.267.632.477 1.01.614L7.723 8.947a.5.5 0 0 1-.36.034l-.088-.034L2 6.31V11a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V7c.351 0 .688-.06 1-.171V11a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm10 3c-.076 0-.15-.004-.224-.012l-.172-.027l-.066-.015l-.092-.024a1.987 1.987 0 0 1-.317-.121l-.167-.091a2 2 0 0 1-.955-1.545L11 4l.002-.09l.009-.121l.022-.152l.042-.182l.052-.157l.062-.148l.08-.151a2 2 0 1 1 2.867 2.647l-.145.092l-.141.073l-.19.078l-.06.02l-.153.04l-.116.024l-.157.02A2.027 2.027 0 0 1 13 6z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})