smartdigitalnetworks's picture
Upload 4 files
5a61b63 verified
|
Raw
History Blame
383 Bytes
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
<defs>
<linearGradient id="sparkGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FFD700" />
<stop offset="100%" stop-color="#FFA500" />
</linearGradient>
</defs>
<path fill="url(#sparkGradient)" d="M13 0L0 14h11l-2 10L24 10h-11l2-10z" />
</svg>