diff --git a/cmem_plugin_reason/file-icons--owl.svg b/cmem_plugin_reason/file-icons--owl.svg new file mode 100644 index 0000000..46edbe0 --- /dev/null +++ b/cmem_plugin_reason/file-icons--owl.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/cmem_plugin_reason/fluent--brain-circuit-24-regular.svg b/cmem_plugin_reason/fluent--brain-circuit-24-regular.svg new file mode 100644 index 0000000..4028190 --- /dev/null +++ b/cmem_plugin_reason/fluent--brain-circuit-24-regular.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/cmem_plugin_reason/plugin_reason.py b/cmem_plugin_reason/plugin_reason.py index 4216c13..da99982 100644 --- a/cmem_plugin_reason/plugin_reason.py +++ b/cmem_plugin_reason/plugin_reason.py @@ -36,7 +36,7 @@ @Plugin( label="Reason", - icon=Icon(file_name="reason.png", package=__package__), + icon=Icon(file_name="fluent--brain-circuit-24-regular.svg", package=__package__), description="Performs OWL reasoning.", documentation="""A task performing OWL reasoning. With an OWL ontology and a data graph as input the reasoning result is written to a specified graph. The following reasoners are supported: diff --git a/cmem_plugin_reason/plugin_validate.py b/cmem_plugin_reason/plugin_validate.py index 4b1d951..e77c685 100644 --- a/cmem_plugin_reason/plugin_validate.py +++ b/cmem_plugin_reason/plugin_validate.py @@ -47,7 +47,7 @@ Markdown file and/or to a specified graph. The Markdown string is also provided as an output entity using the path "text". The following reasoners are supported: ELK, Expression Materializing Reasoner, HermiT, JFact, Structural Reasoner and Whelk.""", - icon=Icon(package=__package__, file_name="validate.png"), + icon=Icon(file_name="file-icons--owl.svg", package=__package__), parameters=[ REASONER_PARAMETER, ONTOLOGY_GRAPH_IRI_PARAMETER, diff --git a/cmem_plugin_reason/reason.png b/cmem_plugin_reason/reason.png deleted file mode 100644 index 4d479cb..0000000 Binary files a/cmem_plugin_reason/reason.png and /dev/null differ diff --git a/cmem_plugin_reason/validate.png b/cmem_plugin_reason/validate.png deleted file mode 100644 index 5e9fb8c..0000000 Binary files a/cmem_plugin_reason/validate.png and /dev/null differ