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