@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.33 kB
JavaScript
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 20 20'
}
export default defineComponent({
name: 'ArrowSort20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14.84 16.722a.762.762 0 0 1-.59.278a.731.731 0 0 1-.527-.22l-3.004-3.008a.75.75 0 0 1 0-1.06a.748.748 0 0 1 1.06 0l1.721 1.732V3.75a.75.75 0 0 1 1.5 0v10.684l1.722-1.718a.748.748 0 0 1 1.059 0a.75.75 0 0 1 0 1.06l-2.942 2.946zM6.34 3.278A.762.762 0 0 0 5.75 3a.731.731 0 0 0-.527.22L2.22 6.228a.75.75 0 0 0 0 1.06a.748.748 0 0 0 1.06 0L5 5.557V16.25a.75.75 0 0 0 1.5 0V5.566l1.722 1.718a.748.748 0 0 0 1.059 0a.75.75 0 0 0 0-1.06L6.339 3.277z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})