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