import { cx } from 'class-variance-authority' import type { LogoProps } from '../icon' import styles from './logo.module.css' export default function ScandicLogoIcon({ className = '', height = 14, width = 58, ...props }: LogoProps) { return ( ) }