@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.6 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 24 24'
}
export default defineComponent({
name: 'MailAlert24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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.933l-.132.35c-.37.989-1.343 1.65-2.436 1.65a2.625 2.625 0 0 1-2.044-.963l-3.107 1.627a.75.75 0 0 1-.696 0L2 8.608v8.142l.005.184A3.25 3.25 0 0 0 5.25 20h13.5l.184-.005A3.25 3.25 0 0 0 22 16.75zm-10-4.597L14.202 11h-1.236c-.181 0-.355 0-.495-.007a1.632 1.632 0 0 1-.613-.135a1.5 1.5 0 0 1-.725-1.984c.113-.245.296-.419.381-.498c.102-.096.235-.208.374-.325l.61-.516V5c0-.342.035-.677.1-1H5.25l-.186.005a3.25 3.25 0 0 0-3.048 2.919L12 12.154z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})