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