羽毛图标库Feather 是一个开源图标库,图形风格简单美观。包括各种斜体、帮助、裁剪、粗体等SVG格式的图标。遵守MIT开原协议。

使用方法:

拷贝 feather.js or feather.min.js到项目的目录,之后页面包含路径。

<script src="path/to/dist/feather.min.js"></script>

也可以使用CDN:

<script src="https://unpkg.com/feather-icons"></script>


使用举例:

<!DOCTYPE html> <html lang="en"> <title></title> <script src="https://unpkg.com/feather-icons"></script> <body> <!-- example icon --> <i data-feather="circle"></i> <script>  feather.replace()  </script> </body> </html>



[repo owner=”colebemis” name=”feather”]