import createSvgIcon from "@mui/material/utils/createSvgIcon"; import React from "react"; const JwtIcon = createSvgIcon( , "JWT" ); export default JwtIcon;