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