Fix pages and staff members icon in configuration dark
This commit is contained in:
parent
d9433b9999
commit
91571d378e
2 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ import React from "react";
|
|||
|
||||
export const Pages = createSvgIcon(
|
||||
<>
|
||||
<rect width="40" height="40" fill="white" />
|
||||
<path
|
||||
fill-rule="evenodd"
|
||||
clip-rule="evenodd"
|
||||
|
|
|
@ -3,7 +3,6 @@ import React from "react";
|
|||
|
||||
export const StaffMembers = createSvgIcon(
|
||||
<>
|
||||
<rect width="40" height="40" fill="white" />
|
||||
<path
|
||||
fill-rule="evenodd"
|
||||
clip-rule="evenodd"
|
||||
|
|
Loading…
Reference in a new issue