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