blob: 41b1c348f42fed7f298f3be811d87850ec83bfc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<svg height="15" width="15" xmlns="http://www.w3.org/2000/svg">
<mask id="glyph">
<rect fill="white" height="3" rx="1" width="15" x="0" y="0" />
<rect fill="white" height="3" rx="1" width="15" x="0" y="6" />
<rect fill="white" height="3" rx="1" width="15" x="0" y="12" />
</mask>
<rect fill="#FFFFFF" mask="url(#glyph)" height="100%" width="100%" x="0" y="0" />
</svg>
|