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