@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.48 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: 'DualScreenTablet24Filled',
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: 'M7.5 9v12H3.75a1.75 1.75 0 0 1-1.744-1.607L2 19.25v-8.5a1.75 1.75 0 0 1 1.606-1.744L3.75 9H7.5zm4.75 0a1.75 1.75 0 0 1 1.744 1.606l.006.144v8.5a1.75 1.75 0 0 1-1.607 1.744L12.25 21H8.5V9h3.75zm-1.606 8.5h-.5l-.102.007a.75.75 0 0 0 0 1.486l.102.007h.5l.101-.007a.75.75 0 0 0-.101-1.493zm-4.75 0h-.5l-.102.007a.75.75 0 0 0 0 1.486l.102.007h.5l.102-.007a.75.75 0 0 0-.102-1.493zM19.75 3a2.25 2.25 0 0 1 2.245 2.096L22 5.25v8.5a2.25 2.25 0 0 1-2.096 2.245L19.75 16H15v-2.5h1.25a.75.75 0 0 0 0-1.5H15v-1.5a2.5 2.5 0 0 0-2.336-2.495L12.5 8H6V5.25a2.25 2.25 0 0 1 2.096-2.245L8.25 3h11.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})