| <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> |