/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const NotificationsIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M5 18.3v-1.8h1.75v-6.3q0-1.867 1.094-3.319a5.04 5.04 0 0 1 2.843-1.901v-.63q0-.563.383-.956Q11.453 3 12 3q.548 0 .93.394.383.393.383.956v.63q1.75.45 2.843 1.901 1.095 1.452 1.094 3.319v6.3H19v1.8zm7 2.7q-.721 0-1.236-.529a1.76 1.76 0 0 1-.514-1.271h3.5q0 .743-.514 1.271A1.66 1.66 0 0 1 12 21' />
    </g>
  </svg>
);
export default NotificationsIcon;
