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