import React from "react"; const Danger = ({ width, height, color }) => ( ); export default Danger;