// Generated by script, don't edit it please.
import * as React from 'react';

function Filter(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M25.054 5.268c.179.429.089.929-.25 1.25L16 15.322v13.25c0 .464-.286.875-.696 1.054a1.316 1.316 0 01-.446.089c-.304 0-.589-.107-.804-.339l-4.571-4.571a1.137 1.137 0 01-.339-.804v-8.679L.34 6.518a1.123 1.123 0 01-.25-1.25 1.156 1.156 0 011.054-.696h22.857c.464 0 .875.286 1.054.696z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Filter);
export default ForwardRef;
