import * as React from "react"; function ArrowDownIcon(props: React.SVGProps) { return ; } export default ArrowDownIcon;