@pdftron/webviewer-react-toolkit
Version:
A React component library for integrating with PDFTron WebViewer API.
7 lines (6 loc) • 329 B
JavaScript
import { __assign } from "tslib";
import React from 'react';
export function Menu(props) {
return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, props),
React.createElement("path", { d: "M4 6H20V8H4zM4 11H20V13H4zM4 16H20V18H4z" })));
}