import React from 'react'; const WarningIcon = ({ width = 40, height = 40, color = '#C22702' }) => ( ); export default WarningIcon;