Skip to content

Commit

Permalink
new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Jul 10, 2024
1 parent fc46250 commit 483ee73
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions cmem_plugin_reason/file-icons--owl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions cmem_plugin_reason/fluent--brain-circuit-24-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion cmem_plugin_reason/plugin_reason.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cmem_plugin_reason/plugin_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Binary file removed cmem_plugin_reason/reason.png
Binary file not shown.
Binary file removed cmem_plugin_reason/validate.png
Binary file not shown.

0 comments on commit 483ee73

Please sign in to comment.