import { IconComponent } from '../createIcon'; /** * @component * @name Refresh2Newicons * @description Reicon SVG icon component, renders SVG Element with children. * @preview ![Refresh2Newicons](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMjIgMTJDMjIgMTcuNTIgMTcuNTIgMjIgMTIgMjJDNi40OCAyMiAzLjExIDE2LjQ0IDMuMTEgMTYuNDRNMy4xMSAxNi40NEg3LjYzTTMuMTEgMTYuNDRWMjEuNDRNMiAxMkMyIDYuNDggNi40NCAyIDEyIDJDMTguNjcgMiAyMiA3LjU2IDIyIDcuNTZNMjIgNy41NlYyLjU2TTIyIDcuNTZIMTcuNTYiIHN0cm9rZT0iI2U0ZTRlNyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) - https://reicon.dev/icons/refresh2 * @see https://reicon.dev/docs — Documentation * @param {import('../createIcon').IconProps} props — Reicon icon props and any valid SVG attribute * @returns {JSX.Element} JSX Element */ declare const Refresh2Newicons: IconComponent; export { Refresh2Newicons }; export default Refresh2Newicons;