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.6 KiB
XML
1 line
1.6 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M396.04-792H180.28q-15.28 0-25.78-10.29-10.5-10.29-10.5-25.5t10.34-25.71q10.34-10.5 25.62-10.5h215.76q15.28 0 25.78 10.29 10.5 10.29 10.5 25.5t-10.34 25.71Q411.32-792 396.04-792ZM252-672.26h-72q-15.3 0-25.65-10.37Q144-693 144-708.21q0-15.21 10.34-25.5T179.96-744h215.76q15.28 0 25.78 10.29 10.5 10.29 10.5 25.5t-10.35 25.58Q411.3-672.26 396-672.26h-72v108.19q0 15.33-10.35 25.7T288-528q-15.3 0-25.65-10.37Q252-548.74 252-564.07v-108.19ZM572-135q-11 11-25.5 10.5T521-136q-11-11-11-25.5t11-25.5l243-242q11-11 25-11t25 11q11 11 11 25.5T814-378L572-135Zm4-189q-25 0-42.5-17.5T516-384q0-25 17.5-42.5T576-444q25 0 42.5 17.5T636-384q0 25-17.5 42.5T576-324Zm204 204q-25 0-42.5-17.5T720-180q0-25 17.5-42.5T780-240q25 0 42.5 17.5T840-180q0 25-17.5 42.5T780-120ZM648-528q-40 0-68-28t-28-68q0-40 28-68t68-28q6 0 11.5 1t12.5 3v-100q0-20.4 13.8-34.2Q699.6-864 720-864h84q15.3 0 25.65 10.29Q840-843.42 840-828.21t-10.35 25.71Q819.3-792 804-792h-60v168q0 40-28 68t-68 28ZM238-96q-38.54 0-66.27-27.5Q144-151 144-192q0-18 7.08-35.52 7.09-17.51 21.25-31.71L212-299l-17-16q-14-13-21-30.18T167-382q0-42 27.5-70t68.5-28q38.54 0 66.27 28.76Q357-422.48 357-382.5q0 19.5-6.5 37T330-315l-17 16 34 34 28-28q11-11 25.5-11t25.98 11Q437-282 437-267t-11 26l-28 27 28.72 28.72Q438-174 437.5-160q-.5 14-11.5 25t-25 11q-14 0-25-11l-28-28-39.79 39.05Q294-110 275.82-103q-18.17 7-37.82 7Zm25-254 16-17q3-3 5.5-7.5t2.5-9.86q0-9.64-7.2-16.64t-16.8-7q-11 0-17.5 7t-6.5 17q0 5 1.5 9t5.21 7.71L263-350Zm-23 182q5 0 9.5-2t7.18-4.8L296-214l-34-34-39.32 39.2Q220-206 218-201.24q-2 4.76-2 10.72 0 9.52 7 16.02t17 6.5Z"/></svg> |