How to use mdi-material-ui - 1 common examples

To help you get started, we’ve selected a few mdi-material-ui examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Hitachi-Automotive-And-Industry-Lab / semantic-segmentation-editor / imports / common / SseClassChooser.jsx View on Github external
getIcon(objDesc) {
        if (MDI[objDesc.icon]) {
            return MDI[objDesc.icon]();
        } else {
            return MDI.Label();
        }
    }

mdi-material-ui

Material-UI SvgIcon components for Material Design Icons.

MIT
Latest version published 4 months ago

Package Health Score

64 / 100
Full package analysis

Popular mdi-material-ui functions