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