@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.24 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'MailRead20Regular',
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: 'M9.743 3.071a.5.5 0 0 1 .514 0l6.772 4.063A2 2 0 0 1 18 8.85V14.5a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 2 14.5V8.85a2 2 0 0 1 .971-1.716l.213.355l-.213-.355l6.772-4.063zM10 4.083L3.486 7.992L3.472 8L10 11.917L16.528 8l-.013-.008L10 4.083zm7 4.8l-6.743 4.046a.5.5 0 0 1-.514 0L3 8.883V14.5A1.5 1.5 0 0 0 4.5 16h11a1.5 1.5 0 0 0 1.5-1.5V8.883z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})