error.svg 306 B

12345
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
  3. <circle cx="32" cy="32" r="25" stroke="red" stroke-width="7" fill="black" fill-opacity="0.2"/>
  4. <rect x="28" y="7" width="8" height="50" fill="red" transform="rotate(45, 32, 32)"/>
  5. </svg>