import { svg } from '@opentiny/vue-common' import Ascending from '@opentiny/vue-theme/svgs/ascending.svg' export default () => svg({ name: 'IconAscending', component: Ascending, filledComponent: Ascending })()