|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
|
|
<!ENTITY fill_color "#000000">
|
|
<!ENTITY stroke_color "#FFFFFF">
|
|
]>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
|
|
<line x1="15" y1="4" x2="15" y2="46" stroke-width="3.0" stroke="&stroke_color;" />
|
|
<line x1="35" y1="4" x2="35" y2="46" stroke-width="3.0" stroke="&stroke_color;" />
|
|
<line x1="4" y1="15" x2="46" y2="15" stroke-width="3.0" stroke="&stroke_color;" />
|
|
<line x1="4" y1="35" x2="46" y2="35" stroke-width="3.0" stroke="&stroke_color;" />
|
|
</svg>
|