Monorepo for Aesthetic.Computer aesthetic.computer
at main 9 lines 349 B view raw view rendered
1<?xml version="1.0" encoding="UTF-8"?> 2<svg xmlns="http://www.w3.org/2000/svg" width="40mm" height="20mm" viewBox="0 0 40 20"> 3 <g stroke="black" stroke-width="0.4" fill="none"> 4 <!-- Short stroke at left --> 5 <line x1="5" y1="5" x2="20" y2="5" /> 6 <!-- Short stroke at right --> 7 <line x1="20" y1="15" x2="35" y2="15" /> 8 </g> 9</svg>