@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.35 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'MailAttach16Regular',
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.407 8.213L7 8.433L2 5.74V5a1 1 0 0 1 1-1h4.877l.998-1H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V9.118l-1 .996V11a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6.876L6.763 9.44a.5.5 0 0 0 .474 0l.26-.14a2.572 2.572 0 0 1-.09-1.087zm3.819-4.737L8.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 */
)
])
)
)
}
})