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