mirror of
https://github.com/openziti/zrok.git
synced 2024-12-22 23:02:52 +01:00
icons
This commit is contained in:
parent
9893f3f874
commit
4119ab4e2b
@ -3,10 +3,10 @@ import {useEffect, useRef} from "react";
|
||||
import {ForceGraph2D} from "react-force-graph";
|
||||
import * as d3 from "d3-force-3d";
|
||||
import {roundRect} from "./draw";
|
||||
import {mdiShareVariant, mdiConsoleNetwork, mdiAccountBox, mdiAlertOctagram} from "@mdi/js";
|
||||
import {mdiShareVariant, mdiConsole, mdiAccount, mdiAlertOctagram} from "@mdi/js";
|
||||
|
||||
const accountIcon = new Path2D(mdiAccountBox);
|
||||
const environmentIcon = new Path2D(mdiConsoleNetwork);
|
||||
const accountIcon = new Path2D(mdiAccount);
|
||||
const environmentIcon = new Path2D(mdiConsole);
|
||||
const limitIcon = new Path2D(mdiAlertOctagram);
|
||||
const shareIcon = new Path2D(mdiShareVariant);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user