UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.34 kB
'use strict' 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'TabInPrivate28Filled', 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: 'M6.5 3A3.5 3.5 0 0 0 3 6.5v15A3.5 3.5 0 0 0 6.5 25h15a3.5 3.5 0 0 0 3.5-3.5v-15A3.5 3.5 0 0 0 21.5 3h-15zM5 6.5A1.5 1.5 0 0 1 6.5 5h1.306L5 8.344V6.5zm0 4.178L9.764 5h3.138L5 14.417v-3.74zM14.86 5h3.138L5 20.49v-3.739L14.86 5zm5.096 0H21.5c.46 0 .872.207 1.147.533L7.991 23H6.5c-.475 0-.898-.22-1.173-.565L19.957 5zM23 13.52v3.74L18.183 23h-3.138L23 13.52zm0-6.074v3.74L13.087 23H9.949L23 7.446zM20.141 23L23 19.593V21.5a1.5 1.5 0 0 1-1.5 1.5h-1.359z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })