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