This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
/*** | |
* This is super hackish, but way easier than pasting these fkn | |
* things everywhere in the codebase... run on icons.bootstrap.com in | |
* console to get new map like so: | |
function dumpIcons(){ | |
var icons = $$("svg.bi"); | |
var pathMap = {}; | |
icons.forEach((svg) => { |