4 lines
77 B
TypeScript
Executable File
4 lines
77 B
TypeScript
Executable File
import EyeIcon from './EyeIcon';
|
|
export { EyeIcon };
|
|
export default EyeIcon;
|