import React from 'react'; import type { IconProps } from '../types'; export default function withIcon
(IconSvg: React.ComponentType>): React.ForwardRefExoticComponent & React.RefAttributes> & { iconName: string; };