How to replace the arrow in collapsible content with a plus and minus

Hey, how can I replace the arrow in collapsible content?

I’d like it so that when the content is closed, there’s a plus, and when it’s opened, there’s a minus.

Exactly like it works here on this store: https://tomnoske.store/products/cinema-luts
(Just scroll all the way down to see it).

I want this to work on both desktop and mobile.

Here’s my store URL: https://1049xn-ya.myshopify.com/products/editing-masterclass
(Just scroll all the way down to see it).

Thanks so much, I really appreciate the help.
Tim

@CreatorTim You need to replace the svg icon code from liquid files.

Could you please help me with this? How should I do it?

Thanks,
Tim

Here’s the code:

{% render 'icon-accordion', icon: block.settings.icon %}

{{ block.settings.heading | default: block.settings.page.title | escape }}

{{- 'icon-caret.svg' | inline_asset_content -}}