@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.63 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: 'MailTemplate24Regular',
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: 'M2 5.25A3.25 3.25 0 0 1 5.25 2h10.5A3.25 3.25 0 0 1 19 5.25v4.757a4.315 4.315 0 0 0-.25-.007H17.5V5.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 5.25v11.5c0 .966.784 1.75 1.75 1.75H6v.25c0 .435.065.855.187 1.25H5.25A3.25 3.25 0 0 1 2 16.75V5.25zM6.75 5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5h-7.5zM8 8.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 8 8.25zm-1 6A3.25 3.25 0 0 1 10.25 11h8.5A3.25 3.25 0 0 1 22 14.25v4.5A3.25 3.25 0 0 1 18.75 22h-8.5A3.25 3.25 0 0 1 7 18.75v-4.5zm3.25-1.75c-.504 0-.959.213-1.278.555l5.528 3.553l5.528-3.553a1.745 1.745 0 0 0-1.278-.555h-8.5zM8.5 18.75c0 .966.784 1.75 1.75 1.75h8.5a1.75 1.75 0 0 0 1.75-1.75v-4.216l-5.594 3.597a.75.75 0 0 1-.812 0L8.5 14.534v4.216z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})