1db6ccf23SMarkus Heiser<?xml version="1.0" encoding="UTF-8"?> 2db6ccf23SMarkus Heiser<!-- originate: https://commons.wikimedia.org/wiki/File:Variable_Resistor.svg --> 3db6ccf23SMarkus Heiser<svg xmlns="http://www.w3.org/2000/svg" 4db6ccf23SMarkus Heiser version="1.1" baseProfile="full" 5db6ccf23SMarkus Heiser width="70px" height="40px" viewBox="0 0 700 400"> 6db6ccf23SMarkus Heiser <line x1="0" y1="200" x2="700" y2="200" stroke="black" stroke-width="20px"/> 7db6ccf23SMarkus Heiser <rect x="100" y="100" width="500" height="200" fill="white" stroke="black" stroke-width="20px"/> 8db6ccf23SMarkus Heiser <line x1="180" y1="370" x2="500" y2="50" stroke="black" stroke-width="15px"/> 9db6ccf23SMarkus Heiser <polygon points="585 0 525 25 585 50" transform="rotate(135 525 25)"/> 10db6ccf23SMarkus Heiser</svg> 11