export default {
  id: 'engine.toolbars.clean',
  type: 'toolbars',
  title: 'clean',
  options: {
    icon: {
      default: 'clear'
    },
    renderType: 'icon'
  }
}