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.3 KiB
XML
1 line
1.3 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M7.521 11.854q-.438 0-.74-.302t-.302-.74q0-.437.302-.739t.74-.302q.437 0 .739.302t.302.739q0 .438-.302.74t-.739.302Zm4.958 0q-.437 0-.739-.302t-.302-.74q0-.437.302-.739t.739-.302q.438 0 .74.302t.302.739q0 .438-.302.74t-.74.302Zm3.729-5.792q-.125 0-.239-.062-.115-.062-.177-.208l-.5-1.084-1.104-.52q-.146-.063-.209-.178-.062-.114-.062-.239 0-.125.062-.24.063-.114.209-.177l1.104-.5.5-1.104q.062-.146.177-.208.114-.063.239-.063.125 0 .24.063.114.062.177.208l.5 1.104 1.104.5q.146.063.209.177.062.115.062.24 0 .125-.062.239-.063.115-.209.178l-1.104.52-.5 1.084q-.063.146-.177.208-.115.062-.24.062ZM10 16.583q2.771 0 4.635-1.916 1.865-1.917 1.948-4.438 0-.541-.052-1.041-.052-.5-.198-1.042-2.375.479-4.489-.229-2.115-.709-3.698-2.605-.75 1.75-1.969 2.865-1.219 1.115-2.76 1.698 0 2.875 1.927 4.792Q7.271 16.583 10 16.583Zm0 1.75q-1.729 0-3.25-.656t-2.646-1.781q-1.125-1.125-1.781-2.646-.656-1.521-.656-3.25t.656-3.25q.656-1.521 1.781-2.646T6.75 2.333q1.521-.645 3.25-.645.875 0 1.771.124.896.126 1.667.542-.313.188-.542.552-.229.365-.229.865 0 .437.239.885.24.448.74.677l.708.313.292.666q.229.5.656.75.427.25.906.25.48 0 .854-.229.376-.229.542-.521.354.896.542 1.678.187.781.187 1.76 0 1.729-.656 3.25t-1.781 2.646q-1.125 1.125-2.646 1.781-1.521.656-3.25.656Z"/></svg> |