Use compound icons (#10292)

This commit is contained in:
Michael Weimann 2023-03-08 11:11:01 +01:00 committed by GitHub
parent 0db0d4b09d
commit 6fa00a20b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 132 additions and 57 deletions

View file

@ -16,7 +16,7 @@ limitations under the License.
import React, { ReactNode } from "react";
import { Icon as WarningBadgeIcon } from "../../../res/img/element-icons/warning-badge.svg";
import { Icon as WarningBadgeIcon } from "../../../res/img/compound/error-16px.svg";
interface ErrorMessageProps {
message: string | ReactNode | null;