Merge branch 'generic_icon_component' into icon_conflits

This commit is contained in:
Igor Carvalho 2023-07-13 18:30:28 -03:00 committed by GitHub
commit d9af07b81b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,4 @@ export default function IconComponent({ method, name }: IconComponentProps): JSX
case 'SVG':
return <IconFromSvg name={ name } />
}
}
}