@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.44 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'MailCopy24Regular',
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: 'M3 7.511a3.247 3.247 0 0 0-1.5 2.739v6c0 2.9 2.35 5.25 5.25 5.25h9c1.15 0 2.161-.598 2.739-1.5H6.75A3.75 3.75 0 0 1 3 16.25V7.511zM18.75 4H7.25a3.25 3.25 0 0 0-3.245 3.066L4 7.25v8.5a3.25 3.25 0 0 0 3.066 3.245L7.25 19h11.5a3.25 3.25 0 0 0 3.245-3.066L22 15.75v-8.5a3.25 3.25 0 0 0-3.066-3.245L18.75 4zM5.5 8.899l7.15 3.765a.75.75 0 0 0 .603.042l.096-.042L20.5 8.9v6.85a1.75 1.75 0 0 1-1.607 1.744l-.143.006H7.25a1.75 1.75 0 0 1-1.744-1.607L5.5 15.75V8.899zM7.25 5.5h11.5a1.75 1.75 0 0 1 1.744 1.606l.004.1L13 11.152L5.5 7.205A1.75 1.75 0 0 1 7.25 5.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})