diff --git a/images/wrench.svg b/images/wrench.svg new file mode 100644 index 00000000..e700e028 --- /dev/null +++ b/images/wrench.svg @@ -0,0 +1 @@ + diff --git a/less/images.less b/less/images.less index 9aa352e1..621bae20 100644 --- a/less/images.less +++ b/less/images.less @@ -64,6 +64,10 @@ animation: rotating 2s linear infinite; } +.icon-document-properties { + .icon-img('../images/wrench.svg', @color-grey); +} + [src$='/shelve-project-icon.png'] { .icon(@size-md); .icon-img('../images/package-variant.svg', @color-grey);