12-blade SVG spinner swapped for snowflake PNG
fedec65 replaced the custom MikeIcon SVG with a snowflake PNG, cutting ~290 lines of inline SVG path data. State indication now uses CSS filter tinting on the raster image rather than SVG fill changes.
The diff is +23/-417. Almost all the deletion is the original SVG: 12 blade groups each with five layered fills (glass fill, inner light, prism gradient, specular highlight, border stroke), multiple linearGradient definitions, a feDropShadow filter, and a clipPath. The new component is a single <img> pointing at public/images/snowflake-icon.png.
The spin, done, error, and size props are kept, but the visual behavior changes. The SVG version colored individual paths to indicate state; the PNG version tints the whole image with CSS filters. That's less precise - you can shift the overall hue but you can't do per-element gradient changes on a raster image.
The favicon also changes: favicon.ico and icon.svg removed, icon.png added. The snowflake fits the Swiss brand direction alongside the BetterCallMitCH rename and the README overhaul.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?