@pdf-viewer/react
Version:
A react-pdf-viewer component for React and Next.js. Suitable for react-pdf document.
23 lines (22 loc) • 690 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
const H = (e) => /* @__PURE__ */ o(
"svg",
{
...e,
width: "1em",
height: "1em",
viewBox: "0 0 16 16",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: /* @__PURE__ */ o(
"path",
{
d: "M11 1.5C11.2761 1.5 11.5 1.72386 11.5 2V7.5H14C14.2761 7.5 14.5 7.72386 14.5 8V14C14.5 14.2761 14.2761 14.5 14 14.5H2C1.72386 14.5 1.5 14.2761 1.5 14V8C1.5 7.72386 1.72386 7.5 2 7.5H4.5V2C4.5 1.72386 4.72386 1.5 5 1.5H11ZM8.5 13.5H13.5V8.5H8.5V13.5ZM2.5 13.5H7.5V8.5H2.5V13.5ZM5.5 7.5H10.5V2.5H5.5V7.5Z",
fill: "currentColor"
}
)
}
);
export {
H as DualPageWithCoverIcon
};