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.53 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: 'MailShield16Filled', 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: 'M9.557 10.191c.451.295.952.537 1.496.731c.29.104.605.104.894 0A7.443 7.443 0 0 0 13 10.455V13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8.337l5.763 3.103a.5.5 0 0 0 .474 0l2.32-1.249zM7 5v.134l.004.255v.008c.038 1.173.327 2.235.901 3.14a5.3 5.3 0 0 0 .8.977L7 10.432l-6-3.23V7a2 2 0 0 1 2-2h4zm7.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 */ ) ]) ) ) } })