@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 864 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_workflow': {
width: 24,
height: 24,
viewBox: '0 0 24 24',
data: '<path pid="0" fill-rule="evenodd" clip-rule="evenodd" d="M15 21.25h5c.69 0 1.25-.56 1.25-1.25v-5c0-.69-.56-1.25-1.25-1.25h-5c-.69 0-1.25.56-1.25 1.25v1.2c0 .3-.25.55-.55.55H8.5c-.69 0-1.25-.56-1.25-1.25v-4.7c0-.3.25-.55.55-.55H9c.69 0 1.25-.56 1.25-1.25V4c0-.69-.56-1.25-1.25-1.25H4c-.69 0-1.25.56-1.25 1.25v5c0 .69.56 1.25 1.25 1.25h1.2c.3 0 .55.25.55.55v4.7c0 1.52 1.23 2.75 2.75 2.75h4.7c.3 0 .55.25.55.55V20c0 .69.56 1.25 1.25 1.25zm.25-5.45c0-.3.25-.55.55-.55h3.4c.3 0 .55.25.55.55v3.4c0 .3-.25.55-.55.55h-3.4c-.3 0-.55-.25-.55-.55v-3.4zM4.8 8.75c-.3 0-.55-.25-.55-.55V4.8c0-.3.25-.55.55-.55h3.4c.3 0 .55.25.55.55v3.4c0 .3-.25.55-.55.55H4.8z" _fill="#222532"/>'
}
})