@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 389 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'btn_circle_plus_blue': {
width: 16,
height: 16,
viewBox: '0 0 24 24',
data: '<circle pid="0" cx="12" cy="12" r="12" _fill="#e9f4ff"/><path pid="1" d="M11 11H6.5v2H11v4.5h2v-4.4h4.5V11h-4.4V6.5H11V11z" fill-rule="evenodd" clip-rule="evenodd" _fill="#0069cc"/>'
}
})