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