/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const FadeIcon: 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>
      <g>
        <path d='M7.5 4.842v14.316a.84.84 0 0 1-.842.842H5.342a.84.84 0 0 1-.842-.842V4.842A.84.84 0 0 1 5.342 4h1.316a.84.84 0 0 1 .842.842M11.5 8.842v10.316a.84.84 0 0 1-.842.842H9.342a.84.84 0 0 1-.842-.842V8.842A.84.84 0 0 1 9.342 8h1.316a.84.84 0 0 1 .842.842M15.5 11.75a.747.747 0 0 0-.75-.75h-1.5a.747.747 0 0 0-.75.75v7.5c0 .417.333.75.75.75h1.5c.417 0 .75-.333.75-.75zM19 14c.275 0 .5.225.5.5v5c0 .275-.225.5-.5.5h-2a.5.5 0 0 1-.5-.5v-5c0-.275.225-.5.5-.5z' />
      </g>
    </g>
  </svg>
);
export default FadeIcon;
