@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 408 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'btn_circle_plus_blue--hover': {
width: 16,
height: 16,
viewBox: '0 0 24 24',
data: '<circle pid="0" cx="12" cy="12" r="12" _fill="#b9dcff"/><path pid="1" d="M10.9 10.9H6.4V13h4.5v4.5H13v-4.4h4.5v-2.2h-4.4V6.4h-2.2v4.5z" fill-rule="evenodd" clip-rule="evenodd" _fill="#0069cc"/>'
}
})