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