@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 550 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_tree_project-group': {
width: 16,
height: 16,
viewBox: '0 0 16 16',
data: '<path pid="0" fill-rule="evenodd" clip-rule="evenodd" d="M13.7 13.2H2.3c-1 0-1.8-.8-1.8-1.8V3.6c0-.5.2-.9.5-1.3.3-.3.8-.5 1.3-.5h4.6l1.8 1.8h5c.5 0 .9.2 1.3.5.3.3.5.8.5 1.3v6.1c0 .9-.8 1.7-1.8 1.7zm0-8.7H8.2L6.5 2.8H2.3c-.2 0-.4 0-.6.2-.1.1-.2.3-.2.6v7.9c0 .4.4.8.8.8h11.4c.4 0 .8-.4.8-.8V5.3c0-.2-.1-.4-.2-.6s-.4-.2-.6-.2" _fill="#222532"/>'
}
})