import type { SVGProps } from 'react' type IconProps = SVGProps export function SimIcon({ className, ...props }: IconProps) { return ( ) }