7 lines
340 B
XML
7 lines
340 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">
|
|
<rect x="1.5" y="2.5" width="13" height="11" fill="none" stroke="currentColor"/>
|
|
<polygon points="11 8 9 11 6 7 3 11 3 12 13 12 13 11 11 8"/>
|
|
</svg>
|