1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="16" shape-rendering="crispEdges">
<rect x="0.0" width="11.764705882353" height="16" fill="rgb(24, 24, 24)"></rect>
<rect x="11.764705882353" width="11.764705882353" height="16" fill="rgb(36, 41, 46)"></rect>
<rect x="23.529411764706" width="11.764705882353" height="16" fill="rgb(3, 47, 98)"></rect>
<rect x="35.294117647059" width="11.764705882353" height="16" fill="rgb(64, 64, 64)"></rect>
<rect x="47.058823529412" width="11.764705882353" height="16" fill="rgb(0, 92, 197)"></rect>
<rect x="58.823529411765" width="11.764705882353" height="16" fill="rgb(3, 102, 214)"></rect>
<rect x="70.588235294118" width="11.764705882353" height="16" fill="rgb(106, 115, 125)"></rect>
<rect x="82.352941176471" width="11.764705882353" height="16" fill="rgb(215, 58, 73)"></rect>
<rect x="94.117647058824" width="11.764705882353" height="16" fill="rgb(128, 128, 128)"></rect>
<rect x="105.88235294118" width="11.764705882353" height="16" fill="rgb(176, 176, 176)"></rect>
<rect x="117.64705882353" width="11.764705882353" height="16" fill="rgb(192, 192, 192)"></rect>
<rect x="129.41176470588" width="11.764705882353" height="16" fill="rgb(208, 208, 208)"></rect>
<rect x="141.17647058824" width="11.764705882353" height="16" fill="rgb(183, 220, 232)"></rect>
<rect x="152.94117647059" width="11.764705882353" height="16" fill="rgb(224, 224, 224)"></rect>
<rect x="164.70588235294" width="11.764705882353" height="16" fill="rgb(232, 232, 232)"></rect>
<rect x="176.47058823529" width="11.764705882353" height="16" fill="rgb(242, 242, 242)"></rect>
<rect x="188.23529411765" width="11.764705882353" height="16" fill="rgb(251, 251, 251)"></rect>
</svg>
|