Some SVG icons lack the `viewbox` attribute and thus cannot be resized via CSS. For example, Litecoin is fine:  While Bitcoin is not:  Proposed solution: ensure that `viewbox="0 0 32 32"` is present in all SVG icons. (Previously reported as #63.)