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