UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.28 kB
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: 'MailAlert16Regular', 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.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 */ ) ]) ) ) } })