diff --git a/src/assets/images/toolbar/icons/housekeeping.svg b/src/assets/images/toolbar/icons/housekeeping.svg new file mode 100644 index 0000000..7327da6 --- /dev/null +++ b/src/assets/images/toolbar/icons/housekeeping.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/css/icons/icons.css b/src/css/icons/icons.css index 0310ef5..47c8834 100644 --- a/src/css/icons/icons.css +++ b/src/css/icons/icons.css @@ -101,10 +101,12 @@ } .nitro-icon.icon-housekeeping { - background-image: url("@/assets/images/toolbar/icons/modtools.png"); - width: 29px; - height: 34px; - filter: hue-rotate(140deg); + background-image: url("@/assets/images/toolbar/icons/housekeeping.svg"); + background-size: contain; + background-repeat: no-repeat; + background-position: center; + width: 40px; + height: 40px; } .nitro-icon.icon-furnieditor {