/** @jsx jsx */ import { jsx } from "theme-ui"; const Chevron = ({ size = 10, ...props }) => ( ); export default Chevron;