@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: 'MailAttach20Regular',
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.766 10.47l-.766.45l-7-4.118V6.5A1.5 1.5 0 0 1 4.5 5h7.376l.998-1H4.5A2.5 2.5 0 0 0 2 6.5v8A2.5 2.5 0 0 0 4.5 17h11a2.5 2.5 0 0 0 2.5-2.5V9.123l-1 .996V14.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 3 14.5V7.963l6.746 3.968l.082.039a.5.5 0 0 0 .426-.039l.828-.487a2.551 2.551 0 0 1-.316-.975zm4.46-5.994a1.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 */
)
])
)
)
}
})