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