@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 681 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_code': {
width: 24,
height: 24,
viewBox: '0 0 24 24',
data: '<path pid="0" d="M3.667 5.361h16.667v13.278H3.667V5.36z" _fill="#E9F4FF"/><path pid="1" d="M3.667 5.334h16.667v13.332H3.667V5.334z" _stroke="#0069CC" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path pid="2" d="M5.443 5.493v1.458H3.667h16.667M9.612 10.132l-2.31 2.309M9.612 14.772l-2.31-2.309M12.728 9.384l-1.791 6.033M14.054 14.75l2.309-2.309M14.054 10.11l2.309 2.309" _stroke="#0069CC" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>'
}
})