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