Skip to content

feat: update button to use gl-icon

Scott Hampton requested to merge update-icon-button into master

Take advantage of the new gl-icon component instead of having to use slots and pass in a whole SVG to the button.

This also prepares for being able to handle the ellipsis icon button, which is styled differently.

Merge request reports