The icons were made with Inkscape. This tool does not care for file size. By rewriting the icons by hand I could reduce the file size siginificantly. E.g. 6.1kb to 441 bytes for cumulative-distribution-chart.svg.
26 lines
841 B
XML
26 lines
841 B
XML
<svg
|
|
width="64"
|
|
height="64"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<path d="M4,0
|
|
L4,60
|
|
L64,60"
|
|
style="stroke:black; stroke-width: 6px; fill:none;"/>
|
|
|
|
<rect x="11" y="5" width="15" height="15" style="fill: #eee" />
|
|
<rect x="28" y="5" width="15" height="15" style="fill: #888" />
|
|
<rect x="45" y="5" width="15" height="15" style="fill: #ccc" />
|
|
|
|
<rect x="11" y="22" width="15" height="15" style="fill: #ddd" />
|
|
<rect x="28" y="22" width="15" height="15" style="fill: #222" />
|
|
<rect x="45" y="22" width="15" height="15" style="fill: #555" />
|
|
|
|
<rect x="11" y="39" width="15" height="15" style="fill: #bbb" />
|
|
<rect x="28" y="39" width="15" height="15" style="fill: #555" />
|
|
<rect x="45" y="39" width="15" height="15" style="fill: #aaa" />
|
|
|
|
|
|
</svg>
|