// Decorative glyph elements for the login page
function SparkGlyph() {
  return (
    <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
      <polygon points="22,2 14,20 20,20 18,38 26,18 20,18" fill="#E8A820" />
    </svg>
  );
}
