UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.27 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'ArrowMaximizeVertical48Filled', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M22.504 4.128a1.5 1.5 0 0 1 1.992 0l5.069 4.5a1.5 1.5 0 0 1-1.992 2.244L25 8.588v9.162a1.5 1.5 0 0 1-3 0V8.588l-2.573 2.284a1.5 1.5 0 1 1-1.991-2.244l5.068-4.5zm2 39.737a1.5 1.5 0 0 1-2.008 0l-5-4.5a1.5 1.5 0 0 1 2.008-2.23L22 39.382V30.25a1.5 1.5 0 1 1 3 0v9.132l2.497-2.247a1.5 1.5 0 1 1 2.006 2.23l-5 4.5zM8.25 22.25a1.5 1.5 0 0 0 0 3h31.5a1.5 1.5 0 0 0 0-3H8.25z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })