ams-wiring-right.svg 934 B

1234567891011121314151617
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220 50">
  2. <!-- Vertical lines from slots down to horizontal bar -->
  3. <line x1="28" y1="0" x2="28" y2="14" stroke="#909090" stroke-width="2" />
  4. <line x1="82" y1="0" x2="82" y2="14" stroke="#909090" stroke-width="2" />
  5. <line x1="138" y1="0" x2="138" y2="14" stroke="#909090" stroke-width="2" />
  6. <line x1="192" y1="0" x2="192" y2="14" stroke="#909090" stroke-width="2" />
  7. <!-- Horizontal bar across all slots -->
  8. <line x1="28" y1="14" x2="192" y2="14" stroke="#909090" stroke-width="2" />
  9. <!-- Center hub box -->
  10. <rect x="96" y="8" width="28" height="12" rx="2" fill="#c0c0c0" stroke="#909090" stroke-width="1" />
  11. <!-- Wire from hub: down, then left to edge (at same level as hub horizontal bar) -->
  12. <line x1="110" y1="20" x2="110" y2="35" stroke="#909090" stroke-width="2" />
  13. <line x1="0" y1="35" x2="110" y2="35" stroke="#909090" stroke-width="2" />
  14. </svg>