mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-01-18 11:11:10 +05:00
20 lines
647 B
XML
20 lines
647 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
|
|
<style>
|
|
/* OneDark theme */
|
|
path.red {fill: #e06c75;}
|
|
path.orange {fill: #d19a66;}
|
|
path.yellow {fill: #e5c07b;}
|
|
path.green {fill: #98c379;}
|
|
path.aqua {fill: #56b6c2;}
|
|
path.blue {fill: #61afef;}
|
|
path.purple {fill: #c678dd;}
|
|
</style>
|
|
|
|
<path class="red" d="M 5,30 10,20 H 0 l 5,10"/>
|
|
<path class="orange" d="M 5,10 0,20 H 10 L 5,10"/>
|
|
<path class="yellow" d="M 15,20 20,10 H 10 l 5,10"/>
|
|
<path class="green" d="M 15,0 10,10 H 20 L 15,0"/>
|
|
<path class="aqua" d="M 25,30 30,20 H 20 l 5,10"/>
|
|
<path class="blue" d="M 25,10 20,20 H 30 L 25,10"/>
|
|
</svg>
|