import React from 'react'; export const LogoutIcon= ({ color, height = 20, width = 18}) => { return ( ); };