Icons

For icons, we use the free pack Lucide.

To import an icon:

  1. Select the icon from the website.

  2. Set the stroke width to 1.25px.

  3. Once downloaded, modify the SVG to replace any mention of currentColor with white (Unity does not support currentColor). == Composed icons

settings-dev.svg is the settings gear with bug.svg scaled into its lower-right corner, shown on the settings button while dev mode is on. Both icons are white strokes, so the bug is drawn twice: once in black at a wider stroke as a shadow in its own shape, then in white on top - without it the two icons read as one tangle of lines. The bug’s stroke widths are pre-divided by the group’s scale so they land back at the 1.25px every other icon uses.