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