import React from "react"; type Props = { iconName?: string; width?: number; height?: number; content?: React.ReactNode; }; declare const CustomIcon: React.FC; export default CustomIcon;