I installed the open iconic plugin and I want to force the size of the icon In the original library there is a property to change the size, but it doesn't seem to work on the version for Bootstrap. Is there any other way then change the font size?
https://useiconic.com/icons/resize/
<div class="badge badge-primary badge-pill">
<span class="oi oi-thumb-down"></span>
</div>
Came across open-iconic for a react issue recently and saw this question un-answered; for normal (non reactJS) use of open iconic, the font-size property would work as shown below;