I'm struggling to increase the size of my icon inside a button. I've searched online but haven't found a solution yet. Here is the code I am currently using.
<div class="row mb-5">
<div class="col">
<button class="btn btn-info text-white">
<span class=" icon-format_list_bulleted mr-1 wrap-icon larger-icon"></span>
<br />
Inventory
</button>
<button class="btn btn-info text-white">
<span class="icon-cutlery mr-1 wrap-icon larger-icon"></span>
<br />
Meal
</button>
<button class="btn btn-info text-white">
<span class="icon-library_books mr-1 wrap-icon larger-icon"></span>
<br />
Report
</button>
</div>
</div>