sabrebooking / sabrefrontend / src / components / BlackTVIcon.jsx
BlackTVIcon.jsx
Raw
function BlackTVIcon() {
    return (
        <>
            <svg
      xmlns="http://www.w3.org/2000/svg"
      width="20"
      height="20"
      viewBox="0 0 50 50"
    >
      <path d="M0 7v32h50V7zm11 34a1 1 0 100 2h28c.555 0 1-.445 1-1 0-.555-.445-1-1-1z"></path>
    </svg>
      </>
    
  );
}

export default BlackTVIcon;