UNPKG

@mui/material

Version:

React components that implement Google's Material Design.

17 lines (13 loc) 595 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; exports.getSvgIconUtilityClass = getSvgIconUtilityClass; var _base = require("@mui/base"); function getSvgIconUtilityClass(slot) { return (0, _base.generateUtilityClass)('MuiSvgIcon', slot); } const svgIconClasses = (0, _base.generateUtilityClasses)('MuiSvgIcon', ['root', 'colorPrimary', 'colorSecondary', 'colorAction', 'colorError', 'colorDisabled', 'fontSizeInherit', 'fontSizeSmall', 'fontSizeMedium', 'fontSizeLarge']); var _default = svgIconClasses; exports.default = _default;