fix: change HeaderIcon for ExampleIcon.

Signed-off-by: Paulo Peixoto <72894267+padupe@users.noreply.github.com>
This commit is contained in:
Paulo Peixoto
2022-08-10 11:47:33 -03:00
committed by GitHub
parent 168bb7acdc
commit cfb4a12c68
+1 -1
View File
@@ -296,7 +296,7 @@ import { SvgIcon, SvgIconProps } from '@material-ui/core';
import React from 'react';
export const HeaderIcon = (props: SvgIconProps) => (
export const ExampleIcon = (props: SvgIconProps) => (
<SvgIcon {...props} viewBox="0 0 24 24">
<path
fill="currentColor"