/** * Apache License 2.0 - https://github.com/google/material-design-icons * Copyright (c) Google */ import type { SVGProps } from 'react'; function MdGraphicEqRotated(props: SVGProps) { return ( ); } export default MdGraphicEqRotated;