UNPKG

@pdf-viewer/react

Version:

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

25 lines (24 loc) 2.26 kB
import { jsx as C } from "react/jsx-runtime"; const o = (e) => /* @__PURE__ */ C( "svg", { ...e, 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: "M12.5 2H3.5C3.23478 2 2.98043 2.10536 2.79289 2.29289C2.60536 2.48043 2.5 2.73478 2.5 3V14C2.5 14.2652 2.60536 14.5196 2.79289 14.7071C2.98043 14.8946 3.23478 15 3.5 15H12.5C12.7652 15 13.0196 14.8946 13.2071 14.7071C13.3946 14.5196 13.5 14.2652 13.5 14V3C13.5 2.73478 13.3946 2.48043 13.2071 2.29289C13.0196 2.10536 12.7652 2 12.5 2ZM12.5 14H3.5V3H12.5V14ZM10.4626 10.4534C10.4374 10.3927 10.4005 10.3375 10.354 10.2911C10.3076 10.2446 10.2524 10.2077 10.1917 10.1826C10.131 10.1574 10.066 10.1445 10.0003 10.1445C9.93457 10.1445 9.86951 10.1574 9.80881 10.1826C9.74811 10.2077 9.69296 10.2446 9.64653 10.2911L8.50028 11.438V5.51841L9.64653 6.66528C9.74035 6.7591 9.8676 6.81181 10.0003 6.81181C10.133 6.81181 10.2602 6.7591 10.354 6.66528C10.4478 6.57146 10.5006 6.44421 10.5006 6.31153C10.5006 6.17885 10.4478 6.0516 10.354 5.95778L8.35403 3.95778C8.30759 3.91129 8.25245 3.87441 8.19175 3.84925C8.13105 3.82409 8.06599 3.81114 8.00028 3.81114C7.93457 3.81114 7.86951 3.82409 7.80881 3.84925C7.74811 3.87441 7.69296 3.91129 7.64653 3.95778L5.64653 5.95778C5.55271 6.0516 5.5 6.17885 5.5 6.31153C5.5 6.44421 5.55271 6.57146 5.64653 6.66528C5.74035 6.7591 5.8676 6.81181 6.00028 6.81181C6.13296 6.81181 6.26021 6.7591 6.35403 6.66528L7.50028 5.51841V11.438L6.35403 10.2911C6.26021 10.1973 6.13296 10.1446 6.00028 10.1446C5.8676 10.1446 5.74035 10.1973 5.64653 10.2911C5.55271 10.3849 5.5 10.5122 5.5 10.6449C5.5 10.7775 5.55271 10.9048 5.64653 10.9986L7.64653 12.9986C7.69296 13.0451 7.74811 13.082 7.80881 13.1071C7.86951 13.1323 7.93457 13.1453 8.00028 13.1453C8.06599 13.1453 8.13105 13.1323 8.19175 13.1071C8.25245 13.082 8.30759 13.0451 8.35403 12.9986L10.354 10.9986C10.4005 10.9522 10.4374 10.897 10.4626 10.8363C10.4877 10.7756 10.5007 10.7106 10.5007 10.6449C10.5007 10.5792 10.4877 10.5141 10.4626 10.4534Z", fill: "currentColor" } ) } ); export { o as PageScrollingIcon };