UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.39 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 16 16' } export default defineComponent({ name: 'TabInPrivate16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M4.193 1.99a2.25 2.25 0 0 0-2.25 2.25v7.506a2.25 2.25 0 0 0 2.25 2.25h7.506a2.25 2.25 0 0 0 2.25-2.25V4.239a2.25 2.25 0 0 0-2.25-2.25H4.193zm-.75 2.25a.75.75 0 0 1 .75-.75h.29l-1.04 1.24v-.49zm0 2.045l2.345-2.796h1.35L3.443 7.893V6.285zm5-2.796h1.35l-6.35 7.567V9.448l5-5.959zm2.655 0h.601c.216 0 .411.092.548.238L4.89 12.496h-.696a.747.747 0 0 1-.496-.187l7.4-8.82zm1.351 1.553V6.65l-4.905 5.846h-1.35l6.255-7.454zm0 3.163v1.608l-2.25 2.683h-1.35l3.6-4.29zm0 3.164v.377a.75.75 0 0 1-.75.75h-.195l.945-1.127z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })