@pdf-viewer/react
Version: 
A react-pdf-viewer component for React and Next.js. Suitable for react-pdf document.
23 lines (22 loc) • 816 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
const C = (e) => /* @__PURE__ */ o(
  "svg",
  {
    ...e,
    width: "1em",
    height: "1em",
    viewBox: "0 0 16 17",
    fill: "none",
    xmlns: "http://www.w3.org/2000/svg",
    children: /* @__PURE__ */ o(
      "path",
      {
        d: "M13.8337 3H2.16699C1.90178 3 1.64742 3.10536 1.45989 3.29289C1.27235 3.48043 1.16699 3.73478 1.16699 4V13C1.16699 13.2652 1.27235 13.5196 1.45989 13.7071C1.64742 13.8946 1.90178 14 2.16699 14H13.8337C14.0989 14 14.3532 13.8946 14.5408 13.7071C14.7283 13.5196 14.8337 13.2652 14.8337 13V4C14.8337 3.73478 14.7283 3.48043 14.5408 3.29289C14.3532 3.10536 14.0989 3 13.8337 3ZM2.16699 4H7.50033V13H2.16699V4ZM13.8337 13H8.50033V4H13.8337V13Z",
        fill: "currentColor"
      }
    )
  }
);
export {
  C as DualPageIcon
};