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