Can I use material design icons (mdi) from floorplan CSS classes

Hi all,

I was hoping I could just use the existing Material Design icons from HomeAssistant or somehow include them so that I could use a CSS class to add icons after certain text fields.

Example: I have a Aeotec 6 in 1 motion,light,etc. The main image in the svg is motion, but I show smaller text for lux,temperature, and humitity. I would like to use CSS to show:

  • Lux -> mdi:brightness-7
  • Temperature -> mdi:thermometer
    -Humitity -> mdi:water-percent

Using the CSS for rendering the icons after the text would make spacing and maintaining easier.

I really appreciate your help.