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