How do I make the cart icon bigger in debut theme

Can i get some help making my cart icon bigger in the debut theme

@VanessaHorabuen

Add the following code at the bottom of your assets/theme.scss.liquid file.

.site-header__icons-wrapper svg.icon.icon-cart {
    width: 30px;
    height: 30px;
}

Hope this helps.

Thanks!

It works thank you.