/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const FadeOutIcon: 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='m20 19.47.102-.004a1 1 0 0 0 0-1.99L20 17.47h-2.346a1 1 0 0 1-.762-.353l-.076-.1L8.857 4.83a3 3 0 0 0-2.511-1.36H4a1 1 0 1 0 0 2h2.346c.337 0 .653.171.838.454l7.959 12.188.108.155a3 3 0 0 0 2.403 1.204z' />
    </g>
  </svg>
);
export default FadeOutIcon;
