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