Αποτελέσματα Αναζήτησης
Material Design icons distributed as SVG React components.. Latest version: 6.1.1, last published: 2 days ago. Start using @mui/icons-material in your project by running `npm i @mui/icons-material`. There are 5629 other projects in the npm registry using @mui/icons-material.
2,100+ ready-to-use React Material Icons from the official website. @mui/icons-material includes the 2,100+ official Material Icons converted to SvgIcon components. It depends on @mui/material, which requires Emotion packages. Use one of the following commands to install it:
Material Icons. 1,100+ React Material icons ready to use from the official website. The following npm package, @material-ui/icons, includes the 1,100+ official Material icons converted to SvgIcon components.
Material Design icons distributed as SVG React components.. Latest version: 5.14.19, last published: 10 days ago. Start using @mui/icons-material in your project by running `npm i @mui/icons-material`.
This package provides the Google Material icons packaged as a set of React components. Install the package in your project directory with: These components use the Material-UI SvgIcon component to render the SVG path for each icon, and so a have a peer-dependency on the next release of Material-UI.
Guidance and suggestions for using icons with Material UI. Material UI provides icon support in three ways: With Material Icons exported as React components (SVG icons). With the SvgIcon component, a React wrapper for custom SVG icons. With the Icon component, a React wrapper for custom font icons.
13 Ιουν 2018 · install material icon: npm install @material-ui/core @material-ui/icons. import the icon you will use: import MenuIcon from '@material-ui/icons/Menu'; use the icon: <MenuIcon/> You can also use https://material-ui.com/components/material-icons/ to search for the icon you need.