// Temporary fork from '@givewp/components/GiveIcon' const colorMap = { white: '#fff', grey: '#555d66', give: '#66bb6a', }; /** * Give Icon */ export default function GiveIcon({color = 'grey', size = '24px', ...rest}) { return ( ); }