import React from "react"; interface Props { path: string; className?: string; } declare const SvgIcon: React.FC; export default SvgIcon;