@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.27 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: 'DualScreenHeader24Filled',
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: 'M21.995 7.997V18.25a1.75 1.75 0 0 1-1.75 1.75h-7.247c-.087 0-.172-.007-.255-.019l-.001-11.984h9.253zm-10.752 0V19.98c-.08.011-.162.017-.245.017H3.75A1.75 1.75 0 0 1 2 18.247V7.997h9.243zm-.245-3.995c.083 0 .165.006.246.017l-.001 2.978H2V5.752c0-.967.784-1.75 1.75-1.75h7.248zm9.248.002c.966 0 1.75.784 1.75 1.75l-.001 1.243h-9.253V4.023c.084-.012.17-.019.256-.019h7.248z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})