interface SvgIconSCSS { className: string; fontSize: string; state: string; stroked: string; } const styles: SvgIconSCSS; export default styles;