# Generate Icons Create the icons files for FastHtml applications. ## How to generate the svg files ```sh npm i -D @sicons/fa npm i -D @sicons/fluent npm i -D @sicons/ionicons4 npm i -D @sicons/ionicons5 npm i -D @sicons/antd npm i -D @sicons/material npm i -D @sicons/tabler npm i -D @sicons/carbon ``` Update the root folder in `update_icons.py` to point to the root folder of the icons. ## ```sh python update_icons.py ```