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