refactor(icons): remove export from internal helper function m
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const m = (fn, keywords) => Object.assign(fn, { keywords, category: 'Entreprise' });
|
||||
const m = (fn, keywords) => Object.assign(fn, { keywords, category: 'Entreprise' });
|
||||
|
||||
export const Activity01Icon = m(
|
||||
(props) => (
|
||||
|
||||
Reference in New Issue
Block a user