UNPKG

@jbrowse/plugin-authentication

Version:

JBrowse 2 Authentication

9 lines (8 loc) 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = GoogleDriveIcon; const jsx_runtime_1 = require("react/jsx-runtime"); const material_1 = require("@mui/material"); function GoogleDriveIcon(props) { return ((0, jsx_runtime_1.jsx)(material_1.SvgIcon, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M7.71,3.5L1.15,15L4.58,21L11.13,9.5M9.73,15L6.3,21H19.42L22.85,15M22.28,14L15.42,2H8.58L8.57,2L15.43,14H22.28Z" }) })); }