import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const HistoryIconConfig: {
  name: 'HistoryIcon',
  icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M504 255.531c.253 136.64-111.18 248.372-247.82 248.468-59.015.042-113.223-20.53-155.822-54.911-11.077-8.94-11.905-25.541-1.839-35.607l11.267-11.267c8.609-8.609 22.353-9.551 31.891-1.984C173.062 425.135 212.781 440 256 440c101.705 0 184-82.311 184-184 0-101.705-82.311-184-184-184-48.814 0-93.149 18.969-126.068 49.932l50.754 50.754c10.08 10.08 2.941 27.314-11.313 27.314H24c-8.837 0-16-7.163-16-16V38.627c0-14.254 17.234-21.393 27.314-11.314l49.372 49.372C129.209 34.136 189.552 8 256 8c136.81 0 247.747 110.78 248 247.531zm-180.912 78.784l9.823-12.63c8.138-10.463 6.253-25.542-4.21-33.679L288 256.349V152c0-13.255-10.745-24-24-24h-16c-13.255 0-24 10.745-24 24v135.651l65.409 50.874c10.463 8.137 25.541 6.253 33.679-4.21z"},
  rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M17 8v7.586l3.707 3.707a.999.999 0 1 1-1.414 1.414l-4-4A1 1 0 0 1 15 16V8a1 1 0 0 1 2 0Zm-1-7A14.92 14.92 0 0 0 3 8.515V3a1 1 0 0 0-2 0v7.5c0 .827.673 1.5 1.5 1.5H10a1 1 0 0 0 0-2H4.476c.061-.116.118-.234.182-.348.019-.034.036-.07.056-.104C7.004 5.565 11.322 3 16 3c6.831 0 12.436 5.299 12.949 12H26a1 1 0 0 0 0 2h2.949C28.461 23.37 23.37 28.461 17 28.949V26a1 1 0 0 0-2 0v2.939c-.139-.011-.279-.01-.417-.025-.149-.017-.296-.04-.444-.062a13.86 13.86 0 0 1-.952-.175c-.167-.037-.334-.073-.498-.117a13.145 13.145 0 0 1-1.775-.62 13.34 13.34 0 0 1-.658-.295c-.24-.119-.474-.249-.705-.382a13.07 13.07 0 0 1-.41-.246c-.251-.157-.5-.315-.739-.488l-.092-.071c-.516-.38-1-.801-1.456-1.251-.083-.083-.169-.162-.25-.247a13.014 13.014 0 0 1-.908-1.067 12.857 12.857 0 0 1-2.565-6.032A1.003 1.003 0 0 0 2 17.013a.998.998 0 0 0-.848 1.131 14.823 14.823 0 0 0 2.5 6.345c.016.028.019.059.037.086.137.197.298.371.444.56.116.15.231.299.352.445.221.265.448.522.685.77.08.083.164.162.246.243.553.552 1.14 1.062 1.767 1.518l.041.032c.284.205.578.394.875.578.147.092.296.181.447.268.274.157.548.311.832.451.238.118.483.221.728.326.332.142.666.276 1.008.394.35.122.703.236 1.063.332.192.051.386.093.58.136.361.081.725.148 1.094.202.172.025.342.053.514.072.539.06 1.082.1 1.634.1 8.271 0 15-6.729 15-15S24.271 1 16 1Z"},
};
export declare const HistoryIcon: ComponentClass<SVGIconProps>;
export default HistoryIcon;