UNPKG

@pdf-viewer/react

Version:

A react-pdf-viewer component for React and Next.js. Suitable for react-pdf document.

55 lines (54 loc) 1.5 kB
import { jsxs as e, jsx as t } from "react/jsx-runtime"; const l = (r) => /* @__PURE__ */ e( "svg", { ...r, width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [ /* @__PURE__ */ t( "path", { d: "M16.875 3.125H3.125C2.79348 3.125 2.47554 3.2567 2.24112 3.49112C2.0067 3.72554 1.875 4.04348 1.875 4.375V15.625C1.875 15.9565 2.0067 16.2745 2.24112 16.5089C2.47554 16.7433 2.79348 16.875 3.125 16.875H16.875C17.2065 16.875 17.5245 16.7433 17.7589 16.5089C17.9933 16.2745 18.125 15.9565 18.125 15.625V4.375C18.125 4.04348 17.9933 3.72554 17.7589 3.49112C17.5245 3.2567 17.2065 3.125 16.875 3.125ZM3.125 4.375H7.08333V15.625H3.125V4.375ZM16.875 15.625H8.33333V4.375H16.875V15.625Z", fill: "currentColor" } ), /* @__PURE__ */ t( "rect", { x: "4.25", y: "5.83325", width: "1.66667", height: "1.66667", fill: "currentColor" } ), /* @__PURE__ */ t( "rect", { x: "4.25", y: "9.16675", width: "1.66667", height: "1.66667", fill: "currentColor" } ), /* @__PURE__ */ t( "rect", { x: "4.25", y: "12.5", width: "1.66667", height: "1.66667", fill: "currentColor" } ) ] } ); export { l as ThumbnailIcon };