@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 413 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_tree_arrow': {
width: 16,
height: 16,
viewBox: '0 0 16 16',
data: '<path pid="0" fill-rule="evenodd" clip-rule="evenodd" d="M5.5 11.066L10.099 8 5.5 4.934v6.132zm.088 1.143a.7.7 0 01-1.088-.583V4.374a.7.7 0 011.088-.583l5.44 3.627a.7.7 0 010 1.164l-5.44 3.627z" _fill="#222532"/>'
}
})