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