package.dist.esm.icons.volume-off-icon.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
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