@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 469 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_arrow_bottom_sm': {
width: 8,
height: 8,
viewBox: '0 0 8 8',
data: '<path pid="0" d="M1.226 1.96l2.778 2.8 2.777-2.8a.714.714 0 01.778-.155.713.713 0 01.441.664.724.724 0 01-.21.509L4.506 6.289a.713.713 0 01-.778.156.713.713 0 01-.232-.156L.21 2.978a.719.719 0 01-.155-.784.719.719 0 01.155-.233.724.724 0 011.017 0z" _fill="#222532"/>'
}
})