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