1
2
3
4
5
|
<?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">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full" width="24" height="24" viewBox="0 0 24.00 24.00" enable-background="new 0 0 24.00 24.00" xml:space="preserve">
<path fill="#000000" fill-opacity="1" stroke-width="0.2" stroke-linejoin="round" d="M 14.5853,6L 12,8.5853L 9.41468,6L 8,7.41374L 10.5858,9.99951L 8,12.5853L 9.41373,14L 12,11.4137L 14.5863,14L 16,12.5853L 13.4142,9.99952L 16,7.41373L 14.5853,6 Z M 17,3.00001C 18.103,3.00001 19,3.896 19,5.00001L 19,15C 19,16.104 18.103,17 17,17L 13,17L 13,19L 14,19C 14.5523,19 15,19.4477 15,20L 22,20L 22,22L 15,22C 15,22.5523 14.5523,23 14,23L 10,23C 9.44772,23 9,22.5523 9,22L 2,22L 2,20L 9,20C 9,19.4477 9.44772,19 10,19L 11,19L 11,17L 7,17C 5.894,17 5,16.104 5,15L 5,5.00001C 5,3.896 5.894,3.00001 7,3.00001L 17,3.00001 Z "/>
</svg>
|