7 lines
358 B
XML
7 lines
358 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright © 2014 Apple Inc. All rights reserved. -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 15 15">
|
|
<rect fill="none" stroke="currentColor" x="2.5" y="1.5" width="3" height="12"/>
|
|
<rect fill="none" stroke="currentColor" x="9.5" y="1.5" width="3" height="12"/>
|
|
</svg>
|