react-server675fbba4
react-servertreemaindocssrccomponentsDevToolsIcon.jsx
docs/src/components/DevToolsIcon.jsxjsx4.6 KiBc8ad6bfb
      stroke="currentColor"
      strokeWidth="2"
      strokeLinecap="round"
      strokeLinejoin="round"
      style={style}
    >
      <rect x="5" y="5" width="14" height="14" rx="2" />
      <polyline points="9 3 9 1 21 1 23 3 23 15 21 17" />
    </svg>
  );
}