@pdf-viewer/react
Version:
A react-pdf-viewer component for React and Next.js. Suitable for react-pdf document.
23 lines (22 loc) • 1 kB
JavaScript
import { jsx as C } from "react/jsx-runtime";
const t = (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: "M14.354 5.35372L6.35403 13.3537C6.30759 13.4002 6.25245 13.4371 6.19175 13.4623C6.13105 13.4874 6.06599 13.5004 6.00028 13.5004C5.93457 13.5004 5.86951 13.4874 5.80881 13.4623C5.74811 13.4371 5.69296 13.4002 5.64653 13.3537L2.14653 9.85372C2.05271 9.7599 2 9.63265 2 9.49997C2 9.36729 2.05271 9.24004 2.14653 9.14622C2.24035 9.0524 2.3676 8.99969 2.50028 8.99969C2.63296 8.99969 2.76021 9.0524 2.85403 9.14622L6.00028 12.2931L13.6465 4.64622C13.7403 4.5524 13.8676 4.49969 14.0003 4.49969C14.133 4.49969 14.2602 4.5524 14.354 4.64622C14.4478 4.74004 14.5006 4.86729 14.5006 4.99997C14.5006 5.13265 14.4478 5.2599 14.354 5.35372Z",
fill: "currentColor"
}
)
}
);
export {
t as CheckIcon
};