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