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: 'WindowHeaderHorizontalOff20Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2.854 2.146a.5.5 0 1 0-.708.708L3.414 4.12C3.152 4.517 3 4.991 3 5.5v9A2.5 2.5 0 0 0 5.5 17h9c.51 0 .983-.152 1.379-.414l1.267 1.268a.5.5 0 0 0 .708-.708l-15-15zm12.293 13.708A1.494 1.494 0 0 1 14.5 16h-9A1.5 1.5 0 0 1 4 14.5V7h2.293l8.854 8.854zM16 7v6.879l.975.975c.016-.116.025-.234.025-.354v-9A2.5 2.5 0 0 0 14.5 3h-9c-.12 0-.238.008-.354.025L9.121 7H16z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })