
---
order: 0
title: 基本
---

````jsx
import { Icon } from 'b-rc';

ReactDOM.render(
  <Icon type="android" />
, mountNode);
````
