<?xml version="1.0"?>

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
  <g stroke="black" stroke-width="1">
    <line x1="20" y1="10" x2="20" y2="90"/>
    <line x1="10" y1="20" x2="90" y2="20"/>
    <polyline points="
      50,50
      55,50
      55,45
      45,45
      45,55
      60,55
      60,40
      40,40"
      fill="none"/>
    <polyline points="30,70 30,90 50,90" fill="yellow"/>
    <polygon points="60,70 60,90 80,90" fill="yellow"/>
  </g>
</svg>

