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