Added SDK
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright © 2018 Apple Inc. All rights reserved. -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
|
||||
<style>
|
||||
.text {
|
||||
color: hsl(0, 0%, 30%);
|
||||
}
|
||||
</style>
|
||||
<linearGradient id="border-gradient-side" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0%" stop-color="hsl(0, 0%, 43%)"/>
|
||||
<stop offset="100%" stop-color="hsl(0, 0%, 16%)"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="border-gradient-bottom" x1="0" x2="1" y1="0" y2="0">
|
||||
<stop offset="0%" stop-color="hsl(0, 0%, 20%)"/>
|
||||
<stop offset="33%" stop-color="black"/>
|
||||
<stop offset="66%" stop-color="black"/>
|
||||
<stop offset="100%" stop-color="hsl(0, 0%, 39%)"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="background-gradient" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0%" stop-color="hsl(0, 0%, 93%)"/>
|
||||
<stop offset="100%" stop-color="white"/>
|
||||
</linearGradient>
|
||||
<g opacity="0.50">
|
||||
<rect fill="hsl(0, 0%, 43%)" x="2" y="0" width="12" height="0.5"/>
|
||||
<rect fill="url(#border-gradient-bottom)" x="2" y="15" width="12" height="0.5"/>
|
||||
<rect fill="url(#border-gradient-side)" x="2" y="0" width="0.5" height="15" />
|
||||
<rect fill="url(#border-gradient-side)" x="13.5" y="0" width="0.5" height="15" />
|
||||
</g>
|
||||
<rect fill="url(#background-gradient)" x="2.5" y="0.5" width="11" height="14.5"/>
|
||||
<g class="text">
|
||||
<path fill="currentColor" d="M 5 3 L 7 3 L 7 7 L 6 7 L 6 4 L 5 4"/>
|
||||
<rect fill="none" stroke="currentColor" x="8.5" y="3.5" width="2" height="3"/>
|
||||
<rect fill="none" stroke="currentColor" x="5.5" y="9.5" width="2" height="3"/>
|
||||
<path fill="currentColor" d="M 9 9 L 11 9 L 11 13 L 10 13 L 10 10 L 9 10"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user