@pdf-viewer/react
Version:
A react-pdf-viewer component for React and Next.js. Suitable for react-pdf document.
25 lines (24 loc) • 1.29 kB
JavaScript
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: "M3.16699 1C3.44313 1 3.66699 1.22386 3.66699 1.5V3H12.3337V1.5C12.3337 1.22386 12.5575 1 12.8337 1C13.1098 1 13.3337 1.22386 13.3337 1.5V3.16667C13.3337 3.6269 12.9606 4 12.5003 4H3.50033C3.04009 4 2.66699 3.6269 2.66699 3.16667V1.5C2.66699 1.22386 2.89085 1 3.16699 1ZM2.66699 5.83333C2.66699 5.28105 3.11471 4.83333 3.66699 4.83333H12.3337C12.8859 4.83333 13.3337 5.28105 13.3337 5.83333V11.1667C13.3337 11.719 12.8859 12.1667 12.3337 12.1667H3.66699C3.11471 12.1667 2.66699 11.719 2.66699 11.1667V5.83333ZM12.3337 5.83333H3.66699V11.1667H12.3337V5.83333ZM3.66699 15.5C3.66699 15.7761 3.44313 16 3.16699 16C2.89085 16 2.66699 15.7761 2.66699 15.5V13.8333C2.66699 13.3731 3.04009 13 3.50033 13H12.5003C12.9606 13 13.3337 13.3731 13.3337 13.8333V15.5C13.3337 15.7761 13.1098 16 12.8337 16C12.5575 16 12.3337 15.7761 12.3337 15.5V14H3.66699V15.5Z",
fill: "currentColor"
}
)
}
);
export {
o as VerticalScrollingIcon
};