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