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