10 lines
586 B
XML
10 lines
586 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright © 2015 Apple Inc. All rights reserved. -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
|
|
<rect fill="none" stroke="currentColor" x="1.5" y="1.5" width="13" height="5"/>
|
|
<path fill="none" stroke="currentColor" d="M 11.5 6.5 L 11.5 10.5"/>
|
|
<path fill="none" stroke="currentColor" d="M 4.5 6.5 L 4.5 10.5"/>
|
|
<rect fill="none" stroke="currentColor" x="9.5" y="10.5" width="5" height="4"/>
|
|
<rect fill="none" stroke="currentColor" x="1.5" y="10.5" width="5" height="4"/>
|
|
</svg>
|