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