Fix pages and staff members icon in configuration dark

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-11 11:00:26 +02:00
parent d9433b9999
commit 91571d378e
2 changed files with 0 additions and 2 deletions

View file

@ -3,7 +3,6 @@ import React from "react";
export const Pages = createSvgIcon( export const Pages = createSvgIcon(
<> <>
<rect width="40" height="40" fill="white" />
<path <path
fill-rule="evenodd" fill-rule="evenodd"
clip-rule="evenodd" clip-rule="evenodd"

View file

@ -3,7 +3,6 @@ import React from "react";
export const StaffMembers = createSvgIcon( export const StaffMembers = createSvgIcon(
<> <>
<rect width="40" height="40" fill="white" />
<path <path
fill-rule="evenodd" fill-rule="evenodd"
clip-rule="evenodd" clip-rule="evenodd"