@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.31 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 24 24'
}
export default defineComponent({
name: 'TextSortAscending24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M7.979 2.673a1 1 0 0 0-1.89 0l-2.793 8.069a1 1 0 1 0 1.89.654l.411-1.19H8.47l.412 1.19a1 1 0 0 0 1.89-.654l-2.793-8.07zm-1.69 5.534l.745-2.15l.744 2.15H6.29zM3.75 14a1 1 0 0 1 1-1H10a1 1 0 0 1 .8 1.6L6.75 20H10a1 1 0 1 1 0 2H4.75a1 1 0 0 1-.8-1.6L8 15H4.75a1 1 0 0 1-1-1zM17.5 2a1 1 0 0 1 1 1v15.586l1.793-1.793a1 1 0 0 1 1.414 1.414l-3.5 3.5a1 1 0 0 1-1.414 0l-3.5-3.5a1 1 0 0 1 1.414-1.414l1.793 1.793V3a1 1 0 0 1 1-1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})