import type { LogoProps } from "../icon" export default function BassinSevenIcon({ className = "", "aria-label": ariaLabel, height = 30, width = 123, ...props }: LogoProps) { return ( ) }