diff --git a/docs/4.0/extend/icons.md b/docs/4.0/extend/icons.md index bebb0485..b7a0d43d 100755 --- a/docs/4.0/extend/icons.md +++ b/docs/4.0/extend/icons.md @@ -5,7 +5,19 @@ description: Guidance and suggestions for using external icon libraries with Boo group: extend --- -Bootstrap doesn't include an icon library by default, but we have a handful of recommendations for you to choose from. While most icon sets include multiple file formats, we prefer SVG implementations for their improved accessibility and vector support. +Bootstrap Material Design is designed to work with the [Google Material icons](https://material.io/icons/) +library, despite not including it by default. +In our [Introduction docs]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/introduction) +all our starter templates include by default this icon set. + +The code to include in your `` tag is: + +```html + + +``` + +Additionally, we have a handful of recommendations for you to choose from. While most icon sets include multiple file formats, we prefer SVG implementations for their improved accessibility and vector support. ## Preferred We've tested and used these icon sets ourselves. @@ -18,7 +30,6 @@ We've tested and used these icon sets ourselves. While we haven't tried these out, they do look promising and provide multiple formats—including SVG. - [Bytesize](https://github.com/danklammer/bytesize-icons) -- [Google Material icons](https://material.io/icons/) - [Ionicons](http://ionicons.com/) - [Feather](https://feathericons.com/) - [Dripicons](http://demo.amitjakhu.com/dripicons/)