import type { ComponentProps } from 'react'; export function Deno(props: ComponentProps<'svg'>) { return ( ); }