import React from 'react'; import { IconProps, RootPath, RootSvg } from './utils/base'; export const Logo: React.FC = (props) => { const height = props.height || 40; const width = props.width || 80; return ( ); };