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.27 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: 'ArrowSortDownLines24Filled', 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: 'M8.5 4.004l-.117.007a1 1 0 0 0-.883.993v11.58l-2.293-2.29l-.094-.084a1 1 0 0 0-1.32 1.498l4.004 4l.094.083a1 1 0 0 0 1.32-.084l3.996-4l.084-.094a1 1 0 0 0-.084-1.32l-.095-.083a1 1 0 0 0-1.32.084L9.5 16.588V5.004l-.007-.117a1 1 0 0 0-.993-.883zM13 5a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-8zm0 3a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2h-5zm-1 4a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })