### 组合图标-上下
``` html
<i-ico name="default">
<u-text>图标</u-text>
</i-ico>
```
### 组合图标-左右
``` html
<i-ico name="default" icotype="left">
<u-text>图标</u-text>
</i-ico>
```
### 仅图标
``` html
<i-ico name="default" icotype="only">
<u-text>图标</u-text>
</i-ico>