Using other icons and swapping them for template icons (buttons and chips)

I’m trying to use a template button for a file but I’m having a difficult time figuring out how to edit it easily. I currently have +Label and want to change it to a Send button. I have a send icon but cannot figure out how to swap the + icon with the send icon.

Hey @Zach_Shorufi

If you need to swap the " + " icon for the send icon, I would suggest dividing your button into two sections:

  • One section for icons

  • One section for the label

Once you have this (with auto layout), you need to make both icons into components. That way, you can select the current icon (the + sign), and swap for another component which would be the send icon.

I hope this helps!