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
2.2 KiB
XML
1 line
2.2 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M15.354 6.979q-.125 0-.239-.062-.115-.063-.177-.209l-.521-1.125-1.125-.521q-.146-.062-.209-.177-.062-.114-.062-.239 0-.125.062-.24.063-.114.209-.177l1.125-.521.521-1.125q.062-.145.177-.208.114-.063.239-.063.125 0 .24.063.114.063.177.208l.521 1.125 1.125.521q.145.063.208.177.063.115.063.24 0 .125-.063.239-.063.115-.208.177l-1.125.521-.521 1.125q-.063.146-.177.209-.115.062-.24.062Zm1.667 5.938q-.125 0-.24-.063-.114-.062-.177-.208l-.271-.584-.583-.27q-.104-.042-.271-.417 0-.125.063-.24.062-.114.208-.177l.583-.27.271-.584q.042-.104.417-.271.125 0 .239.063.115.062.178.208l.27.584.584.27q.104.042.27.417 0 .125-.062.24-.062.114-.208.177l-.584.27-.27.584q-.042.104-.417.271Zm-9.959 5.416q-.333 0-.583-.218-.25-.219-.291-.553l-.146-1.208q-.125-.062-.271-.146-.146-.083-.25-.166l-1.125.479q-.313.146-.625.041-.313-.104-.479-.395l-1.375-2.375q-.167-.292-.105-.604.063-.313.334-.521l.958-.729v-.584l-.958-.729q-.271-.208-.334-.521-.062-.312.105-.604l1.375-2.375q.166-.292.479-.396.312-.104.625.042l1.125.479q.104-.104.25-.187.146-.084.271-.125l.146-1.209q.041-.333.291-.552.25-.219.583-.219h2.709q.333 0 .583.219.25.219.292.552l.146 1.209q.146.041.281.125.135.083.239.187l1.126-.479q.312-.146.624-.042.313.104.48.396L14.917 9.5q.166.292.104.604-.063.313-.333.521l-.959.729v.584l.959.729q.27.208.333.521.062.312-.104.604l-1.375 2.375q-.167.291-.48.395-.312.105-.624-.041l-1.126-.479q-.104.083-.26.177-.156.093-.26.135l-.146 1.208q-.042.334-.292.553-.25.218-.583.218Zm1.355-4.145q1.062 0 1.802-.74.739-.74.739-1.802 0-1.063-.739-1.802-.74-.74-1.802-.74-1.063 0-1.802.74-.74.739-.74 1.802 0 1.062.74 1.802.739.74 1.802.74Zm0-1.75q-.334 0-.563-.23-.229-.229-.229-.562 0-.334.229-.563.229-.229.563-.229.333 0 .562.229.229.229.229.563 0 .333-.229.562-.229.23-.562.23Zm-.625 4.145h1.25l.187-1.479q.583-.146 1-.406.417-.26.833-.698l1.355.604.562-1-1.187-.916q.166-.459.166-1.032t-.166-1.031l1.187-.917-.562-1-1.355.584q-.416-.417-.833-.677-.417-.261-1-.427l-.187-1.48h-1.25l-.188 1.48q-.583.166-1 .427-.416.26-.833.677l-1.354-.584-.563 1 1.188.917q-.167.458-.167 1.031t.167 1.032l-1.188.916.563 1L5.771 14q.417.438.833.698.417.26 1 .406Zm.625-4.937Z"/></svg> |