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