import * as React from 'react'; const OpenWorkspace = ({ width, height, color }) => ( ); export default OpenWorkspace;