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.29 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: 'ExpandUpLeft16Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M7.23 2.5a.5.5 0 0 0-.5-.5H2.5a.5.5 0 0 0-.5.5v4.23a.5.5 0 1 0 1 0V3.708l3.377 3.377a.5.5 0 0 0 .707-.707L3.707 3h3.024a.5.5 0 0 0 .5-.5zm5.77 2A1.5 1.5 0 0 0 11.5 3H9.27a.5.5 0 1 1 0-1h2.23A2.5 2.5 0 0 1 14 4.5v7a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 11.5V9.27a.5.5 0 1 1 1 0v2.23A1.5 1.5 0 0 0 4.5 13H8V9.77C8 8.791 8.792 8 9.77 8H13V4.5zM13 9H9.77a.77.77 0 0 0-.77.77V13h2.5a1.5 1.5 0 0 0 1.5-1.5V9z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })