import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiNewProcessIconConfig: {
  name: 'RhUiNewProcessIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm0 28C8.832 29 3 23.168 3 16S8.832 3 16 3s13 5.832 13 13-5.832 13-13 13Zm5-17.828V10a1 1 0 1 0 0-2H11a1 1 0 1 0 0 2v1.172c0 .801.312 1.555.879 2.121L14.586 16l-2.707 2.707A2.978 2.978 0 0 0 11 20.828V22a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2v-1.172c0-.801-.312-1.555-.879-2.121L17.414 16l2.707-2.707c.567-.566.879-1.32.879-2.121Zm-2.293 8.949c.186.187.293.444.293.707V22h-6v-1.172c0-.263.107-.521.293-.707L16 17.414l2.707 2.707ZM19 11.172c0 .263-.107.521-.293.707L16 14.586l-2.707-2.707a1.01 1.01 0 0 1-.293-.707V10h6v1.172Z"},
  rhUiIcon: null,
};
export declare const RhUiNewProcessIcon: ComponentClass<SVGIconProps>;
export default RhUiNewProcessIcon;