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