You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
365 B
10 lines
365 B
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
|
<defs>
|
|
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" style="stop-color:#fbd914;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#ffb56b;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<path d="M8 .2l4.9 15.2L0 6h16L3.1 15.4z" fill="url(#grad)" />
|
|
</svg> |