@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.39 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: 'TabInPrivate20Filled',
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: 'M5.75 3A2.75 2.75 0 0 0 3 5.75v8.5A2.75 2.75 0 0 0 5.75 17h8.5A2.75 2.75 0 0 0 17 14.25v-8.5A2.75 2.75 0 0 0 14.25 3h-8.5zM4.5 5.75c0-.69.56-1.25 1.25-1.25h.31L4.5 6.359V5.75zm0 2.164L7.365 4.5h1.849L4.5 10.117V7.914zM10.519 4.5h1.849L4.5 13.876v-2.203L10.519 4.5zm3.154 0h.577c.368 0 .698.159.927.411L6.292 15.5H5.75c-.377 0-.716-.167-.945-.432L13.673 4.5zM15.5 6.082v2.203L9.446 15.5H7.597L15.5 6.082zm0 3.759v2.203L12.6 15.5h-1.849L15.5 9.84zm0 3.759v.65c0 .69-.56 1.25-1.25 1.25h-.345l1.595-1.9z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})