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.21 kB
import { jsx as C } from "react/jsx-runtime"; const r = (o) => /* @__PURE__ */ C( "svg", { ...o, width: "1em", height: "1em", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ C( "path", { d: "M16.692 12.9422C16.634 13.0003 16.5651 13.0464 16.4892 13.0779C16.4133 13.1093 16.332 13.1255 16.2499 13.1255C16.1677 13.1255 16.0864 13.1093 16.0105 13.0779C15.9346 13.0464 15.8657 13.0003 15.8077 12.9422L9.99986 7.1336L4.19205 12.9422C4.07477 13.0595 3.91571 13.1254 3.74986 13.1254C3.58401 13.1254 3.42495 13.0595 3.30767 12.9422C3.1904 12.8249 3.12451 12.6659 3.12451 12.5C3.12451 12.3342 3.1904 12.1751 3.30767 12.0578L9.55767 5.80782C9.61572 5.74971 9.68465 5.70361 9.76052 5.67215C9.8364 5.6407 9.91772 5.62451 9.99986 5.62451C10.082 5.62451 10.1633 5.6407 10.2392 5.67215C10.3151 5.70361 10.384 5.74971 10.442 5.80782L16.692 12.0578C16.7502 12.1159 16.7963 12.1848 16.8277 12.2607C16.8592 12.3365 16.8754 12.4179 16.8754 12.5C16.8754 12.5821 16.8592 12.6635 16.8277 12.7393C16.7963 12.8152 16.7502 12.8841 16.692 12.9422Z", fill: "currentColor" } ) } ); export { r as ChevronUpIcon };