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