import React from "react"; import { useColorMode } from "theme-ui"; function Crocs(props) { const [colorMode] = useColorMode(); const fill = colorMode === "light" ? "black" : "white"; return (