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