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