All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.esm.icons.volume-off-icon.d.ts Maven / Gradle / Ivy

The newest version!
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const VolumeOffIconConfig: {
  name: 'VolumeOffIcon',
  height: 512,
  width: 256,
  svgPath: 'M215 71l-89 89H24a24 24 0 0 0-24 24v144a24 24 0 0 0 24 24h102.06L215 441c15 15 41 4.47 41-17V88c0-21.47-26-32-41-17z',
  yOffset: 0,
  xOffset: 0,
};
export declare const VolumeOffIcon: React.ComponentClass;
export default VolumeOffIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy