A system icon, or UI icon, symbolizes a command, file, device, or directory. System icons are also used to represent common actions like trash, print, and save.
You can see the full list of icons on the Material Icons website. Replace the spaces in the icon name by underscores (for example, arrow back becomes arrow_back).
Alternatively you can use your PNG or SVG icons using the md-src property.
-
+
The use of font icons without ligatures are suported too, although this approach lacks accessibility support.
The following classes can be applied to change the color palette:
md-primary
@@ -47,6 +47,11 @@
StringThe src of the image file. Can be SVG icons too!
+
+ md-iconset
+ String
+ The font icon set. Example: md-iconset="fa fa-pencil" for font awesome.
+
@@ -133,6 +138,40 @@
+
+
+