7 lines
398 B
XML
7 lines
398 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 5 12">
|
|
<path fill="none" stroke="currentColor" stroke-linecap="square" d="M 0.5 3.5 L 2.5 1.5 L 4.5 3.5"/>
|
|
<path fill="none" stroke="currentColor" stroke-linecap="square" d="M 0.5 8.5 L 2.5 10.5 L 4.5 8.5"/>
|
|
</svg>
|