@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 420 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_tree_zone': {
width: 16,
height: 16,
viewBox: '0 0 16 16',
data: '<path pid="0" _fill="none" d="M0 0h16v16H0z"/><path pid="1" d="M8.1 0C5 0 2.5 2.5 2.5 5.6 2.5 9.8 8.1 16 8.1 16s5.6-6.2 5.6-10.4c0-3.1-2.5-5.6-5.6-5.6zm0 7.6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z" _fill="#202433"/>'
}
})