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.26 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 20 20' } export default defineComponent({ name: 'WindowNew20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M12.766 17a2.501 2.501 0 0 0 2.452-2.012A2 2 0 0 0 17 13V5a2 2 0 0 0-2-2H7a2 2 0 0 0-1.991 1.814A2.5 2.5 0 0 0 3 7.266V13.5A3.5 3.5 0 0 0 6.5 17h6.266zM4 7.266A1.5 1.5 0 0 1 5 5.85V13a2 2 0 0 0 2 2h7.18a1.5 1.5 0 0 1-1.414 1H6.5A2.5 2.5 0 0 1 4 13.5V7.266zM9.516 6H13.5a.5.5 0 0 1 .5.5v3.984a.5.5 0 0 1-1 0V7.707l-4.146 4.147a.5.5 0 0 1-.708-.708L12.293 7H9.516a.5.5 0 0 1 0-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })