UNPKG

@pdf-viewer/react

Version:

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

23 lines (22 loc) 1.7 kB
import { jsx as C } from "react/jsx-runtime"; const e = (o) => /* @__PURE__ */ C( "svg", { ...o, width: "1em", height: "1em", viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ C( "path", { d: "M3.14625 7.85375C3.05243 7.75993 2.99972 7.63268 2.99972 7.5C2.99972 7.36732 3.05243 7.24007 3.14625 7.14625C3.24007 7.05243 3.36732 6.99972 3.5 6.99972C3.63268 6.99972 3.75993 7.05243 3.85375 7.14625L7.5 10.7931V2.5C7.5 2.36739 7.55268 2.24021 7.64645 2.14645C7.74021 2.05268 7.86739 2 8 2C8.13261 2 8.25979 2.05268 8.35355 2.14645C8.44732 2.24021 8.5 2.36739 8.5 2.5V10.7931L12.1462 7.14625C12.1927 7.09979 12.2479 7.06294 12.3086 7.0378C12.3692 7.01266 12.4343 6.99972 12.5 6.99972C12.5657 6.99972 12.6308 7.01266 12.6914 7.0378C12.7521 7.06294 12.8073 7.09979 12.8538 7.14625C12.9002 7.1927 12.9371 7.24786 12.9622 7.30855C12.9873 7.36925 13.0003 7.4343 13.0003 7.5C13.0003 7.5657 12.9873 7.63075 12.9622 7.69145C12.9371 7.75214 12.9002 7.8073 12.8538 7.85375L8.35375 12.3538C8.30731 12.4002 8.25217 12.4371 8.19147 12.4623C8.13077 12.4874 8.06571 12.5004 8 12.5004C7.93429 12.5004 7.86923 12.4874 7.80853 12.4623C7.74783 12.4371 7.69269 12.4002 7.64625 12.3538L3.14625 7.85375ZM13.5 13.5H2.5C2.36739 13.5 2.24021 13.5527 2.14645 13.6464C2.05268 13.7402 2 13.8674 2 14C2 14.1326 2.05268 14.2598 2.14645 14.3536C2.24021 14.4473 2.36739 14.5 2.5 14.5H13.5C13.6326 14.5 13.7598 14.4473 13.8536 14.3536C13.9473 14.2598 14 14.1326 14 14C14 13.8674 13.9473 13.7402 13.8536 13.6464C13.7598 13.5527 13.6326 13.5 13.5 13.5Z", fill: "currentColor" } ) } ); export { e as GoToDownIcon };