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