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.52 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'MailShield16Regular', 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: 'M7 5H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-2.545c-.313.17-.647.32-1 .448V13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8.876l4.763 2.564a.5.5 0 0 0 .474 0l2.32-1.249a5.877 5.877 0 0 1-.853-.677L7 10.432L2 7.74V7a1 1 0 0 1 1-1h4.047a7.677 7.677 0 0 1-.043-.603V5.39L7 5.134V5zm7.001-2.559a3.523 3.523 0 0 1-1-.347a4.718 4.718 0 0 1-1.253-.984a.334.334 0 0 0-.495 0c-.87.932-1.833 1.39-2.903 1.39c-.193 0-.35.168-.35.375v2.25l.004.24c.033 1.027.283 1.908.746 2.636c.237.374.53.707.878 1c.482.405 1.07.733 1.761.98c.072.025.15.025.222 0C13.85 9.18 15 7.54 15 5.126V2.875l-.007-.076a.357.357 0 0 0-.343-.299c-.22 0-.437-.02-.649-.059z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })