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