import React from "react"; const WarningIcon = (props) => { return ( ); }; export default WarningIcon;