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