UNPKG

mirador

Version:

An open-source, web-based 'multi-up' viewer that supports zoom-pan-rotate functionality, ability to display/compare simple images, and images with annotations.

22 lines (21 loc) 583 B
import React from 'react'; import SvgIcon from '@material-ui/core/SvgIcon'; /** * ThumbnailNavigationRightIcon ~ */ export default function MiradorIcon(props) { return /*#__PURE__*/React.createElement(SvgIcon, Object.assign({ viewBox: "0 0 60 55" }, props), /*#__PURE__*/React.createElement("rect", { width: "18", height: "55" }), /*#__PURE__*/React.createElement("rect", { width: "18", height: "55", transform: "translate(42)" }), /*#__PURE__*/React.createElement("rect", { width: "18", height: "34", transform: "translate(21)" })); }