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.27 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'TabInPrivate24Filled', 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 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6zM5 6a1 1 0 0 1 1-1h1.225L5 7.651V6zm0 3.207L8.53 5h2.686L5 12.408V9.207zM12.521 5h2.687L5 17.165v-3.201L12.521 5zm3.992 0H18a1 1 0 0 1 .83.44L7.451 19H6a1 1 0 0 1-.845-.464L16.513 5zM19 6.793v3.201L11.443 19H8.757L19 6.793zm0 4.757v3.201L15.435 19h-2.686L19 11.55zm0 4.757V18a1 1 0 0 1-1 1h-1.26L19 16.307z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })