UNPKG

@pdftron/webviewer-react-toolkit

Version:

A React component library for integrating with PDFTron WebViewer API.

11 lines (10 loc) 523 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Download = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importDefault(require("react")); function Download(props) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, props), react_1.default.createElement("path", { d: "M19 9L15 9 15 3 9 3 9 9 5 9 12 17zM4 19H20V21H4z" }))); } exports.Download = Download;