use google material icons in angular project

Aras Emami
1 min readOct 2, 2019

--

Material icons are delightful, beautifully crafted symbols for common actions and items. Download on desktop to use them in your digital products for Android, iOS, and web.

Icon font

For web projects, the best format is our easy-to-use icon web font.

Fit for use

Each symbol is available in five themes and a range of downloadable sizes and densities.

Animated icons

The animation reflects the action an icon performs in a way that adds polish and delight.

https://storage.googleapis.com/spec-host-backup/mio-design%2Fassets%2F0B8wSqcLwbhFuRWFKV0MxWU93RVE%2F01-meaning.mp4

what is the Google-Icon package!

google-icon is google material icons, install easy and use super easy in your angular project.

How to install

npm install --save google-icon

How to use google-icon

<google-icon name=”favorite” class=”md-3"></google-icon>

see all icons in google material here.

Usage and options

Github Repository

https://github.com/arasemami/g-icon

--

--