query design ops, add reference

This commit is contained in:
Jan Prochazka
2020-12-30 08:33:39 +01:00
parent 4962d81661
commit 1de9b9f1fb
7 changed files with 186 additions and 19 deletions

View File

@@ -85,6 +85,8 @@ const iconNames = {
'img reference': 'mdi mdi-link-box',
'img link': 'mdi mdi-link',
'img filter': 'mdi mdi-filter',
'img group': 'mdi mdi-group',
};
export function FontIcon({ icon, className = '', ...other }) {