@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 434 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_plus_square': {
width: 16,
height: 16,
viewBox: '0 0 16 16',
data: '<path pid="0" d="M0 2C0 .9.9 0 2 0h12c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V2z" _fill="#202433"/><path pid="1" d="M8.4 3.2h-1v4.1H3.2v1h4.1v4.1h1v-4h4.1v-1h-4V3.2z" fill-rule="evenodd" clip-rule="evenodd" _fill="#fff"/>'
}
})