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