export function NotificationBellIcon({ className }: { className?: string }) {
  return (
    <svg
      viewBox="0 0 16 16"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      className={className}
    >
      <path
        d="M8.01334 1.33334C5.66001 1.33334 3.74667 3.24668 3.74667 5.60001V7.22668C3.74667 7.66668 3.56667 8.32668 3.34001 8.70001L2.54001 10.0467C2.02667 10.9067 2.38001 11.8667 3.32001 12.1933C6.38001 13.2467 9.64001 13.2467 12.7 12.1933C13.58 11.8933 13.96 10.8467 13.48 10.0467L12.68 8.70001C12.46 8.32668 12.28 7.66668 12.28 7.22668V5.60001C12.28 3.25334 10.36 1.33334 8.01334 1.33334Z"
        stroke="currentColor"
        strokeWidth="1.2"
        strokeMiterlimit="10"
        strokeLinecap="round"
      />
      <path
        d="M9.24666 1.53334C9.04666 1.48001 8.84 1.44001 8.62666 1.41334C7.97333 1.33334 7.34666 1.38001 6.76666 1.53334C6.95333 1.06668 7.44 0.733337 8.00666 0.733337C8.57333 0.733337 9.06 1.06668 9.24666 1.53334Z"
        stroke="currentColor"
        strokeWidth="1.2"
        strokeMiterlimit="10"
        strokeLinecap="round"
        strokeLinejoin="round"
      />
      <path
        d="M10.0133 12.4467C10.0133 13.5533 9.11999 14.4467 8.01332 14.4467C7.46332 14.4467 6.95332 14.22 6.58666 13.8533C6.21999 13.4867 5.99332 12.9767 5.99332 12.4467"
        stroke="currentColor"
        strokeWidth="1.2"
        strokeMiterlimit="10"
      />
    </svg>
  );
}
