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