@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 313 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_breadcrumb_arrow': {
width: 16,
height: 16,
viewBox: '0 0 16 16',
data: '<path pid="0" d="M10.824 8l-4.765 4.5-.882-.916L9.129 8 5.177 4.308l.882-.808L10.824 8z" _fill="#858895"/>'
}
})