import React from 'react'; function IconErrorWarning(props: any) { return ( ); } export default IconErrorWarning;