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