UNPKG

@fluentui/react-northstar

Version:
25 lines (22 loc) 835 B
"use strict"; 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