/// import { IconProps } from '.'; declare const SvgX: ({ size, color, secondaryColor, className, ...props }: IconProps) => JSX.Element; export default SvgX;