import type { LogoProps } from '../icon' export default function ScandicLogoIcon({ className = '', height = 14, width = 58, ...props }: LogoProps) { return ( ) }