mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 03:43:28 +10:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
import IconClose from './IconClose';
|
|
|
|
export const Icon = {
|
|
component: IconClose,
|
|
props: {},
|
|
group: 'icons',
|
|
};
|