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