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
786 B
XML
1 line
786 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M763-145q-121-9-229.5-59.5T339-341q-86-86-136-194.5T144-765q-2-21 12.5-36.5T192-817h136q17 0 29.5 10.5T374-780l24 107q2 13-1.5 25T385-628l-97 98q20 38 46 73t58 66q30 30 64 55.5t72 45.5l99-96q8-8 20-11.5t25-1.5l107 23q17 5 27 17.5t10 29.5v136q0 21-16 35.5T763-145ZM648-529q-20 0-34-14t-14-34q0-20 14-34t34-14q20 0 34 14t14 34q0 20-14 34t-34 14Zm1-144q-23 0-44.5 6.5T566-647q-8 6-18.5 6t-17.5-7q-7-7-7-17t8-16q25-19 54.5-29.5T649-721q33 0 62.5 9.5T765-683q8 6 9 16t-7 18q-7 7-17.5 7t-18.5-6q-17-12-38-18.5t-44-6.5Zm0-96q-43 0-81.5 14T498-715q-8 7-18 7.5t-18-7.5q-8-8-6.5-18t9.5-17q38-32 84.5-49.5T649-817q53 0 99 17.5t84 48.5q8 7 9.5 17t-6.5 18q-8 8-18 7.5t-18-7.5q-31-25-69-39t-81-14Z"/></svg> |