next.js/examples/cms-payload/components/icons/Menu/index.tsx
index.tsx18 lines456 B
import React from "react";

export const MenuIcon: React.FC = () => {
  return (
    <svg
      width="25"
      height="25"
      viewBox="0 0 25 25"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
    >
      <rect x="3.5" y="4.5" width="18" height="2" fill="currentColor" />
      <rect x="3.5" y="11.5" width="18" height="2" fill="currentColor" />
      <rect x="3.5" y="18.5" width="18" height="2" fill="currentColor" />
    </svg>
  );
};
Quest for Codev2.0.0
/
SIGN IN