@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 341 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_check': {
width: 16,
height: 16,
viewBox: '0 0 16 16',
data: '<path pid="0" fill-rule="evenodd" clip-rule="evenodd" d="M4.14 9.521L1.4 6.96.148 8.24l4.034 3.91L11 5.333 9.866 4 4.14 9.521z" _fill="#6638B6"/>'
}
})