/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const NewsIcon: 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='M6.556 19q-.642 0-1.1-.457A1.5 1.5 0 0 1 5 17.444V6.556q0-.642.457-1.1Q5.914 5 6.556 5h7.913a1.54 1.54 0 0 1 1.09.447l2.994 2.995q.214.214.33.495t.117.594v7.913q0 .642-.457 1.1-.457.456-1.099.456zm7.777-12.444v2.333q0 .33.224.554t.554.224h2.333zm.778 9.333q.33 0 .554-.224a.75.75 0 0 0 .224-.554.75.75 0 0 0-.224-.554.75.75 0 0 0-.554-.224H8.89a.75.75 0 0 0-.554.224.75.75 0 0 0-.224.554q0 .33.224.554t.554.224zm-3.889-6.222q.33 0 .554-.224A.75.75 0 0 0 12 8.89a.75.75 0 0 0-.224-.554.75.75 0 0 0-.554-.224H8.89a.75.75 0 0 0-.554.224.75.75 0 0 0-.224.554q0 .33.224.554t.554.224zm3.89 3.11q.33 0 .553-.223A.75.75 0 0 0 15.89 12a.75.75 0 0 0-.224-.554.75.75 0 0 0-.554-.224H8.89a.75.75 0 0 0-.554.224.75.75 0 0 0-.224.554q0 .33.224.554t.554.224z' />
    </g>
  </svg>
);
export default NewsIcon;
