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