7 lines
359 B
XML
7 lines
359 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright © 2021 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="0.5" y="1.5" width="15" height="9"/>
|
|
<rect fill="none" stroke="currentColor" x="0.5" y="10.5" width="15" height="4"/>
|
|
</svg>
|