Example of how to change size

This commit is contained in:
Bouke Versteegh 2021-02-19 10:33:59 +01:00 committed by GitHub
parent a718a7e9c3
commit f07df61f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,10 @@ Or copy and paste the following code snippet into a blank `html` file.
<!-- example icon -->
<i data-feather="circle"></i>
<!-- small size icon example -->
<i data-feather="circle" style="width: 16px; height: 16px;"></i>
<script>
feather.replace()
</script>