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