import * as React from 'react'; export interface Filter24Props extends React.SVGProps { ariaLabel?: string } export default function Filter24({ ariaLabel, ...props }: Filter24Props) { return ( ); }