export default function Svg({ width = 20, height = 20, className }) { return ( ); }