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