@fluentui/react-northstar
Version:
A themable React component library.
25 lines (22 loc) • 835 B
JavaScript
exports.__esModule = true;
exports.toolbarItemIconClassName = exports.ToolbarItemIcon = void 0;
var _reactBindings = require("@fluentui/react-bindings");
var _utils = require("../../utils");
var _Box = require("../Box/Box");
var toolbarItemIconClassName = 'ui-toolbar__itemicon';
/**
* A ToolbarItemIcon allows a user to have a dedicated component that can be targeted from the theme.
*/
exports.toolbarItemIconClassName = toolbarItemIconClassName;
var ToolbarItemIcon = (0, _reactBindings.compose)(_Box.Box, {
className: toolbarItemIconClassName,
displayName: 'ToolbarItemIcon',
overrideStyles: true,
shorthandConfig: {
mappedProp: 'content'
}
});
exports.ToolbarItemIcon = ToolbarItemIcon;
ToolbarItemIcon.propTypes = _utils.commonPropTypes.createCommon();
//# sourceMappingURL=ToolbarItemIcon.js.map
;