@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.58 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'MailShield20Filled',
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: 'M18 2.624a4.056 4.056 0 0 1-1-.277c-.606-.254-1.177-.662-1.716-1.225a.389.389 0 0 0-.566 0c-.995 1.036-2.095 1.545-3.318 1.545c-.22 0-.4.186-.4.416v2.501l.004.266c.042 1.247.38 2.3 1.006 3.15c.275.372.605.706.99 1c.523.4 1.148.727 1.873.979c.083.028.171.028.254 0C17.686 10.089 19 8.266 19 5.584v-2.5l-.008-.085a.405.405 0 0 0-.392-.332c-.203 0-.403-.014-.6-.043zm-5.697 8.101l.09.07c.62.474 1.343.847 2.152 1.128c.295.103.615.103.91 0c.99-.344 1.848-.825 2.545-1.454V14.5a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 2 14.5V7.373l7.747 4.558a.5.5 0 0 0 .507 0l2.049-1.206zM10 4v1.593l.005.282v.008c.047 1.413.434 2.67 1.2 3.71c.107.145.22.284.34.418L10 10.92L2.015 6.223A2.5 2.5 0 0 1 4.5 4H10z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})