import React from 'react'; const MapLegend = () => { return ( <>

Color Key

 
Prioritized community
 
Threshold community
$nbsp;
Non-Prioritized community
); }; export default MapLegend;