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