@pdftron/webviewer-react-toolkit
Version:
A React component library for integrating with PDFTron WebViewer API.
6 lines (5 loc) • 312 B
JavaScript
import React from 'react';
export function Download(props) {
return (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, props),
React.createElement("path", { d: "M19 9L15 9 15 3 9 3 9 9 5 9 12 17zM4 19H20V21H4z" })));
}