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