export const CloseContrastSmall = (props: { fill: string; stroke: string }) => { // this is a special close (x) icon that has high contrast for use on top of images and noisy backgrounds return ( ); };