No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Material icons outline shows icon name, not icon

    Help
    2
    3
    468
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      murrah last edited by

      I am using the out-of-the-box Material icons and when I ask for the outlined version I get the icon name as text instead of the icon.

      Here is a screenshot from the Basic Example in CodePen:
      Greenshot 2020-11-10 10_35_56.png

      From the docs: eg material-icons-outlined: o_thumb_up

      How do I do that?
      Thanks,
      Murray

      metalsadman 1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman @murrah last edited by

        @murrah include the cdn for the icon.

        1 Reply Last reply Reply Quote 0
        • M
          murrah last edited by

          Oh… of course. I had done this:
          extras: [
          ‘material-icons’
          ]

          not realising I actually needed to add to that, eg:
          ‘material-icons’,
          ‘material-icons-outlined’,
          ‘material-icons-round’,
          ‘material-icons-sharp’

          Thanks again!
          Murray

          1 Reply Last reply Reply Quote 0
          • First post
            Last post