Generate Font Icons
Icon font is generated using icon font generator. It converts svg files to icon font set and css file.
You can update custom icon set by copying the [filename].svg icon to the proper folder.
Icon will be available to use as a or icon-[filename]
npm install
Font will auto generate items from the /src/assets/logo-icons folder
npm run build
<v-icon>kilo-[filename]</v-icon>
or
use icons.json file to control the mappings manually.