@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
24 lines (23 loc) • 719 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "RowLayoutIcon", {
enumerable: true,
get: function() {
return RowLayoutIcon;
}
});
var _jsxruntime = require("react/jsx-runtime");
var _plasmareacticons = require("@coveord/plasma-react-icons");
var _core = require("@mantine/core");
var defaultProps = {
icon: _plasmareacticons.ListSize16Px
};
var RowLayoutIcon = (0, _core.factory)(function(props, ref) {
var _useProps = (0, _core.useProps)('RowLayoutIcon', defaultProps, props), Icon = _useProps.icon;
return /*#__PURE__*/ (0, _jsxruntime.jsx)(Icon, {
ref: ref
});
});
//# sourceMappingURL=RowLayoutIcon.js.map