@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.45 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: 'MailAttach20Filled',
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: 'M10.306 8.697c.197.197.436.328.689.392a2.565 2.565 0 0 0-.229 1.38L10 10.92L2.015 6.223A2.5 2.5 0 0 1 4.5 4h8.375l-2.571 2.575a1.5 1.5 0 0 0 .002 2.122zm.776 2.747a2.561 2.561 0 0 0 4.038.549L18 9.123V14.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 0l.828-.487zm4.144-6.968a1.625 1.625 0 0 1 2.298 2.298l-.01.01l-3.858 3.844l-.01.01a.56.56 0 1 1-.78-.804l3.487-3.48a.5.5 0 1 0-.707-.708l-3.5 3.493a1.56 1.56 0 0 0 2.194 2.218l.012-.01l3.879-3.865a2.625 2.625 0 1 0-3.712-3.713L10.95 7.342a.5.5 0 0 0 .707.707l3.568-3.573z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})