import { forwardRef, SVGProps } from 'react'; export interface VolumeHighProps extends Omit, 'css'> {} export const VolumeHigh = forwardRef((props, ref) => ( )); VolumeHigh.displayName = 'VolumeHigh';