UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.62 kB
'use strict' 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'MailAlert28Filled', 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: 'M20.498 1a4.5 4.5 0 0 0-4.5 4.5V8l-1.62 1.876c-.216.25-.325.376-.355.476a.5.5 0 0 0 .277.606c.096.042.262.042.593.042h11.21c.331 0 .497 0 .593-.042a.5.5 0 0 0 .277-.606c-.03-.1-.139-.225-.356-.476L24.998 8V5.5a4.5 4.5 0 0 0-4.5-4.5zm0 13a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zm-7.426-3.945a1.59 1.59 0 0 1 .271-.496c.076-.097.173-.21.269-.32l1.39-1.611V5.5c0-.169.008-.335.023-.5H6.25l-.184.005A3.25 3.25 0 0 0 3 8.25v.184l11 5.72l3.52-1.83a3.023 3.023 0 0 1-.018-.324h-2.626c-.147 0-.296 0-.418-.007a1.59 1.59 0 0 1-.553-.118a1.5 1.5 0 0 1-.833-1.82zM20.502 15a2.996 2.996 0 0 1-2.446-1.264l-3.71 1.93a.75.75 0 0 1-.692 0L3 10.123v9.626l.005.184A3.25 3.25 0 0 0 6.25 23h15.5l.185-.005A3.25 3.25 0 0 0 25 19.75V12h-1.498a3 3 0 0 1-3 3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })