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