8 lines
459 B
XML
8 lines
459 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright © 2017 Apple Inc. All rights reserved. -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
|
|
<circle cx="4" cy="8" r="2.5" fill="none" stroke="rgb(26, 26, 26)" stroke-width="1.2"/>
|
|
<circle cx="12" cy="8" r="2.5" fill="none" stroke="rgb(26, 26, 26)" stroke-width="1.2"/>
|
|
<line x1="4" y1="10.5" x2="12" y2="10.5" fill="none" stroke="rgb(26, 26, 26)"/>
|
|
</svg>
|