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.39 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: 'MailAttach16Filled', 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: 'M6.94 7.062c.198.197.437.328.69.392a2.555 2.555 0 0 0-.223.76L7 8.431l-6-3.23V5a2 2 0 0 1 2-2h5.875L6.938 4.94a1.5 1.5 0 0 0 .002 2.122zM7.497 9.3a2.561 2.561 0 0 0 4.257 1.058L13 9.118V11a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6.337L6.763 9.44a.5.5 0 0 0 .474 0l.26-.14zm3.729-5.824L8.354 6.353a.5.5 0 1 1-.708-.706l2.872-2.878a2.625 2.625 0 0 1 3.713 3.712l-3.183 3.17a1.56 1.56 0 0 1-2.206-2.207l2.805-2.798a.5.5 0 1 1 .706.708L9.55 8.151a.56.56 0 0 0 .792.792l3.183-3.17a1.625 1.625 0 0 0-2.298-2.297z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })