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