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