import { IconComponent } from '../createIcon'; /** * @component * @name RefreshSquare2 * @description Reicon SVG icon component, renders SVG Element with children. * @preview ![RefreshSquare2](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNOSAyMkgxNUMyMCAyMiAyMiAyMCAyMiAxNVY5QzIyIDQgMjAgMiAxNSAySDlDNCAyIDIgNCAyIDlWMTVDMiAyMCA0IDIyIDkgMjJaIiBzdHJva2U9IiNlNGU0ZTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTcuNSAxMkMxNy41IDE1LjA0IDE1LjA0IDE3LjUgMTIgMTcuNUM4Ljk2IDE3LjUgNy4xMDk5OSAxNC40NCA3LjEwOTk5IDE0LjQ0TTcuMTA5OTkgMTQuNDRIOS41OU03LjEwOTk5IDE0LjQ0VjE3LjE5TTYuNSAxMkM2LjUgOC45NiA4Ljk0IDYuNSAxMiA2LjVDMTUuNjcgNi41IDE3LjUgOS41NiAxNy41IDkuNTZNMTcuNSA5LjU2VjYuODFNMTcuNSA5LjU2SDE1LjA2IiBzdHJva2U9IiNlNGU0ZTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) - https://reicon.dev/icons/refresh-square2 * @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 RefreshSquare2: IconComponent; export { RefreshSquare2 }; export default RefreshSquare2;