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