mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 04:42:37 +10:00
refactor layout
* ui polishing * frontend and backend fixes
This commit is contained in:
@ -2,10 +2,6 @@ import { ActionIcon, rem } from "@mantine/core";
|
||||
import React from "react";
|
||||
import { IconUsersGroup } from "@tabler/icons-react";
|
||||
|
||||
interface IconPeopleCircleProps extends React.ComponentPropsWithoutRef<"svg"> {
|
||||
size?: number | string;
|
||||
}
|
||||
|
||||
export function IconGroupCircle() {
|
||||
return (
|
||||
<ActionIcon variant="light" size="lg" color="gray" radius="xl">
|
||||
|
||||
Reference in New Issue
Block a user