@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.56 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: 'MailAlert24Regular',
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: 'M17.503 1a4 4 0 0 0-4 4v3l-.95.8c-.307.26-.46.39-.507.491a.5.5 0 0 0 .242.662c.1.047.302.047.704.047h9.02c.403 0 .604 0 .705-.047a.5.5 0 0 0 .242-.662c-.047-.101-.2-.231-.508-.49L21.503 8V5a4 4 0 0 0-4-4zm1.5 10c-.219.583-.808 1-1.5 1c-.693 0-1.282-.417-1.5-1h3zM22 16.75V11h-1.5v5.75l-.006.143A1.75 1.75 0 0 1 18.75 18.5H5.25l-.144-.006A1.75 1.75 0 0 1 3.5 16.75V9.374l8.15 4.29l.097.042a.75.75 0 0 0 .602-.042l3.101-1.633a2.472 2.472 0 0 1-.388-.68L14.931 11h-.742L12 12.152L3.5 7.68V7.25l.006-.144A1.75 1.75 0 0 1 5.25 5.5h7.249V5c0-.342.034-.677.1-1H5.25l-.184.005A3.25 3.25 0 0 0 2 7.25v9.5l.005.184A3.25 3.25 0 0 0 5.25 20h13.5l.184-.005A3.25 3.25 0 0 0 22 16.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})