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