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