How do I replace icons inside a template?

Our templates use SVG code inside an Embed for maximum performance and full variable control.

To replace an icon:

  1. In Figma → right-click → Copy as SVG,
  2. OR use a library (Iconoir, Feather, etc.) → Copy SVG code.
  3. Paste inside the Embed.
  4. Ensure it uses:
    • stroke="currentColor"
    • optional variable: var(--_❇️-icon---icon-stroke)

If needed, ChatGPT can help convert any SVG into the correct format.