not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
789 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
  3. <!ENTITY fill_color "#000000">
  4. <!ENTITY stroke_color "#FFFFFF">
  5. ]>
  6. <svg xmlns="http://www.w3.org/2000/svg" width="55" height="55">
  7. <line x1="5" y1="15" x2="38" y2="15" stroke="&stroke_color;" stroke-width="3.5"/>
  8. <line x1="10.5" y1="23" x2="32.5" y2="23" stroke="&stroke_color;" stroke-width="3.5"/>
  9. <line x1="15" y1="31" x2="28" y2="31" stroke="&stroke_color;" stroke-width="3.5"/>
  10. <line x1="19.5" y1="39" x2="23.5" y2="39" stroke="&stroke_color;" stroke-width="3.5"/>
  11. <path d="M 46 17 l 7 7 l -14 0 z" fill="&stroke_color;" stroke="none"/>
  12. <path d="M 46 38 l 7 -7 l -14 0 z" fill="&stroke_color;" stroke="none"/>
  13. </svg>