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