ChemPare Documentation - v0.0.0
    Preparing search index...

    Function BenzeneIcon

    • A React component that renders a benzene molecule icon using SVG. This component extends Material-UI's SvgIcon component.

      Parameters

      • props: SvgIconProps

        The props from Material-UI's SvgIcon component

      Returns Element

      A benzene molecule icon component

      <BenzeneIcon />
      // With custom props
      <BenzeneIcon fontSize="large" color="primary" />