M3 draws icons at 20 dp from the optical size 20 cut, whose strokes stay as
heavy as the 24 dp design's instead of thinning with the glyph (styles.md
§ Icons, the optical size axis). The package only shipped the 24 cut, so every
20 px icon was a scaled-down 24 (core audit C16). bin/fetch-symbols now checks
out both cuts from the same commit of google/material-design-icons and writes
the new one to resources/svg/symbols/{outlined-20,filled-20}: 4,135 symbols
each, the same names and the same normalisation as the 24 cut.
Plan step 10; finding C16.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9
1 line
680 B
XML
1 line
680 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M671-145q-8 0-14.5-2t-12.5-6l-114-68q-12-8-19-20t-7-26v-138q0-14 7-26t19-20l114-67q7-4 13.5-6t14.5-2q8 0 14.5 2t12.5 6l114 68q12 8 19.5 20t7.5 26v138q0 14-7.5 26T813-220l-114 67q-7 4-13.5 6t-14.5 2Zm-503-47q-30 0-51-21t-21-51v-20q0-26 12.5-47.5T143-366q57-34 119-50t128-15q7 0 11.5 3t8.5 8q4 5 5.5 11t-.5 13q-3 14-5 28.5t-2 28.5q0 28 5.5 55.5T430-230q3 7 2.5 14t-3.5 12q-3 5-8.5 8.5T408-192H168Zm216-288q-60 0-102-42t-42-102q0-60 42-102t102-42q60 0 102 42t42 102q0 60-42 102t-102 42Zm191 59 97 59 97-59-97-59-97 59Zm121 215 96-58v-115l-96 58v115Zm-144-58 96 58v-115l-96-58v115Z"/></svg> |