UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 711 B
import { createIconBase } from '../createIcon.js'; export 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 const RhUiOperatorIcon = createIconBase(RhUiOperatorIconConfig); export default RhUiOperatorIcon;