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.

20 lines (19 loc) 617 B
import React from 'react'; import SvgIcon from '@material-ui/core/SvgIcon'; /** * ThumbnailNavigationBottomIcon ~ */ export default function ThumbnailNavigationBottomIcon(props) { return /*#__PURE__*/React.createElement(SvgIcon, props, /*#__PURE__*/React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, /*#__PURE__*/React.createElement("path", { d: "M3,3H21V5H3Z", transform: "translate(0 16)" }), /*#__PURE__*/React.createElement("path", { d: "M21,5H3V19H21ZM19,17H5V7H19Z", transform: "translate(0 -2)" }))); }