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
1.1 KiB
XML
1 line
1.1 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M624-384H522.15q-8.15 0-13.15-5t-5-13v-156q0-8 5-13t13.15-5H624q10.2 0 17.1 6.9 6.9 6.9 6.9 17.1v144q0 10.2-6.9 17.1-6.9 6.9-17.1 6.9Zm-192 0h-96q-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2 0-10.4 6.8-17.2 6.8-6.8 17.2-6.8h72v-28h-28q-8 0-14-6t-6-14q0-8 6-14t14-6h28v-28h-72q-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2 0-10.4 6.8-17.2 6.8-6.8 17.2-6.8h96q10.2 0 17.1 6.9 6.9 6.9 6.9 17.1v144q0 10.2-6.9 17.1-6.9 6.9-17.1 6.9Zm120-48h48v-96h-48v96Zm324.21-12q-15.21 0-25.71-10.35T840-480q0-143-96-245.5T508-839l67 67q11 11 10.5 25.5T574-721q-11 11-25 11t-25-11L367-877q-5-5-3.17-12.11 1.84-7.11 9.17-8.89 17-5 45-9.5t62-4.5q89.64 0 168.48 34.02 78.84 34.02 137.16 92.34 58.32 58.32 92.34 137.16T912-480q0 15.3-10.29 25.65Q891.42-444 876.21-444ZM480-48q-89.64 0-168.48-34.02-78.84-34.02-137.16-92.34-58.32-58.32-92.34-137.16T48-480q0-15.3 10.29-25.65Q68.58-516 83.79-516t25.71 10.35Q120-495.3 120-480q0 143 96 245.5T452-121l-67-67q-11-11-10.5-25.5T386-239q11-11 25-11t25 11L593-83q5 5 3.17 12.11-1.84 7.11-9.17 8.89-17 5-44.5 9.5T480-48Z"/></svg> |