UNPKG

@vicons/fluent

Version:

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

43 lines (42 loc) 1.54 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 24 24' } export default defineComponent({ name: 'ArrowMaximizeVertical24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M15.207 6.207a1 1 0 0 1-1.414 0L13 5.414V9a1 1 0 1 1-2 0V5.414l-.793.793a1 1 0 0 1-1.414-1.414l2.5-2.5A.998.998 0 0 1 11.997 2h.006c.255 0 .51.098.704.293l2.5 2.5a1 1 0 0 1 0 1.414z', fill: 'currentColor' }), _createElementVNode('path', { d: 'M5 11a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2H5z', fill: 'currentColor' }), _createElementVNode('path', { d: 'M12.01 22a.996.996 0 0 0 .697-.293l2.5-2.5a1 1 0 0 0-1.414-1.414l-.793.793V15a1 1 0 1 0-2 0v3.586l-.793-.793a1 1 0 0 0-1.414 1.414l2.5 2.5c.193.193.445.29.698.293', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })