About 125,000 results
Open links in new tab
  1. Is there an official or exhaustive list of all mat-icons in Angular ...

    The material.io website doesn't include the complete list of icons. For example, the file_upload icon is not there, which is a very common icon. It took me a decent amount of time to find an …

  2. Issue with Material UI Icons npm installation - Stack Overflow

    Apr 2, 2022 · At first, I retried this command with --force - npm i @mui/icons-material @mui/material --force This allowed me to install the MUI Icons package without any error, …

  3. How to enlarge the SVG icon in Material UI iconButtons?

    Apr 7, 2016 · Has anyone built webpages using react.js and the Material UI library? How should I resize the icon size? It is a SVG icon. I just built a "create new" component, which …

  4. How to use Material UI icons in React? - Stack Overflow

    Jun 13, 2018 · How to use Material UI icons in React? Asked 7 years, 3 months ago Modified 1 year, 9 months ago Viewed 117k times

  5. How to change size and color of a material ui icon?

    Apr 21, 2021 · I'm using the CircularProgress-Icon from Material ui. I want to change the following attributes: size color. The relevant code looks like this: const useStyles = makeStyles({ button: …

  6. Is there a way I can overwrite the colour the Material UI Icons npm ...

    The simplest way to specify/override the color of an Icon in Material-UI is to use a custom . Suppose that you want to show a green checkbox rather than a red triangle, depending on the …

  7. How can I dynamically load an icon using its snake_case name …

    Normally I'd use material-ui icons by importing them directly per the material-ui instructions. But I have a text tag, which is the actual icon name (like calendar_view_day) and need to get and re...

  8. Use custom SVG file with MUI (material-ui) Icon Component?

    Apr 19, 2023 · 2 You could use the createSvgIcon utility from MUI to create custom svg icons. It can be used to wrap an svg or an svg path, which is passed as a child to the SvgIcon …

  9. javascript - material-ui 'createSvgIcon' is not exported from ...

    I got this error when importing icons from the now-retired @material-ui/icons library. The solution was to change the import to the new @mui/icons-material library.

  10. reactjs - How to rotate material-ui icon - Stack Overflow

    May 3, 2021 · I'm trying to rotate material-ui icon using css property animation but not getting the desired result. Can somebody please help me identify what's going wrong here? …