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