/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const FilterIcon: 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='M11.003 20a.96.96 0 0 1-.711-.288.97.97 0 0 1-.287-.712v-6L4.22 5.6q-.375-.5-.112-1.05.261-.55.91-.55h13.964q.648 0 .91.55T19.78 5.6L13.995 13v6q0 .424-.287.712a.96.96 0 0 1-.71.288z' />
    </g>
  </svg>
);
export default FilterIcon;
