import type { ComponentPropsWithRef } from "react" /** * Renders the Paybin icon as an inline SVG. * * @returns The SVG element for the Paybin icon */ export function Paybin(props: ComponentPropsWithRef<"svg">) { return ( ) }