UNPKG

@pdf-viewer/react

Version:

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

25 lines (24 loc) 1.82 kB
import { jsx as C } from "react/jsx-runtime"; const e = (V) => /* @__PURE__ */ C( "svg", { ...V, width: "1em", height: "1em", viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ C( "path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 1C2.27614 1 2.5 1.22386 2.5 1.5V3H6.5V1.5C6.5 1.22386 6.72386 1 7 1C7.27614 1 7.5 1.22386 7.5 1.5V3.16667C7.5 3.6269 7.1269 4 6.66667 4H2.33333C1.8731 4 1.5 3.6269 1.5 3.16667V1.5C1.5 1.22386 1.72386 1 2 1ZM2.5 4.83333C1.94772 4.83333 1.5 5.28105 1.5 5.83333V11.1667C1.5 11.719 1.94772 12.1667 2.5 12.1667H6.5C7.05229 12.1667 7.5 11.719 7.5 11.1667V5.83333C7.5 5.28105 7.05229 4.83333 6.5 4.83333H2.5ZM2.5 5.83333H6.5V11.1667H2.5V5.83333ZM9.5 4.83333C8.94772 4.83333 8.5 5.28105 8.5 5.83333V11.1667C8.5 11.719 8.94772 12.1667 9.5 12.1667H13.5C14.0523 12.1667 14.5 11.719 14.5 11.1667V5.83333C14.5 5.28105 14.0523 4.83333 13.5 4.83333H9.5ZM9.5 5.83333H13.5V11.1667H9.5V5.83333ZM9.5 1.5C9.5 1.22386 9.27614 1 9 1C8.72386 1 8.5 1.22386 8.5 1.5V3.16667C8.5 3.6269 8.8731 4 9.33333 4H13.6667C14.1269 4 14.5 3.6269 14.5 3.16667V1.5C14.5 1.22386 14.2761 1 14 1C13.7239 1 13.5 1.22386 13.5 1.5V3H9.5V1.5ZM14 16C13.7239 16 13.5 15.7761 13.5 15.5V14H9.5V15.5C9.5 15.7761 9.27614 16 9 16C8.72386 16 8.5 15.7761 8.5 15.5V13.8333C8.5 13.3731 8.8731 13 9.33333 13H13.6667C14.1269 13 14.5 13.3731 14.5 13.8333V15.5C14.5 15.7761 14.2761 16 14 16ZM6.5 15.5C6.5 15.7761 6.72386 16 7 16C7.27614 16 7.5 15.7761 7.5 15.5V13.8333C7.5 13.3731 7.1269 13 6.66667 13H2.33333C1.8731 13 1.5 13.3731 1.5 13.8333V15.5C1.5 15.7761 1.72386 16 2 16C2.27614 16 2.5 15.7761 2.5 15.5L2.5 14H6.5L6.5 15.5Z", fill: "currentColor" } ) } ); export { e as WrappedScrollingIcon };