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.44 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: 'ArrowAutofitDown24Filled', 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 18.102l.084.098l2.354 2.357c.18.273.505.443.86.443c.324 0 .62-.14.806-.368l.005-.007l.046-.064l2.358-2.361l.085-.098l.005-.008a1 1 0 0 0 .01-1.177l-.006-.008l-.099-.117l-.106-.091l-.007-.006a1 1 0 0 0-1.177-.01l-.009.007l-.11.093l-.801.802V3.897l-.008-.109l-.002-.01c-.072-.463-.51-.778-.99-.778s-.918.315-.99.779l-.002.01l-.008.108v13.689l-.8-.8l-.097-.085l-.008-.006a1 1 0 0 0-1.399 1.4l.006.007zM4 17.508a2.5 2.5 0 0 0 2.5 2.5h4a1 1 0 1 0 0-2h-4a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5h6a1 1 0 1 0 0-2h-6a2.5 2.5 0 0 0-2.5 2.5v11z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })