@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 750 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiOperatorIconConfig: {
name: 'RhUiOperatorIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"m22.28 21.134-9.573 9.573a.997.997 0 0 1-1.414 0 1 1 0 0 1 0-1.414L19.586 21h-6.982c-.507 0-.961-.303-1.155-.771a1.246 1.246 0 0 1 .27-1.363L17.587 13h-6.982c-.507 0-.961-.303-1.155-.771a1.246 1.246 0 0 1 .27-1.363l9.574-9.573a1 1 0 1 1 1.414 1.414L12.414 11h6.982c.507 0 .961.303 1.155.771a1.246 1.246 0 0 1-.27 1.363L14.413 19h6.982c.507 0 .961.303 1.155.771a1.246 1.246 0 0 1-.27 1.363Z"},
rhUiIcon: null,
};
export declare const RhUiOperatorIcon: ComponentClass<SVGIconProps>;
export default RhUiOperatorIcon;