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