@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 344 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_tree_pool': {
width: 16,
height: 16,
viewBox: '0 0 16 16',
data: '<path pid="0" _fill="none" d="M0 0h16v16H0z"/><path pid="1" d="M1 2h14v2.6H1V2zm1 3.2v9.5h12V5.2H2zm8.2 2.9H5.5v-1h4.8v1h-.1z" _fill="#202433"/>'
}
})