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