@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
14 lines (13 loc) • 446 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { ListSize16Px } from '@coveord/plasma-react-icons';
import { factory, useProps } from '@mantine/core';
const defaultProps = {
icon: ListSize16Px
};
export const RowLayoutIcon = factory((props, ref)=>{
const { icon: Icon } = useProps('RowLayoutIcon', defaultProps, props);
return /*#__PURE__*/ _jsx(Icon, {
ref: ref
});
});
//# sourceMappingURL=RowLayoutIcon.js.map