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