@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 339 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_table_sort_fromZ': {
width: 16,
height: 16,
viewBox: '0 0 24 24',
data: '<path pid="0" d="M15.4 13.7l-3-4c-.2-.3-.6-.3-.8 0l-3 4c-.1.2-.1.4 0 .5.1.2.3.3.4.3h6c.2 0 .4-.1.4-.3s.1-.3 0-.5z" _fill="#202433"/>'
}
})