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