@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 548 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_tree_all-projects': {
width: 16,
height: 16,
viewBox: '0 0 16 16',
data: '<rect pid="0" x="3.758" y="3.758" width="3.2" height="3.2" rx="1.6" _fill="#222532"/><rect pid="1" x="3.757" y="8.557" width="3.2" height="3.2" rx="1.6" _fill="#222532"/><rect pid="2" x="8.557" y="3.757" width="3.2" height="3.2" rx="1.6" _fill="#222532"/><rect pid="3" x="8.557" y="8.557" width="3.2" height="3.2" rx="1.6" _fill="#222532"/>'
}
})