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: 'ArrowMaximizeVertical20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M9.576 1.334a.6.6 0 0 1 .849 0l2.121 2.121a.6.6 0 0 1-.848.849L10.6 3.207V7.5a.6.6 0 1 1-1.2 0V3.207L8.303 4.304a.6.6 0 0 1-.848-.849l2.121-2.121zM3.9 10a.6.6 0 0 1 .6-.6h11a.6.6 0 1 1 0 1.2h-11a.6.6 0 0 1-.6-.6zm6.7 6.794v-4.294a.6.6 0 0 0-1.2 0v4.294l-1.097-1.097a.6.6 0 0 0-.848.848l2.121 2.122a.6.6 0 0 0 .849 0l2.121-2.122a.6.6 0 1 0-.848-.848L10.6 16.795z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })