@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.22 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: 'MailUnread24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2 9.11l8.65 4.554a.75.75 0 0 0 .7 0l7.206-3.793a3.503 3.503 0 0 0 1.445.093L20 16.75a3.25 3.25 0 0 1-3.066 3.245L16.75 20H5.25a3.25 3.25 0 0 1-3.245-3.066L2 16.75V9.11zM16.337 5A3.486 3.486 0 0 0 16 6.5a3.49 3.49 0 0 0 1.03 2.48L11 12.152L2.095 7.466a3.252 3.252 0 0 1 2.966-2.46L5.25 5h11.087zM19.5 4a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})