@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 439 B
TypeScript
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<SVGIconProps>;
export default VolumeOffIcon;