UNPKG

@jbrowse/plugin-authentication

Version:

JBrowse 2 Authentication

6 lines (5 loc) 328 B
import { jsx as _jsx } from "react/jsx-runtime"; import { SvgIcon } from '@mui/material'; export default function GoogleDriveIcon(props) { return (_jsx(SvgIcon, { ...props, children: _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" }) })); }