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