A React component that renders a benzene molecule icon using SVG. This component extends Material-UI's SvgIcon component.
The props from Material-UI's SvgIcon component
A benzene molecule icon component
<BenzeneIcon />// With custom props<BenzeneIcon fontSize="large" color="primary" /> Copy
<BenzeneIcon />// With custom props<BenzeneIcon fontSize="large" color="primary" />
A React component that renders a benzene molecule icon using SVG. This component extends Material-UI's SvgIcon component.