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