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