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