Add DiscordIcon component and remove MessageCircle import from Dashboard
cgen-991a176c023140048b65062a96c19f88
This commit is contained in:
parent
c76f175628
commit
1025346302
1 changed files with 11 additions and 1 deletions
|
|
@ -45,9 +45,19 @@ import {
|
|||
CheckCircle2,
|
||||
Github,
|
||||
Mail,
|
||||
MessageCircle,
|
||||
} from "lucide-react";
|
||||
|
||||
const DiscordIcon = () => (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 127.14 96.36"
|
||||
className="h-4 w-4"
|
||||
fill="currentColor"
|
||||
>
|
||||
<path d="M107.7,8.07A105.15,105.15,0,0,0,81.47,0a72.06,72.06,0,0,0-3.36,6.83A99.89,99.89,0,0,0,49,6.83,72.37,72.37,0,0,0,45.64,0A105.89,105.89,0,0,0,19.39,8.09C2.79,32.65-1.71,56.6.54,80.21h0A105.73,105.73,0,0,0,32.71,96.36,77.7,77.7,0,0,0,39.6,85.25a68.42,68.42,0,0,1-10.85-5.18c.91-.66,1.8-1.34,2.66-2a77.58,77.58,0,0,0,64.32,0c.87.71,1.76,1.39,2.66,2a68.68,68.68,0,0,1-10.87,5.19,77,77,0,0,0,6.89,11.1A105.73,105.73,0,0,0,126.6,80.22h0C129.24,52.84,122.09,29.11,107.7,8.07ZM42.45,65.69C36.18,65.69,31,60.55,31,53.88s5-11.8,11.43-11.8S54,47.16,53.89,53.88,48.84,65.69,42.45,65.69Zm42.24,0C78.41,65.69,73.25,60.55,73.25,53.88s5-11.8,11.44-11.8S96.23,47.16,96.12,53.88,91.08,65.69,84.69,65.69Z" />
|
||||
</svg>
|
||||
);
|
||||
|
||||
const ARMS = [
|
||||
{
|
||||
id: "staff",
|
||||
|
|
|
|||
Loading…
Reference in a new issue