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