/// declare const SvgIcon: ({ name, style, fill, viewBox, width, className, height }: { name?: string; style?: {}; fill?: string; viewBox?: string; width?: string; className?: string; height?: string; }) => JSX.Element; export default SvgIcon;