export const svgs = (white: boolean | undefined) => ( <> {white ? ( ) : ( <> )} );