1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright © 2014 Apple Inc. All rights reserved. -->
3<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15">
4    <clipPath id="1">
5        <path d="M 0 3 L 0 12 L 10.5 12 L 15 7.5 L 10.5 3 L 0 3 L 0 3 Z"/>
6    </clipPath>
7    <path fill="none" stroke="black" stroke-width="2" clip-path="url(#1)" d="M 0 3 L 0 12 L 10.5 12 L 15 7.5 L 10.5 3 L 0 3 L 0 3 Z"/>
8</svg>
9