import React from 'react'; import type { Size } from '../../types'; const fantomLogo = (width: Size = '120', height: Size = '160') => { return ( ); }; export default fantomLogo;