mirror of
https://github.com/nxshock/promodj.git
synced 2024-11-27 03:01:01 +05:00
23 lines
807 B
XML
23 lines
807 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="aqua" d="M 10,25 0,20 v 10 l 10,-5"/>
|
|
<path class="aqua" d="M 10,15 0,10 v 10 l 10,-5"/>
|
|
<path class="aqua" d="M 10,5 0,0 V 10 L 10,5"/>
|
|
<path class="green" d="m 0,20 10,5 V 15 L 0,20"/>
|
|
<path class="green" d="m 0,10 10,5 V 5 L 0,10"/>
|
|
<path class="yellow" d="M 20,20 10,15 v 10 l 10,-5"/>
|
|
<path class="yellow" d="M 20,10 10,5 v 10 l 10,-5"/>
|
|
<path class="red" d="M 30,15 20,10 v 10 l 10,-5"/>
|
|
<path class="orange" d="m 10,15 10,5 V 10 l -10,5"/>
|
|
</svg>
|