How can I change my store name to a logo on my packing slip?

Hello, I am working on my packing slip and I would like to change my shop name to my logo instead. This is the code that is pulling in my store name:

{{ shop.name }}

Are you able to tell me the bit of code that will pull in my logo instead? Thank you

This is the code on my packing slip, I have my logo on it too. Maybe this will help you…

RENE LEBLANC

{% comment %}{{ shop.name }}{% endcomment %}

Order {{ order.name }}

I think the logo was first uploaded in “files” and then placed on the packing slip like this.

Thank you!