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.42 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'ArrowAutofitUp24Filled', 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: 'M12.952 5.898l.084-.098l2.354-2.357c.18-.273.505-.443.86-.443c.324 0 .62.14.806.368l.005.007l.046.064L19.465 5.8l.085.098l.005.008a1 1 0 0 1 .01 1.177l-.006.008l-.099.117l-.106.091l-.007.006a1 1 0 0 1-1.177.01l-.009-.007l-.11-.093l-.801-.801v13.69l-.008.108l-.002.01c-.072.463-.51.778-.99.778s-.918-.315-.99-.779l-.002-.01l-.008-.108V6.414l-.8.8l-.097.085l-.008.006a1 1 0 0 1-1.399-1.4l.006-.007zM4 6.492a2.5 2.5 0 0 1 2.5-2.5h4a1 1 0 1 1 0 2h-4a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h6a1 1 0 1 1 0 2h-6a2.5 2.5 0 0 1-2.5-2.5v-11z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })