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