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.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: 'AutoFitHeight24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6 3a1 1 0 0 0 0 2h12a1 1 0 1 0 0-2H6zm4.354 10.701l.099.085l.799.8v-1.957l-.002-.026V9.414l-.8.8l-.097.085l-.008.006a1 1 0 0 1-1.399-1.4l.006-.007l.084-.098l2.354-2.357c.18-.273.505-.443.86-.443c.324 0 .62.14.806.368l.005.007l.046.064L15.465 8.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-.801v1.957l.002.026v3.19l.794-.795a1 1 0 0 1 1.303-.097l.007.006l.098.085l.007.006a1 1 0 0 1 .096 1.302l-.005.008l-.085.098l-2.354 2.356a1.023 1.023 0 0 1-.86.444c-.356 0-.681-.17-.86-.443l-2.348-2.35a1 1 0 0 1 1.302-1.512l.008.006zM5 20a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })