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