import * as React from 'react'; import { Avatar, Row, Icon, Col } from '@btri-ui/base'; export default () => { return ( } /> } shape="square" /> ); };