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