import type { SVGProps } from "react"; import * as React from "react"; const SvgGraduationCap = (props: SVGProps) => ( ); export default SvgGraduationCap;