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