type Props = { color?: string; }; export default ({color = '#0369A1'}: Props) => { return ` `; };