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.55 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: 'AutoFitHeight24Filled', 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: '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 */ ) ]) ) ) } })