@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.29 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'MailAlert16Regular',
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: 'M7.497 4a3 3 0 0 1 6 0v2l1.32 1.119a.5.5 0 0 1-.323.881H6.501a.5.5 0 0 1-.323-.881L7.498 6V4zm3 6a1.501 1.501 0 0 1-1.414-1h2.829a1.5 1.5 0 0 1-1.415 1zM3 5h3.5v.537L5.953 6H3a1 1 0 0 0-1 1v.74l5 2.692l1.319-.71c.17.302.4.565.674.773l-1.756.945a.5.5 0 0 1-.474 0L2 8.876V13a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-2.5c.39-.293.692-.698.858-1.167L12.975 9H13v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})