@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 24 24'
}
export default defineComponent({
name: 'MailRead24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3.1 8.17l8.517-5.065a.75.75 0 0 1 .662-.051l.104.051L20.9 8.17a2.25 2.25 0 0 1 1.094 1.765l.006.17v7.646a3.25 3.25 0 0 1-3.066 3.245L18.75 21H5.25a3.25 3.25 0 0 1-3.245-3.066L2 17.75v-7.647c0-.737.36-1.423.958-1.842L3.1 8.17l8.517-5.064L3.1 8.17zm17.4 2.74l-8.153 4.255a.75.75 0 0 1-.582.047l-.112-.047L3.5 10.91v6.84a1.75 1.75 0 0 0 1.606 1.744l.144.006h13.5a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-6.84zM12 4.623l-8.092 4.81L12 13.654l8.09-4.222L12 4.622z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})