forked from rosa/hakurei
22 lines
812 B
XML
22 lines
812 B
XML
<?xml version="1.0"?>
|
|
<!-- See failure-open.svg for an explanation of the view box dimensions. -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" viewBox="-20,-20 160 130">
|
|
<!-- This triangle should match success-open.svg, fill and stroke color notwithstanding. -->
|
|
<polygon points="0,0 100,0 50,100" fill="blue" stroke="blue" stroke-width="15" stroke-linejoin="round"/>
|
|
<!--
|
|
! This path is extremely similar to the one in skip-closed.svg; before
|
|
! making minor modifications, diff the two to understand how they should
|
|
! remain in sync.
|
|
-->
|
|
<path
|
|
d="M 50,50
|
|
A 23,23 270,1,1 70,30
|
|
l 10,-20
|
|
m -10,20
|
|
l -20,-10"
|
|
fill="none"
|
|
stroke="white"
|
|
stroke-width="12"
|
|
stroke-linejoin="round"/>
|
|
</svg>
|