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