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