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