@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.23 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'MailUnread24Filled',
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: '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 */
)
])
)
)
}
})