@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.35 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 16 16'
}
export default defineComponent({
name: 'MailAlert16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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.832a1.5 1.5 0 0 1-1.415 1h-.003zm-7.5-5H6.5v.537l-.966.819C4.468 7.259 5.107 9 6.504 9h1.52l.119.333c.047.134.105.262.173.384l-1.326.715L1 7.202V7c0-1.105.894-2 1.997-2zm7.503 6c-.569 0-1.093-.19-1.513-.51l-1.76.95a.498.498 0 0 1-.474 0L1 8.337V13c0 1.105.894 2 1.997 2h7.986a1.998 1.998 0 0 0 1.996-2V9h-.004l-.117.333A2.5 2.5 0 0 1 10.5 11z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})