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.46 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: 'ArrowMaximize24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M12.496 3.002l7.556.001l.12.014l.088.02l.104.034l.09.04l.063.036l.063.042l.064.05l.063.058l.094.11l.072.11l.053.114l.036.105l.015.065l.01.053l.01.148v7.504a1 1 0 0 1-1.993.117l-.007-.117v-5.09L6.412 19H11.5a1 1 0 0 1 .993.884L12.5 20a1 1 0 0 1-.884.994L11.5 21L3.939 21l-.096-.01l-.077-.015l-.077-.022l-.07-.026l-.09-.042l-.089-.053l-.091-.07l.032.027a1.006 1.006 0 0 1-.166-.166l-.051-.07l-.04-.064l-.032-.064l-.034-.082l-.025-.08l-.024-.111l-.007-.061l-.004-.09v-7.503a1 1 0 0 1 1.993-.117l.007.117v5.088L17.582 5.002h-5.086a1 1 0 0 1-.994-.883l-.006-.117a1 1 0 0 1 1-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })