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