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