The template tag currently accepts width and height arguments which help scale the icon arbitrarily. In addition to this, accept a scale argument that adjusts the width and height proportionately w.r.t. the original size.
The behaviour should be something like this:
<!-- should scale the default icon by a factor of 1.5 -->
{% octicon "thumbsup" scale="1.5" %}
The template tag currently accepts
width
andheight
arguments which help scale the icon arbitrarily. In addition to this, accept ascale
argument that adjusts the width and height proportionately w.r.t. the original size.The behaviour should be something like this: