@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.07 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiNewProcessFillIconConfig: {
name: 'RhUiNewProcessFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M13.125 10.125h5.75v1.047c0 .23-.093.456-.256.618L16 14.409l-2.619-2.619a.878.878 0 0 1-.256-.618v-1.047Zm.256 10.085a.878.878 0 0 0-.256.618v1.047h5.75v-1.047a.878.878 0 0 0-.256-.618L16 17.591l-2.619 2.619ZM31 16c0 8.271-6.729 15-15 15S1 24.271 1 16 7.729 1 16 1s15 6.729 15 15Zm-13.409 0 2.618-2.618c.59-.591.916-1.375.916-2.21V10.1c.559-.065 1-.523 1-1.1 0-.621-.504-1.125-1.125-1.125H11c-.621 0-1.125.504-1.125 1.125 0 .577.441 1.035 1 1.1v1.072c0 .835.325 1.619.916 2.21L14.409 16l-2.618 2.618a3.108 3.108 0 0 0-.916 2.21V21.9c-.559.065-1 .523-1 1.1 0 .621.504 1.125 1.125 1.125h10c.621 0 1.125-.504 1.125-1.125 0-.577-.441-1.035-1-1.1v-1.072c0-.835-.325-1.619-.916-2.21L17.591 16Z"},
rhUiIcon: null,
};
export declare const RhUiNewProcessFillIcon: ComponentClass<SVGIconProps>;
export default RhUiNewProcessFillIcon;