UNPKG

@patternfly/react-icons

Version:
9 lines 843 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const RhUiMuteIconConfig: { name: 'RhUiMuteIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M17.439 2.102a1.003 1.003 0 0 0-1.053.109l-8.729 6.79H2.5c-.827 0-1.5.673-1.5 1.5v11c0 .827.673 1.5 1.5 1.5h5.157l8.729 6.79a1 1 0 0 0 1.614-.79V3a1 1 0 0 0-.561-.898ZM16 26.956l-7.386-5.745a1.002 1.002 0 0 0-.614-.21H3v-10h5c.222 0 .438-.074.614-.21L16 5.046v21.911Zm14.707-7.663a.999.999 0 1 1-1.414 1.414L26 17.414l-3.293 3.293a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L24.586 16l-3.293-3.293a.999.999 0 1 1 1.414-1.414L26 14.586l3.293-3.293a.999.999 0 1 1 1.414 1.414L27.414 16l3.293 3.293Z"}, rhUiIcon: null, }; export declare const RhUiMuteIcon: ComponentClass<SVGIconProps>; export default RhUiMuteIcon;